@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;
  border-color: #c2a661 !important;
}

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;
}

/*! ========================================================
基本設定
========================================================= */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
html.is__fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body * {
  word-break: break-word;
  line-break: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
input[type=submit],
input[type=button] {
  transition: 200ms;
}
a:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.7;
}

.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(0.8rem, 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;
}

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: 1.6;
  letter-spacing: 0.03;
  padding: initial;
  margin: initial;
}

.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
  margin-left: 0;
}

/*! ========================================================
タイトル設定
========================================================= */
.title-large {
  font-size: min(1.8666666667rem, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
.title-large.left {
  text-align: left;
  margin-bottom: min(1rem, 4vw);
}

.title-medium {
  font-size: min(1.6666666667rem, 6.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
.title-medium.left {
  text-align: left;
  margin-bottom: min(1rem, 4vw);
}

.title-medium-underline {
  font-size: min(1.6666666667rem, 6.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(2rem, 8vw);
}

.title-medium-sub {
  font-size: min(1.6666666667rem, 6.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: min(2.6666666667rem, 10.6666666667vw);
  margin-bottom: min(2.6666666667rem, 10.6666666667vw);
}
.title-medium-sub span {
  display: block;
  font-size: min(0.8rem, 3.2vw);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: min(0.4rem, 1.6vw);
}

.title-small-underline {
  font-size: min(1.3333333333rem, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(3.3333333333rem, 13.3333333333vw);
}

/*! ========================================================
ボタン設定
========================================================= */
.btn-common {
  width: 100%;
  max-width: min(23rem, 92vw);
  margin: min(2rem, 8vw) auto 0;
}
.btn-common a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(4rem, 16vw);
  font-size: min(1rem, 4vw);
  font-weight: 700;
  line-height: 1.4;
  border: min(0.1333333333rem, 0.5333333333vw) solid #333333;
  border-radius: 100px;
  background-color: #ffffff;
  padding-block: min(0.6666666667rem, 2.6666666667vw);
  padding-inline: min(2.6666666667rem, 10.6666666667vw);
  position: relative;
  transition: 200ms;
}
.btn-common a::after {
  content: "";
  display: block;
  width: min(0.2666666667rem, 1.0666666667vw);
  height: min(0.5333333333rem, 2.1333333333vw);
  background-image: url(../img/layout/common/arrow_right_black.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: min(1.3333333333rem, 5.3333333333vw);
  transform: translateY(-50%);
  transition: 200ms;
}
.btn-common a:hover {
  color: #ffffff;
  background-color: #333333;
  opacity: 1;
}
.btn-common a:hover::after {
  background-image: url(../img/layout/common/arrow_right_white.png);
}

.sysFuncItemBlock .sysCartButton {
  width: 100%;
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 100px;
  background-color: #333333;
  padding: min(0.6666666667rem, 2.6666666667vw) min(0.6666666667rem, 2.6666666667vw) min(0.6rem, 2.4vw);
  margin-top: min(0.8666666667rem, 3.4666666667vw);
  position: relative;
}

/*! ========================================================
カレンダー設定
========================================================= */
.shop-calender {
  width: min(20.8rem, 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(1rem, 4vw);
}
.shop-calender #calendar .fc-header-toolbar .fc-toolbar-title {
  font-size: min(1.0666666667rem, 4.2666666667vw);
  line-height: 1.5;
}
.shop-calender #calendar .fc-header-toolbar .fc-button {
  width: min(2rem, 8vw);
  height: min(2rem, 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(0.6666666667rem, 2.6666666667vw);
}
.shop-calender #calendar .fc-header-toolbar .fc-button .fc-icon {
  display: none;
}
.shop-calender #calendar .fc-col-header {
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
.shop-calender #calendar .fc-col-header thead tr {
  display: flex;
  gap: min(0.6666666667rem, 2.6666666667vw);
}
.shop-calender #calendar .fc-col-header thead tr th {
  width: calc(14.2857142857% - min(4rem, 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(1.4rem, 5.6vw);
  font-size: min(0.9333333333rem, 3.7333333333vw);
  line-height: 1;
  padding: 0;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody {
  display: flex;
  flex-direction: column;
  gap: min(0.6666666667rem, 2.6666666667vw);
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr {
  display: flex;
  align-items: flex-start;
  gap: min(0.6666666667rem, 2.6666666667vw);
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td {
  width: calc(14.2857142857% - min(4rem, 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(0.9333333333rem, 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:has(.fc-daygrid-event-harness) {
  background-color: #ffd9d9;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td.off-day {
  background-color: #ffd9d9;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td.off-day.fc-day-today {
  background-color: #ffd9d9;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td.fc-day-today {
  background-color: transparent;
  border: 1px solid #333333;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td.fc-day-other {
  background-color: transparent;
}

/*! ========================================================
商品ブロック設定
========================================================= */
#sysMain .sysFuncItemBlock .sysItemBlock ul,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper,
#sysFooter .sysFuncItemBlock .sysItemBlock ul,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper {
  display: flex;
  flex-wrap: wrap;
  gap: min(3.3333333333rem, 13.3333333333vw) min(1.6rem, 6.4vw);
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li {
  width: calc(25% - min(4.8rem, 19.2vw) / 4);
  text-align: left;
  position: relative;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysIconRank,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysIconRank,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysIconRank,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysIconRank {
  width: min(2.6666666667rem, 10.6666666667vw);
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemImage,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemImage,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemImage,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemImage {
  margin-bottom: 18px;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemImage img,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemImage img,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemImage img,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemImage img {
  border-radius: 8px;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemName,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemName,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemName {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName a,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemName a,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemName a,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemName a {
  line-height: 1.55;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemPrice,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemPrice {
  margin-bottom: 0;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice .taxin,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemPrice .taxin,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice .taxin,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemPrice .taxin {
  font-size: 11px;
  color: rgba(28, 28, 28, 0.3);
  margin-left: 3px;
  font-weight: bold;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection {
  margin-top: min(0.6666666667rem, 2.6666666667vw);
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div {
  font-size: min(0.8rem, 3.2vw);
  line-height: 1.5;
  margin-top: min(0.3333333333rem, 1.3333333333vw);
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div select,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div select,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div select,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div select {
  display: block;
  width: 100%;
  height: auto;
  font-size: min(0.8rem, 3.2vw);
  line-height: 1.5;
  border: 1px solid #333333;
  background-image: none;
  background-color: #ffffff;
  color: #333333;
  padding: min(0.3333333333rem, 1.3333333333vw);
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div select::after,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div select::after,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div select::after,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div select::after {
  content: none;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div label,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div label,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div label,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div label {
  font-size: min(0.8rem, 3.2vw);
  line-height: 1.5;
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div input[type=text],
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div input[type=text],
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysAddSelection > div input[type=text],
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysAddSelection > div input[type=text] {
  display: block;
  width: 100%;
  height: auto;
  font-size: min(0.8rem, 3.2vw);
  line-height: 1.5;
  border: 1px solid #333333;
  color: #333333;
  padding: min(0.3333333333rem, 1.3333333333vw);
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysAddVariation,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysAddVariation,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysAddVariation,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysAddVariation {
  margin-top: min(0.6666666667rem, 2.6666666667vw);
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysAddVariation .sysVariationSelects,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysAddVariation .sysVariationSelects,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysAddVariation .sysVariationSelects,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysAddVariation .sysVariationSelects {
  font-size: min(0.8rem, 3.2vw);
  line-height: 1.5;
  margin-top: min(0.3333333333rem, 1.3333333333vw);
}
#sysMain .sysFuncItemBlock .sysItemBlock ul li .sysAddVariation select,
#sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysAddVariation select,
#sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysAddVariation select,
#sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysAddVariation select {
  display: block;
  width: 100%;
  height: auto;
  font-size: min(0.8rem, 3.2vw);
  line-height: 1.5;
  border: 1px solid #333333;
  background-image: none;
  background-color: #ffffff;
  color: #333333;
  padding: min(0.3333333333rem, 1.3333333333vw);
}
#sysMain .sysFuncItemBlock.item-block-col6 .sysItemBlock ul,
#sysFooter .sysFuncItemBlock.item-block-col6 .sysItemBlock ul {
  gap: min(3.3333333333rem, 13.3333333333vw) min(1.6rem, 6.4vw);
}
#sysMain .sysFuncItemBlock.item-block-col6 .sysItemBlock ul li,
#sysFooter .sysFuncItemBlock.item-block-col6 .sysItemBlock ul li {
  width: calc(16.6666666667% - min(8rem, 32vw) / 6);
}
#sysMain .sysFuncItemBlock.item-block-col5 .sysItemBlock ul,
#sysFooter .sysFuncItemBlock.item-block-col5 .sysItemBlock ul {
  gap: min(3.3333333333rem, 13.3333333333vw) min(1.6666666667rem, 6.6666666667vw);
}
#sysMain .sysFuncItemBlock.item-block-col5 .sysItemBlock ul li,
#sysFooter .sysFuncItemBlock.item-block-col5 .sysItemBlock ul li {
  width: calc(20% - min(6.6666666667rem, 26.6666666667vw) / 5);
}
#sysMain .sysFuncItemBlock.item-block-col4 .sysItemBlock ul,
#sysFooter .sysFuncItemBlock.item-block-col4 .sysItemBlock ul {
  gap: min(3.3333333333rem, 13.3333333333vw) min(1.6rem, 6.4vw);
}
#sysMain .sysFuncItemBlock.item-block-col4 .sysItemBlock ul li,
#sysFooter .sysFuncItemBlock.item-block-col4 .sysItemBlock ul li {
  width: calc(25% - min(4.8rem, 19.2vw) / 4);
}
#sysMain .sysFuncItemBlock.item-block-col3 .sysItemBlock ul,
#sysFooter .sysFuncItemBlock.item-block-col3 .sysItemBlock ul {
  gap: min(3.3333333333rem, 13.3333333333vw) min(3rem, 12vw);
}
#sysMain .sysFuncItemBlock.item-block-col3 .sysItemBlock ul li,
#sysFooter .sysFuncItemBlock.item-block-col3 .sysItemBlock ul li {
  width: calc(33.3333333333% - min(6rem, 24vw) / 3);
}

/*! ========================================================
PRアイコン設定
========================================================= */
.sysPr,
.sysItemPrArea {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.sysPr span,
.sysItemPrArea span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  line-height: 1.6;
  border: 1px solid #1c1c1c;
  background-color: #fff;
  padding: 1px 9px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.sysPr span.ico_pr_new,
.sysItemPrArea span.ico_pr_new {
  border-color: #c26161;
  color: #c26161;
}
.sysPr span.ico_pr_cool,
.sysItemPrArea span.ico_pr_cool {
  border-color: #6192c2;
  color: #fff;
  background: #6192c2;
}
.sysPr span:empty,
.sysItemPrArea span:empty {
  display: none;
}

/*! ========================================================
パンくず設定
========================================================= */
.sysCategoryPankuzu,
.sysItemCategoryPankuzu {
  width: 100%;
  font-size: 12px;
  background: #f1f0e9;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-inline: 40px;
  margin-bottom: 65px;
}
.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 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 1.6;
  vertical-align: text-top;
}
.sysCategoryPankuzu > a,
.sysItemCategoryPankuzu > a {
  padding-right: 10px;
  padding-left: 10px;
}
.sysCategoryPankuzu > a:nth-of-type(1),
.sysItemCategoryPankuzu > a:nth-of-type(1) {
  padding-left: 0;
}

.breadcrumbs {
  width: 100%;
  font-size: 12px;
  background: #f1f0e9;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-inline: 40px;
  margin-bottom: 65px;
}
.breadcrumbs span {
  font-size: 12px;
  line-height: 1.6;
  vertical-align: text-top;
}

/*! ========================================================
フォーム設定
========================================================= */
#sysAll #sysMain input[type=text],
#sysAll #sysMain input[type=email],
#sysAll #sysMain input[type=search],
#sysAll #sysMain input[type=password],
#sysAll #sysMain input[type=tel],
#sysAll #sysMain input[type=number],
#sysAll #sysMain select {
  height: 40px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333333;
  border: 1px solid #f1f0e9;
  border-radius: 4px;
  background: #ffffff;
  padding: 0 10px;
  margin: 0;
}
#sysAll #sysMain input[type=text]::-moz-placeholder, #sysAll #sysMain input[type=email]::-moz-placeholder, #sysAll #sysMain input[type=search]::-moz-placeholder, #sysAll #sysMain input[type=password]::-moz-placeholder, #sysAll #sysMain input[type=tel]::-moz-placeholder, #sysAll #sysMain input[type=number]::-moz-placeholder, #sysAll #sysMain select::-moz-placeholder {
  color: #c2c2c2;
}
#sysAll #sysMain input[type=text]::placeholder,
#sysAll #sysMain input[type=email]::placeholder,
#sysAll #sysMain input[type=search]::placeholder,
#sysAll #sysMain input[type=password]::placeholder,
#sysAll #sysMain input[type=tel]::placeholder,
#sysAll #sysMain input[type=number]::placeholder,
#sysAll #sysMain select::placeholder {
  color: #c2c2c2;
}
#sysAll #sysMain select {
  background-image: url(https://www.repaco.com/img/layout/common/ico_arrow_black_bottom.png);
  background-size: 8px 5px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
#sysAll #sysMain textarea {
  width: 100%;
  min-height: 150px;
  font-size: 15px;
  line-height: 1.6;
  color: #1c1c1c;
  border: 1px solid #f1f0e9;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  margin: 0;
}
#sysAll #sysMain textarea::-moz-placeholder {
  color: #cccccc;
}
#sysAll #sysMain textarea::placeholder {
  color: #cccccc;
}
#sysAll #sysMain label:has(input[type=radio]),
#sysAll #sysMain label:has(input[type=checkbox]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  margin-right: 30px;
  letter-spacing: 0.05em;
}
#sysAll #sysMain label:has(input[type=radio]) input[type=radio],
#sysAll #sysMain label:has(input[type=radio]) input[type=checkbox],
#sysAll #sysMain label:has(input[type=checkbox]) input[type=radio],
#sysAll #sysMain label:has(input[type=checkbox]) input[type=checkbox] {
  margin-right: 10px;
  accent-color: #c26161;
}
#sysAll #sysMain .sysFormItem {
  margin-bottom: 45px;
}
#sysAll #sysMain .sysFormLabel {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
#sysAll #sysMain .sysAutoLoginField {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 min(0.3333333333rem, 1.3333333333vw);
}
#sysAll #sysMain .sysAutoLoginField .sysAutoLoginLabel {
  font-size: 16px;
  line-height: 1.6;
}
#sysAll #sysMain .sysFormItem:has(input[name=zipcode]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .sysFormLabel,
#sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .SysInvalidZipcodeError {
  width: 100%;
}
#sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .sysFormField {
  width: 225px;
  margin-right: 10px;
}
#sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .input-append {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .input-append input[type=text] {
  width: min(15rem, 60vw);
  margin-right: min(0.6666666667rem, 2.6666666667vw);
}
#sysAll #sysMain .sysFuncItemSearch .sysItemSearchForm {
  position: relative;
}
#sysAll #sysMain .sysFuncItemSearch .sysItemSearchForm input[type=search] {
  width: calc(100% - min(6.6666666667rem, 26.6666666667vw)) !important;
  border: none;
  border-radius: min(0.3333333333rem, 1.3333333333vw) 0 0 min(0.3333333333rem, 1.3333333333vw);
}
#sysAll #sysMain .sysFuncItemSearch .sysItemSearchForm input[type=submit] {
  display: block;
  width: min(6.6666666667rem, 26.6666666667vw);
  height: min(2.6666666667rem, 10.6666666667vw);
  min-height: min(2.6666666667rem, 10.6666666667vw);
  font-size: 0;
  border: 1px solid #333333;
  border-radius: 0 min(0.3333333333rem, 1.3333333333vw) min(0.3333333333rem, 1.3333333333vw) 0;
  background-color: #333333;
  background-image: url(../img/common/ico_search.png);
  background-size: min(4.6666666667rem, 18.6666666667vw);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
#sysAll #sysMain .sysItemSearchFormRange {
  display: flex;
  align-items: center;
  gap: 0 min(0.3333333333rem, 1.3333333333vw);
}
#sysAll #sysMain .sysMemberPassword .sysFormField:not(:last-of-type) {
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysAll #sysMain .sysGender .sysFormField {
  display: flex;
}
#sysAll #sysMain .sysBirthday .sysFormField {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
#sysAll #sysMain .sysBirthday .sysFormField input[type=text] {
  max-width: 70px;
}

.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(3.3333333333rem, 13.3333333333vw);
  display: block;
  width: 100%;
  font-size: min(1.0666666667rem, 4.2666666667vw);
  color: #333333;
  border: 1px solid #707070;
  border-radius: min(0.3333333333rem, 1.3333333333vw);
  background: #ffffff;
  padding: 0 min(0.6666666667rem, 2.6666666667vw);
  margin: 0;
}
.sysOpcBody input[type=text]::-moz-placeholder, .sysOpcBody input[type=email]::-moz-placeholder, .sysOpcBody input[type=search]::-moz-placeholder, .sysOpcBody input[type=password]::-moz-placeholder, .sysOpcBody input[type=tel]::-moz-placeholder, .sysOpcBody input[type=number]::-moz-placeholder, .sysOpcBody select::-moz-placeholder {
  color: #c2c2c2;
}
.sysOpcBody input[type=text]::placeholder,
.sysOpcBody input[type=email]::placeholder,
.sysOpcBody input[type=search]::placeholder,
.sysOpcBody input[type=password]::placeholder,
.sysOpcBody input[type=tel]::placeholder,
.sysOpcBody input[type=number]::placeholder,
.sysOpcBody select::placeholder {
  color: #c2c2c2;
}

/*! ========================================================
フォーム「必須」設定
========================================================= */
.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: 11px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  border-radius: 3px;
  background-color: #c26161;
  padding: 3px 11px;
  margin-left: 5px;
  position: relative;
  bottom: 1px;
}
.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;
}

/*! ========================================================
ヘッダー設定
========================================================= */
.l-header-price-txt,
.l-header-price,
.l-header-cat,
.l-header-scene,
.l-drawer-search {
  display: none;
}

.c-header-ham {
  width: 22px;
  height: 12px;
  position: relative;
  cursor: pointer;
}
.c-header-ham.is__show span:first-child {
  transform: rotate(30deg);
  top: 6px;
}
.c-header-ham.is__show span:nth-child(2) {
  display: none;
}
.c-header-ham.is__show span:last-child {
  transform: rotate(-30deg);
  top: 6px;
}
.c-header-ham span {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
}
.c-header-ham span:first-child {
  top: 0;
}
.c-header-ham span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.c-header-ham span:last-child {
  bottom: 0;
}

#sysHeader .l-item-count,
#sysHeader .l-item-count-fix {
  display: none;
  position: absolute;
  top: -8px;
  right: -8px;
  pointer-events: none;
}
#sysHeader .l-item-count .sysContent .sysCartInfoItemCount dt,
#sysHeader .l-item-count-fix .sysContent .sysCartInfoItemCount dt {
  display: none;
}
#sysHeader .l-item-count .sysContent .sysCartInfoItemCount dd,
#sysHeader .l-item-count-fix .sysContent .sysCartInfoItemCount dd {
  font-size: 0;
}
#sysHeader .l-item-count .sysContent .sysCartInfoItemCount dd span,
#sysHeader .l-item-count-fix .sysContent .sysCartInfoItemCount dd span {
  font-size: 11px;
  width: 16px;
  height: 16px;
  background: #1c1c1c;
  color: #fff;
  display: block;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding-top: 1px;
  padding-left: 1px;
}
#sysHeader:has(.l-header-fix.is__fixed) .l-megamenu01 {
  top: 80px;
}
#sysHeader:has(.l-header-fix.is__fixed) .l-megamenu02 {
  top: 80px;
}
#sysHeader .l-header {
  background: #fff;
  transition: all 300ms ease;
}
#sysHeader .l-header.is__fixed {
  transition: all 300ms ease;
}
#sysHeader .l-header .l-header__blk {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  width: min(1800px, 100%);
  margin-inline: auto;
  position: relative;
  z-index: 10;
  background: #fff;
}
#sysHeader .l-header .l-header__blk .c-header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sysHeader .l-header .l-header__blk .c-header-nav ul {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
#sysHeader .l-header .l-header__blk .c-header-nav ul li:last-child {
  position: relative;
}
#sysHeader .l-header .l-header__blk .c-header-nav ul li:last-child .l-item-count {
  display: block;
}
#sysHeader .l-header .l-header__menu {
  border-top: 1px solid #1c1c1c;
  background: #fff;
  transition: all 300ms ease;
}
#sysHeader .l-header .l-header__menu nav ul {
  display: flex;
  justify-content: center;
}
#sysHeader .l-header .l-header__menu nav ul li {
  width: min(360px, 100%);
  position: relative;
}
#sysHeader .l-header .l-header__menu nav ul li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 40px;
  transform: translateY(-50%);
  background: #000;
}
#sysHeader .l-header .l-header__menu nav ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  transform: translateY(-50%);
  background: #000;
}
#sysHeader .l-header .l-header__menu nav ul li a {
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
#sysHeader .l-header-fix {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translateY(-100%);
  transition: all 300ms ease;
}
#sysHeader .l-header-fix.is__fixed {
  transform: translateY(0);
  transition: all 300ms ease;
}
#sysHeader .l-header-fix .l-header__blk {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  width: min(1800px, 100%);
  margin-inline: auto;
  position: relative;
}
#sysHeader .l-header-fix .l-header__blk .p-header__box {
  display: flex;
  align-items: center;
}
#sysHeader .l-header-fix .l-header__blk .p-header__box .c-header-logo {
  margin-left: 42px;
}
#sysHeader .l-header-fix .l-header__blk .p-header-nav-all {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  height: 100%;
}
#sysHeader .l-header-fix .l-header__blk .p-header-nav-all .p-header-menu {
  height: 100%;
}
#sysHeader .l-header-fix .l-header__blk .p-header-nav-all .p-header-menu ul {
  display: flex;
  height: 100%;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#sysHeader .l-header-fix .l-header__blk .p-header-nav-all .p-header-menu ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
}
#sysHeader .l-header-fix .l-header__blk .p-header-nav-all .c-header-nav ul {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
#sysHeader .l-header-fix .l-header__blk .p-header-nav-all .c-header-nav ul li:last-child {
  position: relative;
}
#sysHeader .l-header-fix .l-header__blk .p-header-nav-all .c-header-nav ul li:last-child .l-item-count-fix {
  display: block;
}
#sysHeader .l-header-fix .l-header__menu {
  border-top: 1px solid #1c1c1c;
}
#sysHeader .l-header-fix .l-header__menu nav ul {
  display: flex;
  justify-content: center;
}
#sysHeader .l-header-fix .l-header__menu nav ul li {
  width: min(360px, 100%);
  position: relative;
}
#sysHeader .l-header-fix .l-header__menu nav ul li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 40px;
  transform: translateY(-50%);
  background: #000;
}
#sysHeader .l-header-fix .l-header__menu nav ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  transform: translateY(-50%);
  background: #000;
}
#sysHeader .l-header-fix .l-header__menu nav ul li a {
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
#sysHeader .l-megamenu01 {
  background: #f1f0e9;
  position: fixed;
  top: 164px;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: auto;
  padding-bottom: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 300ms;
}
#sysHeader .l-megamenu01.is__show {
  opacity: 1;
  pointer-events: all;
  transition: opacity ease 300ms;
}
#sysHeader .l-megamenu01 .sysContent {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-top: 60px;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk {
  width: min(560px, 100%);
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-ttl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 25px;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-ttl span {
  font-weight: bold;
  background: #f1f0e9;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 3px;
  width: 100%;
  background: #c2a661;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr {
  width: min(550px, 100%);
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 25px;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr ul li {
  width: calc((100% - 40px) / 3);
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr ul li img {
  border-radius: 8px;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr ul li p {
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 15px;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item {
  margin-bottom: 20px;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-img {
  width: 260px;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-img img {
  border-radius: 8px;
  width: 100%;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-txt {
  width: 280px;
  padding-top: 5px;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-txt h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
  line-height: 1;
  letter-spacing: 0.03em;
}
#sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-txt p {
  letter-spacing: 0.03em;
  font-size: 15px;
  line-height: 1.6;
}
#sysHeader .l-megamenu01 .sysContent .c-close {
  display: none;
}
#sysHeader .l-megamenu02 {
  background: #f1f0e9;
  position: fixed;
  top: 164px;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: auto;
  padding-bottom: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 300ms;
}
#sysHeader .l-megamenu02.is__fix_show {
  top: 80px;
  height: calc(100dvh - 80px);
  opacity: 1;
  pointer-events: all;
  transition: opacity ease 300ms;
}
#sysHeader .l-megamenu02.is__show {
  opacity: 1;
  pointer-events: all;
  transition: opacity ease 300ms;
}
#sysHeader .l-megamenu02 > .sysContent {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-top: 60px;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk {
  width: min(1120px, 100%);
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 {
  margin-bottom: 50px;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene {
  display: block;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysHeadline {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysHeadline span {
  font-size: 15px;
  margin-left: 20px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysContent ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysContent ul li {
  width: calc((100% - 90px) / 4);
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysContent ul li a img {
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysContent ul li a p {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 15px;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 {
  margin-bottom: 80px;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price-txt,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-cat,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price-txt,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-cat {
  display: block;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price .sysHeadline,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price-txt .sysHeadline,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-cat .sysHeadline,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price .sysHeadline,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price-txt .sysHeadline,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-cat .sysHeadline {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price .sysHeadline span,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price-txt .sysHeadline span,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-cat .sysHeadline span,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price .sysHeadline span,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price-txt .sysHeadline span,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-cat .sysHeadline span {
  font-size: 15px;
  margin-left: 20px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price .sysContent nav ul,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price-txt .sysContent nav ul,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-cat .sysContent nav ul,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price .sysContent nav ul,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price-txt .sysContent nav ul,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-cat .sysContent nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price .sysContent nav ul li,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price-txt .sysContent nav ul li,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-cat .sysContent nav ul li,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price .sysContent nav ul li,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price-txt .sysContent nav ul li,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-cat .sysContent nav ul li {
  width: auto !important;
}
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price .sysContent nav ul li a,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price-txt .sysContent nav ul li a,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-cat .sysContent nav ul li a,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price .sysContent nav ul li a,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price-txt .sysContent nav ul li a,
#sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-cat .sysContent nav ul li a {
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding-inline: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
#sysHeader .l-megamenu02 > .sysContent .c-close {
  display: none;
}
#sysHeader .l-drawer {
  position: fixed;
  background: #f1f0e9;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100dvh - 80px);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
  z-index: 100;
}
#sysHeader .l-drawer.is__show {
  opacity: 1;
  pointer-events: all;
  transition: all 300ms ease;
}
#sysHeader .l-drawer .sysContent {
  display: flex;
  height: 100%;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap {
  padding-left: 100px;
  padding-top: 60px;
  width: 37.8125vw;
  overflow-y: scroll;
  padding-bottom: 60px;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user {
  display: none;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-search {
  width: min(460px, 100%);
  margin-bottom: 45px;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-search .l-drawer-search {
  display: block;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-search .sysContent form {
  border: 1px solid #1c1c1c;
  position: relative;
  height: 40px;
  width: 100%;
  border-radius: 2px;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-search .sysContent form .sysItemSearchFormWord {
  height: 100%;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-search .sysContent form .sysItemSearchFormWord input {
  height: 100%;
  font-size: 13px;
  padding-left: 55px;
  padding-right: 20px;
  line-height: 1;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-search .sysContent form .sysSearchButton {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  text-indent: -9999px;
  background: url(../../img/layout/common/ico_search_black.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav {
  width: min(560px, 100%);
  margin-bottom: 55px;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav dd ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav dd ul li {
  width: 45%;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav dd ul li a {
  font-size: 15px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav02 {
  width: min(560px, 100%);
  margin-bottom: 55px;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav02 dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  line-height: 1;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav02 dd ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav02 dd ul li {
  width: 50%;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav02 dd ul li a {
  font-size: 15px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-bnr {
  width: min(560px, 100%);
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 30px;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-sns {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-sns dt {
  line-height: 1;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-sns dd ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#sysHeader .l-drawer .sysContent .l-drawer__bg {
  width: 62.1875vw;
  height: 100%;
  position: relative;
}
#sysHeader .l-drawer .sysContent .l-drawer__bg::before {
  content: "";
  background: url(../../img/layout/common/bg_drawer.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
}

/*! ========================================================
フッター設定
========================================================= */
#sysAll #sysFooter .c-guide {
  background: #f1f0e9;
  padding-top: 40px;
  padding-bottom: 40px;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-ttl {
  width: min(1120px, 100%);
  margin-inline: auto;
  font-size: 18px;
  margin-bottom: 30px;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list {
  width: min(1120px, 100%);
  margin-inline: auto;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li {
  width: calc((100% - 120px) / 4);
  height: 250px;
  background: #fff;
  border-radius: 10px;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li.c-guide-list-item03 dl dd {
  width: 190px;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #fff;
  height: 100%;
  border-radius: 10px;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li a:hover {
  opacity: 1;
  border: 2px solid #c2a661;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl dt {
  margin-bottom: 12px;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl dt div {
  margin-bottom: 20px;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl dt div img {
  display: block;
  margin-inline: auto;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl dt p {
  font-weight: bold;
  line-height: 1;
  font-size: 15px;
}
#sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl dd {
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
#sysAll #sysFooter .l-footer {
  background: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 55px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap {
  width: min(1620px, 100%);
  margin-inline: auto;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head {
  display: flex;
  margin-bottom: 42px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk {
  width: min(325px, 100%);
  margin-right: 115px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-logo {
  width: min(300px, 100%);
  margin-bottom: 42px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-info {
  margin-bottom: 38px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-info dt {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-info dd {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-sns dt {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 500;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-sns dd ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav {
  padding-top: 6px;
  width: min(372px, 100%);
  flex-grow: 1;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav.l-footer__nav01 dl dd ul {
  margin-right: 20px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav.l-footer__nav02 {
  width: min(356px, 100%);
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
  line-height: 1;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd {
  display: flex;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd ul {
  margin-right: 85px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd ul:last-child {
  margin-right: 0;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd ul li {
  margin-bottom: 6px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd ul li a {
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__bnr {
  width: min(270px, 100%);
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__bnr .p-footer-bnr .c-bnr-item {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 8px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__bnr .p-footer-bnr .c-bnr-item:last-child {
  margin-bottom: 0;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__bottom p {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.03em;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__bottom ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__bottom ul li a {
  letter-spacing: 0.03em;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
}

.c-bnr-item {
  border-radius: 8px;
  overflow: hidden;
}
.c-bnr-item a {
  display: block;
  position: relative;
}
.c-bnr-item a::before {
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.c-bnr-item a img {
  border-radius: 8px;
  width: 100%;
}
.c-bnr-item a .c-bnr-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.c-bnr-item a .c-bnr-txt p {
  color: #fff;
  line-height: 1;
}
.c-bnr-item a .c-bnr-txt p:first-child {
  color: #c2a661;
  font-size: 13px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.18em;
  margin-bottom: 5px;
}
.c-bnr-item a .c-bnr-txt p:last-child {
  font-size: 20px;
  font-weight: bold;
}

/*! ========================================================
アサイド設定
========================================================= */
#sysWrap #sysAside {
  width: min(230px, 100%);
}
#sysWrap #sysAside .c-aside-cat {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid #f1f0e9;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
#sysWrap #sysAside .c-aside-cat .sysHeadline {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}
#sysWrap #sysAside .c-aside-cat .sysContent ul li {
  margin-bottom: 15px;
}
#sysWrap #sysAside .c-aside-cat .sysContent ul li:last-child {
  margin-bottom: 0;
}
#sysWrap #sysAside .c-aside-cat .sysContent ul li a {
  display: flex;
  align-items: center;
  position: relative;
}
#sysWrap #sysAside .c-aside-cat .sysContent ul li a::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 6px;
  margin: -3px auto auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}
#sysWrap #sysAside .c-aside-cat .sysContent ul li a img {
  width: 45px;
  border-radius: 4px;
}
#sysWrap #sysAside .c-aside-cat .sysContent ul li a p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
}
#sysWrap #sysAside .c-aside-cmn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid #f1f0e9;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
#sysWrap #sysAside .c-aside-cmn .sysHeadline {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}
#sysWrap #sysAside .c-aside-cmn .sysContent ul li {
  margin-bottom: 19px;
}
#sysWrap #sysAside .c-aside-cmn .sysContent ul li:last-child {
  margin-bottom: 0;
}
#sysWrap #sysAside .c-aside-cmn .sysContent ul li a {
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  display: block;
}
#sysWrap #sysAside .c-aside-cmn .sysContent ul li a::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 6px;
  margin: -3px auto auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

/*!
 * 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;
}

/*! ========================================================
トップページ
========================================================= */
.is__fade {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translateY(30px);
}
.is__fade.is__viewed {
  opacity: 1;
  transition: all 0.8s ease;
  transform: translateY(0);
}

.jost {
  font-family: "Jost", sans-serif;
}

.c-ttl {
  text-align: center;
  margin-bottom: 70px;
  line-height: 1;
}
.c-ttl span {
  font-size: 12px;
  color: #c2a661;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}
.c-ttl div {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #1c1c1c;
}

.bg-baige {
  background: #e5c8bf;
  position: relative;
}
.bg-baige::before {
  content: "";
  position: absolute;
  inset: 0;
}

.bg-pink {
  background: #eddddf;
  position: relative;
}
.bg-pink::before {
  content: "";
  position: absolute;
  inset: 0;
}

.c-btn {
  width: min(240px, 100%);
  border: 1px solid #5a5047;
  height: 54px;
  border-radius: 2px;
}
.c-btn:hover a {
  background: #fff;
  transition: all 300ms ease;
  opacity: 1;
}
.c-btn a {
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a5047;
  height: 100%;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  border-radius: 2px;
}

.c-more {
  width: 82px;
  height: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.c-more p {
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.c-more span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.c-more span::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 6px;
  margin: -3px auto auto;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

.c-close {
  width: 82px;
  height: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.c-close p {
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.c-close span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.c-close span::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 6px;
  margin: -2px auto auto;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 6px;
}

.c-more-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-more-bottom.flex-dir {
  flex-direction: column;
}
.c-more-bottom p {
  line-height: 1;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-more-bottom span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: block;
  margin-inline: auto;
  position: relative;
}
.c-more-bottom span::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 6px;
  margin: -4px auto auto;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(135deg);
  vertical-align: middle;
  width: 6px;
}
#top .l-mv {
  margin-bottom: 120px;
}
#top .l-mv .p-mv img {
  width: 100%;
}
#top .l-mv .p-mv .mv_swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  transform: scale(1.1);
}
#top .l-mv .p-mv .mv_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 3s linear, opacity 1s ease;
  opacity: 0;
}
#top .l-season {
  margin-bottom: 125px;
}
#top .l-season > .sysContent .l-season__wrap .c-season-item-tag {
  display: flex;
  margin-bottom: 18px;
  gap: 10px;
}
#top .l-season > .sysContent .l-season__wrap .c-season-item-tag li {
  font-size: 13px;
  color: #c2a661;
  border: 1px solid #c2a661;
  background: #fff;
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  padding-inline: 30px;
  line-height: 1;
}
#top .l-season > .sysContent .l-season__wrap .c-season-item-ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 14px;
}
#top .l-season > .sysContent .l-season__wrap .c-season-item-txt {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 38px;
  letter-spacing: 0.03em;
}
#top .l-season > .sysContent .l-season__wrap .c-season-item-price {
  line-height: 1;
  font-size: 26px;
  font-family: "Jost", sans-serif;
  margin-bottom: 55px;
}
#top .l-season > .sysContent .l-season__wrap .c-season-item-price span {
  margin-left: 5px;
  font-size: 15px;
  color: rgba(28, 28, 28, 0.3);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#top .l-season > .sysContent .l-season__wrap .c-season-item-btn a {
  background: rgba(255, 255, 255, 0.2);
}
#top .l-season > .sysContent .l-season__wrap .c-season-item-btn a:hover {
  background: rgb(255, 255, 255);
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item.l-season-item02 .c-season-item .c-season-item-img {
  order: 2;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item.l-season-item02 .c-season-item .c-season-item-blk {
  order: 1;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  position: relative;
  z-index: 1;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item .c-season-item-img {
  width: min(450px, 100%);
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item .c-season-item-img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item .c-season-item-blk {
  width: min(450px, 100%);
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .p-season-item-ico {
  position: absolute;
  top: 165px;
  right: 165px;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner02 {
  display: flex;
  padding-top: 100px;
  width: min(1800px, 100%);
  margin-inline: auto;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-img {
  margin-left: calc(50% - 50vw);
  width: min(960px, 100%);
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-img img {
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk {
  width: 50%;
  padding-left: 100px;
  position: relative;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .c-season-item-blk {
  width: min(450px, 100%);
  margin-bottom: 100px;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .c-season-item-blk .c-season-item-btn a:hover {
  background: #5a5047;
  color: #fff;
  opacity: 1;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .p-season-item-ico {
  position: absolute;
  top: 165px;
  right: 65px;
}
#top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .p-season-item-img02 img {
  width: min(600px, 100%);
  display: block;
  border-radius: 20px;
  margin-left: auto;
}
#top .l-product {
  overflow: hidden;
}
#top .l-product > .sysContent .l-product__wrap .p-product-blk {
  display: flex;
  justify-content: space-between;
  width: min(1120px, 100%);
  margin-inline: auto;
  margin-bottom: 40px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-blk dt {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  padding-top: 8px;
  position: relative;
}
#top .l-product > .sysContent .l-product__wrap .p-product-blk dd {
  font-size: 18px;
  line-height: 1.6;
  width: min(830px, 100%);
}
#top .l-product > .sysContent .l-product__wrap .l-product-list {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
#top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 120px;
}
#top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-list li {
  width: calc((100% - 30px) / 4);
  position: relative;
}
#top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-list li a img {
  border-radius: 2px;
  width: 100%;
}
#top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-list li a p {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 18px;
  width: 100%;
  text-align: center;
  color: #fff;
}
#top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-toggle {
  display: none;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item {
  width: 62.5vw;
  margin-inline: auto;
  display: flex;
  margin-bottom: 120px;
  position: relative;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-img, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-img {
  order: 2;
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-img img, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-img img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-blk {
  order: 1;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk .c-product-card, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-blk .c-product-card {
  left: auto;
  right: -80px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk .c-product-card {
  padding-top: 85px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk .c-product-card .c-product-card-box h3 {
  margin-bottom: 28px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt {
  margin-bottom: 50px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/top/ico_leaf.png) no-repeat;
  width: 126px;
  height: 214px;
  background-size: 100%;
  position: absolute;
  top: 55px;
  right: 23px;
  margin-right: calc(50% - 50vw);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03 .c-product-blk .c-product-card {
  padding-top: 85px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03 .c-product-blk .c-product-card .c-product-card-box h3 {
  margin-bottom: 28px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03 .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt {
  margin-bottom: 50px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/top/ico_tree.png) no-repeat;
  width: 203px;
  height: 285px;
  background-size: 100%;
  position: absolute;
  bottom: -50px;
  left: -75px;
  margin-left: calc(50% - 50vw);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-blk .c-product-card {
  padding-top: 85px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-blk .c-product-card .c-product-card-box h3 {
  margin-bottom: 28px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt {
  margin-bottom: 20px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-img img {
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 2px 16px 0px rgba(105, 105, 105, 0.15);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk {
  width: 50%;
  position: relative;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card {
  min-width: 640px;
  width: 640px;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 80px;
  background-size: 400% 400%;
  animation: gradientMove 10s ease infinite;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card.p-product-green {
  background: linear-gradient(135deg, rgb(248, 245, 242) 0%, rgb(226, 235, 219) 100%);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card.p-product-pink {
  background: linear-gradient(131deg, rgb(227, 215, 203) 0%, rgb(238, 217, 237) 100%);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card.p-product-yellow {
  background: linear-gradient(131deg, rgb(243, 228, 193) 0%, rgb(230, 242, 148) 100%);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card.p-product-orange {
  background-image: linear-gradient(131deg, rgb(243, 219, 219), rgb(249, 205, 116));
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card.p-product-blue {
  background-image: linear-gradient(131deg, rgb(193, 212, 216) 10%, rgb(249, 246, 244) 90%);
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box {
  width: min(480px, 100%);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box h3 {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
  font-weight: bold;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt02 {
  color: #c26161;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box dl {
  margin-bottom: 55px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box dl dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box dl dd ul {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 18px;
  flex-wrap: wrap;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box dl dd ul li {
  line-height: 1;
  font-size: 11px;
  position: relative;
  padding-left: 30px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box dl dd ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #94ab8e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box .c-product-btn a {
  background: rgba(255, 255, 255, 0.2);
}
#top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box .c-product-btn a:hover {
  background: rgb(255, 255, 255);
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide {
  margin-bottom: 110px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .swiper {
  padding-bottom: 20px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a {
  display: block;
  position: relative;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-img {
  margin-bottom: 22px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-img img {
  box-shadow: 0px 2px 16px 0px rgba(105, 105, 105, 0.1);
  border-radius: 20px;
  display: block;
  width: 100%;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-comment {
  position: absolute;
  top: 30px;
  right: -30px;
  width: 180px;
  background: #f1f0e9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 13px 15px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-comment::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 18px;
  background: url(https://www.repaco.com/img/layout/top/ico_comment_baige.png) no-repeat;
  width: 26px;
  height: 18px;
  background-size: 100%;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-comment p {
  line-height: 1.6;
  font-size: 13px;
  font-weight: bold;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-ttl {
  font-size: 13px;
  line-height: 1;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-ttl span {
  display: block;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  font-weight: 300;
  position: relative;
  margin-top: 18px;
  padding-top: 14px;
}
#top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-ttl span::before {
  content: "";
  top: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background: #c2a661;
  position: absolute;
}
#top .l-fluit-eggs {
  padding-top: 300px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap {
  position: relative;
  padding-top: 350px;
  background: #f3e4c1;
  padding-bottom: 60px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-img {
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1100px, 100%);
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-img img {
  width: 100%;
  display: block;
  margin-inline: auto;
  border-radius: 20px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-head .c-ttl {
  margin-bottom: 62px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-head p {
  width: min(740px, 100%);
  text-align: center;
  margin-inline: auto;
  margin-bottom: 40px;
  font-size: 15px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block {
  width: min(1100px, 100%);
  margin-inline: auto;
  margin-bottom: 50px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock {
  padding: 0;
  margin: 0;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal {
  gap: 20px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li {
  width: calc((100% - 40px) / 3);
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemImage {
  margin-bottom: 18px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemImage img {
  border-radius: 8px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemName {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemName a {
  line-height: 1.55;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemPrice {
  margin-bottom: 0;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemPrice .taxin {
  font-size: 11px;
  color: rgba(28, 28, 28, 0.3);
  margin-left: 3px;
  font-weight: bold;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-btn {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-btn .c-fluit-eggs-btn a {
  background: rgba(255, 255, 255, 0.2);
}
#top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-btn .c-fluit-eggs-btn a:hover {
  background: rgb(255, 255, 255);
}
#top .l-ranking {
  overflow: hidden;
}
#top .l-ranking:not(:has(.l-ranking__wrap li .sysItemName)) {
  display: none;
}
#top .l-ranking > .sysContent .l-ranking__wrap {
  padding-top: 123px;
  margin-bottom: 125px;
  position: relative;
}
#top .l-ranking > .sysContent .l-ranking__wrap::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/top/ico_leaf02.png) no-repeat;
  width: 171px;
  height: 306px;
  background-size: 100%;
  position: absolute;
  right: -20px;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block {
  width: min(1120px, 100%);
  margin-inline: auto;
  position: relative;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block .p-ranking-block {
  display: none;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block .rankingSwiper .swiper-wrapper .swiper-slide {
  position: relative;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block .rankingSwiper .swiper-wrapper .swiper-slide .ranking-number {
  position: absolute;
  top: 0;
  left: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #000;
  background: url(https://www.repaco.com/img/layout/common/ico_ranking.png) no-repeat;
  background-size: 100%;
  pointer-events: none;
  z-index: 10;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block .rankingSwiper .swiper-wrapper .swiper-slide .ranking-number span {
  line-height: 1;
  font-size: 16px;
  margin-top: -5px;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemImage {
  margin-bottom: 18px;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemImage img {
  border-radius: 8px;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemName {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemName a {
  line-height: 1.55;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemPrice {
  margin-bottom: 0;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
#top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemPrice .taxin {
  font-size: 11px;
  color: rgba(28, 28, 28, 0.3);
  margin-left: 3px;
  font-weight: bold;
}
#top .l-ranking > .sysContent .l-ranking__wrap .swiper-button-prev {
  left: -48px;
}
#top .l-ranking > .sysContent .l-ranking__wrap .swiper-button-prev:after {
  color: #c2a661;
  font-size: 23px;
}
#top .l-ranking > .sysContent .l-ranking__wrap .swiper-button-next {
  right: -48px;
}
#top .l-ranking > .sysContent .l-ranking__wrap .swiper-button-next::after {
  color: #c2a661;
  font-size: 23px;
}
#top .l-service > .sysContent .l-service__wrap {
  position: relative;
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
#top .l-service > .sysContent .l-service__wrap .p-service-blk {
  width: min(1120px, 100%);
  margin-inline: auto;
  display: flex;
  margin-bottom: 40px;
  border-radius: 8px;
}
#top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-img {
  width: min(560px, 100%);
}
#top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-img img {
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-txt {
  background: #fff;
  width: min(560px, 100%);
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 45px;
  padding-top: 45px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-txt h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
}
#top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-txt p {
  width: min(320px, 100%);
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 35px;
}
#top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-txt .c-service-btn a:hover {
  background: #5a5047;
  color: #fff;
  opacity: 1;
}
#top .l-service > .sysContent .l-service__wrap .l-service-col {
  justify-content: space-between;
  display: flex;
  width: min(1120px, 100%);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
#top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk {
  width: min(540px, 100%);
  border-radius: 8px;
  overflow: hidden;
}
#top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a {
  position: relative;
  display: flex;
}
#top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-img {
  width: min(235px, 100%);
}
#top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-img img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
}
#top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-txt {
  background: #fff;
  width: calc(100% - 235px);
  padding-top: 40px;
  padding-inline: 20px;
}
#top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-txt h3 {
  line-height: 1;
  margin-bottom: 20px;
}
#top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-txt p {
  line-height: 1.6;
  font-size: 15px;
}
#top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-more {
  position: absolute;
  bottom: 23px;
  right: 20px;
}
#top .l-service > .sysContent .l-service__wrap .p-service-item-ico {
  position: absolute;
  right: -20px;
  top: 20px;
}
#top .l-service > .sysContent .l-service__wrap .p-service-item-ico02 {
  position: absolute;
  bottom: 75px;
  left: 75px;
}
#top .l-topics > .sysContent .l-topics__wrap {
  padding-top: 123px;
  margin-bottom: 125px;
  position: relative;
}
#top .l-topics > .sysContent .l-topics__wrap::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/top/ico_nuts.png) no-repeat;
  width: 84px;
  height: 104px;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  left: 75px;
}
#top .l-topics > .sysContent .l-topics__wrap .l-topics-block {
  width: min(1120px, 100%);
  margin-inline: auto;
  position: relative;
}
#top .l-topics > .sysContent .l-topics__wrap .l-topics-block:not(:has(.swiper .swiper-wrapper .swiper-slide:nth-child(3))) .swiper-button-prev {
  display: none;
}
#top .l-topics > .sysContent .l-topics__wrap .l-topics-block:not(:has(.swiper .swiper-wrapper .swiper-slide:nth-child(3))) .swiper-button-next {
  display: none;
}
#top .l-topics > .sysContent .l-topics__wrap .l-topics-block .c-topics-box img {
  display: block;
  margin-bottom: 22px;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 290px;
}
#top .l-topics > .sysContent .l-topics__wrap .l-topics-block .c-topics-box time {
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
#top .l-topics > .sysContent .l-topics__wrap .l-topics-block .c-topics-box p {
  line-height: 1.6;
  font-size: 15px;
  font-weight: bold;
}
#top .l-topics > .sysContent .l-topics__wrap .swiper-button-prev {
  left: -48px;
}
#top .l-topics > .sysContent .l-topics__wrap .swiper-button-prev:after {
  color: #c2a661;
  font-size: 23px;
}
#top .l-topics > .sysContent .l-topics__wrap .swiper-button-next {
  right: -48px;
}
#top .l-topics > .sysContent .l-topics__wrap .swiper-button-next::after {
  color: #c2a661;
  font-size: 23px;
}
#top .l-topics > .sysContent .l-topics__wrap .c-topics-more {
  width: 110px;
  height: 24px;
  margin-inline: auto;
  margin-top: 40px;
}
#top .l-store > .sysContent .l-store__wrap {
  position: relative;
}
#top .l-store > .sysContent .l-store__wrap .p-store-img {
  width: 100%;
}
#top .l-store > .sysContent .l-store__wrap .p-store-img img {
  width: 100%;
}
#top .l-store > .sysContent .l-store__wrap .l-store-card {
  width: min(1120px, 100%);
  margin-inline: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card {
  background: #fff;
  width: min(540px, 100%);
  padding-inline: 40px;
  padding-top: 95px;
  padding-bottom: 60px;
  min-height: 540px;
}
#top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card h3 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
}
#top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card p {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 38px;
}
#top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card .c-store-btn {
  margin-inline: auto;
}
#top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card .c-store-btn a:hover {
  background: #5a5047;
  color: #fff;
  opacity: 1;
}

.c-news-list {
  display: none;
}

.l-news > .sysContent .l-news__wrap {
  display: flex;
  width: min(1120px, 100%);
  margin-inline: auto;
  padding-top: 125px;
  margin-bottom: 120px;
}
.l-news > .sysContent .l-news__wrap .p-news-head {
  width: min(230px, 100%);
}
.l-news > .sysContent .l-news__wrap .p-news-head .c-ttl {
  text-align: left;
  margin-bottom: 38px;
}
.l-news > .sysContent .l-news__wrap .p-news-head .c-news-more {
  width: 110px;
  height: 24px;
  margin-top: 40px;
}
.l-news > .sysContent .l-news__wrap .l-news-list {
  width: min(890px, 100%);
}
.l-news > .sysContent .l-news__wrap .l-news-list .c-news,
.l-news > .sysContent .l-news__wrap .l-news-list .c-news-list {
  display: block;
}
.l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li,
.l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li {
  border-bottom: 1px solid #000000;
}
.l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li:first-child,
.l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li:first-child {
  border-top: 1px solid #000;
}
.l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li time,
.l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li time {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
  min-width: 85px;
  width: 85px;
  display: inline-block;
  margin-right: 50px;
  flex-shrink: 0;
}
.l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li a,
.l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li a {
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-top: 33px;
  padding-bottom: 33px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  font-size: 15px;
}
.l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li a::before,
.l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li a::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 8px;
  margin: -3px auto auto;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}
.l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li br,
.l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li br {
  display: none;
}
.l-news > .sysContent .l-news__wrap > .c-news-more {
  width: 110px;
  height: 24px;
  align-items: center;
  position: relative;
  margin-top: 40px;
  display: none;
}
.l-news > .sysContent .l-news__wrap > .c-news-more p {
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.l-news > .sysContent .l-news__wrap > .c-news-more span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.l-news > .sysContent .l-news__wrap > .c-news-more span::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 6px;
  margin: -3px auto auto;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

.l-search .l-search__wrap {
  background: #f1f0e9;
  padding-top: 65px;
  padding-bottom: 55px;
}
.l-search .l-search__wrap .l-search__blk {
  width: min(1120px, 100%);
  margin-inline: auto;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk01 {
  margin-bottom: 50px;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene {
  display: block;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysHeadline {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysHeadline span {
  font-size: 15px;
  margin-left: 20px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysContent ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysContent ul li {
  width: calc((100% - 90px) / 4);
}
.l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysContent ul li a img {
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysContent ul li a p {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 15px;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk02 {
  margin-bottom: 80px;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price-txt,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-cat,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price-txt,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-cat {
  display: block;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price .sysHeadline,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price-txt .sysHeadline,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-cat .sysHeadline,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price .sysHeadline,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price-txt .sysHeadline,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-cat .sysHeadline {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price .sysHeadline span,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price-txt .sysHeadline span,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-cat .sysHeadline span,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price .sysHeadline span,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price-txt .sysHeadline span,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-cat .sysHeadline span {
  font-size: 15px;
  margin-left: 20px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price .sysContent nav ul,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price-txt .sysContent nav ul,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-cat .sysContent nav ul,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price .sysContent nav ul,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price-txt .sysContent nav ul,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-cat .sysContent nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price .sysContent nav ul li,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price-txt .sysContent nav ul li,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-cat .sysContent nav ul li,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price .sysContent nav ul li,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price-txt .sysContent nav ul li,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-cat .sysContent nav ul li {
  width: auto !important;
}
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price .sysContent nav ul li a,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price-txt .sysContent nav ul li a,
.l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-cat .sysContent nav ul li a,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price .sysContent nav ul li a,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price-txt .sysContent nav ul li a,
.l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-cat .sysContent nav ul li a {
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding-inline: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}

/*! ========================================================
商品詳細ページ
========================================================= */
#sysItemDetail #sysWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  width: min(1200px, 100%);
  margin-inline: auto;
}
#sysItemDetail #sysWrap #sysMain {
  width: min(890px, 100%);
}
#sysItemDetail article .item-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: min(2rem, 8vw);
}
#sysItemDetail article .item-container .sysItemImages {
  width: 100%;
  max-width: calc(100% - 340px);
}
#sysItemDetail article .item-container .sysItemImages .sysModal {
  margin-bottom: 10px;
  position: relative;
}
#sysItemDetail article .item-container .sysItemImages .sysModal #photoNum {
  display: none;
}
#sysItemDetail article .item-container .sysItemImages .sysModal #modalPreb {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 30px;
  z-index: 1;
}
#sysItemDetail article .item-container .sysItemImages .sysModal #modalPreb::before {
  border-right: 2px solid #c2a661;
  border-top: 2px solid #c2a661;
  content: "";
  height: 8px;
  margin: -3px auto auto;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg) scale(-1.1);
  vertical-align: middle;
  width: 8px;
}
#sysItemDetail article .item-container .sysItemImages .sysModal #modalNext {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 30px;
  z-index: 1;
}
#sysItemDetail article .item-container .sysItemImages .sysModal #modalNext::before {
  border-right: 2px solid #c2a661;
  border-top: 2px solid #c2a661;
  content: "";
  height: 8px;
  margin: -3px auto auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}
#sysItemDetail article .item-container .sysItemImages .sysImageList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#sysItemDetail article .item-container .sysItemImages .sysImageList li {
  width: calc((100% - 60px) / 7);
  position: relative;
}
#sysItemDetail article .item-container .sysItemImages .sysImageList li img {
  width: 100%;
  opacity: 0.3;
  transition: all 300ms ease;
}
#sysItemDetail article .item-container .sysItemImages .sysImageList li.sysCurrent img {
  transition: all 300ms ease;
  opacity: 1;
}
#sysItemDetail article .item-container .item-info-container {
  width: 100%;
  max-width: 300px;
}
#sysItemDetail article .item-container .item-info-container .sysItemName {
  margin-bottom: 35px;
}
#sysItemDetail article .item-container .item-info-container .sysItemName h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
#sysItemDetail article .item-container .item-info-container .sysRetailPrice {
  margin-bottom: 30px;
}
#sysItemDetail article .item-container .item-info-container .sysRetailPrice span {
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: baseline;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
#sysItemDetail article .item-container .item-info-container .sysRetailPrice span .taxin {
  font-size: 13px;
  color: rgba(28, 28, 28, 0.3);
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-left: 5px;
}
#sysItemDetail article .item-container .item-info-container .sysPr {
  margin-bottom: 8px;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain {
  margin-bottom: 30px;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-ttl {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 30px;
  color: #785739;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-txt {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-txt02 {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 28px;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 5px;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-table tr th {
  border: 1px solid #f1f0e9;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-table tr td {
  border: 1px solid #f1f0e9;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-table tr td span {
  position: relative;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-table tr td span .u-sup {
  font-size: 15px;
  color: #c26161;
  position: absolute;
  top: 5px;
  right: -12px;
}
#sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-note {
  font-size: 11px;
  color: #c26161;
  line-height: 1.6;
}
#sysItemDetail article .item-container .item-info-container .sysItemId {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
  text-align: right;
}
#sysItemDetail article .item-container .item-info-container .sysShippingCost {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
  text-align: right;
}
#sysItemDetail article .item-container .item-info-container .sysStockQuantity {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
  text-align: right;
}
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate {
  margin-top: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateViewName {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: min(0.3333333333rem, 1.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm {
  border: 1px solid #707070;
  padding: min(1rem, 4vw);
}
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateSelectPrefStateArea {
  display: flex;
  align-items: center;
  gap: 0 min(0.3333333333rem, 1.3333333333vw);
  margin-bottom: min(0.3333333333rem, 1.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateSelectPrefStateArea .sysDeliveryDateSelectPrefStateLabel {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
}
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateSelectPrefStateArea #prefStateId {
  height: min(2.6666666667rem, 10.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
}
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateArea > div {
  font-size: min(1.0666666667rem, 4.2666666667vw);
  font-weight: 400;
  line-height: 1.7;
}
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateArea .sysDeliveryDateShippingPeriodDatetime,
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateArea .sysDeliveryDateEarliestDeliveryDate {
  text-decoration: underline;
  text-underline-offset: min(0.1333333333rem, 0.5333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateArea .sysDeliveryDateAppendComment,
#sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateArea .sysDeliveryDateNoAvailableDatesMessage {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
  margin-top: min(0.3333333333rem, 1.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysVariation {
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysVariation > div {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: min(0.3333333333rem, 1.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable {
  width: 100%;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable th {
  font-size: min(1.0666666667rem, 4.2666666667vw);
  font-weight: 400;
  line-height: 1.7;
  background-color: #eeeeee;
  border: 1px solid #707070;
  padding: min(0.5333333333rem, 2.1333333333vw) min(1rem, 4vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable td {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
  border: 1px solid #707070;
  padding: min(0.5333333333rem, 2.1333333333vw) min(1rem, 4vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable td br {
  display: none;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable td input[type=radio] {
  display: block;
  margin-bottom: min(0.3333333333rem, 1.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tr:nth-of-type(n + 2) th {
  text-align: left;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSelections {
  margin-bottom: min(2rem, 8vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: min(1rem, 4vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div:last-of-type {
  margin-bottom: 0;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div:has(input[type=radio]) {
  display: flex;
  flex-wrap: wrap;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div:has(input[type=radio])::before {
  content: "";
  display: block;
  width: 100%;
  height: min(0.3333333333rem, 1.3333333333vw);
  order: 1;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div select {
  height: min(2.6666666667rem, 10.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: min(0.3333333333rem, 1.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div label {
  order: 2;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div input[type=text] {
  height: min(3.3333333333rem, 13.3333333333vw);
  margin-top: min(0.3333333333rem, 1.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules {
  width: 100%;
  max-width: min(30.4rem, 121.6vw);
  margin-inline: auto;
  margin-bottom: min(2rem, 8vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalStartDate {
  display: none;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea {
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars {
  width: 100%;
  position: relative;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl {
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysPrevCalendar,
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysNextCalendar {
  width: min(2rem, 8vw);
  height: min(2rem, 8vw);
  border: none;
  position: relative;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysPrevCalendar::after,
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysNextCalendar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysPrevCalendar::after {
  background-image: url(../img/layout/common/arrow_left_thin_black.png);
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysNextCalendar::after {
  background-image: url(../img/layout/common/arrow_right_thin_black.png);
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar {
  table-layout: fixed;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar caption {
  font-size: min(1.0666666667rem, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar th {
  height: min(3.2666666667rem, 13.0666666667vw);
  font-size: min(0.9333333333rem, 3.7333333333vw);
  line-height: 1.7;
  color: #333333;
  border: 1px solid #707070;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar td {
  height: min(3.2666666667rem, 13.0666666667vw);
  font-size: min(0.9333333333rem, 3.7333333333vw);
  border: 1px solid #707070;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar td.sysRentalSchedulesReserved {
  text-decoration: none;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar td.sysRentalSchedulesInvalid {
  text-decoration-color: #b3b6b3;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar td .sysRentalSchedulesDay {
  display: block;
  font-size: min(0.9333333333rem, 3.7333333333vw);
  line-height: 1.7;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar td .sysRentalSchedulesValidPrice {
  display: block;
  font-size: min(0.6666666667rem, 2.6666666667vw);
  line-height: 1.2;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalScheduleInfo {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalScheduleInfo > div:not(.sysRentalScheduleNotice) {
  margin-bottom: min(0.3333333333rem, 1.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalScheduleInfo > div:not(.sysRentalScheduleNotice) span {
  color: #333333;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalScheduleInfo .sysRentalScheduleNotice {
  margin-top: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysGetPoint {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin-bottom: min(2rem, 8vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysNumber {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 13px;
  width: 135px;
  justify-content: space-between;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysNumber select {
  font-size: 13px;
  height: 32px;
  width: 80px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysNumber .sysNumArea {
  display: none;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption {
  margin-bottom: 35px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption .sysReceiveOptionTitle {
  font-weight: bold;
  margin-bottom: 10px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption .sysReceiveOptionRadioGroup input[type=radio] {
  margin-right: 5px;
  accent-color: #c26161;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption .sysReceiveOptionRadioGroup .sysReceiveOptionTabLabel {
  margin-right: 20px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent {
  margin-top: 15px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveTime,
#sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveDate,
#sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveStore {
  margin-bottom: 15px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSubtotal {
  font-size: min(1.4666666667rem, 5.8666666667vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSubmit {
  margin-bottom: 15px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSubmit > div:not([class]) img {
  margin-inline: auto;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSubmit .sysCartInDone {
  text-align: center;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysSubmit .sysCartButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  letter-spacing: 0.1em;
  padding-left: 28px;
  background: url(https://www.repaco.com/img/layout/common/ico_cart_white.png) no-repeat, #c2a661;
  background-size: 20px;
  background-position: center left 76px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysWishlist {
  margin-bottom: 0;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysWishlist .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
  white-space: initial;
  background: #fff;
  border: 1px solid #1c1c1c;
  background: url(https://www.repaco.com/img/layout/common/ico_favo_black.png) no-repeat, #fff;
  padding: 0;
  margin: 0;
  transition: all 300ms ease;
  text-indent: -9999px;
  background-size: 16px;
  font-size: 0;
  background-position: 72px 19px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysWishlist .sysButton:hover {
  background: url(https://www.repaco.com/img/layout/common/ico_favo_on.png) no-repeat, #fff;
  background-size: 16px;
  background-position: 72px 19px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysWishlist .sysButton:before {
  content: "お気に入りに追加";
  text-indent: 0;
  letter-spacing: 0.1em;
  font-size: 15px;
  padding-left: 28px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysWishlist .sysButton[disabled] {
  opacity: 0.5;
  pointer-events: none;
  background: url(https://www.repaco.com/img/layout/common/ico_favo_on.png) no-repeat, #fff;
  background-size: 16px;
  background-position: 65px 20px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysWishlist .sysButton[disabled]:before {
  content: "お気に入り登録済み";
  text-indent: 0;
  letter-spacing: 0.1em;
  font-size: 15px;
  padding-left: 28px;
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysWishSum {
  text-align: center;
  margin-bottom: min(2rem, 8vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm #sysWishSum span {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  line-height: 1.7;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysShare {
  max-width: min(23rem, 92vw);
  padding: 0;
  margin-inline: auto;
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysShare ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: min(0.3333333333rem, 1.3333333333vw);
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysShare ul li {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#sysItemDetail article .item-container .item-info-container .sysForm .sysShare ul li iframe {
  display: block;
}
#sysItemDetail article .item-container .item-info-container .sysFreeForm {
  margin-bottom: min(2rem, 8vw);
}
#sysItemDetail article .item-container .item-info-container .sysFreeForm input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysItemDetail article .item-container .item-info-container .sysFreeForm input[type=submit]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysItemDetail article .item-container .item-info-container .sysFreeForm input[type=submit] .fa {
  margin-left: 10px;
}
#sysItemDetail article #sysExplanation {
  margin-top: 85px;
  margin-bottom: 105px;
}
#sysItemDetail article #sysExplanation .p-item-detail .p-item-detail-ttl {
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab {
  display: flex;
  border-top: 1px solid #f1f0e9;
  margin-bottom: 45px;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab .c-item-tab-item {
  width: 33.333%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #f1f0e9;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  cursor: pointer;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab .c-item-tab-item:last-child {
  border-right: none;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab .c-item-tab-item.is__active {
  background: #fff;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item {
  display: none;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item .c-item-definition {
  border-bottom: 1px solid #f1f0e9;
  padding-bottom: 18px;
  margin-bottom: 22px;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item .c-item-definition .c-item-definition-ttl {
  line-height: 1;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 12px;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item .c-item-definition .c-item-definition-box {
  font-size: 15px;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item .c-item-definition .c-item-definition-box p {
  line-height: 1.6;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item .c-item-definition .c-item-definition-box p a {
  font-weight: bold;
  color: #c2a661;
  border-bottom: 1px solid #c2a661;
}
#sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item.is__active {
  display: block;
}
#sysItemDetail article #sysExplanation .p-item-lp {
  margin-top: 80px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-ttl {
  border-top: 1px solid #c2a661;
  border-bottom: 1px solid #c2a661;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-ttl::before {
  content: "";
  position: absolute;
  background: url(https://www.repaco.com/img/layout/common/ico_lp_arrow_ttl.png) no-repeat;
  width: 50px;
  height: 21px;
  background-size: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-ttl p {
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 5px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-ttl h2 {
  font-size: 30px;
  line-height: 1.6;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk {
  margin-bottom: 70px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk .p-item-lp-blk-img {
  width: 100%;
  margin-bottom: 28px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk p {
  text-align: center;
  line-height: 1.78;
  font-size: 18px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 80px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col.p-item-lp-col-reverse .p-item-lp-col-img {
  order: 2;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col.p-item-lp-col-reverse .p-item-lp-col-blk {
  order: 1;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-img {
  width: 425px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-img img {
  width: 100%;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-blk {
  width: calc(100% - 465px);
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-blk h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 22px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-blk p {
  font-size: 15px;
  line-height: 1.6;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk02 {
  background: #f8f7f4;
  padding: 40px;
  margin-bottom: 80px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk02 .p-item-lp-blk02-img {
  margin-bottom: 30px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk02 .p-item-lp-blk02-img img {
  width: 100%;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk02 h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk02 p {
  line-height: 1.6;
  font-size: 15px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk03 {
  margin-bottom: 85px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk03 .p-item-lp-blk03-img {
  width: 460px;
  margin-inline: auto;
  margin-bottom: 30px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk03 .p-item-lp-blk03-img img {
  width: 100%;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk03 h3 {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk03 .p-item-lp-btn a {
  width: 200px;
  display: flex;
  margin-inline: auto;
  background: #c2a661;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  height: 42px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #c2a661;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk03 .p-item-lp-btn a:hover {
  background: #fff;
  color: #c2a661;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 35px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-list li {
  width: calc((100% - 40px) / 3);
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-list li img {
  border-radius: 8px;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
#sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-list li p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
#sysItemDetail article .sysReview {
  width: 100%;
  background-color: #eeeeee;
  padding: min(3.3333333333rem, 13.3333333333vw) min(6.6666666667rem, 26.6666666667vw);
  margin-inline: auto;
  margin-bottom: min(5.3333333333rem, 21.3333333333vw);
  position: relative;
}
#sysItemDetail article .sysReview:not(:has(.sysReviewHistoryList li)) {
  display: none;
}
#sysItemDetail article .sysReview > span {
  display: block;
  font-size: min(1.8666666667rem, 7.4666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemDetail article .sysReview > br {
  display: none;
}
#sysItemDetail article .sysReview .sysReviewHistoryList {
  display: flex;
  flex-direction: column;
  gap: min(0.6666666667rem, 2.6666666667vw);
}
#sysItemDetail article .sysReview .sysReviewHistoryList li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 min(1rem, 4vw);
  width: 100%;
  border: none;
  border-radius: min(0.6666666667rem, 2.6666666667vw);
  background-color: #ffffff;
  padding: min(2rem, 8vw) min(2rem, 8vw) min(4.4rem, 17.6vw);
  position: relative;
}
#sysItemDetail article .sysReview .sysReviewHistoryList li .sysNickname {
  max-width: calc(100% - min(6.6666666667rem, 26.6666666667vw));
  font-size: min(0.9333333333rem, 3.7333333333vw);
  line-height: 1.7;
  padding-left: min(3rem, 12vw);
  position: relative;
}
#sysItemDetail article .sysReview .sysReviewHistoryList li .sysNickname::before {
  content: "";
  display: block;
  width: min(2rem, 8vw);
  height: min(2rem, 8vw);
  background-image: url(../img/layout/common/icon_user.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sysItemDetail article .sysReview .sysReviewHistoryList li .sysEvaluation {
  flex-shrink: 0;
  font-size: min(1.1333333333rem, 4.5333333333vw);
  line-height: 1.5;
  color: #e69b05;
}
#sysItemDetail article .sysReview .sysReviewHistoryList li .sysReviewText {
  width: 100%;
  font-size: min(1.0666666667rem, 4.2666666667vw);
  line-height: 1.7;
  margin-top: min(1rem, 4vw);
}
#sysItemDetail article .sysReview .sysReviewHistoryList li .sysReviewDatetime {
  display: block;
  font-size: min(0.9333333333rem, 3.7333333333vw);
  line-height: 1.5;
  position: absolute;
  bottom: min(2rem, 8vw);
  right: min(2rem, 8vw);
}
#sysItemDetail article .sysReview form input[type=submit] {
  display: block;
  font-size: min(1.0666666667rem, 4.2666666667vw);
  line-height: 1.7;
  color: #333333;
  background-image: url(../img/layout/common/arrow_right_black.png);
  background-size: min(0.2666666667rem, 1.0666666667vw) min(0.5333333333rem, 2.1333333333vw);
  background-position: right min(0.3333333333rem, 1.3333333333vw) center;
  background-repeat: no-repeat;
  padding-right: min(1.3333333333rem, 5.3333333333vw);
  position: absolute;
  top: min(3.9333333333rem, 15.7333333333vw);
  right: min(6.6666666667rem, 26.6666666667vw);
}
#sysItemDetail .related-item .sysItemBlock {
  padding-inline: 0;
  margin-bottom: min(5.3333333333rem, 21.3333333333vw);
}

#sysModalWindow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: min(5.3333333333rem, 21.3333333333vw) min(1rem, 4vw);
  overflow-y: scroll;
}
#sysModalWindow .sysModalContent {
  width: 100%;
  max-width: min(53.3333333333rem, 213.3333333333vw);
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
  position: relative;
  padding: min(1rem, 4vw);
  margin: auto;
}
#sysModalWindow .sysModalContent .sysRemoveElement {
  width: min(3.3333333333rem, 13.3333333333vw);
  height: min(3.3333333333rem, 13.3333333333vw);
  position: fixed;
  top: min(1.3333333333rem, 5.3333333333vw);
  right: min(1.3333333333rem, 5.3333333333vw);
  border-radius: 50%;
  background-color: #ffffff;
}
#sysModalWindow .sysModalContent .sysRemoveElement::before, #sysModalWindow .sysModalContent .sysRemoveElement::after {
  content: "";
  display: block;
  width: min(0.2666666667rem, 1.0666666667vw);
  height: min(1.4666666667rem, 5.8666666667vw);
  border-radius: 4px;
  background-color: #333333;
  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(0.6666666667rem, 2.6666666667vw);
}
#sysModalWindow .sysModalContent .sysModalMainImage img {
  width: 100%;
}
#sysModalWindow .sysModalContent .sysModalImageList {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.3333333333rem, 1.3333333333vw);
}
#sysModalWindow .sysModalContent .sysModalImageList li {
  float: none;
  width: calc(16.6666666667% - min(1.6666666667rem, 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.1333333333rem);
  height: calc(100% + 0.1333333333rem);
  border: 0.1333333333rem solid #333333;
  border-radius: 0.1333333333rem;
  position: absolute;
  top: -0.1333333333rem;
  left: -0.1333333333rem;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  padding: min(6.6666666667rem, 26.6666666667vw) min(1rem, 4vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  display: block;
  max-width: min(33.3333333333rem, 133.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container {
  padding: min(2rem, 8vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistThumbnailGroup {
  margin-bottom: min(1.3333333333rem, 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(1.3333333333rem, 5.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistMessageGroup .sysWishlistMessage {
  text-align: center;
  color: #333333;
  padding: 0;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistInformationGroup {
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistInformationGroup .sysWishlistInformation {
  text-align: center;
  color: #333333;
  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] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.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 {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistLoginGroup input[type=submit] .fa,
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistMemberRegisterGroup input[type=submit] .fa {
  margin-left: 10px;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistShowGroup input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistShowGroup input[type=submit]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistShowGroup input[type=submit] .fa {
  margin-left: 10px;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistCloseBottomButtonGroup button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistCloseBottomButtonGroup button:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close {
  background-color: #ffffff !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 {
  background-color: #333333 !important;
}

/*! ========================================================
商品カテゴリページ／商品検索結果ページ
========================================================= */
#sysItemCategory #sysWrap,
#sysItemSearch #sysWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  width: min(1200px, 100%);
  margin-inline: auto;
}
#sysItemCategory #sysWrap #sysMain,
#sysItemSearch #sysWrap #sysMain {
  width: min(890px, 100%);
  margin-bottom: 105px;
}

#sysItemCategory .sysItemCategoryForm {
  display: none;
}

#sysItemSearch #sysWrap {
  margin-inline: auto;
  margin-top: 58px;
}
#sysItemSearch #sysWrap #sysMain > h2 {
  font-size: min(1.6666666667rem, 6.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: min(1rem, 4vw);
}

#sysItemSearch .sysItemSearchForm {
  margin-bottom: 60px;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #eeeeee;
  padding: min(2rem, 8vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormWord {
  width: 100%;
  margin-bottom: min(0.4666666667rem, 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(1.3333333333rem, 5.3333333333vw);
  width: 100%;
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchAndOr label {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  margin: 0;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: min(2rem, 8vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange input[type=text] {
  border: none;
  margin-inline: min(0.4rem, 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(20.3333333333rem, 81.3333333333vw));
  white-space: nowrap;
  margin-left: auto;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory select {
  border: none;
  margin-left: min(0.6666666667rem, 2.6666666667vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups {
  width: 100%;
  margin-top: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups .sysItemSearchFormItemCategoryGroupsTitle {
  display: block;
  font-size: min(1.0666666667rem, 4.2666666667vw);
  line-height: 1.7;
  margin-bottom: min(0.5333333333rem, 2.1333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] {
  margin-bottom: min(0.5333333333rem, 2.1333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] span[class*=itemCategoryGroupTitle] {
  display: block;
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: min(0.5333333333rem, 2.1333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.5333333333rem, 2.1333333333vw) min(1.3333333333rem, 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(0.3333333333rem, 1.3333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul li label {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  line-height: 1.2;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormSort {
  width: min(9.3333333333rem, 37.3333333333vw);
  margin-right: min(0.6666666667rem, 2.6666666667vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormSort select {
  height: min(2.6666666667rem, 10.6666666667vw);
  border: none;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormLimit {
  width: calc(100% - min(10rem, 40vw));
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormLimit select {
  height: min(2.6666666667rem, 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: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  height: min(2.6666666667rem, 10.6666666667vw);
  font-size: min(0.9333333333rem, 3.7333333333vw);
  padding-block: 0;
  margin-top: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput input[type=submit]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput input[type=submit] .fa {
  margin-left: 10px;
}

#sysItemCategory #sysWrap .sysItemListDisp,
#sysItemSearch #sysWrap .sysItemListDisp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
#sysItemCategory #sysWrap .sysItemListDisp #displayCount,
#sysItemSearch #sysWrap .sysItemListDisp #displayCount {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
#sysItemCategory #sysWrap .sysItemListDisp .sysItemListViewType,
#sysItemSearch #sysWrap .sysItemListDisp .sysItemListViewType {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
#sysItemCategory #sysWrap .sysItemListDisp .sysItemListViewType label,
#sysItemSearch #sysWrap .sysItemListDisp .sysItemListViewType label {
  display: flex;
  align-items: center;
  margin: 0 !important;
  font-size: 0;
  width: 21px;
  height: 21px;
}
#sysItemCategory #sysWrap .sysItemListDisp .sysItemListViewType label.is__active:first-child,
#sysItemSearch #sysWrap .sysItemListDisp .sysItemListViewType label.is__active:first-child {
  background: url(https://www.repaco.com/img/layout/common/ico_list_on.png) no-repeat;
  background-size: 100%;
}
#sysItemCategory #sysWrap .sysItemListDisp .sysItemListViewType label.is__active:last-child,
#sysItemSearch #sysWrap .sysItemListDisp .sysItemListViewType label.is__active:last-child {
  background: url(https://www.repaco.com/img/layout/common/ico_thumb_on.png) no-repeat;
  background-size: 100%;
}
#sysItemCategory #sysWrap .sysItemListDisp .sysItemListViewType label input,
#sysItemSearch #sysWrap .sysItemListDisp .sysItemListViewType label input {
  display: none;
}
#sysItemCategory #sysWrap .sysItemListDisp .sysItemListViewType label:first-child,
#sysItemSearch #sysWrap .sysItemListDisp .sysItemListViewType label:first-child {
  background: url(https://www.repaco.com/img/layout/common/ico_list_off.png) no-repeat;
  background-size: 100%;
}
#sysItemCategory #sysWrap .sysItemListDisp .sysItemListViewType label:last-child,
#sysItemSearch #sysWrap .sysItemListDisp .sysItemListViewType label:last-child {
  background: url(https://www.repaco.com/img/layout/common/ico_thumb_off.png) no-repeat;
  background-size: 100%;
}

#sysItemCategory .sysItemList,
#sysItemSearch .sysItemList {
  margin-bottom: 85px;
}
#sysItemCategory .sysItemList ul.sysThumbnail,
#sysItemSearch .sysItemList ul.sysThumbnail {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 60px;
}
#sysItemCategory .sysItemList ul.sysThumbnail li,
#sysItemSearch .sysItemList ul.sysThumbnail li {
  width: calc((100% - 80px) / 3);
  text-align: left;
  position: relative;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysThumbnailImage,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysThumbnailImage {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysThumbnailImage a,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysThumbnailImage a {
  display: block;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysThumbnailImage a img,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysThumbnailImage a img {
  display: block;
  border-radius: 8px;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax {
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton {
  font-size: 0;
  background: url(https://www.repaco.com/img/layout/common/ico_favo_off.png) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton:hover,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton:hover {
  background: url(https://www.repaco.com/img/layout/common/ico_favo_on.png) no-repeat;
  background-size: 100%;
  opacity: 1;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton:disabled,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton:disabled {
  background: url(https://www.repaco.com/img/layout/common/ico_favo_on.png) no-repeat;
  background-size: 100%;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemName,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysItemName {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemName a,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysItemName a {
  line-height: 1.55;
}
#sysItemCategory .sysItemList ul.sysThumbnail li #sysDescriptionPc,
#sysItemCategory .sysItemList ul.sysThumbnail li #sysDescriptionMobile,
#sysItemSearch .sysItemList ul.sysThumbnail li #sysDescriptionPc,
#sysItemSearch .sysItemList ul.sysThumbnail li #sysDescriptionMobile {
  display: none;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysRetailPrice,
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrice,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysRetailPrice,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysItemPrice {
  margin-bottom: 14px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysRetailPrice .taxin,
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrice .taxin,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysRetailPrice .taxin,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysItemPrice .taxin {
  font-size: 11px;
  color: rgba(28, 28, 28, 0.3);
  margin-left: 3px;
  font-weight: bold;
}
#sysItemCategory .sysItemList ul.sysThumbnail li > form input[type=submit],
#sysItemSearch .sysItemList ul.sysThumbnail li > form input[type=submit] {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: url(https://www.repaco.com/img/layout/common/ico_cart_white.png) no-repeat, #c2a661;
  background-size: 20px;
  background-position: 65px center;
  margin-top: 13px;
  position: relative;
  min-height: 52px;
  padding-left: 35px;
  letter-spacing: 0.05em;
}
#sysItemCategory .sysItemList ul.sysThumbnail li > form input[value=バリエーション選択],
#sysItemSearch .sysItemList ul.sysThumbnail li > form input[value=バリエーション選択] {
  background-position: 52px center;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax {
  display: none;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysAddSelection > div,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysAddSelection > div {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysAddVariation,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysAddVariation {
  margin-top: 10px;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysAddVariation .sysVariationSelects,
#sysItemSearch .sysItemList ul.sysThumbnail li .sysAddVariation .sysVariationSelects {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}
#sysItemCategory .sysItemList ul.sysList li,
#sysItemSearch .sysItemList ul.sysList li {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #f1f0e9;
  padding-block: 10px;
  position: relative;
}
#sysItemCategory .sysItemList ul.sysList li:first-of-type,
#sysItemSearch .sysItemList ul.sysList li:first-of-type {
  padding-top: 0;
}
#sysItemCategory .sysItemList ul.sysList li:last-of-type,
#sysItemSearch .sysItemList ul.sysList li:last-of-type {
  border-bottom: 1px solid #f1f0e9;
}
#sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage,
#sysItemSearch .sysItemList ul.sysList li .sysThumbnailImage {
  width: 150px;
  min-width: 150px;
  margin: 0;
  position: relative;
}
#sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage a,
#sysItemSearch .sysItemList ul.sysList li .sysThumbnailImage a {
  display: block;
}
#sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage a img,
#sysItemSearch .sysItemList ul.sysList li .sysThumbnailImage a img {
  display: block;
  border-radius: 8px;
}
#sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax,
#sysItemSearch .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax {
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
}
#sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton,
#sysItemSearch .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton {
  font-size: 0;
  background: url(https://www.repaco.com/img/layout/common/ico_favo_off.png) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton:hover,
#sysItemSearch .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton:hover {
  background: url(https://www.repaco.com/img/layout/common/ico_favo_on.png) no-repeat;
  background-size: 100%;
  opacity: 1;
}
#sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton:disabled,
#sysItemSearch .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax .sysButton:disabled {
  background: url(https://www.repaco.com/img/layout/common/ico_favo_on.png) no-repeat;
  background-size: 100%;
}
#sysItemCategory .sysItemList ul.sysList li > div:not([class]),
#sysItemSearch .sysItemList ul.sysList li > div:not([class]) {
  width: calc(100% - 465px);
}
#sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysItemName,
#sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysItemName {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
#sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysItemName a,
#sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysItemName a {
  line-height: 1.55;
}
#sysItemCategory .sysItemList ul.sysList li > div:not([class]) #sysDescriptionPc,
#sysItemCategory .sysItemList ul.sysList li > div:not([class]) #sysDescriptionMobile,
#sysItemSearch .sysItemList ul.sysList li > div:not([class]) #sysDescriptionPc,
#sysItemSearch .sysItemList ul.sysList li > div:not([class]) #sysDescriptionMobile {
  display: none;
}
#sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice,
#sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysItemPrice,
#sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice,
#sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysItemPrice {
  margin-bottom: 14px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
#sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice .taxin,
#sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysItemPrice .taxin,
#sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice .taxin,
#sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysItemPrice .taxin {
  font-size: 11px;
  color: rgba(28, 28, 28, 0.3);
  margin-left: 3px;
  font-weight: bold;
}
#sysItemCategory .sysItemList ul.sysList li > form,
#sysItemSearch .sysItemList ul.sysList li > form {
  width: 270px;
}
#sysItemCategory .sysItemList ul.sysList li > form input[type=submit],
#sysItemSearch .sysItemList ul.sysList li > form input[type=submit] {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: url(https://www.repaco.com/img/layout/common/ico_cart_white.png) no-repeat, #c2a661;
  background-size: 20px;
  background-position: 65px center;
  position: relative;
  min-height: 52px;
  padding-left: 35px;
  letter-spacing: 0.05em;
}
#sysItemCategory .sysItemList ul.sysList li > form input[value=バリエーション選択],
#sysItemSearch .sysItemList ul.sysList li > form input[value=バリエーション選択] {
  background-position: 52px center;
}
#sysItemCategory .sysItemList ul.sysList li .sysWishListButtonFormAjax,
#sysItemSearch .sysItemList ul.sysList li .sysWishListButtonFormAjax {
  display: none;
}
#sysItemCategory .sysItemList ul.sysList li .sysAddSelection > div,
#sysItemSearch .sysItemList ul.sysList li .sysAddSelection > div {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}
#sysItemCategory .sysItemList ul.sysList li .sysAddSelection > div,
#sysItemSearch .sysItemList ul.sysList li .sysAddSelection > div {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}
#sysItemCategory .sysItemList ul.sysList li .sysAddVariation,
#sysItemSearch .sysItemList ul.sysList li .sysAddVariation {
  margin-top: 10px;
  margin-bottom: 15px;
}
#sysItemCategory .sysItemList ul.sysList li .sysAddVariation .sysVariationSelects,
#sysItemSearch .sysItemList ul.sysList li .sysAddVariation .sysVariationSelects {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}

#sysItemCategory .sysPagination ul,
#sysItemSearch .sysPagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#sysItemCategory .sysPagination ul li,
#sysItemSearch .sysPagination ul li {
  display: block;
  width: 35px;
  height: 35px;
  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: 15px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #f1f0e9;
  background-color: #f1f0e9;
  border-radius: 50%;
  color: #1c1c1c;
  font-weight: bold;
}
#sysItemCategory .sysPagination ul li a.sysCurrent,
#sysItemSearch .sysPagination ul li a.sysCurrent {
  color: #fff;
  border: 1px solid #1c1c1c;
  background-color: #1c1c1c;
}

#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category {
  margin-bottom: 60px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-ttl {
  text-align: center;
  line-height: 1.4;
  font-size: 30px;
  margin-bottom: 40px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-more-bottom {
  margin-bottom: 45px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-thumb {
  margin-bottom: 45px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-thumb img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-txt {
  margin-bottom: 50px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-txt h2 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 22px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-txt p {
  font-size: 15px;
  line-height: 1.6;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point {
  margin-bottom: 45px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point .c-category-point-list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point .c-category-point-list .c-category-point-item {
  width: calc((100% - 80px) / 3);
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point .c-category-point-list .c-category-point-item .c-category-point-item-img {
  position: relative;
  margin-bottom: 20px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point .c-category-point-list .c-category-point-item .c-category-point-item-img img {
  width: 100%;
  border-radius: 8px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point .c-category-point-list .c-category-point-item .c-category-point-item-img p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 90px;
  height: 20px;
  background: #fff;
  font-size: 12px;
  color: #c2a661;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point .c-category-point-list .c-category-point-item h2 {
  font-size: 15px;
  line-height: 1.6;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col .c-category-col-img {
  width: min(320px, 100%);
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col .c-category-col-img img {
  width: 100%;
  border-radius: 20px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col .c-category-col-box {
  width: calc(100% - 350px);
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col .c-category-col-box h2 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col .c-category-col-box p {
  line-height: 1.6;
  font-size: 15px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-blk {
  width: min(650px, 100%);
  margin-inline: auto;
  background: #f8f7f4;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 30px;
  padding-right: 30px;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-blk dl dt {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-blk dl dd {
  font-size: 13px;
  line-height: 1.6;
}

#sysItemCategory #segArea {
  margin-top: -80px;
  padding-top: 80px;
}
#sysItemCategory #segArea .segmentArea {
  display: flex;
  padding-top: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f0e9;
  border-top: 1px solid #f1f0e9;
  position: relative;
  z-index: 10;
  padding-bottom: 12px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort {
  max-width: 158px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: -2px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dt {
  align-items: center;
  border: 1px solid #f1f0e9;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 32px;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dt.is_open {
  border-radius: 5px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dt.is_open + dd ul {
  opacity: 1;
  pointer-events: auto;
  transition: all 400ms ease-in-out;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dt span {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dt::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(135deg);
  transition: all 300ms ease;
  vertical-align: middle;
  width: 5px;
  margin-top: -2px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dd {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 100%;
  transform: translateY(100%);
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dd ul {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f1f0e9;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: all 300ms ease;
  width: 158px;
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dd ul li a {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  position: relative;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dd ul li a:hover {
  background: #f1f0e9;
  opacity: 1;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit {
  width: 80px;
  position: relative;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dt {
  align-items: center;
  border: 1px solid #f1f0e9;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 32px;
  border-radius: 4px;
  position: relative;
  background: #fff;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dt span {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dt.is_open {
  border-radius: 5px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dt.is_open + dd ul {
  opacity: 1;
  pointer-events: auto;
  transition: all 400ms ease-in-out;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dt::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(135deg);
  transition: all 300ms ease;
  vertical-align: middle;
  width: 5px;
  margin-top: -2px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dd {
  padding-top: 3px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dd ul {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f1f0e9;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: all 300ms ease;
  width: 80px;
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dd ul li a {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 21px;
  position: relative;
}
#sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dd ul li a:hover {
  background: #f1f0e9;
  opacity: 1;
}

#sysFooter .c-item-recom {
  width: min(1120px, 100%);
  margin-inline: auto;
  margin-bottom: 90px;
  position: relative;
}
#sysFooter .c-item-recom .sysHeadline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
}
#sysFooter .c-item-recom .sysContent .sysItemBlock {
  margin-bottom: 0;
}
#sysFooter .c-item-recom .sysContent .sysItemBlock .sysHorizontal {
  flex-wrap: nowrap;
}
#sysFooter .c-item-recom .sysContent .sysItemBlock .sysHorizontal li {
  width: 150px;
  min-width: 150px;
}
#sysFooter .c-item-recom .sysContent .sysItemBlock .swiper-button-prev {
  left: -48px;
}
#sysFooter .c-item-recom .sysContent .sysItemBlock .swiper-button-prev:after {
  color: #c2a661;
  font-size: 23px;
}
#sysFooter .c-item-recom .sysContent .sysItemBlock .swiper-button-next {
  right: -48px;
}
#sysFooter .c-item-recom .sysContent .sysItemBlock .swiper-button-next::after {
  color: #c2a661;
  font-size: 23px;
}
#sysFooter .c-item-history {
  width: min(1120px, 100%);
  margin-inline: auto;
  margin-bottom: 100px;
}
#sysFooter .c-item-history .sysHeadline {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
}
#sysFooter .c-item-history .sysContent .sysItemBlock {
  padding: 0;
  margin-bottom: 0;
}
#sysFooter .c-item-history .sysContent .sysItemBlock .sysHorizontal {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#sysFooter .c-item-history .sysContent .sysItemBlock .sysHorizontal li {
  width: calc((100% - 140px) / 8);
}
#sysFooter .c-item-history .sysContent .sysItemBlock .sysHorizontal li .sysItemImage {
  margin-bottom: 0;
}
#sysFooter .c-item-history .sysContent .sysItemBlock .sysHorizontal li .sysItemImage a img {
  border-radius: 8px;
}

/*! ========================================================
カートページ設定
========================================================= */
#sysBasket #sysMain .sysNextSubmit,
#sysBasket #sysMain .sysAmazonNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: min(0.1333333333rem, 0.5333333333vw) solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 0 auto;
  width: 100% !important;
  height: auto !important;
}

#sysBasket #sysMain .sysBackButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysBasket #sysMain .sysBackButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#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(2.2666666667rem, 9.0666666667vw);
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #333333;
  border: 1px solid #333333;
  border-radius: min(6.6666666667rem, 26.6666666667vw);
  padding: min(0.4rem, 1.6vw) min(1.3333333333rem, 5.3333333333vw);
  margin: min(1rem, 4vw) auto 0;
  margin-left: 0;
}
#sysBasket #sysMain #sysInputCouponCode .sysButton .fa {
  margin-left: min(0.6666666667rem, 2.6666666667vw);
}

#sysBasket #sysMain .sysConfirmCoupon input[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin-right: 0;
  margin: min(0.6666666667rem, 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(2.2666666667rem, 9.0666666667vw);
  font-size: min(0.9333333333rem, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #333333;
  border: 1px solid #333333;
  border-radius: min(6.6666666667rem, 26.6666666667vw);
  padding: min(0.4rem, 1.6vw) min(1.3333333333rem, 5.3333333333vw);
  margin: min(1rem, 4vw) auto 0;
  display: inline-block;
}
.basketCouponEditDialog_buttonGroup .basketCouponDialog_applyButton .fa {
  margin-left: min(0.6666666667rem, 2.6666666667vw);
}

.basketCouponEditDialog_buttonGroup .basketCouponDialog_cancelButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  display: inline-block;
}

.sysCart #sysMain .sysSocialGiftReceiveUrlCopyButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: min(1.3333333333rem, 5.3333333333vw);
}
.sysCart #sysMain .sysSocialGiftReceiveUrlCopyButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

.sysCart #sysMain .sysSocialGiftReceiveUrlSendLineButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
.sysCart #sysMain .sysSocialGiftReceiveUrlSendLineButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysRegi #sysMain input[value=ログイン] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysRegi #sysMain input[value=ログイン]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysRegi #sysMain input[value=ログイン] .fa {
  margin-left: 10px;
}

#sysRegi #sysMain input[value=ログインパスワードを忘れた場合] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysRegi #sysMain input[value=ログインパスワードを忘れた場合]:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysRegi #sysMain .sysBackSubmitArea .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysRegi #sysMain .sysBackSubmitArea .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysRegi #sysMain .sysNextSubmitArea .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: min(0.1333333333rem, 0.5333333333vw) solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 0 auto;
}

#sysThanks #sysMain input[value=登録する] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysThanks #sysMain input[value=登録する]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysThanks #sysMain input[value=登録する] .fa {
  margin-left: 10px;
}

.p-basket-info {
  display: none;
}

#sysBasket #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysBasket #sysWrap #sysMain .sysNextSubmitAreaForUseAmazon {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: min(2.6666666667rem, 10.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysNextSubmitAreaForUseAmazon #useAmazonSubmitButton {
  padding: 0;
}
#sysBasket #sysWrap #sysMain .sysNextSubmitAreaForUseAmazon #amazonPayTopLoginButton,
#sysBasket #sysWrap #sysMain .sysNextSubmitAreaForUseAmazon #amazonPayBottomLoginButton {
  max-width: min(23rem, 92vw);
  margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  padding: 0;
}
#sysBasket #sysWrap #sysMain .sysInputCouponCode {
  margin-bottom: min(2.6666666667rem, 10.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysInputCouponCode .sysBox {
  font-weight: 500;
}
#sysBasket #sysWrap #sysMain .sysInputCouponCode .sysBox input[type=text] {
  font-weight: 400;
  margin-top: min(0.5333333333rem, 2.1333333333vw);
}
#sysBasket #sysWrap #sysMain .c-ttl {
  margin-bottom: 45px;
}
#sysBasket #sysWrap #sysMain .sysTotal {
  background: #f1f0e9;
  color: #414141;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-bottom: 45px;
}
#sysBasket #sysWrap #sysMain .sysTotal .sysBox {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#sysBasket #sysWrap #sysMain .sysTotal .sysBox > div {
  color: #414141;
}
#sysBasket #sysWrap #sysMain .sysTotal .sysBox > div:has(.sysCartAttention:empty) {
  display: none;
}
#sysBasket #sysWrap #sysMain .sysTotal .sysBox > div.sysReceiveStoreSummary {
  display: none;
}
#sysBasket #sysWrap #sysMain .sysTotal .sysBox > div .sysCartAttention {
  font-size: 20px;
  font-weight: bold;
  margin-right: 0;
  padding-right: 0;
  color: #414141;
}
#sysBasket #sysWrap #sysMain > .sysNextSubmitArea {
  display: none;
}
#sysBasket #sysWrap #sysMain .p-basket-info {
  display: block;
  background: #f1f0e9;
  color: #414141;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-bottom: 45px;
  display: none !important;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoItemCount {
  display: flex;
  align-items: baseline;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoItemCount dt {
  color: #414141;
  font-size: 14px;
  font-weight: normal;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoItemCount dd {
  font-size: 16px;
  margin-left: 5px;
  color: #414141;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoItemCount dd span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoTotalPrice {
  display: flex;
  align-items: baseline;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoTotalPrice dt {
  font-size: 14px;
  font-weight: normal;
  color: #414141;
  font-size: 0;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoTotalPrice dt::before {
  content: "商品合計:";
  font-size: 14px;
  font-weight: normal;
  color: #414141;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoTotalPrice dd {
  font-size: 14px;
  margin-left: 5px;
  color: #414141;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoTotalPrice dd span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoRemainFreeShipping {
  display: flex;
  align-items: baseline;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoRemainFreeShipping dt {
  font-size: 14px;
  font-weight: normal;
  color: #414141;
  font-size: 0;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoRemainFreeShipping dt::before {
  content: "送料無料まであと:";
  font-size: 14px;
  font-weight: normal;
  color: #414141;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoRemainFreeShipping dd {
  font-size: 14px;
  margin-left: 5px;
  color: #414141;
}
#sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoRemainFreeShipping dd span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea:not(:has(.sysDeliveryAddress)) {
  margin-bottom: 80px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea ~ .sysNextSubmitArea {
  display: block;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysCartTitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 23px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysCartItemAreaMessage {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin-bottom: 62px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress {
  margin-bottom: 80px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageHeader .sysCartPackageSummary {
  font-size: 14px;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li {
  border-bottom: 1px solid #f1f0e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox {
  display: flex;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox > a {
  width: min(140px, 100%);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysProduct {
  width: min(280px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysProduct .sysItemName {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysProduct .sysItemName + div {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysProduct .sysItemRetailPrice {
  font-size: 16px;
  line-height: 1;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr {
  display: none;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div {
  width: min(230px, 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 25px;
  position: relative;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) select {
  width: 133px;
  margin-left: 10px;
  font-size: 16px;
  background: #f5f5f5;
  -moz-text-align-last: center;
       text-align-last: center;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 50px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) .sysNumArea {
  margin-bottom: 0;
  display: block;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) .sysNumArea button {
  position: absolute;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) .sysNumArea button.sysBtnPlus {
  margin: 0;
  position: absolute;
  top: 0;
  right: 45px;
  background: none;
  font-size: 0;
  border-radius: 0;
  border: none;
  width: 30px;
  height: 50px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) .sysNumArea button.sysBtnPlus::before {
  content: "＋";
  color: #cccccc;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) .sysNumArea button.sysBtnMinus {
  position: absolute;
  top: 0;
  left: 53px;
  background: none;
  font-size: 0;
  border-radius: 0;
  border: none;
  width: 30px;
  height: 50px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) .sysNumArea button.sysBtnMinus::before {
  content: "−";
  color: #cccccc;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div.sysNumArea {
  display: none;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div.sysSubTotalArea {
  font-size: 12px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div.sysSubTotalArea .sysCartAttention {
  color: #414141;
  font-weight: bold;
  font-size: 16px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div.sysSubTotalArea .sysTaxText {
  font-size: 12px;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysDeleteArea form .sysDeleteArea {
  margin: 0;
  padding: 0;
  background: url(https://www.repaco.com/img/layout/common/ico_dust_black.png) no-repeat;
  width: 40px;
  height: 24px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  text-indent: -9999px;
  margin-top: -10px;
}
#sysBasket #sysWrap #sysMain > .sysNextSubmitArea form .sysNextSubmit {
  margin-bottom: 20px;
}
#sysBasket #sysWrap #sysMain > .sysBackButton {
  margin-top: 0;
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-inner-wrapper {
  padding: min(5.3333333333rem, 21.3333333333vw) min(1rem, 4vw);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-close {
  width: min(3.3333333333rem, 13.3333333333vw);
  height: min(3.3333333333rem, 13.3333333333vw);
  position: fixed;
  top: min(1.3333333333rem, 5.3333333333vw);
  right: min(1.3333333333rem, 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(0.2666666667rem, 1.0666666667vw);
  height: min(1.4666666667rem, 5.8666666667vw);
  border-radius: 4px;
  background-color: #333333;
  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(40rem, 160vw);
  padding: min(1.3333333333rem, 5.3333333333vw);
  color: #414141;
}
#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(0.5333333333rem, 2.1333333333vw);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .basketCouponEditDialog .basketCouponEdit .basketCoupon_edit {
  border: 1px solid #707070;
  padding: min(1rem, 4vw);
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .basketCouponEditDialog .basketCouponEdit .basketCoupon_edit_withCodeRow {
  display: flex;
  flex-direction: column;
  gap: min(0.6666666667rem, 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;
}

#sysThanks #sysAll #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child {
  margin-bottom: 75px;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child div:nth-of-type(1) {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child div:nth-of-type(2) {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child div:nth-of-type(2) span {
  margin-top: 18px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #c2a661;
  width: min(310px, 100%);
  margin-inline: auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child div.sysSocialGiftReceiveTitle {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 18px;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child div.sysCartNote {
  text-align: center;
  color: #1c1c1c;
  font-size: 15px;
  clear: both;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox:nth-last-of-type(1) div {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  width: 230px;
  margin-inline: auto;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysSocialGiftReceiveUrlCopyButton {
  float: left;
  margin: 0;
  margin-left: 55px;
  margin-bottom: 45px;
}
#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysSocialGiftReceiveUrlSendLineButton {
  float: right;
  margin: 0;
  margin-right: 55px;
  margin-bottom: 45px;
  background: #24ba0a;
  color: #fff;
  border: 1px solid #24ba0a;
}

.modaal-wrapper .basketCouponEditDialog_buttonGroup {
  text-align: center;
}

/*! ========================================================
マイページ設定
========================================================= */
.sysMypage .sysMypageNav .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  font-weight: normal;
}
.sysMypage .sysMypageNav .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}
.sysMypage .sysOrder input[value=再注文する] {
  background: #fff;
  font-size: 13px;
  line-height: 1;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.08em;
  color: #414141;
  transition: all 300ms ease;
}
.sysMypage .sysOrder input[value=再注文する]:hover {
  border: 1px solid #414141;
  background: #414141;
  color: #fff;
  transition: all 300ms ease;
}
.sysMypage .sysOrder .sysCartInButton {
  background: #fff;
  font-size: 13px;
  line-height: 1;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.08em;
  color: #414141;
  transition: all 300ms ease;
  border: 1px solid #fff;
}
.sysMypage .sysOrder .sysCartInButton:hover {
  background: #414141;
  color: #fff;
  transition: all 300ms ease;
}
.sysMypage .sysOrder .sysGoCartButton {
  background: #c2a661;
  font-size: 13px;
  line-height: 1;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.08em;
  color: #fff;
  transition: all 300ms ease;
  border: 1px solid #c2a661;
}
.sysMypage .sysOrder .sysGoCartButton:hover {
  background: #fff;
  color: #c2a661;
  transition: all 300ms ease;
}
.sysMypage .sys_mailaddress input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.sysMypage .sys_mailaddress input[type=submit]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.sysMypage .sys_mailaddress input[type=submit] .fa {
  margin-left: 10px;
}

#sysMypageReminder input[value=確認メールを受け取る] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageReminder input[value=確認メールを受け取る]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageReminder input[value=確認メールを受け取る] .fa {
  margin-left: 10px;
}

#sysMypageWithdrawalConfirm form:last-of-type .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
  margin-bottom: 0;
}
#sysMypageWithdrawalConfirm form:last-of-type .sysButton:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageWithdrawalConfirm form:last-of-type .sysButton .fa {
  margin-left: 10px;
}

#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: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageRepeat #sysRepeatOrderList input[value=詳細へ]:hover,
#sysMypageRepeat #sysRepeatOrderDetail input:not([value=戻る], [value=定期購入申込をキャンセル]):hover,
#sysMypageRepeat #sysRepeatOrderHistory input:not([value=戻る], [value=定期購入申込をキャンセル]):hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#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: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageRepeat #sysRepeatOrderDetail input[value=戻る]:hover,
#sysMypageRepeat #sysRepeatOrderDetail [value=定期購入申込をキャンセル]:hover,
#sysMypageRepeat #sysMain form:last-of-type input[value=戻る]:hover,
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysMain form:last-of-type input[value=戻る]:hover,
#sysMypageIndex:has(form[action*="skip/done"]) #sysMain form:last-of-type input[value=戻る]:hover,
#sysMypageRepeatCancelConfirm input[value=戻る]:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageRepeat #sysRepeatOrderDetail table td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin: min(0.6666666667rem, 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: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: min(2.6666666667rem, 10.6666666667vw);
}
#sysMypageRepeat #sysMain form:first-of-type input[value=登録する]:hover,
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysMain form:first-of-type input[value=登録する]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#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: 10px;
}

#sysMypageRepeat #sysMain .sysRepeatOrderNextOrderAttachedItemRequest input[value=商品を追加する] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: min(1.3333333333rem, 5.3333333333vw);
}
#sysMypageRepeat #sysMain .sysRepeatOrderNextOrderAttachedItemRequest input[value=商品を追加する]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageRepeat #sysMain .sysRepeatOrderNextOrderAttachedItemRequest input[value=商品を追加する] .fa {
  margin-left: 10px;
}

#sysMypageRepeat .sysRepeatOrderAttachedItemDialogClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: min(1.3333333333rem, 5.3333333333vw);
}
#sysMypageRepeat .sysRepeatOrderAttachedItemDialogClose:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#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: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: min(2.6666666667rem, 10.6666666667vw);
}
#sysMypageIndex:has(form[action*="skip/done"]) #sysMain form:first-of-type input[value=スキップする]:hover,
#sysMypageRepeatCancelConfirm input[value=キャンセルする]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageIndex:has(form[action*="skip/done"]) #sysMain form:first-of-type input[value=スキップする] .fa,
#sysMypageRepeatCancelConfirm input[value=キャンセルする] .fa {
  margin-left: 10px;
}

.sysCallOrderHistoryDetail button {
  background: #fff;
  font-size: 13px;
  line-height: 1;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.08em;
  color: #414141;
  transition: all 300ms ease;
}
.sysCallOrderHistoryDetail button:hover {
  background: #414141;
  color: #fff;
  transition: all 300ms ease;
}

.sysCallPrintReceipt button {
  background: #fff;
  font-size: 13px;
  line-height: 1;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.08em;
  color: #414141;
  transition: all 300ms ease;
}
.sysCallPrintReceipt button:hover {
  background: #414141;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageOrderHistoryDetail .sysOrderCancelButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageOrderHistoryDetail .sysOrderCancelButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageOrderHistoryDetail .sysBackButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageOrderHistoryDetail .sysBackButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

.sysMypageNav + form .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.sysMypageNav + form .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageEditMember .sysBackButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
}
#sysMypageEditMember .sysBackButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageEditConfirm .sysBackButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
  margin-bottom: 0;
}
#sysMypageEditConfirm .sysBackButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageEditSave .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageEditSave .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageEditDelivery .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
}
#sysMypageEditDelivery .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageEditDeliveryinput .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
}
#sysMypageEditDeliveryinput .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageEditSavedelivery .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageEditSavedelivery .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageIndex .sysItemReviewLink a,
#sysMypageOrderHistory .sysItemReviewLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin: min(0.6666666667rem, 2.6666666667vw) auto min(0.6666666667rem, 2.6666666667vw) 0;
}

#sysMypageIndex .sysItemReviewLink span,
#sysMypageOrderHistory .sysItemReviewArea > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  opacity: 0.5;
  margin: min(0.6666666667rem, 2.6666666667vw) auto min(0.6666666667rem, 2.6666666667vw) 0;
}

#sysMypageReview .sysMyReviewList + form .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageReview .sysMyReviewList + form .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageWithdrawalConfirm form:first-of-type .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 40px;
  margin-bottom: 20px;
}
#sysMypageWithdrawalConfirm form:first-of-type .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageEditMember .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
  margin-bottom: 20px;
}
#sysMypageEditMember .sysNextSubmit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageEditMember .sysNextSubmit .fa {
  margin-left: 10px;
}

#sysMypageEditConfirm .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-bottom: 20px;
  margin-top: 80px;
}
#sysMypageEditConfirm .sysNextSubmit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageEditConfirm .sysNextSubmit .fa {
  margin-left: 10px;
}

#sysMypageEditDelivery .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-bottom: 20px;
  margin-top: 80px;
}
#sysMypageEditDelivery .sysNextSubmit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageEditDelivery .sysNextSubmit .fa {
  margin-left: 10px;
}

#sysMypageEditDeliveryinput .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 80px;
  margin-bottom: 20px;
}
#sysMypageEditDeliveryinput .sysNextSubmit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageEditDeliveryinput .sysNextSubmit .fa {
  margin-left: 10px;
}

#sysMypageEditReceipt form[action*=mypage] button[name=sysEditSubmit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 40px;
  margin-bottom: 20px;
}
#sysMypageEditReceipt form[action*=mypage] button[name=sysEditSubmit]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageEditReceipt form[action*=mypage] button[name=sysEditSubmit] .fa {
  margin-left: 10px;
}

#sysMypageEditReceipt form[action*=mypage] button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
  margin-bottom: 0;
}
#sysMypageEditReceipt form[action*=mypage] button:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

.sysMypage #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
.sysMypage #sysWrap #sysMain .sysMypageMajorHeadLine {
  display: none;
}
.sysMypage #sysWrap #sysMain .c-ttl {
  margin-bottom: 45px;
}
.sysMypage #sysWrap #sysMain .p-mypage-user {
  display: none;
}
.sysMypage #sysWrap #sysMain .p-mypage-user.is__active {
  display: block;
  margin-bottom: 25px;
}
.sysMypage #sysWrap #sysMain .p-mypage-user .sysContent div {
  display: none;
}
.sysMypage #sysWrap #sysMain .p-mypage-user .sysContent div:first-child {
  text-align: right;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.sysMypage #sysWrap #sysMain .p-mypage-user .sysContent div:first-child span {
  font-weight: normal;
  font-size: 16px;
}
.sysMypage #sysWrap #sysMain .sysMypageMinorHeadLine {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.sysMypage #sysWrap #sysMain .sysMypageNav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
.sysMypage #sysWrap #sysMain .sysMypageNav form {
  width: calc((100% - 20px) / 2);
}
.sysMypage #sysWrap #sysMain .sysMypageNav form:has(input[value=再入荷リクエスト中の商品]) {
  display: none;
}
.sysMypage #sysWrap #sysMain .sysMypageNav + form {
  margin-top: min(1.3333333333rem, 5.3333333333vw);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory > div {
  font-size: 12px;
  margin-bottom: 10px;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList {
  overflow: auto;
  padding: 30px;
  background: #f1f0e9;
  max-height: 500px;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader {
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 30px;
  margin-bottom: 28px;
  position: relative;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysDatetime {
  float: left;
  background: #fff;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 8px;
  padding-left: 20px;
  letter-spacing: 0.06em;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysTotalPrice {
  background: #fff;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  letter-spacing: 0.06em;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysTotalPrice .totalPriceTaxIncluded {
  font-size: 20px;
  font-weight: bold;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysTotalPrice .totalPriceTaxIncluded::after {
  content: "円（税込）";
  font-size: 14px;
  font-weight: normal;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysShopOrderNo {
  width: 100%;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.04em;
  margin-top: 10px;
  margin-bottom: 14px;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysCallOrderHistoryDetail {
  display: flex;
  justify-content: flex-end;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysCallPrintReceipt {
  position: absolute;
  bottom: 30px;
  right: 110px;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder {
  position: relative;
  margin-bottom: 28px;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder .sysItemName {
  font-size: 16px;
  line-height: 1.81;
  width: calc(100% - 150px);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder .sysVariations {
  font-size: 16px;
  line-height: 1.81;
  width: calc(100% - 150px);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder .sysOptions {
  font-size: 16px;
  line-height: 1.81;
  width: calc(100% - 150px);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder .sysNumber {
  font-size: 16px;
  line-height: 1.81;
  width: calc(100% - 150px);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder form {
  position: absolute;
  top: 0;
  right: 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail {
  background: #f1f0e9;
  padding: 30px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderNumberArea {
  border-left: none;
  font-size: 22px;
  line-height: 1;
  height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea {
  margin: 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysOrderDatatimeGroup {
  font-size: 16px;
  border-bottom: none;
  margin-bottom: 10px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysTotalPriceGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysTotalItemPriceGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysDeliveryCostGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysPaymentCostGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysGetPointGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysPaymentMethodGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysDeliveryMethodHeader {
  font-size: 16px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysDeliveryMethodGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysSocialGiftReceiveStatusGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysSocialGiftReceiveLimitDateGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysSocialGiftReceiveURLGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList {
  margin-bottom: 20px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery {
  margin: 0;
  padding: 0;
  border: none;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemAreaHeader {
  font-size: 16px;
  margin-bottom: 10px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem {
  border: none;
  padding: 0;
  margin: 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup {
  border-bottom: none;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemImageGroup {
  width: 200px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup {
  width: calc(100% - 200px);
  padding: 0;
  padding-left: 20px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup .sysItemNameGroup {
  font-size: 16px;
  line-height: 1.6;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup .sysItemSubTotalPriceGroup {
  font-size: 16px;
  line-height: 1.6;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup .sysItemRetailPriceGroup {
  font-size: 14px;
  line-height: 1.6;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup .sysItemNumGroup {
  font-size: 14px;
  line-height: 1.6;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea .sysCartOption_RemarkHeader {
  display: none;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea .sysCartOptionArea {
  display: none;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea .sysRemarkArea .sysRemarkHeader {
  display: none;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea .sysRemarkArea .sysRemarks .sysRemark .sysRemarkGroup .sysRemarkLabel {
  font-weight: bold;
  font-size: 16px;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea .sysRemarkArea .sysRemarks .sysRemark .sysRemarkGroup .sysRemark {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysFormItem.sysPrefStateId {
  width: 225px;
}
#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysFormItem.sysMemberPassword h3 {
  font-size: 16px;
  line-height: 1.6;
}
#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysFormItem.sysMemberPassword h4 {
  font-size: 15px;
  line-height: 1.6;
}
#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysFormItem.sysMemberPassword .sysMemberPasswordDescription {
  margin-bottom: 20px;
}
#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysFormItem.sysMemberPassword .sysFormField {
  margin-bottom: 20px;
}
#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysFormItem.sysMemberPassword .sysFormField .sysFormCaution {
  display: none;
}

#sysMypageEditConfirm #sysWrap #sysMain > div {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 60px;
}
#sysMypageEditConfirm #sysWrap #sysMain .sysForm .sysFormItem {
  border-bottom: 1px solid #f1f0e9;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
#sysMypageEditConfirm #sysWrap #sysMain .sysForm .sysFormItem .sysFormField {
  padding-left: 10px;
}

#sysMypageEditSave #sysWrap #sysMain > p,
#sysMypageEditSavedelivery #sysWrap #sysMain > p {
  text-align: center;
  margin-bottom: min(2.6666666667rem, 10.6666666667vw);
}

#sysMypageEditDelivery #sysWrap #sysMain .sysErrorMessage {
  font-size: 12px;
  margin-bottom: 5px;
  color: #c26161;
  padding: 0;
}
#sysMypageEditDelivery #sysWrap #sysMain .sysSelectAddress {
  border: 1px solid #1c1c1c;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}
#sysMypageEditDelivery #sysWrap #sysMain form p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1;
}
#sysMypageEditDelivery #sysWrap #sysMain form > .sysErrorMessage {
  margin-bottom: 40px;
}
#sysMypageEditDelivery #sysWrap #sysMain form .sysOtherAddress .sysFormItem.sysZipcode .input-append {
  margin-right: 0;
}
#sysMypageEditDelivery #sysWrap #sysMain form .sysOtherAddress .sysFormItem.sysZipcode .input-append input[type=text] {
  width: 225px;
  margin-right: 10px;
}
#sysMypageEditDelivery #sysWrap #sysMain form .sysOtherAddress .sysFormItem.sysPrefStateId {
  width: 225px;
}

#sysMypageEditDeliveryinput #sysWrap #sysMain .sysErrorMessage {
  font-size: 12px;
  margin-bottom: 5px;
  color: #c26161;
  padding: 0;
}
#sysMypageEditDeliveryinput #sysWrap #sysMain form > .sysErrorMessage {
  margin-bottom: 40px;
}
#sysMypageEditDeliveryinput #sysWrap #sysMain form .sysOtherAddress .sysFormItem.sysZipcode .input-append {
  margin-right: 0;
}
#sysMypageEditDeliveryinput #sysWrap #sysMain form .sysOtherAddress .sysFormItem.sysZipcode .input-append input[type=text] {
  width: 225px;
  margin-right: 10px;
}
#sysMypageEditDeliveryinput #sysWrap #sysMain form .sysOtherAddress .sysFormItem.sysPrefStateId {
  width: 225px;
}

#sysMypagePoint #sysAll #sysMain .sysMyPoint {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}

#sysMypageReview #sysAll #sysMain .sysCoupon {
  border: 1px solid #707070;
  padding: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
#sysMypageReview #sysAll #sysMain .sysCoupon .sysCouponDiscount {
  border-bottom: 1px solid #707070;
  padding-bottom: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}

#sysMypageAshiato #sysAll #sysMain .sysItemListDisp {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 45px;
}
#sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
#sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
  display: flex;
  align-items: center;
  margin: 0 !important;
  font-size: 0;
  width: 21px;
  height: 21px;
}
#sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType label.is__active:first-child {
  background: url(https://www.repaco.com/img/layout/common/ico_list_on.png) no-repeat;
  background-size: 100%;
}
#sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType label.is__active:last-child {
  background: url(https://www.repaco.com/img/layout/common/ico_thumb_on.png) no-repeat;
  background-size: 100%;
}
#sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType label input {
  display: none;
}
#sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType label:first-child {
  background: url(https://www.repaco.com/img/layout/common/ico_list_off.png) no-repeat;
  background-size: 100%;
}
#sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType label:last-child {
  background: url(https://www.repaco.com/img/layout/common/ico_thumb_off.png) no-repeat;
  background-size: 100%;
}

#sysMypageReview #sysAll #sysMain .sysItemListDisp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
#sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
#sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
  display: flex;
  align-items: center;
  margin: 0 !important;
  font-size: 0;
  width: 21px;
  height: 21px;
}
#sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType label.is__active:first-child {
  background: url(https://www.repaco.com/img/layout/common/ico_list_on.png) no-repeat;
  background-size: 100%;
}
#sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType label.is__active:last-child {
  background: url(https://www.repaco.com/img/layout/common/ico_thumb_on.png) no-repeat;
  background-size: 100%;
}
#sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType label input {
  display: none;
}
#sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType label:first-child {
  background: url(https://www.repaco.com/img/layout/common/ico_list_off.png) no-repeat;
  background-size: 100%;
}
#sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType label:last-child {
  background: url(https://www.repaco.com/img/layout/common/ico_thumb_off.png) no-repeat;
  background-size: 100%;
}
#sysMypageReview #sysAll #sysMain .sysItemList .sysThumbnail li div {
  margin-top: 15px;
}
#sysMypageReview #sysAll #sysMain .sysItemList .sysThumbnail li div:last-child form input[value=お気に入りから削除する] {
  background: none;
  border: 1px solid #5a5047;
  color: #5a5047;
  padding-left: 0;
  margin-top: 0;
  width: 100%;
}
#sysMypageReview #sysAll #sysMain .sysItemList .sysThumbnail li div:last-child form input[value=お気に入りから削除する]:hover {
  background: #5a5047;
  color: #fff;
}
#sysMypageReview #sysAll #sysMain .sysItemList .sysList li {
  position: relative;
}
#sysMypageReview #sysAll #sysMain .sysItemList .sysList li div:nth-of-type(2) {
  width: calc(100% - 440px);
}
#sysMypageReview #sysAll #sysMain .sysItemList .sysList li div:last-child {
  position: absolute;
  top: 50%;
  right: 0;
  width: 230px;
  transform: translateY(-50%);
}
#sysMypageReview #sysAll #sysMain .sysItemList .sysList li div:last-child form input[type=submit] {
  background: none;
  border: 1px solid #5a5047;
  color: #5a5047;
  padding-left: 0;
  margin-top: 0;
  width: 100%;
}
#sysMypageReview #sysAll #sysMain .sysItemList .sysList li div:last-child form input[type=submit]:hover {
  background: #5a5047;
  color: #fff;
}

#sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp {
  margin-block: min(2rem, 8vw) min(1rem, 4vw);
}
#sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
  display: flex;
  justify-content: flex-end;
  gap: min(1.3333333333rem, 5.3333333333vw);
}
#sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
  font-size: min(0.9333333333rem, 3.7333333333vw);
  margin: 0;
}
#sysMypageRestockRequest #sysAll #sysMain .sysItemList {
  margin-bottom: min(2rem, 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;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 60px;
}
#sysMypageAshiato .sysItemList ul.sysThumbnail li,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li,
#sysMypageRestockRequest .sysItemList ul.sysThumbnail li {
  width: calc((100% - 80px) / 3);
  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: 10px;
}
#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: 15px;
}
#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: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: url(https://www.repaco.com/img/layout/common/ico_cart_white.png) no-repeat, #c2a661;
  background-size: 20px;
  background-position: 45px center;
  margin-top: 13px;
  position: relative;
  min-height: 52px;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
#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=バリエーション選択] {
  padding-left: 35px;
  background-position: 35px center;
}
#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 30px;
  width: 100%;
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #f1f0e9;
  padding-block: 10px;
  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 #f1f0e9;
}
#sysMypageAshiato .sysItemList ul.sysList li .sysThumbnailImage,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li .sysThumbnailImage,
#sysMypageRestockRequest .sysItemList ul.sysList li .sysThumbnailImage {
  width: 150px;
  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% - 180px);
  font-size: 15px;
}
#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: 260px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: url(https://www.repaco.com/img/layout/common/ico_cart_white.png) no-repeat, #c2a661;
  background-size: 20px;
  background-position: 45px center;
  margin-top: 13px;
  position: relative;
  min-height: 52px;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
#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=バリエーション選択] {
  padding-left: 35px;
  background-position: 35px center;
}

#sysMypageMessageCard #sysAll #sysMain .sysMemberSessionCartInfo td input {
  color: #333333;
}

#sysMypageReview #sysWrap #sysMain .sysMyReviewList {
  margin-bottom: min(2.6666666667rem, 10.6666666667vw);
}
#sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysItemName {
  font-weight: 700;
  padding-top: min(2.6666666667rem, 10.6666666667vw);
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
#sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysReview {
  border-bottom: 1px solid #707070;
  padding-bottom: min(2.6666666667rem, 10.6666666667vw);
}
#sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysReview:last-of-type {
  border-bottom: none;
}

#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo {
  border: none;
  margin-top: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(2.6666666667rem, 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 #707070;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo td {
  padding: min(1rem, 4vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo th {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  background-color: #eeeeee;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo td {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}

#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail h2 {
  font-size: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext {
  margin-top: min(2.6666666667rem, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder h4,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext h4 {
  font-size: min(1.3333333333rem, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo {
  border: none;
  margin-top: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(2.6666666667rem, 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 #707070;
}
#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(1rem, 4vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo th {
  width: 25%;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  background-color: #eeeeee;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo td,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo td {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem {
  border: 1px solid #707070;
  margin-top: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(2.6666666667rem, 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(1rem, 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 #707070;
}
#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(1.3333333333rem, 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(0.5333333333rem, 2.1333333333vw);
  margin-bottom: min(1.3333333333rem, 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(0.3333333333rem, 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(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}

#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderSummary {
  border: 1px solid #707070;
  padding: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(2.6666666667rem, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest .sysRepeatOrderNextOrderAttachedItemRequestTitle {
  font-size: min(1.3333333333rem, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList {
  border: 1px solid #707070;
  margin-bottom: min(2.6666666667rem, 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(1rem, 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 #707070;
}
#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(2rem, 8vw);
  height: min(2rem, 8vw);
}
#sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList {
  display: flex;
  gap: min(1.3333333333rem, 5.3333333333vw);
}
#sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList .sysRepeatOrderAttachedItemListItem {
  width: calc(50% - min(1.3333333333rem, 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(0.6666666667rem, 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(0.9333333333rem, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 100px;
  background-color: #333333;
  padding: min(0.6666666667rem, 2.6666666667vw) min(0.6666666667rem, 2.6666666667vw) min(0.6rem, 2.4vw);
  margin-top: min(0.8666666667rem, 3.4666666667vw);
  position: relative;
}

#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory h2 {
  font-size: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder h4 {
  font-size: min(1.3333333333rem, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo {
  border: none;
  margin-top: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(2.6666666667rem, 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 #707070;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo td {
  padding: min(1rem, 4vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo th {
  width: 25%;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  background-color: #eeeeee;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo td {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem {
  border: 1px solid #707070;
  margin-top: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(2.6666666667rem, 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(1rem, 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 #707070;
}
#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: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageLogin input[value=ログイン]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageLogin input[value=ログイン] .fa {
  margin-left: 10px;
}

#sysMypageLogin input[value=会員ID・パスワードを忘れた場合] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageLogin input[value=会員ID・パスワードを忘れた場合]:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMypageLogin input[value=新規会員登録はこちら] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysMypageLogin input[value=新規会員登録はこちら]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysMypageLogin input[value=新規会員登録はこちら] .fa {
  margin-left: 10px;
}

#sysMypageLogout #sysAll #sysMain .sysMypageMajorHeadLine,
#sysMypageLogout #sysAll #sysMain .sysMypageMinorHeadLine {
  display: none;
}
#sysMypageLogout #sysAll #sysMain > p {
  text-align: center;
}

#sysMypageReminder #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysMypageReminder #sysWrap #sysMain .sysErrorMessage {
  font-size: 12px;
  margin-bottom: 20px;
  color: #c26161;
}
#sysMypageReminder #sysWrap #sysMain .c-ttl {
  margin-bottom: 45px;
}
#sysMypageReminder #sysWrap #sysMain .sysMypageMajorHeadLine {
  display: none;
}
#sysMypageReminder #sysWrap #sysMain .sysMypageMinorHeadLine {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #1c1c1c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 43px;
  color: #414141;
  padding-bottom: 15px;
}

#sysMypageEditReceipt #sysWrap #sysMain .sysEditReceipt form .sysEditReceiptInput {
  display: flex;
  align-items: center;
  width: 90%;
  margin-inline: auto;
}

/*! ========================================================
会員登録ページ設定
========================================================= */
button[name=searchAddress] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin: 0 auto 0 0;
}

#sysMemberRegisterIndex #sysMain form:not(#form_main) .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 20px;
}
#sysMemberRegisterIndex #sysMain form:not(#form_main) .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMemberRegisterConfirm #sysMain form:not(#sysDone) .sysBackButton, .sysMemberMailaddressAuthentication .sysResendAuthenticationMail, .sysMemberMailaddressAuthentication .sysMemberRegister, .sysMemberMailaddressAuthentication .sysBackRegisterConfirm, .sysSendAuthenticationMail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 20px;
}
 
#sysMemberRegisterConfirm #sysMain form:not(#sysDone) .sysBackButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysMemberRegisterIndex .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: min(0.1333333333rem, 0.5333333333vw) solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 0 auto;
}

#sysMemberRegisterConfirm .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: min(0.1333333333rem, 0.5333333333vw) solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 0 auto;
}

#sysMemberRegisterIndex #sysWrap, .sysMemberMailaddressAuthentication #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysMemberRegisterIndex #sysWrap #sysMain .c-ttl {
  margin-bottom: 45px;
}
#sysMemberRegisterIndex #sysWrap #sysMain > h2 {
  display: none;
}
#sysMemberRegisterIndex #sysWrap #sysMain > div {
  display: none;
}
#sysMemberRegisterIndex #sysWrap #sysMain > div.sysFreeArea {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 60px;
}
#sysMemberRegisterIndex #sysWrap #sysMain .sysErrorMessage {
  font-size: 12px;
  margin-bottom: 20px;
  color: #c26161;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormCaution {
  display: none;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysName {
  order: 1;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysNameKana {
  order: 20;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysZipcode {
  order: 30;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysPrefStateId {
  order: 40;
  width: 225px;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysAddress1 {
  order: 45;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysAddress2 {
  order: 50;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysTel {
  order: 60;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysMailaddress {
  order: 70;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysMemberPassword {
  order: 80;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysFax {
  order: 90;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysGender {
  order: 100;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysBirthday {
  order: 110;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormItem.sysAcceptMailmagazine {
  order: 120;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  order: 140;
  margin-bottom: 80px;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > label::after {
  content: "必須";
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  background-color: #c26161;
  padding: 3px 11px;
  margin-left: 5px;
  position: relative;
  bottom: 0;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > label + .sysRequired {
  display: none;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .membershipArea {
  order: 130;
  display: block;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .membershipArea .sysMemberAgreementFormLabel {
  display: block;
  font-weight: bold;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .membershipArea .sysMemberAgreement {
  font-size: 13px;
  padding: 20px;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  height: 300px;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysNextSubmit {
  order: 140;
}
#sysMemberRegisterIndex #sysFooter {
  margin-top: 100px;
}

#sysMemberRegisterConfirm #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysMemberRegisterConfirm #sysWrap #sysMain .c-ttl {
  margin-bottom: 45px;
}
#sysMemberRegisterConfirm #sysWrap #sysMain > h2 {
  display: none;
}
#sysMemberRegisterConfirm #sysWrap #sysMain > div {
  display: none;
}
#sysMemberRegisterConfirm #sysWrap #sysMain > div.p-member-confirm-lead {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 60px;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm .sysFormItem {
  border-bottom: 1px solid #f1f0e9;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm .sysFormItem .sysFormField {
  padding-left: 10px;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm .sysNextSubmit {
  margin-top: 80px;
}

#sysMemberRegisterRegister #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysMemberRegisterRegister #sysWrap #sysMain > h2 {
  display: none;
}
#sysMemberRegisterRegister #sysWrap #sysMain > p {
  display: none;
}
#sysMemberRegisterRegister #sysWrap #sysMain .sysFreeArea > p {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#sysMemberRegisterRegister #sysWrap #sysMain .sysFreeArea .c-btn {
  margin-inline: auto;
}
#sysMemberRegisterRegister #sysWrap #sysMain .sysFreeArea .c-btn a:hover {
  background: #5a5047;
  color: #fff;
}

/*! ========================================================
ログインページ設定
========================================================= */
.sysCartTitle {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #1c1c1c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 43px;
  color: #414141;
  padding-bottom: 15px;
}

#sysRegi #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysRegi #sysWrap #sysMain .sysErrorMessage {
  font-size: 12px;
  margin-bottom: 5px;
  color: #c26161;
}
#sysRegi #sysWrap #sysMain .c-ttl {
  margin-bottom: 45px;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthMember {
  float: left;
  width: min(370px, 100%);
  margin-bottom: 100px;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem.sysMemberPassword {
  margin-bottom: 14px;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem.sysSubmit {
  margin-bottom: 20px;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem.sysIsUseAutoLogin {
  margin-bottom: 38px;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem.sysIsUseAutoLogin .sysAutoLoginField {
  justify-content: flex-start;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem.sysIsUseAutoLogin .sysAutoLoginField input {
  accent-color: #c26161;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem.sysSubmit .sysLoginButton {
  max-width: 100%;
  margin-top: 0;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysFormItem .sysFormLabel {
  margin-bottom: 12px;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthMember .sysBox .sysForm form .sysButton {
  max-width: 100%;
}
#sysRegi #sysWrap #sysMain #sysRegisterForm {
  float: right;
  width: min(370px, 100%);
  margin-bottom: 52px;
}
#sysRegi #sysWrap #sysMain #sysRegisterForm .sysCartTitle {
  margin-bottom: 25px;
}
#sysRegi #sysWrap #sysMain #sysRegisterForm .sysBox p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 43px;
}
#sysRegi #sysWrap #sysMain #sysRegisterForm .sysBox .sysNextSubmitArea form .sysNextSubmit {
  max-width: 100%;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthCustomer {
  float: right;
  width: min(370px, 100%);
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthCustomer .sysCartTitle {
  margin-bottom: 25px;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthCustomer .sysBox p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 43px;
}
#sysRegi #sysWrap #sysMain #sysPurchaseAuthCustomer .sysBox .sysNextSubmitArea form .sysNextSubmit {
  max-width: 100%;
}
#sysRegi #sysWrap #sysMain > form {
  clear: both;
}
#sysRegi #sysWrap #sysMain > form .sysBackSubmitArea .sysButton {
  margin-top: 0;
}

#sysMypageLogin #sysWrap #sysMain {
  overflow: hidden;
}
#sysMypageLogin #sysWrap #sysMain .c-ttl {
  margin-bottom: 45px;
}
#sysMypageLogin #sysWrap #sysMain h3.sysMypageMinorHeadLine {
  display: none;
}
#sysMypageLogin #sysWrap #sysMain .sysErrorMessage {
  font-size: 12px;
  margin-bottom: 5px;
  color: #c26161;
}
#sysMypageLogin #sysWrap #sysMain .sysFreeArea {
  width: min(370px, 100%);
  float: right;
}
#sysMypageLogin #sysWrap #sysMain .sysFreeArea #sysRegisterForm .sysBox .sysNextSubmitArea form input[value=新規会員登録はこちら] {
  max-width: 100%;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm {
  width: min(370px, 100%);
  float: left;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm form .sysFormItem.sysMemberPassword {
  margin-bottom: 14px;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm form .sysFormItem.sysSubmit {
  margin-bottom: 20px;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm form .sysFormItem.sysIsUseAutoLogin {
  margin-bottom: 38px;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm form .sysFormItem.sysIsUseAutoLogin .sysAutoLoginField {
  justify-content: flex-start;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm form .sysFormItem.sysIsUseAutoLogin .sysAutoLoginField input {
  accent-color: #c26161;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm form .sysFormItem.sysSubmit .sysLoginButton {
  max-width: 100%;
  margin-top: 0;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm form .sysFormItem .sysFormLabel {
  margin-bottom: 12px;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm form .sysLoginButton {
  max-width: 100%;
  margin-bottom: 20px;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm form .sysButton {
  max-width: 100%;
}

/*! ========================================================
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: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
  margin-bottom: 20px;
}
.opcBillingAddress_completeButton_edit:hover,
.opcItemCommonOption_completeButton_edit:hover,
.opcClient_completeButton_edit:hover,
.opcDeliveryAddress_completeButton_edit:hover,
.opcDeliveryAddressItem_completeButton_edit:hover,
.opcDeliveryMethod_completeButton_edit:hover,
.opcDeliveryMethodList_edit:hover,
.opcPaymentMethod_completeButton_edit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.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: 10px;
}

.opcItemCommonOption_sessionCartSaveButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.opcItemCommonOption_sessionCartSaveButton_edit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.opcItemCommonOption_sessionCartSaveButton_edit .fa {
  margin-left: 10px;
}

.opcSelectDeliveries_deliveryToSingle_edit,
.opcSelectDeliveries_deliveryToMultiple_edit,
.opcSelectDeliveries_deliveryToSocialGift_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.opcSelectDeliveries_deliveryToSingle_edit:hover,
.opcSelectDeliveries_deliveryToMultiple_edit:hover,
.opcSelectDeliveries_deliveryToSocialGift_edit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.opcSelectDeliveries_deliveryToSingle_edit .fa,
.opcSelectDeliveries_deliveryToMultiple_edit .fa,
.opcSelectDeliveries_deliveryToSocialGift_edit .fa {
  margin-left: 10px;
}

.opcDeliveryAddress_synchronizeBillingAddressButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
}
.opcDeliveryAddress_synchronizeBillingAddressButton_edit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.opcDeliveryAddress_synchronizeBillingAddressButton_edit .fa {
  margin-left: 10px;
}

.opcDeliveryAddress_openDialogButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
}
.opcDeliveryAddress_openDialogButton_edit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.opcDeliveryAddress_openDialogButton_edit .fa {
  margin-left: 10px;
}

.opcCompletedDeliveryAddressList_addDeliveryAddress_edit,
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
  margin-bottom: 0;
}
.opcCompletedDeliveryAddressList_addDeliveryAddress_edit:hover,
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.opcCompletedDeliveryAddressList_addDeliveryAddress_edit .fa,
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit .fa {
  margin-left: 10px;
}

.opcCompletedDeliveryAddressList_saveSessionCart_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  max-width: min(13.3333333333rem, 53.3333333333vw);
  margin-top: 0;
  margin-right: 0;
}
.opcCompletedDeliveryAddressList_saveSessionCart_edit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.opcCompletedDeliveryAddressList_saveSessionCart_edit .fa {
  margin-left: 10px;
}

.opcResumeOrContinueModal_resumeMemberSessionCart,
.opcResumeOrContinueModal_continueSessionCart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.opcResumeOrContinueModal_resumeMemberSessionCart:hover,
.opcResumeOrContinueModal_continueSessionCart:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.opcResumeOrContinueModal_resumeMemberSessionCart .fa,
.opcResumeOrContinueModal_continueSessionCart .fa {
  margin-left: 10px;
}

.opcPointAndCouponDialog_applyButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.opcPointAndCouponDialog_applyButton_edit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.opcPointAndCouponDialog_applyButton_edit .fa {
  margin-left: 10px;
}

.opcMember_registerButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  display: inline-block;
  max-width: min(10rem, 40vw);
  margin-right: 0;
}
.opcMember_registerButton_edit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.opcMember_registerButton_edit .fa {
  margin-left: 10px;
}

.opcOrderSummary_usePointAndCoupon {
  width: 150px;
  background: none;
  border: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #414141;
  margin-left: auto;
  padding: 0;
  margin-top: 35px;
  line-height: 1;
}

.opcBillingAddress_zipCodeSearchButton_edit,
.opcClient_zipCodeSearchButton_edit,
.opcDeliveryAddress_zipCodeSearchButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin-left: inherit;
}

#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: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
  margin-bottom: 0;
}
#sysOpc .opcBillingAddress_backButton_edit:hover,
#sysOpc .opcItemCommonOption_backButton_edit:hover,
#sysOpc .opcSelectDeliveries_backButton_edit:hover,
#sysOpc .opcDeliveryAddress_backButton_edit:hover,
#sysOpc .opcDeliveryAddressItem_backButton_edit:hover,
#sysOpc .opcCompletedDeliveryAddressList_backButton_edit:hover,
#sysOpc .opcDeliveryMethod_backButton_edit:hover,
#sysOpc .opcDeliveryMethodList_backButton_edit:hover,
#sysOpc .opcPaymentMethod_backButton_edit:hover,
#sysOpc .opcOrderBackToBasket_backToBasket:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

.opcBillingAddress_editButton,
.opcPaymentMethod_editButton {
  font-size: 13px;
  line-height: 1;
  width: 94px;
  height: 39px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  margin-left: auto;
}

.opcClient_editButton,
.opcDeliveryAddress_editButton,
.opcDeliveryMethod_editButton,
.opcDeliveryAddressItemTitle_editButton {
  font-size: 13px;
  line-height: 1;
  width: 94px;
  height: 39px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  margin-left: auto;
}

.opcItemCommonOption_messageCardPreviewButton,
.opcItem_messageCardPreviewButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: min(1.3333333333rem, 5.3333333333vw);
}
.opcItemCommonOption_messageCardPreviewButton:hover,
.opcItem_messageCardPreviewButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

.opcCompletedDeliveryAddressList_changeItems_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin-top: 0;
  margin-right: 0;
}

.opcDeliveryAddressTitle_deleteButton,
.opcDeliveryAddressList_addButton {
  font-size: 13px;
  line-height: 1;
  width: 150px;
  height: 39px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  margin-left: auto;
}

.opcCouponCode_useButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin: min(0.6666666667rem, 2.6666666667vw) 0 0 auto;
}

.opcPointAndCouponDialog_cancelButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
.opcPointAndCouponDialog_cancelButton_edit:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

.opcMember_cancelButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  display: inline-block;
  max-width: min(10rem, 40vw);
  margin-right: 0;
}
.opcMember_cancelButton_edit:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

.opcDeliveryAddressEditDialog_applyBillingAddressButton,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  max-width: 100%;
  height: auto;
  white-space: wrap;
}
.opcDeliveryAddressEditDialog_applyBillingAddressButton:hover,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

.opcConfirm_requestOrder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: min(0.1333333333rem, 0.5333333333vw) solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 0 auto;
}

.sysOpcBody #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
.sysOpcBody #sysWrap #sysMain {
  color: #414141;
}
.sysOpcBody #sysWrap #sysMain .opcCommonElementErrorMessage {
  font-size: 12px;
  color: #c26161;
  margin-left: 0;
  margin-top: 5px;
}
.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: none;
  padding: 0;
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemList,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSelectDeliveries {
  border: none;
  padding: 0;
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressTitle,
.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: 20px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #1c1c1c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 43px;
  color: #414141;
  padding-bottom: 15px;
  text-align: center;
}
.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(1.0666666667rem, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonEditLabel {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  padding-left: 0;
  border-left: none;
  color: #414141;
}
.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: 11px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  border-radius: 3px;
  background-color: #c26161;
  padding: 3px 11px;
  margin-left: 10px;
  position: relative;
  bottom: -1px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc span:has(+ .opcCommonRequireLabel) + .opcCommonRequireLabel {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonButtonGroupEdit {
  padding: 0;
  margin-top: 80px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup {
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_purposeAnditemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit {
  margin-top: min(4rem, 16vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRequestOrderArea:has(form[name=order_form_top]) {
  margin-top: 0;
  margin-bottom: 60px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRequestOrderArea:has(form[name=order_form_bottom]) {
  margin-top: 80px;
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionSelectsGroup .opcItem_itemCommonOptionSelectAndLabelGroup {
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionSelectsGroup .opcItem_itemCommonOptionSelectAndLabelGroup .opcItem_itemCommonOptionImageGroup {
  max-width: min(13.3333333333rem, 53.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_messageCardDescriptionGroup_edit {
  margin: min(1.3333333333rem, 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(0.6666666667rem, 2.6666666667vw);
}
.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(1.3333333333rem, 5.3333333333vw);
  margin-bottom: 60px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea {
  margin-bottom: 65px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind .opcPaymentMethodList.opcCommonEditModeBlock .opcPaymentMethod_edit {
  border: 1px solid #5a5047;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind .opcPaymentMethodList.opcCommonEditModeBlock .opcPaymentMethod_edit .opcPaymentMethod_paymentMethodAndLabelGroup_edit {
  font-weight: bold;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind .opcPaymentMethodList.opcCommonEditModeBlock .opcPaymentMethod_edit .opcPaymentMethod_paymentMethodDetailGroup_edit {
  margin-left: 0;
  font-size: 15px;
  line-height: 1.6;
  margin-left: 25px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind .opcPaymentMethod {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind .opcPaymentMethod .opcPaymentMethod_paymentMethodGroup {
  font-size: 16px;
  line-height: 1.6;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea {
  margin-bottom: 65px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_totalPricesAndLabelGroup {
  border-bottom: 1px dotted #1c1c1c;
  padding: 0;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup {
  padding-left: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_totalItemPricesAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_totalItemPricesAndLabelGroup:not(:has(span)) {
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_deliveryCostAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_deliveryCostAndLabelGroup:not(:has(span)) {
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_isolatedIslandCostMessageAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_isolatedIslandCostMessageAndLabelGroup:not(:has(span)) {
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_totalCartOptionPriceAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_totalCartOptionPriceAndLabelGroup:not(:has(span)) {
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_feeAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
  border-bottom: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_feeAndLabelGroup:not(:has(span)) {
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_usePointPriceAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
  padding-bottom: 10px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea {
  margin-bottom: 65px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_nameAndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_nameKanaAndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_nameKanaAndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_zipCodeAndLabelGroup_edit {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_zipCodeAndLabelGroup_edit .opcCommonEditLabel {
  width: 100%;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCode_edit {
  width: 225px;
  margin-right: 10px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_prefStateAndLabelGroup_edit {
  margin-bottom: 45px;
  width: 225px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_address1AndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_address2AndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_telAndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_mailaddressAndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_genderAndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_nameAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
  display: flex;
  flex-wrap: wrap;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_nameAndLabelGroup .opcCommonReferenceLabel {
  position: relative;
  width: 125px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_nameAndLabelGroup .opcCommonReferenceLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_mailaddressAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
  display: flex;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_mailaddressAndLabelGroup .opcCommonReferenceLabel {
  position: relative;
  width: 125px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_mailaddressAndLabelGroup .opcCommonReferenceLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_fullAddressAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
  display: flex;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_fullAddressAndLabelGroup .opcCommonReferenceLabel {
  position: relative;
  width: 125px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_fullAddressAndLabelGroup .opcCommonReferenceLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_telAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
  display: flex;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_telAndLabelGroup .opcCommonReferenceLabel {
  position: relative;
  width: 125px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_telAndLabelGroup .opcCommonReferenceLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_genderAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
  display: flex;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_genderAndLabelGroup .opcCommonReferenceLabel {
  position: relative;
  width: 125px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_genderAndLabelGroup .opcCommonReferenceLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_acceptMailmagazineAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
  display: flex;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_acceptMailmagazineAndLabelGroup .opcCommonReferenceLabel {
  position: relative;
  width: 125px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_acceptMailmagazineAndLabelGroup .opcCommonReferenceLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit {
  margin-bottom: min(3.3333333333rem, 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 #c2c2c2;
  padding-bottom: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(1rem, 4vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit select,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit select {
  height: min(2.6666666667rem, 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(2rem, 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 #c2c2c2;
  padding-bottom: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(1rem, 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(3.3333333333rem, 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(4rem, 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(0.6666666667rem, 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(2.6666666667rem, 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(5.3333333333rem, 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(0.9333333333rem, 3.7333333333vw);
  text-align: center;
  margin-bottom: min(0.5333333333rem, 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 #c2c2c2;
  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(0.1333333333rem, 0.5333333333vw) solid #333333;
  border-radius: min(0.1333333333rem, 0.5333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailAndLabelGroup_edit {
  margin-top: min(2rem, 8vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit {
  margin-top: min(4rem, 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 .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameAndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameKanaAndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_zipCodeAndLabelGroup_edit {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeLabelGroup_edit {
  width: 100%;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCode_edit {
  width: 225px;
  margin-right: 10px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_prefStateAndLabelGroup_edit {
  margin-bottom: 45px;
  width: 225px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_address1AndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_address2AndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress .opcDeliveryAddress_normalDeliveryAddressGroup .opcDeliveryAddress_nameAndNameKanaGroup {
  line-height: 1.81;
  font-size: 16px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress .opcDeliveryAddress_normalDeliveryAddressGroup .opcDeliveryAddress_nameAndNameKanaGroup .opcDeliveryAddress_nameLabel {
  position: relative;
  width: 125px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress .opcDeliveryAddress_normalDeliveryAddressGroup .opcDeliveryAddress_nameAndNameKanaGroup .opcDeliveryAddress_nameLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress .opcDeliveryAddress_normalDeliveryAddressGroup .opcDeliveryAddress_fullAddressAndLabelGroup {
  line-height: 1.81;
  font-size: 16px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress .opcDeliveryAddress_normalDeliveryAddressGroup .opcDeliveryAddress_fullAddressAndLabelGroup .opcDeliveryAddress_fullAddressLabel {
  width: 125px;
  display: inline-block;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress .opcDeliveryAddress_normalDeliveryAddressGroup .opcDeliveryAddress_fullAddressAndLabelGroup .opcDeliveryAddress_fullAddressLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress .opcDeliveryAddress_normalDeliveryAddressGroup .opcDeliveryAddress_telAndLabelGroup {
  line-height: 1.81;
  font-size: 16px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress .opcDeliveryAddress_normalDeliveryAddressGroup .opcDeliveryAddress_telAndLabelGroup .opcDeliveryAddress_telLabel {
  width: 125px;
  display: inline-block;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress .opcDeliveryAddress_normalDeliveryAddressGroup .opcDeliveryAddress_telAndLabelGroup .opcDeliveryAddress_telLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodTitle {
  margin-bottom: 10px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingAndLabelGroup_edit {
  margin-bottom: 40px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
  padding-left: 0;
  margin-left: 0;
  border-bottom: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel {
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect {
  width: 225px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel {
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect {
  width: 225px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod .opcDeliveryMethod_deliveryMethodAndLabelGroup .opcCommonReferenceLabel {
  position: relative;
  width: 150px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod .opcDeliveryMethod_deliveryMethodAndLabelGroup .opcCommonReferenceLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup .opcCommonReferenceLabel {
  position: relative;
  width: 150px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup .opcCommonReferenceLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup .opcCommonReferenceLabel {
  position: relative;
  width: 150px;
  display: inline-block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup .opcCommonReferenceLabel::after {
  position: absolute;
  top: 0;
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcItemTitle {
  margin-bottom: 10px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
  width: 200px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
  width: calc(100% - 200px);
  padding: 0;
  padding-left: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 15px;
  border-bottom: 1px dotted #1c1c1c;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.6;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
  margin-left: 0;
  line-height: 1.6;
  font-size: 14px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
  width: 173px;
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  width: 30px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
  width: 133px;
  margin-left: 10px;
  font-size: 16px;
  background: #f5f5f5;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 50px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
  background: none;
  border: none;
  font-size: 16px;
  position: absolute;
  width: 30px;
  height: 50px;
  padding: 0;
  color: #cccccc;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_increaseNumButton_edit {
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_decreaseNumButton_edit {
  left: 40px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressHeader {
  display: block;
  margin-bottom: 5px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressSummary {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem {
  padding: 0;
  border-bottom: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup {
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
  width: 200px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
  width: calc(100% - 200px);
  padding: 0;
  padding-left: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 15px;
  border-bottom: 1px dotted #1c1c1c;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.6;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
  margin-left: 0;
  line-height: 1.6;
  font-size: 14px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
  width: 173px;
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  width: 30px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
  width: 133px;
  margin-left: 10px;
  font-size: 16px;
  background: #f5f5f5;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 50px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
  background: none;
  border: none;
  font-size: 16px;
  position: absolute;
  width: 30px;
  height: 50px;
  padding: 0;
  color: #cccccc;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_increaseNumButton_edit {
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_decreaseNumButton_edit {
  left: 40px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_itemOptionGroup_edit {
  margin-top: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_itemOptionGroup_edit .opcItem_itemOptionAndLabelGroup_edit {
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_itemOptionGroup_edit .opcItem_itemOptionAndLabelGroup_edit {
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddressHeader {
  display: block;
  border-bottom: 1px solid #1c1c1c;
  margin-bottom: 40px;
  padding-bottom: 8px;
  font-size: 16px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 65px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit .opcDeliveryAddress_synchronizeBillingAddressButton_edit {
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit .opcDeliveryAddress_openDialogButton_edit {
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameAndLabelGroup_edit {
  margin-bottom: 45px;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameAndLabelGroup_edit::after {
  content: "※連名をご希望の場合は、下記のように記載してください。（例）山田　太郎　様　花子";
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameKanaAndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_zipCodeAndLabelGroup_edit {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCodeLabelGroup_edit {
  width: 100%;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_zipCodeAndLabelGroup_edit .opcDeliveryAddress_zipCode_edit {
  width: 225px;
  margin-right: 10px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_prefStateAndLabelGroup_edit {
  margin-bottom: 45px;
  width: 225px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_address1AndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_address2AndLabelGroup_edit {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_telAndLabelGroup_edit {
  margin-bottom: 45px;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_telAndLabelGroup_edit::after {
  content: "※電話番号が不明な場合は「0000000000」（ゼロ10桁）と記載ください。";
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_registerCustomerDeliveryAddressFlagAndLabelGroup_edit {
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_registerCustomerDeliveryAddressFlagAndLabelGroup_edit::after {
  content: "※登録したリストはマイページで確認・編集・削除できます。";
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryAddressSummary {
  border: 1px solid #1c1c1c;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryAddressHeader {
  margin-bottom: 10px;
  display: block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit {
  margin-top: 40px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingAndLabelGroup_edit {
  margin-bottom: 12px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
  padding-left: 0;
  margin-left: 0;
  border-bottom: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel {
  font-size: 16px;
  padding-right: 15px;
  width: 160px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect {
  width: 225px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel {
  font-size: 16px;
  padding-right: 15px;
  width: 160px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect {
  width: 225px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcCompletedDeliveryAddressListArea {
  width: 100%;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcCompletedDeliveryAddressListArea .opcCompletedDeliveryAddressListGroup_edit .opcCompletedDeliveryAddressList_completedDeliveryAddressMessage {
  text-align: center;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcCompletedDeliveryAddressListArea .opcCompletedDeliveryAddressListGroup_edit .opcCompletedDeliveryAddressList_buttonGroup_edit .opcCommonEditLabel {
  text-align: center;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcCompletedDeliveryAddressListArea .opcCompletedDeliveryAddressListGroup_edit .opcCompletedDeliveryAddressList_buttonGroup_edit .opcCompletedDeliveryAddressList_addDeliveryAddress_edit {
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcCompletedDeliveryAddressListArea .opcCompletedDeliveryAddressListGroup_edit .opcCompletedDeliveryAddressList_buttonGroup_edit .opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit {
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcCompletedDeliveryAddressListArea .opcCompletedDeliveryAddressList_container .opcCompletedDeliveryAddressList .opcDeliveryAddressContents .opcCompletedDeliveryAddressListChangeButton .opcCommonButtonEdit {
  background: none;
  border: none;
  font-size: 13px;
  height: 40px;
  width: 110px;
  color: #414141;
  font-weight: normal;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup .opcDeliveryAddressHeaderGroup {
  margin-bottom: 5px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup .opcDeliveryAddressHeaderGroup .opcDeliveryAddressHeader {
  font-size: 16px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup .opcDeliveryAddress_nameAndNameKanaGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup .opcDeliveryAddress_fullAddressAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup .opcDeliveryAddress_telAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup {
  margin-bottom: 45px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup .opcDeliveryMethodHeaderGroup {
  margin-bottom: 5px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup .opcDeliveryMethodHeaderGroup .opcDeliveryMethodHeader {
  font-size: 16px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup .opcDeliveryMethod_deliveryMethodAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup {
  font-size: 16px;
  line-height: 1.81;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressItemHeaderGroup {
  margin-bottom: 5px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressItemHeaderGroup .opcDeliveryAddressItemHeader {
  font-size: 16px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem {
  padding: 0;
  border-bottom: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup {
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
  width: 200px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
  width: calc(100% - 200px);
  padding: 0;
  padding-left: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 15px;
  border-bottom: 1px dotted #1c1c1c;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.6;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
  margin-left: 0;
  line-height: 1.6;
  font-size: 14px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
  width: 173px;
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  width: 30px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
  width: 133px;
  margin-left: 10px;
  font-size: 16px;
  background: #f5f5f5;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 50px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
  background: none;
  border: none;
  font-size: 16px;
  position: absolute;
  width: 30px;
  height: 50px;
  padding: 0;
  color: #cccccc;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_increaseNumButton_edit {
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_decreaseNumButton_edit {
  left: 40px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcItem_deliveryAddressItemGroup {
  padding-left: 0;
  padding-right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcItem_deliveryAddressItemGroup .opcItem_numAndLabelGroup {
  font-size: 14px;
  line-height: 1.6;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcItem_deliveryAddressItemGroup .opcItem_itemOptionGroup {
  font-size: 14px;
  line-height: 1.6;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryAddressHeader {
  display: block;
  margin-bottom: 5px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryAddressSummary {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
  margin-left: 0;
  padding-left: 0;
  border-bottom: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel {
  font-size: 16px;
  padding-right: 15px;
  width: 160px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect {
  width: 225px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreAndLabelGroup_edit {
  margin-top: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveriesDataBind .opcSelectDeliveries_edit .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToSingle_edit {
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 370px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveriesDataBind .opcSelectDeliveries_edit .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToMultiple_edit {
  margin-top: 0;
  max-width: 370px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveriesDataBind .opcSelectDeliveries_edit .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_deliveryToSocialGift_edit {
  margin-top: 30px;
  max-width: 370px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveriesDataBind .opcSelectDeliveries_edit .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_backButton_edit {
  margin-top: 120px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea .opcRemarksDataBind .opcRemarks_edit .opcRemarks_remarkAndLabelGroup_edit {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px 20px 15px 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea .opcRemarksDataBind .opcRemarks_edit .opcRemarks_remarkAndLabelGroup_edit .opcRemarks_remarkLabel_edit {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea .opcRemarksDataBind .opcRemarks_edit .opcRemarks_remarkAndLabelGroup_edit .opcRemarks_remarkDescription_edit {
  margin-left: 0;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea .opcRemarksDataBind .opcRemarks_edit .opcRemarks_remarkAndLabelGroup_edit .opcRemarks_remark_edit {
  min-height: 100px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea .opcRemarksDataBind .opcRemarks_edit .opcRemarks_cartOptionAndLabelGroup_edit {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcDeliveryAddressHeaderGroup {
  margin-bottom: 43px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem {
  padding: 0;
  border-bottom: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup {
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
  width: 200px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
  width: calc(100% - 200px);
  padding: 0;
  padding-left: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 15px;
  border-bottom: 1px dotted #1c1c1c;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.6;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
  margin-left: 0;
  line-height: 1.6;
  font-size: 14px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
  width: 173px;
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  width: 30px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
  width: 133px;
  margin-left: 10px;
  font-size: 16px;
  background: #f5f5f5;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 50px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
  background: none;
  border: none;
  font-size: 16px;
  position: absolute;
  width: 30px;
  height: 50px;
  padding: 0;
  color: #cccccc;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_increaseNumButton_edit {
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_decreaseNumButton_edit {
  left: 40px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterTitle {
  font-size: 22px;
  background: #f1f0e9;
  line-height: 1;
  min-height: 60px;
  display: flex;
  align-items: center;
  color: #1c1c1c;
  margin-bottom: 45px;
  padding-left: 20px;
  padding-bottom: 0;
  border-bottom: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit {
  border: none;
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_checkedValueTitleAndLabelGroup_edit .opcSocialGiftLetter_checkedValueTitleLabel_edit {
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_checkedValueTitleAndLabelGroup_edit .opcSocialGiftLetter_checkedValueLabelGroup_edit {
  display: flex;
  margin-bottom: 40px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit {
  margin-bottom: 40px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit {
  width: calc((100% - 60px) / 4);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_letterImageLabelGroup_edit .opcSocialGiftLetter_letterImageIdAndUrlLabelGroup_edit {
  margin-right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_letterImageLabelGroup_edit .opcSocialGiftLetter_letterImageIdAndUrlLabelGroup_edit:has(input[type=radio]:checked) .opcSocialGiftLetter_imageUrlGroup_edit img {
  border: 4px solid #c2a661;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_letterImageLabelGroup_edit .opcSocialGiftLetter_letterImageIdAndUrlLabelGroup_edit input[type=radio] {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .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: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_imageTitleGroup_edit {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_messageTitleLabel_edit {
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit {
  border: none;
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewGroup_edit {
  margin-bottom: 20px;
  width: min(600px, 100%);
  margin-inline: auto;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .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 .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_messageGroup_edit {
  min-height: 150px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressHeaderGroup {
  margin-bottom: 43px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit {
  padding: 0;
  border: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewGroup {
  width: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewGroup .opcSocialGiftLetter_letterImagePreview {
  width: 100%;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem {
  padding: 0;
  border-bottom: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup {
  margin-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
  width: 200px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
  width: calc(100% - 200px);
  padding: 0;
  padding-left: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 15px;
  border-bottom: 1px dotted #1c1c1c;
  margin-bottom: 15px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.6;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
  margin-left: 0;
  line-height: 1.6;
  font-size: 14px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
  width: 173px;
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  width: 30px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
  width: 133px;
  margin-left: 10px;
  font-size: 16px;
  background: #f5f5f5;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 50px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
  background: none;
  border: none;
  font-size: 16px;
  position: absolute;
  width: 30px;
  height: 50px;
  padding: 0;
  color: #cccccc;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_increaseNumButton_edit {
  right: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton.opcItem_decreaseNumButton_edit {
  left: 40px;
}
.sysOpcBody #sysWrap #sysMain #sysOpc #openPointAndCouponEditDialog .opcItemPoint_itemListGroup_edit .opcItemPoint_itemGroup_edit {
  display: flex;
  flex-wrap: wrap;
  padding: min(0.6666666667rem, 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(26.6666666667rem, 106.6666666667vw);
}
.modaal-wrapper .opcPointTitle,
.modaal-wrapper .opcCouponCodeTitle,
.modaal-wrapper .opcCouponTitle {
  margin-bottom: min(0.6666666667rem, 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(0.9333333333rem, 3.7333333333vw);
  font-weight: 700;
  line-height: inherit;
  border-left: none;
  padding-left: 0;
  margin-top: min(1.3333333333rem, 5.3333333333vw);
  margin-bottom: min(0.6666666667rem, 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(0.6666666667rem, 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(0.6666666667rem, 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%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysFormConfirm .sysButton:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysFormIndex .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysFormIndex .sysNextSubmit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysFormIndex .sysNextSubmit .fa {
  margin-left: 10px;
}

#sysFormConfirm .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysFormConfirm .sysNextSubmit:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysFormConfirm .sysNextSubmit .fa {
  margin-left: 10px;
}

#sysFormIndex #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysFormIndex #sysWrap #sysMain .c-ttl {
  margin-bottom: 45px;
}
#sysFormIndex #sysWrap #sysMain > h2 {
  display: none;
}
#sysFormIndex #sysWrap #sysMain > p {
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}
#sysFormIndex #sysWrap #sysMain > form {
  margin-top: 60px;
}
#sysFormIndex #sysWrap #sysMain > form .sysForm .sysFormItem.sys6 {
  margin-bottom: 30px;
}
#sysFormIndex #sysWrap #sysMain > form .sysForm .sysFormItem.sys7 {
  margin-bottom: 80px;
}
#sysFormIndex #sysWrap #sysMain > form .sysForm .sysFormItem.sys7 .sysFormField p a {
  border-bottom: 1px solid #1c1c1c;
}
#sysFormIndex #sysWrap #sysMain > form .sysForm .sysFormItem p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  width: 100%;
}
#sysFormIndex #sysWrap #sysMain > form .sysForm .sysFormItem p + br {
  display: none;
}
#sysFormIndex #sysWrap #sysMain > form .sysForm .sysFormItem .sysFormField:has(input[type=radio]) {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.6666666667rem, 2.6666666667vw) 0;
}
#sysFormIndex #sysWrap #sysMain > form .sysForm .sysFormItem .sysFormLabel:has(+ .sysRequired)::after {
  margin-left: 9px;
}

#sysFormConfirm #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysFormConfirm #sysWrap #sysMain .c-ttl {
  margin-bottom: 45px;
}
#sysFormConfirm #sysWrap #sysMain > h2 {
  display: none;
}
#sysFormConfirm #sysWrap #sysMain .p-member-confirm-lead {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 60px;
}
#sysFormConfirm #sysWrap #sysMain form .sysForm .sysFormItem {
  border-bottom: 1px solid #f1f0e9;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
#sysFormConfirm #sysWrap #sysMain form .sysForm .sysFormItem .sysFormField {
  padding-left: 10px;
}
#sysFormConfirm #sysWrap #sysMain form .sysButton {
  margin-top: 80px;
}
#sysFormConfirm #sysWrap #sysMain form .sysNextSubmit {
  margin-top: 20px;
}

#sysFormThanks #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
#sysFormThanks #sysWrap #sysMain > h2 {
  display: none;
}
#sysFormThanks #sysWrap #sysMain > p {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#sysFormThanks #sysWrap #sysMain .c-btn {
  margin-inline: auto;
}
#sysFormThanks #sysWrap #sysMain .c-btn a:hover {
  background: #5a5047;
  color: #fff;
}

/*! ========================================================
レビューページ設定
========================================================= */
#sysItemReviewIndex #sysMain input[value=確認画面に進む] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysItemReviewIndex #sysMain input[value=確認画面に進む]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysItemReviewIndex #sysMain input[value=確認画面に進む] .fa {
  margin-left: 10px;
}

#sysItemReviewIndex #sysMain input[value=商品詳細] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysItemReviewIndex #sysMain input[value=商品詳細]:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysItemReviewIndex #sysMain input[value=並び替え] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin: 0;
}

#sysItemReviewIndex #sysMain input[value=不適切なレビューの報告] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin-top: min(0.6666666667rem, 2.6666666667vw);
}

#sysItemReviewConfirm #sysMain input[value=投稿する] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysItemReviewConfirm #sysMain input[value=投稿する]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysItemReviewConfirm #sysMain input[value=投稿する] .fa {
  margin-left: 10px;
}

#sysItemReviewConfirm #sysMain input[value=入力画面に戻る] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysItemReviewConfirm #sysMain input[value=入力画面に戻る]:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysItemReviewThanks #sysMain input[value=戻る] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysItemReviewThanks #sysMain input[value=戻る]:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysItemReviewIndex #sysMain input[value=確認] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysItemReviewIndex #sysMain input[value=確認]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysItemReviewIndex #sysMain input[value=確認] .fa {
  margin-left: 10px;
}

#sysItemReviewIndex #sysMain input[value=戻る] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5a5047;
  white-space: initial;
  background: #fff;
  border: 1px solid #5a5047;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysItemReviewIndex #sysMain input[value=戻る]:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}

#sysItemReviewIndex #sysMain input[value=報告] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
}
#sysItemReviewIndex #sysMain input[value=報告]:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
#sysItemReviewIndex #sysMain input[value=報告] .fa {
  margin-left: 10px;
}

#sysItemReviewIndex #sysMain .sysReviewItemName a[href*="/ir/"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #1c1c1c;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto 0;
  margin: min(0.6666666667rem, 2.6666666667vw) auto 0 0;
}

#sysItemReviewIndex #sysWrap {
  width: 100%;
  max-width: min(57.3333333333rem, 229.3333333333vw);
  padding-inline: min(2rem, 8vw);
  margin-inline: auto;
  padding-top: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemReviewIndex #sysWrap #sysAside {
  display: none !important;
}
#sysItemReviewIndex #sysWrap #sysMain > h2 {
  max-width: min(26.6666666667rem, 106.6666666667vw);
  font-size: min(1.3333333333rem, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
#sysItemReviewIndex #sysWrap #sysMain > div {
  max-width: min(26.6666666667rem, 106.6666666667vw);
  margin-inline: auto;
  margin-bottom: min(2.6666666667rem, 10.6666666667vw);
}
#sysItemReviewIndex #sysWrap #sysMain > h3 {
  font-size: min(1.3333333333rem, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  margin-top: min(2.6666666667rem, 10.6666666667vw);
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewTitle {
  max-width: 100%;
  font-size: min(1.3333333333rem, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent {
  max-width: 100%;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImpropalReviewDone {
  max-width: 100%;
  margin-bottom: min(4rem, 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(4rem, 16vw);
}
#sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm li .SysImpropalReviewTextareaTitle {
  display: block;
  font-size: min(1.0666666667rem, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: min(0.5333333333rem, 2.1333333333vw);
}
#sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm li:has(.SysImpropalReviewTextareaTitle) + li:not(:has(.SysImproperReviewFormTextarea)) {
  border-bottom: 1px solid #707070;
  padding-bottom: min(0.5333333333rem, 2.1333333333vw);
}
#sysItemReviewIndex #sysWrap #sysMain form:has(input[value=商品詳細]) {
  margin-bottom: min(4rem, 16vw);
}
#sysItemReviewIndex #sysWrap #sysMain form:has(select[name=sort]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: min(0.6666666667rem, 2.6666666667vw);
}
#sysItemReviewIndex #sysWrap #sysMain form:has(select[name=sort]) select {
  height: min(2.6666666667rem, 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(0.6666666667rem, 2.6666666667vw);
  background-color: #eeeeee;
  padding: min(3.3333333333rem, 13.3333333333vw) min(3.3333333333rem, 13.3333333333vw);
  margin-top: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 min(1rem, 4vw);
  width: 100%;
  border: none;
  border-radius: min(0.6666666667rem, 2.6666666667vw);
  background-color: #ffffff;
  padding: min(2rem, 8vw) min(2rem, 8vw) min(4.4rem, 17.6vw);
  position: relative;
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysThumbnailImage,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysThumbnailImage {
  float: none;
  width: min(5.3333333333rem, 21.3333333333vw);
  margin-right: 0;
  margin-bottom: min(1rem, 4vw);
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewItemName,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewItemName {
  width: calc(100% - min(6.3333333333rem, 25.3333333333vw));
  margin-bottom: min(1rem, 4vw);
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysNickname {
  max-width: calc(100% - min(6.6666666667rem, 26.6666666667vw));
  font-size: min(0.9333333333rem, 3.7333333333vw);
  line-height: 1.7;
  padding-left: min(3rem, 12vw);
  position: relative;
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname::before,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysNickname::before {
  content: "";
  display: block;
  width: min(2rem, 8vw);
  height: min(2rem, 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(1.1333333333rem, 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(1.0666666667rem, 4.2666666667vw);
  line-height: 1.7;
  margin-top: min(1rem, 4vw);
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewDatetime,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewDatetime {
  display: block;
  font-size: min(0.9333333333rem, 3.7333333333vw);
  line-height: 1.5;
  position: absolute;
  bottom: min(2rem, 8vw);
  right: min(2rem, 8vw);
}

#sysItemReviewConfirm #sysWrap {
  width: 100%;
  max-width: min(57.3333333333rem, 229.3333333333vw);
  padding-inline: min(2rem, 8vw);
  margin-inline: auto;
  padding-top: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemReviewConfirm #sysWrap #sysAside {
  display: none !important;
}
#sysItemReviewConfirm #sysWrap #sysMain > h2 {
  max-width: min(26.6666666667rem, 106.6666666667vw);
  font-size: min(1.3333333333rem, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
#sysItemReviewConfirm #sysWrap #sysMain > div:not(.sysForm) {
  max-width: min(26.6666666667rem, 106.6666666667vw);
  margin-inline: auto;
  margin-bottom: min(2.6666666667rem, 10.6666666667vw);
}
#sysItemReviewConfirm #sysWrap #sysMain > h3 {
  font-size: min(1.3333333333rem, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding-bottom: min(0.6666666667rem, 2.6666666667vw);
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  margin-top: min(2.6666666667rem, 10.6666666667vw);
}
#sysItemReviewConfirm #sysWrap #sysMain .sysForm .sysFormItem {
  border-bottom: 1px solid #707070;
  padding-bottom: min(0.5333333333rem, 2.1333333333vw);
}
#sysItemReviewConfirm #sysWrap #sysMain .sysForm .sysFormItem.sysEvaluation .sysFormField {
  color: #e69b05;
}

#sysItemReviewThanks #sysWrap {
  width: 100%;
  max-width: min(57.3333333333rem, 229.3333333333vw);
  padding-inline: min(2rem, 8vw);
  margin-inline: auto;
  padding-top: min(1.3333333333rem, 5.3333333333vw);
}
#sysItemReviewThanks #sysWrap #sysAside {
  display: none !important;
}
#sysItemReviewThanks #sysWrap #sysMain > div {
  text-align: center;
  margin-bottom: min(4rem, 16vw);
}

/*! ========================================================
テキストページ設定
========================================================= */
#sysWrap:has(.text-page) {
  width: 100%;
  max-width: min(57.3333333333rem, 229.3333333333vw);
  padding-inline: min(2rem, 8vw);
  margin-inline: auto;
  padding-top: min(1.3333333333rem, 5.3333333333vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box {
  margin-bottom: min(4rem, 16vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box .txt-contents-ttl-sub {
  font-size: min(1.0666666667rem, 4.2666666667vw);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: min(1rem, 4vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box li {
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table thead th {
  border: 1px solid #707070;
  background-color: #eeeeee;
  padding: min(1.3333333333rem, 5.3333333333vw) min(0.6666666667rem, 2.6666666667vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table thead .shopping-guide-table-ttl-list {
  display: none;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table tbody th {
  font-weight: 400;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table tbody td {
  text-align: center;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table tbody th,
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table tbody td {
  line-height: 1.5;
  border: 1px solid #707070;
  padding: min(1.3333333333rem, 5.3333333333vw) min(0.6666666667rem, 2.6666666667vw);
  box-sizing: border-box;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table tbody span {
  display: inline;
  font-weight: 700;
  color: #d12e2e;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .trade-law-container .trade-law-container-box dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .trade-law-container .trade-law-container-box dt {
  flex-basis: 35%;
  font-weight: 700;
  border-top: 1px solid #707070;
  padding: min(1.3333333333rem, 5.3333333333vw);
  background-color: #eeeeee;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .trade-law-container .trade-law-container-box dd {
  flex-basis: 65%;
  border-top: 1px solid #707070;
  background-color: #ffffff;
  padding: min(1.3333333333rem, 5.3333333333vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .trade-law-container .trade-law-container-box ul {
  display: flex;
  flex-direction: column;
  gap: min(0.6666666667rem, 2.6666666667vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .privacy-policy-container p {
  margin-bottom: min(0.6666666667rem, 2.6666666667vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .privacy-policy-container .center-txt {
  text-align: center;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .privacy-policy-container ol {
  margin-bottom: min(1.3333333333rem, 5.3333333333vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .privacy-policy-container .privacy-policy-prohibitions-ol {
  margin-top: min(0.6666666667rem, 2.6666666667vw);
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .company-container dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .company-container dt {
  flex-basis: 25%;
  font-weight: 700;
  border-top: 1px solid #707070;
  padding: min(1.3333333333rem, 5.3333333333vw);
  background-color: #eeeeee;
}
#sysWrap:has(.text-page) #sysMain .text-page .sysContent .company-container dd {
  flex-basis: 75%;
  border-top: 1px solid #707070;
  background-color: #ffffff;
  padding: min(1.3333333333rem, 5.3333333333vw);
}

/*! ========================================================
ソーシャルギフト設定
========================================================= */
.sysSocialGiftBody .sysSocialGiftReceiveButton,
.sysSocialGiftBody .sysSocialGiftNextButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  min-height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: initial;
  background: #c2a661;
  border: 1px solid #c2a661;
  border-radius: 2px;
  padding: 0;
  margin: 10px auto 0;
  transition: all 300ms ease;
  margin-top: 0;
  margin-bottom: 0;
}
.sysSocialGiftBody .sysSocialGiftReceiveButton:hover,
.sysSocialGiftBody .sysSocialGiftNextButton:hover {
  color: #c2a661;
  background: #fff;
  transition: all 300ms ease;
}
.sysSocialGiftBody .sysSocialGiftReceiveButton .fa,
.sysSocialGiftBody .sysSocialGiftNextButton .fa {
  margin-left: 10px;
}

.sysSocialGiftReceiveDeliveryAddressTitle_editButton,
.sysSocialGiftReceiveItemsTitle_editButton {
  font-size: 13px;
  line-height: 1;
  width: 94px;
  height: 39px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  margin-left: auto;
}

.sysSocialGiftBody #sysWrap {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-top: 58px;
  margin-bottom: 100px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup {
  border: none;
  padding: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryAddressAndItemsTitle {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #1c1c1c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 43px;
  color: #414141;
  padding-bottom: 15px;
  text-align: center;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea {
  margin-bottom: 45px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItemsTitle {
  margin-bottom: 10px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup {
  margin-bottom: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemImageGroup {
  width: 200px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary {
  padding: 0;
  width: calc(100% - 200px);
  padding-left: 20px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_itemNameGroup {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 4px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItem_subTotalNumAndLabelGroup {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddressTitle {
  margin-bottom: 20px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryAddressArea .sysFormItem.sysPrefStateId {
  width: 225px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryMethodTitle {
  margin-bottom: 10px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectDelivery {
  margin-bottom: 12px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div label {
  font-size: 16px;
  padding-right: 15px;
  width: 160px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div select {
  width: 225px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftButtonGroup {
  margin-top: 70px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveGiftLetterArea {
  margin-bottom: 40px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveGiftLetterArea .sysSocialGiftReceiveGiftLetterImageGroup {
  width: min(600px, 100%);
  margin-inline: auto;
  margin-bottom: 20px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveGiftLetterArea .sysSocialGiftReceiveGiftLetterImageGroup .sysSocialGiftReceiveGiftLetterImage {
  width: 100%;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveGiftLetterArea .sysSocialGiftReceiveGiftLetterMessageGroup {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveButtonArea {
  margin-bottom: 40px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveLimitDate {
  text-align: center;
  font-size: 15px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 20px;
  margin-bottom: 80px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea {
  margin-bottom: 45px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressAndItemsTitle {
  margin-bottom: 5px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddressHeaderGroup {
  margin-bottom: 5px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_name {
  font-size: 16px;
  line-height: 1.81;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_zipcode {
  font-size: 16px;
  line-height: 1.81;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_deliveryAddressName {
  font-size: 16px;
  line-height: 1.81;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_tel {
  font-size: 16px;
  line-height: 1.81;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_mailaddress {
  font-size: 16px;
  line-height: 1.81;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryMethodTitle {
  margin-bottom: 5px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryMethod_deliveryMethodGroup .sysSocialGiftReceiveDeliveryMethod_deliveryMethodName {
  font-size: 16px;
  line-height: 1.81;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryMethod_deliveryMethodGroup .sysSocialGiftReceiveDeliveryMethod_hopeDeliveryDate {
  font-size: 16px;
  line-height: 1.81;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryMethod_deliveryMethodGroup .sysSocialGiftReceiveDeliveryMethod_hopeDeliveryTime {
  font-size: 16px;
  line-height: 1.81;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItemHeaderGroup {
  margin-bottom: 10px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup {
  border: none;
  padding: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemImageGroup {
  width: 200px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary {
  width: calc(100% - 200px);
  padding: 0;
  padding-left: 20px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_itemNameGroup {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 4px;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItem_subTotalNumAndLabelGroup {
  margin-left: 0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/*! ========================================================
テキストページ設定
========================================================= */
.l-under-page {
  margin-top: 58px;
  margin-bottom: 100px;
}

#company #sysMain .l-under-company {
  width: min(1000px, 100%);
  margin-inline: auto;
}
#company #sysMain .l-under-company .p-company-table {
  width: 100%;
}
#company #sysMain .l-under-company .p-company-table table {
  width: 100%;
  border-collapse: collapse;
}
#company #sysMain .l-under-company .p-company-table table tr {
  border-bottom: 1px solid #f1f0e9;
}
#company #sysMain .l-under-company .p-company-table table tr:first-child {
  border-top: 1px solid #f1f0e9;
}
#company #sysMain .l-under-company .p-company-table table th {
  width: 260px;
  line-height: 1;
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
#company #sysMain .l-under-company .p-company-table table td {
  line-height: 1.6;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

/*! ========================================================
テキストページ設定
========================================================= */
.c-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px !important;
}
.c-list li:last-child {
  margin-bottom: 0;
}
.c-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c2a661;
  position: absolute;
  top: 8px;
  left: 0;
}

.c-txt-small {
  font-size: 12px;
}

#legal-infomation #sysMain .l-under-legal {
  width: min(1000px, 100%);
  margin-inline: auto;
}
#legal-infomation #sysMain .l-under-legal .p-legal-table {
  width: 100%;
}
#legal-infomation #sysMain .l-under-legal .p-legal-table table {
  width: 100%;
  border-collapse: collapse;
}
#legal-infomation #sysMain .l-under-legal .p-legal-table table tr {
  border-bottom: 1px solid #f1f0e9;
}
#legal-infomation #sysMain .l-under-legal .p-legal-table table tr:first-child {
  border-top: 1px solid #f1f0e9;
}
#legal-infomation #sysMain .l-under-legal .p-legal-table table th {
  width: 260px;
  line-height: 1;
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
#legal-infomation #sysMain .l-under-legal .p-legal-table table td {
  line-height: 1.6;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

/*! ========================================================
テキストページ設定
========================================================= */
.c-lead-txt {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 60px;
  border-bottom: 1px solid #f1f0e9;
  padding-bottom: 50px;
}

.c-definition {
  margin-bottom: 60px;
}
.c-definition .c-definition-ttl {
  display: flex;
  line-height: 1.6;
  margin-bottom: 28px;
}
.c-definition .c-definition-ttl span {
  color: #c2a661;
  font-size: 18px;
  font-weight: bold;
  width: 50px;
  min-width: 50px;
  display: flex;
  position: relative;
  text-align: center;
  display: block;
  padding-bottom: 15px;
}
.c-definition .c-definition-ttl span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c2a661;
}
.c-definition .c-definition-ttl p {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  width: 100%;
}
.c-definition .c-definition-ttl p::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f1f0e9;
}
.c-definition .c-definition-blk .c-definition-box .c-definition-txt {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 25px;
}

#privacy-policy #sysMain .l-under-privacy {
  width: min(1000px, 100%);
  margin-inline: auto;
}
#privacy-policy #sysMain .l-under-privacy .c-ttl {
  margin-bottom: 45px;
}

/*! ========================================================
テキストページ設定
========================================================= */
.c-page-navi {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 60px;
}
.c-page-navi li {
  border: 1px solid #5a5047;
  width: calc((100% - 40px) / 3);
  border-radius: 2px;
}
.c-page-navi li a {
  border-radius: 2px;
  font-size: 15px;
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  color: #5a5047;
  transition: all 300ms ease;
}
.c-page-navi li a:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}
.c-page-navi li a:hover::before {
  transition: all 300ms ease;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.c-page-navi li a::before {
  border-right: 1px solid #5a5047;
  border-top: 1px solid #5a5047;
  content: "";
  height: 7px;
  margin: -3px auto auto;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: rotate(135deg);
  vertical-align: middle;
  width: 7px;
}

#shopping-guide #sysMain .l-under-guide {
  width: min(1000px, 100%);
  margin-inline: auto;
}
#shopping-guide #sysMain .l-under-guide #delivary,
#shopping-guide #sysMain .l-under-guide #take,
#shopping-guide #sysMain .l-under-guide #payment,
#shopping-guide #sysMain .l-under-guide #return {
  margin-top: -80px;
  padding-top: 80px;
}
#shopping-guide #sysMain .l-under-guide .c-lead-txt {
  border-bottom: none;
  padding-bottom: 0;
}
#shopping-guide #sysMain .l-under-guide .c-ttl {
  margin-bottom: 45px;
}
#shopping-guide #sysMain .l-under-guide .c-ttl02 {
  background: #f1f0e9;
  line-height: 1.6;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  font-size: 22px;
}
#shopping-guide #sysMain .l-under-guide .c-ttl03 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #f1f0e9;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#shopping-guide #sysMain .l-under-guide .c-ttl03::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c2a661;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
#shopping-guide #sysMain .l-under-guide .c-ttl04 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
#shopping-guide #sysMain .l-under-guide .c-page-navi {
  width: min(760px, 100%);
  margin-inline: auto;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table {
  margin-bottom: 35px;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box {
  display: flex;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #f1f0e9;
  margin-bottom: 20px;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr:first-child th:nth-of-type(1) {
  width: 116px;
  border-right: 2px solid #fff;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr:first-child th:nth-of-type(2) {
  border-right: 2px solid #fff;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr:last-child th {
  border-bottom: 2px solid #f1f0e9;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr:last-child td {
  border-bottom: none;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr th {
  border-bottom: 2px solid #fff;
  background: #f1f0e9;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr th.p-under-guide-table-fix.p-under-guide-table-fix-last::before {
  border-bottom: none;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr th:nth-of-type(2) {
  width: 640px;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr td {
  border-right: 2px solid #f1f0e9;
  border-bottom: 2px solid #f1f0e9;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 1.6;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-table p a {
  color: #c2a661;
  font-weight: bold;
  border-bottom: 1px solid #c2a661;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-txt {
  font-size: 15px;
  line-height: 1.5;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-blk {
  margin-bottom: 60px;
}
#shopping-guide #sysMain .l-under-guide .p-under-guide-box {
  margin-bottom: 40px;
}
#shopping-guide #sysMain .l-under-guide .c-category-point {
  margin-bottom: 45px;
}
#shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list .c-category-point-item {
  width: calc((100% - 80px) / 3);
}
#shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list .c-category-point-item .c-category-point-item-img {
  position: relative;
  margin-bottom: 20px;
}
#shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list .c-category-point-item .c-category-point-item-img img {
  width: 100%;
  border-radius: 8px;
}
#shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list .c-category-point-item .c-category-point-item-img p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 82px;
  height: 20px;
  background: #fff;
  font-size: 12px;
  color: #c2a661;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
#shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list .c-category-point-item h2 {
  font-size: 15px;
  line-height: 1.6;
}
#shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list .c-category-point-item h2 span {
  color: #c26161;
}

/*! ========================================================
テキストページ設定
========================================================= */
.c-faq-item {
  margin-bottom: 80px;
}
.c-faq-item .c-faq-item-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 28px;
}
.c-faq-item .c-faq-item-qa {
  border: 1px solid #5a5047;
  border-radius: 8px;
  margin-bottom: 30px;
}
.c-faq-item .c-faq-item-qa:nth-last-of-type(1) {
  margin-bottom: 0;
}
.c-faq-item .c-faq-item-qa .c-faq-item-qa-ttl {
  display: flex;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 30px;
  padding-right: 70px;
  cursor: pointer;
  position: relative;
}
.c-faq-item .c-faq-item-qa .c-faq-item-qa-ttl.is__open::before {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.c-faq-item .c-faq-item-qa .c-faq-item-qa-ttl::before {
  content: "";
  border-right: 2px solid #c2a661;
  border-top: 2px solid #c2a661;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: rotate(135deg);
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-top: -8px;
}
.c-faq-item .c-faq-item-qa .c-faq-item-qa-ttl span {
  font-size: 24px;
  color: #c2a661;
  line-height: 1;
  font-family: "Jost", sans-serif;
  margin-right: 20px;
}
.c-faq-item .c-faq-item-qa .c-faq-item-qa-ttl p {
  line-height: 1.6;
  font-size: 15px;
  font-weight: bold;
}
.c-faq-item .c-faq-item-qa .c-faq-item-qa-txt {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 30px;
  display: none;
}
.c-faq-item .c-faq-item-qa .c-faq-item-qa-txt div p {
  font-size: 15px;
  line-height: 1.6;
}
.c-faq-item .c-faq-item-qa .c-faq-item-qa-txt div p a {
  border-bottom: 1px solid #c2a661;
  color: #c2a661;
  font-weight: bold;
}

#faq #sysMain .l-under-faq {
  width: min(1000px, 100%);
  margin-inline: auto;
}
#faq #sysMain .l-under-faq .c-page-navi li {
  width: calc((100% - 60px) / 4);
}
#faq #sysMain .l-under-faq .c-ttl {
  margin-bottom: 45px;
}
#faq #sysMain .l-under-faq #order,
#faq #sysMain .l-under-faq #delivary,
#faq #sysMain .l-under-faq #payment,
#faq #sysMain .l-under-faq #system,
#faq #sysMain .l-under-faq #socialgift {
  margin-top: -80px;
  padding-top: 80px;
}

/*! ========================================================
テキストページ設定
========================================================= */
.l-under-free {
  margin-bottom: 180px;
}

.c-under-mv {
  background: url(https://www.repaco.com/img/layout/brand-story/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 880px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 180px;
  position: relative;
}
.c-under-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.c-under-mv .c-ttl {
  margin-bottom: 35px;
  position: relative;
}
.c-under-mv .c-ttl div {
  color: #fff;
}
.c-under-mv .c-under-mv-catch {
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.c-under-mv .c-under-mv-catch span {
  font-size: 42px;
  display: block;
  line-height: 1;
  margin-top: 30px;
}

.c-under-mv-small {
  background: url(https://www.repaco.com/img/layout/brand-story/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 125px;
  position: relative;
}
.c-under-mv-small::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.c-under-mv-small .c-ttl {
  margin-bottom: 35px;
  position: relative;
}
.c-under-mv-small .c-ttl div {
  color: #fff;
}

#brand-story #sysMain .l-under-story .sysCategoryPankuzu {
  margin-bottom: 0;
}
#brand-story #sysMain .l-under-story .c-under-mv {
  background: url(https://www.repaco.com/img/layout/brand-story/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#brand-story #sysMain .l-under-story .p-under-story-col {
  display: flex;
  justify-content: space-between;
  width: min(1460px, 100%);
  margin-inline: auto;
  margin-bottom: 180px;
}
#brand-story #sysMain .l-under-story .p-under-story-col.p-under-story-col03 .p-under-story-col-blk02 .p-under-story-img01 {
  order: 2;
}
#brand-story #sysMain .l-under-story .p-under-story-col.p-under-story-col03 .p-under-story-col-blk02 .p-under-story-img02 {
  order: 1;
}
#brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk {
  width: min(460px, 100%);
}
#brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk .p-under-story-ttl {
  margin-bottom: 55px;
}
#brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk .p-under-story-ttl span {
  font-size: 12px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  color: #c2a661;
  font-weight: normal;
  letter-spacing: 0.23em;
  display: block;
  margin-bottom: 15px;
}
#brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk .p-under-story-ttl div {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 500;
}
#brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk .p-under-story-txt p {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 25px;
}
#brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 {
  width: min(900px, 100%);
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 .p-under-story-img01 {
  display: flex;
  flex-direction: column-reverse;
}
#brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 .p-under-story-img01 img {
  border-radius: 20px;
  width: 100%;
}
#brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 .p-under-story-img02 img {
  border-radius: 20px;
  width: 100%;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 {
  display: flex;
  justify-content: space-between;
  width: min(1460px, 100%);
  margin-inline: auto;
  margin-bottom: 180px;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk {
  width: min(495px, 100%);
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk .p-under-story-img img {
  width: 100%;
  border-radius: 20px;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk .p-under-story-img02 {
  display: none;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk .p-under-story-img02 img {
  width: 100%;
  border-radius: 10px;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 {
  width: min(865px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group {
  margin-bottom: 60px;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-ttl {
  margin-bottom: 55px;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-ttl span {
  font-size: 12px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  color: #c2a661;
  font-weight: normal;
  letter-spacing: 0.23em;
  display: block;
  margin-bottom: 15px;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-ttl div {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 500;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-txt {
  width: min(460px, 100%);
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-txt p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
#brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-img img {
  display: block;
  margin-left: auto;
  border-radius: 20px;
}
#brand-story #sysMain .l-under-story .p-under-story-items {
  width: min(1460px, 100%);
  margin-inline: auto;
}
#brand-story #sysMain .l-under-story .p-under-story-items ul {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#brand-story #sysMain .l-under-story .p-under-story-items ul li {
  width: calc((100% - 80px) / 3);
}
#brand-story #sysMain .l-under-story .p-under-story-items ul li img {
  border-radius: 20px;
  display: block;
  margin-bottom: 25px;
}
#brand-story #sysMain .l-under-story .p-under-story-items ul li h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 30px;
}
#brand-story #sysMain .l-under-story .p-under-story-items ul li .c-more {
  margin-inline: auto;
}
#brand-story #sysMain .l-under-story .p-under-story-items ul li .c-more span {
  top: -1px;
}

/*! ========================================================
テキストページ設定
========================================================= */
#socialgift #sysMain .l-under-social {
  margin-bottom: 100px;
}
#socialgift #sysMain .l-under-social .sysCategoryPankuzu {
  margin-bottom: 0;
}
#socialgift #sysMain .l-under-social .c-under-mv {
  background: url(https://www.repaco.com/img/layout/socialgift/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  position: relative;
}
#socialgift #sysMain .l-under-social .c-under-mv::before {
  content: "";
  inset: 0;
  background: rgba(28, 28, 28, 0.3);
  position: absolute;
}
#socialgift #sysMain .l-under-social .c-under-mv .c-ttl {
  margin-bottom: 45px;
  position: relative;
}
#socialgift #sysMain .l-under-social .c-under-mv .c-under-mv-catch {
  margin-top: 0;
  position: relative;
}
#socialgift #sysMain .l-under-social .c-under-mv .c-under-mv-catch span {
  margin-top: 0;
  margin-bottom: 30px;
}
#socialgift #sysMain .l-under-social .p-socialgift-feature {
  background: #f8f8f8;
  padding-top: 65px;
  padding-bottom: 60px;
  margin-bottom: 122px;
}
#socialgift #sysMain .l-under-social .p-socialgift-feature .c-ttl {
  margin-bottom: 65px;
}
#socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list {
  display: flex;
  width: min(1120px, 100%);
  margin-inline: auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item {
  width: calc((100% - 80px) / 3);
  background: #fff;
  border-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item div {
  min-height: 158px;
}
#socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item div img {
  display: block;
  margin-inline: auto;
}
#socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item h3 {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.6;
}
#socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item p {
  font-size: 15px;
  line-height: 1.6;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec {
  width: min(1120px, 100%);
  margin-inline: auto;
  margin-bottom: 120px;
  overflow: hidden;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-ttl {
  margin-bottom: 65px;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item {
  width: calc((100% - 80px) / 3);
  position: relative;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item:last-child::before {
  content: none;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item:last-child::after {
  content: none;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item:first-child .c-socialgift-item-label::after {
  content: none;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item:last-child .c-socialgift-item-label::before {
  content: none;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-label {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #c2a661;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  margin-inline: auto;
  flex-direction: column;
  line-height: 1;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  position: relative;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-label::before {
  content: "";
  background-image: radial-gradient(circle, #c2a661 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 10px 4px;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 280px;
  height: 4px;
  margin-left: 5px;
  margin-top: -2px;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-label::after {
  content: "";
  background: url(https://www.repaco.com/img/layout/socialgift/ico_arrow_right_gold.png) no-repeat, #fff;
  width: 15px;
  height: 26px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-label span {
  display: block;
  font-size: 24px;
  margin-top: 5px;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-group .c-socialgift-item-img {
  margin-bottom: 28px;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-group .c-socialgift-item-img img {
  width: 100%;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-group h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
#socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-group p {
  line-height: 1.6;
  font-size: 15px;
}
#socialgift #sysMain .l-under-social .p-socialgift-letter {
  margin-bottom: 125px;
  overflow: hidden;
}
#socialgift #sysMain .l-under-social .p-socialgift-letter .c-ttl {
  margin-bottom: 60px;
}
#socialgift #sysMain .l-under-social .p-socialgift-letter .p-socialgift-letter-lead {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 60px;
}
#socialgift #sysMain .l-under-social .p-socialgift-letter .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#socialgift #sysMain .l-under-social .p-socialgift-letter .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
#socialgift #sysMain .l-under-social .l-under-social-recom {
  width: min(1120px, 100%);
  margin-inline: auto;
  margin-bottom: 120px;
  overflow: hidden;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide {
  margin-bottom: 65px;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li {
  width: calc((100% - 40px) / 3);
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemImage {
  margin-bottom: 18px;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemImage img {
  border-radius: 8px;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemName {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemName a {
  line-height: 1.55;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemPrice {
  margin-bottom: 0;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemPrice .taxin {
  font-size: 11px;
  color: rgba(28, 28, 28, 0.3);
  margin-left: 3px;
  font-weight: bold;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .p-under-social-recom {
  display: block;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .p-under-social-recom .sysItemBlock .sysHorizontal {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .swiper-button-prev {
  left: -48px;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .swiper-button-prev:after {
  color: #c2a661;
  font-size: 23px;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .swiper-button-next {
  right: -48px;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .swiper-button-next::after {
  color: #c2a661;
  font-size: 23px;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .c-btn {
  margin-inline: auto;
}
#socialgift #sysMain .l-under-social .l-under-social-recom .c-btn a:hover {
  background: #5a5047;
  color: #fff;
  opacity: 1;
}
#socialgift #sysMain .l-under-social .p-under-social-faq {
  width: min(1120px, 100%);
  margin-top: 120px;
  margin-inline: auto;
}
#socialgift #sysMain .p-under-social-recom {
  display: none;
}

/*! ========================================================
topicsページ設定
========================================================= */
.l-under-wp {
  margin-top: 0;
  margin-bottom: 100px;
}

#topics #sysMain .l-under-topics {
  width: min(1120px, 100%);
  margin-inline: auto;
}
#topics #sysMain .l-topics__wrap {
  width: min(1120px, 100%);
  margin-inline: auto;
}
#topics #sysMain .l-topics__wrap .l-topics-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 65px;
}
#topics #sysMain .l-topics__wrap .l-topics-block .c-topics-box {
  width: calc((100% - 40px) / 3);
}
#topics #sysMain .l-topics__wrap .l-topics-block .c-topics-box img {
  display: block;
  margin-bottom: 22px;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 290px;
}
#topics #sysMain .l-topics__wrap .l-topics-block .c-topics-box time {
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
#topics #sysMain .l-topics__wrap .l-topics-block .c-topics-box p {
  line-height: 1.6;
  font-size: 15px;
  font-weight: bold;
}

/*! ========================================================
トピックス詳細ページ設定
========================================================= */
#sysAll #sysWrap #sysMain #toc_container {
  display: none;
}
#sysAll #sysWrap #sysMain .toc_container_wrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 65px;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner {
  width: min(1120px, 100%);
  margin-inline: auto;
  background: #f8f8f8;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container {
  width: min(800px, 100%);
  margin-inline: auto;
  border: none;
  padding: 0;
  padding-top: 33px;
  padding-bottom: 28px;
  display: block;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_title {
  position: relative;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 23px;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 372px;
  height: 1px;
  background: #000;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 372px;
  height: 1px;
  background: #000;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 10px;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li:last-child {
  margin-bottom: 0;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li > a {
  font-size: 15px;
  display: flex;
  position: relative;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li > a::before {
  content: "0";
  position: absolute;
  top: 0;
  left: -10px;
  color: #c2a661;
  font-family: "Jost", sans-serif;
  font-size: 15px;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li > a:hover {
  text-decoration: none;
}
#sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li > a span {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #c2a661;
  margin-right: 10px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail {
  margin-bottom: 100px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-head {
  width: min(1120px, 100%);
  margin-inline: auto;
  margin-bottom: 40px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-head time {
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-head h1 {
  font-size: 32px;
  line-height: 1.6;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .c-topics-detail-thumb {
  width: min(1120px, 100%);
  margin-inline: auto;
  margin-bottom: 40px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .c-topics-detail-thumb img {
  width: 100%;
  border-radius: 20px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner {
  width: min(800px, 100%);
  margin-inline: auto;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner span[id] {
  scroll-margin-top: 80px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .mb0 {
  margin-bottom: 0 !important;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-ttl02 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.31;
  margin-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-ttl02 .c-topics-detail-ttl02-label {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  color: #c2a661;
  font-size: 20px;
  text-align: center;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-ttl03 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  border-top: 2px solid #c2a661;
  border-bottom: 2px solid #c2a661;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 58px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-ttl04 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 58px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-item-ttl {
  font-size: 20px;
  background: #f8f8f8;
  padding-inline: 50px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 18px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 40px;
  background: #f8f8f8;
  padding-inline: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-top: 40px;
  position: relative;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  width: auto;
  height: 1px;
  background: #1c1c1c;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-img {
  width: 200px;
  min-width: 200px;
  order: 2;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-img img {
  width: 100%;
  border-radius: 8px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-img .c-topics-detail-card-box-ttl {
  display: none;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-box {
  width: min(470px, 100%);
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-box .c-topics-detail-card-box-ttl {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-box p {
  font-size: 15px;
  margin-bottom: 20px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-box .c-btn {
  margin-bottom: 0;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-txt {
  font-size: 15px;
  margin-bottom: 55px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-col {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-col .c-topics-detail-col-img {
  width: 360px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-col .c-topics-detail-col-blk {
  width: 400px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-col .c-topics-detail-col-blk dl dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-img {
  margin-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-img img {
  width: 100%;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-btn {
  margin-bottom: 60px;
  width: -moz-fit-content;
  width: fit-content;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-btn.c-btn-center {
  margin-inline: auto;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-btn a {
  padding-inline: 10px;
  min-height: 54px;
  height: auto;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-btn a:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
  opacity: 1;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-share {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  border-bottom: 1px solid #f1f0e9;
  width: min(1120px, 100%);
  margin-inline: auto;
  margin-top: 60px;
  padding-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-share p {
  font-size: 15px;
  font-weight: 500;
}
#sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-share ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

/*! ========================================================
コーポレートTOP
========================================================= */
.c-case {
  width: min(1120px, 100%);
  margin-inline: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
.c-case .c-case-inner {
  display: flex;
  justify-content: space-between;
}
.c-case .c-case-inner .c-case-inner-blk .c-ttl {
  text-align: left;
  margin-bottom: 60px;
}
.c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-img_sp {
  display: none;
}
.c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-img_sp img {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: auto;
  display: block;
  width: 100%;
}
.c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-list {
  margin-bottom: 120px;
}
.c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-list li {
  font-weight: 500;
  font-size: 15px;
}
.c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-img img {
  border-radius: 20px;
}
.c-case .c-case-inner .c-case-inner-blk02 img {
  border-radius: 20px;
}

.c-infomation {
  background: #f1f0e9;
  padding-bottom: 120px;
  padding-top: 120px;
}
.c-infomation .c-infomation-inner {
  width: min(1800px, 100%);
  margin-inline: auto;
}
.c-infomation .c-infomation-inner ul {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.c-infomation .c-infomation-inner ul li {
  width: calc((100% - 120px) / 4);
}
.c-infomation .c-infomation-inner ul li img {
  border-radius: 20px;
  display: block;
  margin-bottom: 25px;
  width: 100%;
}
.c-infomation .c-infomation-inner ul li h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 25px;
}
.c-infomation .c-infomation-inner ul li > p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.c-infomation .c-infomation-inner ul li .c-more {
  margin-inline: auto;
}
.c-infomation .c-infomation-inner ul li .c-more span {
  top: -1px;
}

.c-contact {
  background: url(https://www.repaco.com/img/layout/corporate/contact_bg.jpg) no-repeat;
  height: 480px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact .c-contact-inner {
  width: min(1120px, 100%);
  background: #fff;
  height: 360px;
  border-radius: 20px;
  padding-top: 55px;
}
.c-contact .c-contact-inner .c-ttl {
  margin-bottom: 35px;
}
.c-contact .c-contact-inner-lead {
  text-align: center;
  font-size: 15px;
  margin-bottom: 35px;
}
.c-contact .c-contact-btn a {
  width: min(600px, 100%);
  background: #c2a661;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-size: 20px;
  font-weight: bold;
  margin-inline: auto;
  border-radius: 4px;
  padding-left: 40px;
  letter-spacing: 0.03em;
}
.c-contact .c-contact-btn a span {
  position: relative;
}
.c-contact .c-contact-btn a span::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/common/ico_mail_white.png) no-repeat;
  width: 20px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  top: 8px;
  left: -35px;
}

.c-online {
  background: #f8f8f8;
  padding-bottom: 120px;
  padding-top: 120px;
}
.c-online .c-online-inner-list {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
  width: min(1120px, 100%);
  margin-inline: auto;
}
.c-online .c-online-inner-list .c-online-item {
  width: calc((100% - 135px) / 4);
  background: #fff;
  border-radius: 8px;
  height: 250px;
  overflow: hidden;
}
.c-online .c-online-inner-list .c-online-item a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: all 300ms ease;
  border: 2px solid #fff;
}
.c-online .c-online-inner-list .c-online-item a:hover {
  border: 2px solid #c2a661;
  opacity: 1;
  transition: all 300ms ease;
}
.c-online .c-online-inner-list .c-online-item a .c-online-item-name {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 32px;
}
.c-online .c-online-inner-list .c-online-item a .c-online-item-logo {
  width: 60px;
  height: 60px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.c-online .c-online-inner-list .c-online-item a .c-online-item-logo img {
  display: block;
  margin-inline: auto;
}
.c-online .c-online-inner-list .c-online-item a .c-more {
  margin-inline: auto;
}

.l-corporate .l-corporate-about .p-corporate-about {
  background: #f3efe7;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  position: relative;
}
.l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-img {
  width: 93.75vw;
  margin-inline: auto;
}
.l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-img img {
  width: 100%;
  border-radius: 20px;
}
.l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card {
  position: absolute;
  top: 23.6979166667vw;
  left: 7.8125vw;
  width: 35.3125vw;
  height: 39.0625vw;
  background: #fff;
  padding-top: 4.9479166667vw;
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
  z-index: 10;
}
.l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card .p-corporate-about-en {
  font-size: 1.4583333333vw;
  line-height: 2;
  color: #c2a661;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 2.6041666667vw;
}
.l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card .p-corporate-about-ttl {
  font-size: 2.1875vw;
  line-height: 1.6;
  margin-bottom: 3.2291666667vw;
  font-weight: 500;
}
.l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card .p-corporate-about-txt {
  font-size: 0.9375vw;
  line-height: 3;
}
.l-corporate .l-corporate-about .p-corporate-about02 img {
  width: 100%;
}
.l-corporate .p-under-mov {
  height: 880px;
}
.l-corporate .p-under-mov video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.l-corporate .l-coportate-concept {
  padding-top: 6.5104166667vw;
  height: 113.28125vw;
  position: relative;
}
.l-corporate .l-coportate-concept::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
}
.l-corporate .l-coportate-concept .p-coportate-lead {
  width: 58.3333333333vw;
  margin-inline: auto;
  margin-bottom: 3.125vw;
  position: relative;
  z-index: 1;
}
.l-corporate .l-coportate-concept .p-coportate-lead p {
  letter-spacing: 0.2em;
  font-size: 1.4583333333vw;
  font-family: "Jost", sans-serif;
  color: #fff;
  line-height: 1;
  margin-bottom: 3.3854166667vw;
}
.l-corporate .l-coportate-concept .p-coportate-lead h3 {
  color: #fff;
  font-size: 2.1875vw;
  font-weight: 500;
}
.l-corporate .l-coportate-concept .p-coportate-blk {
  width: 27.0833333333vw;
  margin-inline: auto;
  color: #fff;
  position: relative;
  z-index: 1;
}
.l-corporate .l-coportate-concept .p-coportate-blk .p-coportate-txt {
  font-size: 0.9375vw;
  line-height: 3;
  padding-bottom: 2.8645833333vw;
}
.l-corporate .l-coportate-concept .p-coportate-blk .c-more {
  margin-inline: auto;
  width: 7.4479166667vw;
  margin-top: 0.5208333333vw;
  height: 1.25vw;
}
.l-corporate .l-coportate-concept .p-coportate-blk .c-more p {
  font-size: 0.78125vw;
}
.l-corporate .l-coportate-concept .p-coportate-blk .c-more span {
  border: 1px solid #fff;
  width: 1.25vw;
  height: 1.25vw;
}
.l-corporate .l-coportate-concept .p-coportate-blk .c-more span::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 0.3125vw;
  margin: -0.15625vw auto auto;
  right: 0.46875vw;
  width: 0.3125vw;
}
.l-corporate .l-coportate-concept .p-coportate-img01 {
  position: absolute;
  left: 12.5vw;
  bottom: 22.9166666667vw;
  width: 27.6041666667vw;
  box-shadow: 0px 2px 16px 0px rgba(105, 105, 105, 0.15);
}
.l-corporate .l-coportate-concept .p-coportate-img01 img {
  border-radius: 20px;
  width: 100%;
}
.l-corporate .l-coportate-concept .p-coportate-img02 {
  position: absolute;
  right: 16.6666666667vw;
  bottom: 35.6770833333vw;
  width: 16.1458333333vw;
  box-shadow: 0px 2px 16px 0px rgba(105, 105, 105, 0.15);
}
.l-corporate .l-coportate-concept .p-coportate-img02 img {
  border-radius: 20px;
  width: 100%;
}
.l-corporate .l-coportate-concept .p-coportate-img03 {
  position: absolute;
  right: 31.25vw;
  bottom: 6.25vw;
  width: 18.75vw;
  box-shadow: 0px 2px 16px 0px rgba(105, 105, 105, 0.15);
}
.l-corporate .l-coportate-concept .p-coportate-img03 img {
  border-radius: 20px;
  width: 100%;
}
.l-corporate .l-news {
  background: #fff;
  padding-bottom: 1px;
}

/*! ========================================================
OEMページ設定
========================================================= */
#oem #sysMain .l-under-oem.l-under-free {
  margin-bottom: 0;
}
#oem #sysMain .l-under-oem .sysCategoryPankuzu {
  margin-bottom: 0;
}
#oem #sysMain .l-under-oem .c-under-mv {
  background: url(https://www.repaco.com/img/layout/oem/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 0;
}
#oem #sysMain .l-under-oem .c-under-mv .c-ttl {
  margin-bottom: 45px;
}
#oem #sysMain .l-under-oem .c-under-mv-catch span {
  margin-top: 0;
  margin-bottom: 30px;
}
#oem #sysMain .l-under-oem .p-under-oem-lead {
  background: #f1f0e9;
  position: relative;
  padding-top: 165px;
  padding-bottom: 60px;
  margin-bottom: 120px;
}
#oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box {
  background: #fff;
  width: min(1120px, 100%);
  margin-inline: auto;
  height: 358px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: relative;
}
#oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-ttl {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: absolute;
  top: -108px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
#oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-ttl span {
  color: #c2a661;
  display: block;
}
#oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-txt {
  line-height: 3;
  font-size: 18px;
}
#oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-txt span {
  background-image: linear-gradient(90deg, rgba(194, 166, 97, 0.2), rgba(194, 166, 97, 0.2));
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
}
#oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-img01 {
  position: absolute;
  top: -40px;
  left: -56px;
}
#oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-img02 {
  position: absolute;
  bottom: -45px;
  right: -45px;
}
#oem #sysMain .l-under-oem .p-under-oem-sec {
  margin-bottom: 120px;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list {
  display: flex;
  width: min(1120px, 100%);
  margin-inline: auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 60px;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list .p-under-oem-item {
  width: calc((100% - 40px) / 2);
  border: 2px solid #c2a661;
  border-radius: 20px;
  padding: 42px 40px 40px 40px;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list .p-under-oem-item dt {
  font-size: 18px;
  text-align: center;
  color: #c2a661;
  border-bottom: 1px solid #c2a661;
  line-height: 1;
  padding-bottom: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list .p-under-oem-item dd ul li {
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list .p-under-oem-item dd ul li:last-child {
  margin-bottom: 0;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list .p-under-oem-item dd ul li::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/oem/ico_check_gold.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-ico {
  margin-bottom: 50px;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-ico img {
  display: block;
  margin-inline: auto;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-catch h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 28px;
  font-weight: 500;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-catch p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 35px;
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-catch .p-under-oem-catch-img {
  margin-inline: auto;
  width: min(800px, 100%);
}
#oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-catch .p-under-oem-catch-img img {
  border-radius: 20px;
}
#oem #sysMain .l-under-oem .p-under-oem-step {
  background: #f1f0e9;
  padding-top: 125px;
  padding-bottom: 120px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .c-ttl {
  margin-bottom: 100px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item {
  width: min(1120px, 100%);
  margin-inline: auto;
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding-top: 78px;
  padding-bottom: 70px;
  margin-bottom: 110px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 2px 16px 0px rgba(105, 105, 105, 0.15);
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item::before {
  content: "";
  background-image: radial-gradient(circle, #c2a661 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 4px 8px;
  position: absolute;
  bottom: -5px;
  height: 63px;
  margin-left: -2px;
  left: 50%;
  width: 4px;
  transform: translateY(100%);
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item03 {
  padding-bottom: 55px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item03 .p-under-oem-step-txt {
  margin-bottom: 0;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item04 {
  padding-bottom: 55px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item05 {
  padding-bottom: 55px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item05 .p-under-oem-step-txt {
  margin-bottom: 0;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item07 .p-under-oem-step-col .p-under-oem-step-col-txt {
  order: 2;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item07 .p-under-oem-step-col .p-under-oem-step-col-img {
  order: 1;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item07 {
  margin-bottom: 0;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item07::before {
  content: none;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #c2a661;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.2em;
  font-family: "Jost", sans-serif;
  padding-top: 5px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-num span {
  font-size: 24px;
  margin-top: 5px;
  display: block;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 28px;
  font-weight: 500;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl.p-under-oem-step-ttl02 {
  text-align: left;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline {
  position: relative;
  display: inline;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline .p-under-oem-step-date {
  position: absolute;
  top: 50%;
  right: -20px;
  line-height: 1;
  color: #fff;
  transform: translate(100%, -50%);
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline .p-under-oem-step-date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #c2a661;
  border-left: 0;
  transform: translate(-100%, -50%);
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline .p-under-oem-step-date p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding-inline: 22px;
  background: #c2a661;
  border-radius: 6px;
  font-size: 13px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-txt {
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info {
  display: flex;
  justify-content: center;
  width: min(910px, 100%);
  margin-inline: auto;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel {
  width: 50%;
  position: relative;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel::before {
  content: "";
  width: 1px;
  height: 110px;
  background: #1c1c1c;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-left: -1px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel dt {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel dd {
  color: #c2a661;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel dd a {
  position: relative;
  margin-left: 35px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel dd a::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/oem/ico_tel_gold.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  left: -30px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-mail {
  width: 50%;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-mail dt {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 14px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-mail dd {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #c2a661;
  font-weight: 500;
  width: min(335px, 100%);
  margin-inline: auto;
  border: 1px solid #c2a661;
  transition: all 300ms ease;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-mail dd:hover {
  background: #fff;
  transition: all 300ms ease;
  color: #c2a661;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-mail dd a {
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col {
  display: flex;
  width: min(900px, 100%);
  justify-content: space-between;
  margin-inline: auto;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt {
  width: min(430px, 100%);
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt h3 {
  font-size: 32px;
  margin-bottom: 28px;
  font-weight: 500;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt img {
  display: none;
  width: 100%;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt p {
  font-size: 15px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-img {
  width: min(430px, 100%);
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-img img {
  width: 100%;
  border-radius: 8px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 {
  width: min(900px, 100%);
  margin-inline: auto;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-ttl02 {
  text-align: left;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-imglist {
  margin-bottom: 30px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-imglist ul {
  display: flex;
  justify-content: space-between;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-imglist ul li {
  width: min(430px, 100%);
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-imglist ul li img {
  width: 100%;
  border-radius: 8px;
}
#oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-col-txt02 {
  font-size: 15px;
}

/*! ========================================================
eggページ設定
========================================================= */
.c-sns {
  padding-top: 120px;
  padding-bottom: 120px;
}
.c-sns .c-ttl {
  margin-bottom: 65px;
}
.c-sns .c-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

#fluits-egg #sysMain .p-fluits-egg-lineup {
  display: none;
}
#fluits-egg #sysMain .l-under-egg #point01,
#fluits-egg #sysMain .l-under-egg #point02,
#fluits-egg #sysMain .l-under-egg #point03 {
  margin-top: -80px;
  padding-top: 80px;
}
#fluits-egg #sysMain .l-under-egg.l-under-free {
  margin-bottom: 0;
}
#fluits-egg #sysMain .l-under-egg .sysCategoryPankuzu {
  margin-bottom: 0;
}
#fluits-egg #sysMain .l-under-egg .c-under-mv {
  background: url(https://www.repaco.com/img/layout/fluits-egg/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 120px;
}
#fluits-egg #sysMain .l-under-egg .c-under-mv .c-ttl {
  margin-bottom: 45px;
}
#fluits-egg #sysMain .l-under-egg .c-under-mv-catch span {
  margin-top: 0;
  margin-bottom: 30px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead {
  overflow: hidden;
  margin-bottom: 120px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead {
  display: flex;
  width: min(1120px, 100%);
  margin-inline: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-img img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk .c-ttl {
  text-align: left;
  margin-bottom: 60px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk .c-ttl span {
  margin-bottom: 10px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk .c-ttl div {
  line-height: 1.6;
  font-size: 32px;
  font-weight: 500;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk img {
  display: none;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk p {
  font-size: 15px;
  line-height: 1.6;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail {
  background: #f8f8f8;
  padding-top: 65px;
  padding-bottom: 65px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .c-ttl {
  margin-bottom: 60px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-lead {
  text-align: center;
  font-size: 15px;
  margin-bottom: 60px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-lead a {
  color: #c2a661;
  border-bottom: 1px solid #c2a661;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: min(1120px, 100%);
  margin-inline: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item {
  background: #fff;
  width: calc((100% - 80px) / 3);
  padding-bottom: 40px;
  border-bottom: 5px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-head {
  margin-bottom: 16px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-head img {
  width: 100%;
  display: block;
  margin-bottom: 18px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-head h3 {
  font-size: 18px;
  font-weight: bold;
  padding-inline: 20px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner {
  padding-inline: 20px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group {
  min-height: 235px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-middle {
  border-bottom: 1px solid #f1f0e9;
  margin-bottom: 20px;
  padding-bottom: 18px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-middle .c-retail-item-middle-info {
  font-size: 15px;
  margin-bottom: 8px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-middle .c-retail-item-middle-map a {
  color: #c2a661;
  font-size: 15px;
  border-bottom: 1px solid #c2a661;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-bottom .c-retail-item-bottom-time {
  font-size: 15px;
  margin-bottom: 5px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-bottom .c-retail-item-bottom-tel {
  font-size: 15px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-btn {
  width: 240px;
  margin-inline: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-btn a:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-place {
  background: #f8f8f8;
  padding-top: 55px;
  padding-bottom: 65px;
  overflow: hidden;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col {
  display: flex;
  width: min(1120px, 100%);
  margin-inline: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-info {
  width: min(390px, 100%);
  min-width: min(390px, 100%);
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-info dl {
  margin-bottom: 26px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-info dl:last-child {
  margin-bottom: 0;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-info dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-map {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-map iframe {
  height: 500px;
  width: 100%;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature {
  background: #f3e4c1;
  padding-bottom: 60px;
  padding-top: 60px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
  width: min(1120px, 100%);
  margin-inline: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item {
  width: calc((100% - 90px) / 3);
  background: #fff;
  border-radius: 30px;
  height: 315px;
  overflow: hidden;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: all 300ms ease;
  border: 2px solid #fff;
  padding-inline: 40px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a:hover {
  border: 2px solid #c2a661;
  opacity: 1;
  transition: all 300ms ease;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-feature-item-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-feature-item-txt {
  margin-bottom: 20px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-feature-item-logo {
  width: 60px;
  height: 60px;
  margin-inline: auto;
  margin-bottom: 20px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-feature-item-logo img {
  display: block;
  margin-inline: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-more {
  width: 100px;
  margin-inline: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-more span::before {
  margin: -4px auto auto;
  right: 8px;
  transform: rotate(135deg);
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup {
  margin-bottom: 165px;
  padding-top: 125px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk {
  margin-bottom: 75px;
  width: min(1120px, 100%);
  margin-inline: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup {
  display: block;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal {
  gap: 40px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li {
  width: calc((100% - 80px) / 3);
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li .c-btn {
  margin-top: 20px;
  width: min(300px, 100%);
  margin-inline: auto;
  border: 1px solid #c2a661;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li .c-btn a {
  background: #c2a661;
  width: 100%;
  color: #fff;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li .c-btn a:hover {
  background: #fff;
  transition: all 300ms ease;
  color: #c2a661;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li form {
  display: flex;
  margin-top: 10px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li form input[type=submit] {
  width: 300px;
  margin-inline: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: url(https://www.repaco.com/img/layout/common/ico_cart_white.png) no-repeat, #c2a661;
  background-size: 20px;
  background-position: 65px center;
  position: relative;
  min-height: 52px;
  padding-left: 35px;
  letter-spacing: 0.05em;
  border-radius: 0;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li form input[value=バリエーション選択] {
  background-position: 52px center;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point {
  margin-bottom: 115px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv {
  margin-bottom: 60px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box {
  width: min(1120px, 100%);
  margin-inline: auto;
  border: 3px solid #f3e4c1;
  border-radius: 20px;
  position: relative;
  top: 100px;
  z-index: 1;
  background: #fff;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-ico {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #f3e4c1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-ico img {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-ico::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
  width: 140px;
  background: #fff;
  z-index: 1;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-group {
  padding-top: 70px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-group .c-ttl {
  margin-bottom: 35px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-group p {
  text-align: center;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-img {
  width: 100%;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide {
  position: relative;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-button-prev {
  position: absolute;
  left: -7px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-button-prev::after {
  color: #1c1c1c;
  font-size: 23px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-button-next {
  position: absolute;
  right: -7px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-button-next::after {
  color: #1c1c1c;
  font-size: 23px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-pagination {
  font-size: 15px;
  bottom: -45px;
  letter-spacing: -0.1em;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper {
  width: min(1200px, 100%);
  margin-inline: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide {
  height: 100%;
  padding-inline: 40px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col {
  display: flex;
  align-items: center;
  background: #fdfaf3;
  border-radius: 20px;
  height: 100%;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-img {
  width: 530px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-img img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt {
  width: calc(100% - 530px);
  padding-inline: 40px;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt h3 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 500;
}
#fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt p {
  font-size: 15px;
}

/*! ========================================================
shopページ設定
========================================================= */
#shop #sysMain .p-shop-lineup {
  display: none;
}
#shop #sysMain .l-under-shop #point01,
#shop #sysMain .l-under-shop #point02,
#shop #sysMain .l-under-shop #point03 {
  margin-top: -80px;
  padding-top: 80px;
}
#shop #sysMain .l-under-shop.l-under-free {
  margin-bottom: 0;
}
#shop #sysMain .l-under-shop .sysCategoryPankuzu {
  margin-bottom: 0;
}
#shop #sysMain .l-under-shop .c-under-mv-small {
  background: url(https://www.repaco.com/img/layout/shop/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#shop #sysMain .l-under-shop .c-under-mv-small .c-ttl {
  margin-bottom: 35px;
  position: relative;
}
#shop #sysMain .l-under-shop .c-under-mv-small .c-ttl div {
  color: #fff;
}
#shop #sysMain .l-under-shop .c-store-area {
  margin-bottom: 120px;
}
#shop #sysMain .l-under-shop .c-store-area .c-ttl {
  margin-bottom: 60px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item {
  background: #f1f0e9;
  border-radius: 20px;
  padding: 40px;
  width: min(1120px, 100%);
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item:last-child {
  margin-bottom: 0;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk {
  width: calc(100% - 240px);
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-right: 20px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-img {
  width: min(300px, 100%);
  min-width: min(300px, 100%);
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-img img {
  border-radius: 8px;
  width: 100%;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-ttl {
  font-size: 24px;
  margin-bottom: 15px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-info .c-store-item-blk-box-info-address {
  font-weight: bold;
  margin-bottom: 5px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-info .c-store-item-blk-box-info-col {
  display: flex;
  font-weight: bold;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 18px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-tag li {
  font-size: 13px;
  background: #fff;
  font-weight: bold;
  padding: 5px 17px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 240px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 54px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-line {
  display: flex;
  justify-content: center;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-line a {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #fff;
  transition: all 300ms ease;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-line a:hover {
  opacity: 1;
  border: 2px solid #5a5047;
  transition: all 300ms ease;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-map {
  width: 166px;
  height: 54px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-map:hover a {
  border: 2px solid #5a5047;
  transition: all 300ms ease;
  opacity: 1;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-map a {
  border-radius: 2px;
  border: 2px solid #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  color: #5a5047;
  font-size: 15px;
  transition: all 300ms ease;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-map a img {
  margin-left: 10px;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-btn a {
  background: #fff;
}
#shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-btn a:hover {
  color: #fff;
  background: #5a5047;
}

/*! ========================================================
shopページ設定
========================================================= */
#sysMain .l-under-shop-repaco,
#sysMain .l-under-shop-koshihama,
#sysMain .l-under-shop-aeonfukushima,
#sysMain .l-under-shop-motomiya,
#sysMain .l-under-shop-aeoniwaki,
#sysMain .l-under-shop-kashima,
#sysMain .l-under-shop-aeonnatori,
#sysMain .l-under-shop-cocoloniigata,
#sysMain .l-under-shop-aeonaoyama,
#sysMain .l-under-shop-yonezawa,
#sysMain .l-under-shop-detail {
  margin-bottom: 100px;
}
#sysMain .l-under-shop-repaco .c-shop-detail-ttl,
#sysMain .l-under-shop-koshihama .c-shop-detail-ttl,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail-ttl,
#sysMain .l-under-shop-motomiya .c-shop-detail-ttl,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail-ttl,
#sysMain .l-under-shop-kashima .c-shop-detail-ttl,
#sysMain .l-under-shop-aeonnatori .c-shop-detail-ttl,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail-ttl,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail-ttl,
#sysMain .l-under-shop-yonezawa .c-shop-detail-ttl,
#sysMain .l-under-shop-detail .c-shop-detail-ttl {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 40px;
}
#sysMain .l-under-shop-repaco .c-shop-detail,
#sysMain .l-under-shop-koshihama .c-shop-detail,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail,
#sysMain .l-under-shop-motomiya .c-shop-detail,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail,
#sysMain .l-under-shop-kashima .c-shop-detail,
#sysMain .l-under-shop-aeonnatori .c-shop-detail,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail,
#sysMain .l-under-shop-yonezawa .c-shop-detail,
#sysMain .l-under-shop-detail .c-shop-detail {
  width: min(1800px, 100%);
  margin-inline: auto;
  margin-bottom: 145px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-mv,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-mv {
  margin-bottom: 120px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-mv img,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-mv img {
  width: 100%;
  border-radius: 20px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col {
  display: flex;
  justify-content: space-between;
  width: min(1120px, 100%);
  margin-inline: auto;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk {
  width: min(520px, 100%);
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 48px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl {
  display: flex;
  margin-bottom: 37px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt {
  font-size: 15px;
  font-weight: bold;
  width: 130px;
  min-width: 130px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd {
  font-size: 15px;
  letter-spacing: 0.03em;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p {
  margin-bottom: 20px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p:last-child {
  margin-bottom: 0;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line {
  color: #c2a661;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line span {
  text-decoration: underline;
  margin-right: 8px;
  color: #c2a661;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-line img {
  display: inline-block;
  position: relative;
  top: 2px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link {
  color: #c2a661;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02 {
  margin-left: 15px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link span {
  text-decoration: underline;
  margin-right: 8px;
  color: #c2a661;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link img {
  display: inline-block;
  position: relative;
  top: 2px;
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map {
  width: min(520px, 100%);
}
#sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
#sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe {
  width: 100%;
  height: 100%;
}
#sysMain .l-under-shop-repaco .c-shop-detail-btn,
#sysMain .l-under-shop-koshihama .c-shop-detail-btn,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail-btn,
#sysMain .l-under-shop-motomiya .c-shop-detail-btn,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail-btn,
#sysMain .l-under-shop-kashima .c-shop-detail-btn,
#sysMain .l-under-shop-aeonnatori .c-shop-detail-btn,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail-btn,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail-btn,
#sysMain .l-under-shop-yonezawa .c-shop-detail-btn,
#sysMain .l-under-shop-detail .c-shop-detail-btn {
  height: 54px;
}
#sysMain .l-under-shop-repaco .c-shop-detail-btn a,
#sysMain .l-under-shop-koshihama .c-shop-detail-btn a,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail-btn a,
#sysMain .l-under-shop-motomiya .c-shop-detail-btn a,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail-btn a,
#sysMain .l-under-shop-kashima .c-shop-detail-btn a,
#sysMain .l-under-shop-aeonnatori .c-shop-detail-btn a,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail-btn a,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail-btn a,
#sysMain .l-under-shop-yonezawa .c-shop-detail-btn a,
#sysMain .l-under-shop-detail .c-shop-detail-btn a {
  width: 240px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  color: #5a5047;
  border: 1px solid #5a5047;
  font-weight: bold;
  border-radius: 2px;
  background: url(https://www.repaco.com/img/layout/shop/detail/ico_arrow_left_brown.png) no-repeat, #fff;
  background-position: center left 52px;
  background-size: 15px;
  padding-left: 25px;
}
#sysMain .l-under-shop-repaco .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-koshihama .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-aeonfukushima .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-motomiya .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-aeoniwaki .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-kashima .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-aeonnatori .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-cocoloniigata .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-aeonaoyama .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-yonezawa .c-shop-detail-btn a:hover,
#sysMain .l-under-shop-detail .c-shop-detail-btn a:hover {
  transition: all 300ms ease;
  color: #fff;
  background: url(https://www.repaco.com/img/layout/shop/detail/ico_arrow_left_white.png) no-repeat, #5a5047;
  background-position: center left 52px;
  background-size: 15px;
  opacity: 1;
}

/*! ========================================================
newsページ設定
========================================================= */
.c-pagination {
  margin-top: 60px;
}
.c-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.c-pagination .wp-pagenavi span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #5a5047;
}
.c-pagination .wp-pagenavi span.current {
  background: #f1f0e9;
}
.c-pagination .wp-pagenavi a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #5a5047;
  transition: all 300ms ease;
}
.c-pagination .wp-pagenavi a.previouspostslink {
  background: url(https://www.repaco.com/img/layout/common/ico_arrow_left_brown.png) no-repeat;
  background-position: center;
  background-size: 15px;
  text-indent: -9999px;
}
.c-pagination .wp-pagenavi a.previouspostslink:hover {
  background: url(https://www.repaco.com/img/layout/common/ico_arrow_left_brown.png) no-repeat, #f1f0e9;
  background-position: center;
  background-size: 15px;
}
.c-pagination .wp-pagenavi a.nextpostslink {
  background: url(https://www.repaco.com/img/layout/common/ico_arrow_right_brown.png) no-repeat;
  background-position: center;
  background-size: 15px;
  text-indent: -9999px;
}
.c-pagination .wp-pagenavi a.nextpostslink:hover {
  background: url(https://www.repaco.com/img/layout/common/ico_arrow_right_brown.png) no-repeat, #f1f0e9;
  background-position: center;
  background-size: 15px;
}
.c-pagination .wp-pagenavi a:hover {
  background: #f1f0e9;
  transition: all 300ms ease;
}

#sysAll #sysWrap #sysMain .l-under-news {
  width: min(1120px, 100%);
  margin-inline: auto;
  margin-bottom: 100px;
}
#sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li,
#sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li {
  border-bottom: 1px solid #000000;
}
#sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li:first-child,
#sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li:first-child {
  border-top: 1px solid #000;
}
#sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li time,
#sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li time {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
  min-width: 85px;
  width: 85px;
  display: inline-block;
  margin-right: 50px;
  flex-shrink: 0;
}
#sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li a,
#sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li a {
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-top: 33px;
  padding-bottom: 33px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  font-size: 15px;
}
#sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li a::before,
#sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li a::before {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  content: "";
  height: 8px;
  margin: -3px auto auto;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}

/*! ========================================================
newsページ設定
========================================================= */
.c-single-pager {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 60px;
}
.c-single-pager:has(.c-single-pager-prev.is__empty) .c-single-pager-prev {
  opacity: 0;
  pointer-events: none;
}
.c-single-pager:has(.c-single-pager-next.is__empty) .c-single-pager-next {
  opacity: 0;
  pointer-events: none;
}
.c-single-pager .c-single-pager-prev {
  font-size: 15px;
  color: #5a5047;
  font-weight: bold;
  width: 147px;
  height: 54px;
}
.c-single-pager .c-single-pager-prev a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: url(https://www.repaco.com/img/layout/common/ico_arrow_left_brown.png) no-repeat;
  background-size: 16px;
  background-position: center left 28px;
  padding-left: 20px;
}
.c-single-pager .c-single-pager-back {
  font-size: 12px;
  text-align: center;
  color: #5a5047;
  font-weight: bold;
  width: 62px;
  height: 54px;
}
.c-single-pager .c-single-pager-back a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.c-single-pager .c-single-pager-back a img {
  display: block;
  margin-inline: auto;
}
.c-single-pager .c-single-pager-back a p {
  line-height: 1;
}
.c-single-pager .c-single-pager-next {
  font-size: 15px;
  color: #5a5047;
  font-weight: bold;
  width: 147px;
  height: 54px;
}
.c-single-pager .c-single-pager-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: url(https://www.repaco.com/img/layout/common/ico_arrow_right_brown.png) no-repeat;
  background-size: 16px;
  background-position: center right 28px;
  padding-right: 20px;
}

#sysAll #sysWrap #sysMain .l-under-news-detail {
  margin-bottom: 100px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-head {
  width: min(1120px, 100%);
  margin-inline: auto;
  border-bottom: 1px solid #f1f0e9;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-head time {
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-head h1 {
  font-size: 32px;
  line-height: 1.6;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner {
  width: min(800px, 100%);
  margin-inline: auto;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .mb0 {
  margin-bottom: 0 !important;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-txt {
  font-size: 15px;
  margin-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-ttl {
  font-size: 24px;
  border-bottom: 1px solid #5a5047;
  padding-bottom: 18px;
  margin-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-img {
  margin-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-img img {
  width: 100%;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-link {
  margin-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-link a {
  color: #c2a661;
  font-weight: bold;
  text-decoration: underline;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-btn {
  margin-bottom: 60px;
  width: -moz-fit-content;
  width: fit-content;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-btn a {
  padding-inline: 10px;
  min-height: 54px;
  height: auto;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-btn a:hover {
  background: #5a5047;
  color: #fff;
  transition: all 300ms ease;
  opacity: 1;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 60px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-img {
  width: min(300px, 100%);
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-img img {
  width: 100%;
  border-radius: 8px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-img h2 {
  display: none;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-box {
  width: min(470px, 100%);
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-box h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-box p {
  font-size: 15px;
  margin-bottom: 20px;
}
#sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-box .c-btn {
  margin-bottom: 0;
}

/*! ========================================================
christmasページ設定
========================================================= */
#christmas #sysMain .l-christmas {
  background: url(https://www.repaco.com/img/layout/christmas/bg_chritsmas.jpg) repeat;
  background-size: 100%;
  font-family: "Zen Old Mincho", serif;
  overflow-x: hidden;
}
#christmas #sysMain .l-christmas.l-under-free {
  margin-bottom: 0;
}
#christmas #sysMain .l-christmas #line {
  margin-top: -80px;
  padding-top: 80px;
}
#christmas #sysMain .l-christmas .sysCategoryPankuzu {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 0;
}
#christmas #sysMain .l-christmas .c-christmas-ttl {
  margin-bottom: 1.875vw;
}
#christmas #sysMain .l-christmas .c-christmas-ttl p {
  line-height: 1;
  font-family: "Jost", sans-serif;
  color: #e4bf72;
  font-size: 1.0416666667vw;
  margin-bottom: 0.625vw;
}
#christmas #sysMain .l-christmas .c-christmas-ttl h2 {
  font-size: 1.6666666667vw;
  color: #e4bf72;
}
#christmas #sysMain .l-christmas .c-christmas-tag {
  display: flex;
  gap: 0.5208333333vw;
  margin-bottom: 1.0416666667vw;
}
#christmas #sysMain .l-christmas .c-christmas-tag li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  background: #fff;
  font-size: 0.6770833333vw;
  text-align: center;
  padding-inline: 0.78125vw;
  padding-top: 0.2604166667vw;
  padding-bottom: 0.2604166667vw;
}
#christmas #sysMain .l-christmas .c-christmas-tag li.is__cool {
  color: #17aff2;
}
#christmas #sysMain .l-christmas .c-christmas-btn {
  margin-bottom: 2.0833333333vw;
  position: relative;
  width: 12.5vw;
}
#christmas #sysMain .l-christmas .c-christmas-btn .c-christmas-fukidashi {
  pointer-events: none;
  position: absolute;
  top: -1.5625vw;
  right: -1.5625vw;
  width: 3.125vw;
  height: 3.125vw;
  background: url(https://www.repaco.com/img/layout/christmas/ico_fukidashi.png) no-repeat;
  background-size: 100%;
  font-size: 0.5208333333vw;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#christmas #sysMain .l-christmas .c-christmas-btn .c-christmas-fukidashi.is__cool {
  color: #17aff2;
}
#christmas #sysMain .l-christmas .c-christmas-btn.line a {
  background: #fff;
  color: #06c755;
  border: 1px solid #fff;
}
#christmas #sysMain .l-christmas .c-christmas-btn.line a:hover {
  background: #06c755;
  color: #fff;
  border: 1px solid #06c755;
}
#christmas #sysMain .l-christmas .c-christmas-btn a {
  border-radius: 2px;
  width: 100%;
  height: 2.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4bf72;
  color: #fff;
  text-align: center;
  font-size: 0.78125vw;
  font-weight: bold;
  border: 1px solid #e4bf72;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: all 300ms ease;
}
#christmas #sysMain .l-christmas .c-christmas-btn a:hover {
  opacity: 1;
  background: #fff;
  color: #e4bf72;
  transition: all 300ms ease;
}
#christmas #sysMain .l-christmas .c-christmas-price {
  color: #fff;
  font-size: 1.3541666667vw;
  font-family: "Jost", sans-serif;
  margin-bottom: 2.34375vw;
  line-height: 1;
}
#christmas #sysMain .l-christmas .c-christmas-price span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 0.78125vw;
  margin-left: 0.2604166667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-mv {
  margin-bottom: 10px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-mv img {
  width: 100%;
  vertical-align: bottom;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead {
  width: min(1120px, 100%);
  margin-inline: auto;
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/christmas/ico_deco01.png) no-repeat;
  width: 140px;
  height: 160px;
  background-size: 100%;
  position: absolute;
  top: 60px;
  right: -50px;
  transform: translateX(100%);
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead::after {
  content: "";
  background: url(https://www.repaco.com/img/layout/christmas/ico_deco02.png) no-repeat;
  width: 160px;
  height: 205px;
  background-size: 100%;
  position: absolute;
  top: 35px;
  left: -80px;
  transform: translateX(-100%);
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead .p-christmas-lead-head {
  text-align: center;
  margin-bottom: 30px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead .p-christmas-lead-head h2 {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  color: #b2202a;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead .p-christmas-lead-head p {
  letter-spacing: 0.03em;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date {
  position: relative;
  padding-bottom: 6.25vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/christmas/ico_deco03.png) no-repeat;
  width: 320px;
  height: 480px;
  background-size: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap {
  width: min(1120px, 100%);
  margin-inline: auto;
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date {
  margin-bottom: 30px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-ttl {
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  border-top: 2px dotted #e4bf72;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-ttl span {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  background: url(https://www.repaco.com/img/layout/christmas/ttl_deco.png) no-repeat;
  width: 252px;
  height: 75px;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 35px;
  position: relative;
  z-index: 10;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: min(1050px, 100%);
  margin-inline: auto;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 12px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt01 {
  font-size: 20px;
  line-height: 1;
  margin-top: 30px;
  font-weight: bold;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt01 sup {
  font-size: 12px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt02 {
  font-size: 46px;
  line-height: 1;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt02 span {
  font-size: 58px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt03 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: #e4bf72;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  padding-left: 1px;
  margin-top: 30px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt04 {
  font-size: 20px;
  margin-top: 30px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date-note {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 {
  width: 50%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 12px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt01 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-top: 20px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt01 sup {
  font-size: 14px;
  margin-left: 3px;
  font-weight: normal;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt02 {
  letter-spacing: 0.05em;
  font-size: 34px;
  line-height: 1;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt02 span {
  font-size: 48px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt02 span.c-christmas-date-span01 {
  font-size: 38px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt03 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: #e4bf72;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt04 {
  font-size: 20px;
  margin-top: 30px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date-note02 {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk02 {
  display: none;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec {
  margin-bottom: 10.4166666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec {
  width: 68.75vw;
  background: url(https://www.repaco.com/img/layout/christmas/bg_gradient.png) no-repeat;
  background-size: cover;
  margin-inline: auto;
  padding-top: 2.6041666667vw;
  padding-bottom: 6.7708333333vw;
  position: relative;
  z-index: 10;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec:before {
  content: "";
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  right: 0.5208333333vw;
  bottom: 0.5208333333vw;
  border: 2px dotted #e4bf72;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head {
  width: 58.3333333333vw;
  margin-inline: auto;
  display: flex;
  margin-bottom: 3.125vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
  width: 50%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box .p-christmas-sec-lead {
  color: #fff;
  font-size: 0.9375vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 25vw;
  margin-bottom: 2.7083333333vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  margin-top: -7.8125vw;
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img img {
  width: 100%;
  border-top-left-radius: 1.0416666667vw;
  border-bottom-left-radius: 1.0416666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img p {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 1.5625vw;
  font-size: 6.25vw;
  color: #e4bf72;
  font-family: "Italiana", sans-serif;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail {
  width: 50vw;
  margin-inline: auto;
  border: 1px solid #fff;
  border-radius: 1.0416666667vw;
  position: relative;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  padding-left: 2.6041666667vw;
  padding-right: 2.6041666667vw;
  margin-bottom: 4.9479166667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt {
  position: absolute;
  top: 0;
  left: 1.0416666667vw;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 1.875vw;
  line-height: 1;
  font-weight: normal;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt span {
  text-align: center;
  width: 6.5625vw;
  position: relative;
  z-index: 10;
  display: inline-block;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1041666667vw;
  background: #bf1318;
  z-index: -1;
  margin-top: -0.0520833333vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dd ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 0.9375vw;
  margin-bottom: 0.9375vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dd ul li:last-child {
  margin-bottom: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point {
  width: 50vw;
  margin-inline: auto;
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl {
  width: 41.40625vw;
  margin-left: inherit;
  border: 1px solid #fff;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  padding-left: 2.6041666667vw;
  padding-right: 2.6041666667vw;
  border-radius: 1.0416666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 1.875vw;
  line-height: 1;
  font-weight: normal;
  margin-left: -3.125vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt span {
  text-align: center;
  width: 5.9895833333vw;
  position: relative;
  z-index: 10;
  display: inline-block;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1041666667vw;
  background: #9d0709;
  z-index: -1;
  margin-top: -0.0520833333vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk .p-christmas-sec-point-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  border: 0.2604166667vw solid #fff;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk .p-christmas-sec-point-img img {
  width: 17.1875vw;
  border: 0.1041666667vw solid #e4bf72;
  border-radius: 50%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk p {
  margin-left: 9.1145833333vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 0.9375vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 {
  margin-bottom: 10.4166666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec {
  background: url(https://www.repaco.com/img/layout/christmas/bg_gradient02.png) no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 7.2916666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head {
  padding-bottom: 2.6041666667vw;
  margin-bottom: 2.6041666667vw;
  border-bottom: 1px solid #e4bf72;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
  order: 2;
  padding-left: 4.1666666667vw;
  padding-top: 3.90625vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head02 {
  border-bottom: none;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-box {
  width: 50%;
  padding-left: 0;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-box .c-christmas-btn {
  margin-bottom: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-img {
  order: 2;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-img img {
  border-top-left-radius: 1.0416666667vw;
  border-bottom-left-radius: 1.0416666667vw;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
  background: #184d46;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-point dl dt span::before {
  background: #13413b;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 {
  margin-bottom: 10.4166666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec {
  background: url(https://www.repaco.com/img/layout/christmas/bg_gradient03.png) no-repeat;
  background-size: cover;
  padding-bottom: 6.25vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head {
  padding-bottom: 2.6041666667vw;
  margin-bottom: 2.6041666667vw;
  border-bottom: 1px solid #e4bf72;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
  order: 1;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  order: 2;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 1.0416666667vw;
  border-bottom-left-radius: 1.0416666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head02 {
  border-bottom: none;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-box {
  width: 50%;
  padding-left: 0;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.1666666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-box .c-christmas-btn {
  margin-bottom: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-img {
  order: 1;
  margin-right: auto;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-img img {
  border-top-right-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
  background: #a1090c;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-point dl dt span::before {
  background: #8e0103;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 {
  margin-bottom: 10.4166666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec {
  background: url(https://www.repaco.com/img/layout/christmas/bg_gradient04.png) no-repeat;
  background-size: cover;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head {
  margin-bottom: 3.125vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
  order: 2;
  padding-left: 4.1666666667vw;
  padding-top: 3.90625vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
  order: 1;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
  background: #21605a;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-point dl dt span::before {
  background: #184b45;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco {
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco::before {
  content: "";
  position: absolute;
  top: -400px;
  right: 0;
  background: url(https://www.repaco.com/img/layout/christmas/ico_deco04.png) no-repeat;
  width: 320px;
  height: 480px;
  background-size: 100%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco02 {
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco02::before {
  content: "";
  position: absolute;
  top: -400px;
  left: 0;
  background: url(https://www.repaco.com/img/layout/christmas/ico_deco03.png) no-repeat;
  width: 320px;
  height: 480px;
  background-size: 100%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco03 {
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco03.l-christmas-deco0302::before {
  top: -52.0833333333vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco03::before {
  content: "";
  position: absolute;
  top: -78.125vw;
  left: 60px;
  background: url(https://www.repaco.com/img/layout/christmas/ico_deco02.png) no-repeat;
  width: 160px;
  height: 205px;
  background-size: 100%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco04 {
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco04.l-christmas-deco0402::before {
  top: -47.9166666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco04.l-christmas-deco0403::before {
  top: -97.9166666667vw;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco04::before {
  content: "";
  position: absolute;
  top: -54.6875vw;
  right: 60px;
  background: url(https://www.repaco.com/img/layout/christmas/ico_deco05.png) no-repeat;
  width: 160px;
  height: 205px;
  background-size: 100%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg {
  position: relative;
  z-index: 1;
  top: 1px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 204px;
  background: url(https://www.repaco.com/img/layout/christmas/ico_tbl_deco.png) no-repeat;
  width: 240px;
  height: 263px;
  background-size: 100%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::after {
  content: "";
  position: absolute;
  top: -140px;
  right: -60px;
  background: url(https://www.repaco.com/img/layout/christmas/ico_tbl_deco03.png) no-repeat;
  width: 550px;
  height: 320px;
  background-size: 100%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg img {
  width: 100%;
  vertical-align: bottom;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap {
  background: #eee6dc;
  padding-bottom: 100px;
  padding-top: 62px;
  position: relative;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::before {
  content: "";
  background: url(https://www.repaco.com/img/layout/christmas/ico_tbl_deco02.png) no-repeat;
  width: 484px;
  height: 258px;
  position: absolute;
  top: 150px;
  left: -60px;
  background-size: 100%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::after {
  content: "";
  background: url(https://www.repaco.com/img/layout/christmas/ico_tbl_deco04.png) no-repeat;
  width: 140px;
  height: 150px;
  position: absolute;
  top: 150px;
  right: 160px;
  background-size: 100%;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-head {
  margin-bottom: 10px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-head p {
  font-family: "Jost", sans-serif;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.3em;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-head h2 {
  text-align: center;
  font-size: 24px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table {
  width: min(1160px, 100%);
  margin-inline: auto;
  border-spacing: 20px;
  margin-bottom: 40px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr .p-christmas-table-th {
  width: 440px;
  text-align: center;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  height: 105px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr .p-christmas-table-th.p-christmas-table-red {
  background: #b2202a;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr .p-christmas-table-th.p-christmas-table-green {
  background: #0d3b2e;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr .p-christmas-table-th02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #e4bf72;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.41;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td {
  width: 200px;
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 42px;
  padding-bottom: 30px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box {
  text-align: center;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  margin-bottom: 12px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date {
  color: #b2202a;
  font-size: 48px;
  line-height: 1;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date.p-christmas-table-green {
  color: #0d3b2e;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date span {
  font-size: 38px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date02 {
  color: #0d3b2e;
  font-size: 48px;
  line-height: 1;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date02 span {
  font-size: 34px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date02_sp {
  display: none;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-week {
  font-size: 20px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e4bf72;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-note {
  text-align: center;
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-txt {
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: -5px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-txt02 {
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: -5px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk02 p {
  text-align: center;
  letter-spacing: 0.03em;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk02 p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 12px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk02 p:nth-of-type(2) {
  color: #b2202a;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk02 p:nth-of-type(2) span {
  font-size: 22px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk02 p:nth-of-type(3) {
  text-align: center;
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-btn a {
  font-size: 15px;
  color: #fff;
  background: #b2202a;
  height: 54px;
  width: 240px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  border-radius: 2px;
  transition: all 300ms ease;
  border: 1px solid #b2202a;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-btn a:hover {
  background: #fff;
  color: #b2202a;
  transition: all 300ms ease;
  opacity: 1;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-dl {
  width: min(360px, 100%);
  margin-inline: auto;
  display: flex;
  font-weight: bold;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-dl:last-child {
  margin-bottom: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-dl .p-christmas-table-dl-dt {
  font-weight: bold;
  width: 50px;
  min-width: 50px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-btn {
  margin-bottom: 65px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-btn a {
  height: 70px;
  width: min(360px, 100%);
  margin-inline: auto;
  background: #3c2e2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border-radius: 2px;
  transition: all 300ms ease;
  border: 1px solid #3c2e2a;
  border-radius: 2px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-btn a:hover {
  opacity: 1;
  background: #fff;
  color: #3c2e2a;
  transition: all 300ms ease;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-list {
  width: min(940px, 100%);
  margin-inline: auto;
  margin-bottom: 80px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-list li {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 10px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-list li.is__color_red {
  color: #b2202a;
  font-weight: bold;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-list li:last-child {
  margin-bottom: 0;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line {
  background: #06c755;
  width: min(800px, 100%);
  margin-inline: auto;
  border: 4px solid #fff;
  border-radius: 20px;
  padding-top: 28px;
  padding-bottom: 28px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line .p-christmas-table-line-col {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line .p-christmas-table-line-col .p-christmas-table-line-col-blk {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line .p-christmas-table-line-col .p-christmas-table-line-col-blk p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line .p-christmas-table-line-col .p-christmas-table-line-col-blk .p-christmas-table-line-btn a {
  width: 228px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #06c755;
  font-weight: bold;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: all 300ms ease;
  border: 1px solid #fff;
}
#christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line .p-christmas-table-line-col .p-christmas-table-line-col-blk .p-christmas-table-line-btn a:hover {
  background: #06c755;
  color: #fff;
  transition: all 300ms ease;
  opacity: 1;
}
@media (min-width: 50em) {
  html:has(#sysHeader #dropdown01:hover), html:has(#sysHeader #dropdown02:hover), html:has(#sysHeader #dropdownfix01:hover), html:has(#sysHeader #dropdownfix02:hover), html:has(#sysHeader .l-megamenu01:hover), html:has(#sysHeader .l-megamenu02:hover) {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #sysHeader:has(.l-header #dropdown01:hover) .l-megamenu01 {
    opacity: 1;
    pointer-events: all;
    transition: all 300ms ease;
  }
  #sysHeader:has(.l-header #dropdown02:hover) .l-megamenu02 {
    opacity: 1;
    pointer-events: all;
    transition: all 300ms ease;
  }
  #sysHeader:has(.l-header-fix #dropdownfix01:hover) .l-megamenu01 {
    opacity: 1;
    pointer-events: all;
    transition: all 300ms ease;
  }
  #sysHeader:has(.l-header-fix #dropdownfix02:hover) .l-megamenu02 {
    opacity: 1;
    pointer-events: all;
    transition: all 300ms ease;
  }
  #sysHeader:has(.l-megamenu01:hover) .l-megamenu01 {
    opacity: 1;
    pointer-events: all;
    transition: all 300ms ease;
  }
  #sysHeader:has(.l-megamenu02:hover) .l-megamenu02 {
    opacity: 1;
    pointer-events: all;
    transition: all 300ms ease;
  }
}
@media (max-width: 50em) {
  html {
    scroll-padding-top: 0;
  }
  body {
    font-size: 13px;
  }
  .pc_only {
    display: none !important;
  }
  .tb_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .title-large {
    font-size: min(1.4rem, 5.6vw);
    margin-bottom: min(1rem, 4vw);
  }
  .title-medium {
    font-size: min(1.1333333333rem, 4.5333333333vw);
    margin-bottom: min(1rem, 4vw);
  }
  .title-medium.left {
    margin-bottom: min(1rem, 4vw);
  }
  .title-medium-underline {
    font-size: min(1.1333333333rem, 4.5333333333vw);
    padding-bottom: min(1rem, 4vw);
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  .title-medium-sub {
    font-size: min(1.3333333333rem, 5.3333333333vw);
    padding-top: min(1.3333333333rem, 5.3333333333vw);
    margin-bottom: min(1.6666666667rem, 6.6666666667vw);
  }
  .title-medium-sub span {
    font-size: min(0.6666666667rem, 2.6666666667vw);
    padding-top: min(0.1333333333rem, 0.5333333333vw);
  }
  .title-small-underline {
    font-size: min(1rem, 4vw);
    margin-bottom: min(2rem, 8vw);
  }
  .sysFuncItemBlock .sysCartButton {
    box-sizing: border-box;
    font-size: min(0.8rem, 3.2vw);
    padding: min(0.5333333333rem, 2.1333333333vw) min(0.6666666667rem, 2.6666666667vw);
    margin-top: min(0.8rem, 3.2vw);
  }
  .shop-calender {
    width: 100%;
    padding-inline: min(1rem, 4vw);
  }
  .shop-calender #calendar {
    width: min(20.8rem, 83.2vw);
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemImage,
  #sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemImage,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemImage,
  #sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemImage {
    margin-bottom: 10px;
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName,
  #sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemName,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemName,
  #sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemName {
    font-size: 12px;
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName a,
  #sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemName a,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemName a,
  #sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemName a {
    line-height: 1.4;
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice,
  #sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemPrice,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice,
  #sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemPrice {
    font-size: 12px;
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice .taxin,
  #sysMain .sysFuncItemBlock .sysItemBlock .swiper li .sysItemPrice .taxin,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice .taxin,
  #sysFooter .sysFuncItemBlock .sysItemBlock .swiper li .sysItemPrice .taxin {
    font-size: 8px;
  }
  #sysMain .sysFuncItemBlock .sysItemBlock,
  #sysFooter .sysFuncItemBlock .sysItemBlock {
    margin-bottom: min(2rem, 8vw);
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul {
    gap: min(2rem, 8vw) min(1rem, 4vw);
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li {
    width: calc(50% - min(1rem, 4vw) / 2);
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysIconRank,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysIconRank {
    width: min(2rem, 8vw);
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName a,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemName a {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    margin-bottom: 0;
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice {
    font-size: min(0.8666666667rem, 3.4666666667vw);
  }
  #sysMain .sysFuncItemBlock.item-block-col6 .sysItemBlock ul, #sysMain .sysFuncItemBlock.item-block-col5 .sysItemBlock ul, #sysMain .sysFuncItemBlock.item-block-col4 .sysItemBlock ul, #sysMain .sysFuncItemBlock.item-block-col3 .sysItemBlock ul,
  #sysFooter .sysFuncItemBlock.item-block-col6 .sysItemBlock ul,
  #sysFooter .sysFuncItemBlock.item-block-col5 .sysItemBlock ul,
  #sysFooter .sysFuncItemBlock.item-block-col4 .sysItemBlock ul,
  #sysFooter .sysFuncItemBlock.item-block-col3 .sysItemBlock ul {
    gap: min(2rem, 8vw) min(1rem, 4vw);
  }
  #sysMain .sysFuncItemBlock.item-block-col6 .sysItemBlock ul li, #sysMain .sysFuncItemBlock.item-block-col5 .sysItemBlock ul li, #sysMain .sysFuncItemBlock.item-block-col4 .sysItemBlock ul li, #sysMain .sysFuncItemBlock.item-block-col3 .sysItemBlock ul li,
  #sysFooter .sysFuncItemBlock.item-block-col6 .sysItemBlock ul li,
  #sysFooter .sysFuncItemBlock.item-block-col5 .sysItemBlock ul li,
  #sysFooter .sysFuncItemBlock.item-block-col4 .sysItemBlock ul li,
  #sysFooter .sysFuncItemBlock.item-block-col3 .sysItemBlock ul li {
    width: calc(50% - min(1rem, 4vw) / 2);
  }
  .sysCategoryPankuzu,
  .sysItemCategoryPankuzu {
    margin-bottom: 30px;
    font-size: 11px;
    padding-inline: 20px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
    font-size: 11px;
    padding-inline: 20px;
  }
  #sysAll #sysMain input[type=text],
  #sysAll #sysMain input[type=email],
  #sysAll #sysMain input[type=search],
  #sysAll #sysMain input[type=password],
  #sysAll #sysMain input[type=tel],
  #sysAll #sysMain input[type=number],
  #sysAll #sysMain select {
    font-size: 14px;
  }
  #sysAll #sysMain textarea {
    font-size: 13px;
    min-height: 120px;
  }
  #sysAll #sysMain label:has(input[type=radio]),
  #sysAll #sysMain label:has(input[type=checkbox]) {
    font-size: 14px;
  }
  #sysAll #sysMain .sysFormItem {
    margin-bottom: 35px;
  }
  #sysAll #sysMain .sysFormLabel {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #sysAll #sysMain .sysAutoLoginField {
    gap: 0 min(0.2666666667rem, 1.0666666667vw);
  }
  #sysAll #sysMain .sysAutoLoginField .sysAutoLoginLabel {
    font-size: min(0.8666666667rem, 3.4666666667vw);
  }
  .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(2.8rem, 11.2vw);
  }
  .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(0.8666666667rem, 3.4666666667vw);
  }
  #sysHeader .l-header.is__fixed {
    height: 60px;
  }
  #sysHeader .l-header.is__fixed .l-header__menu {
    transform: translateY(-100%);
    transition: all 300ms ease;
  }
  #sysHeader .l-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
  }
  #sysHeader .l-header .l-header__blk {
    height: 60px;
    padding-inline: 20px;
  }
  #sysHeader .l-header .l-header__blk .c-header-logo {
    width: 165px;
  }
  #sysHeader .l-header .l-header__blk .c-header-nav ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #sysHeader .l-header .l-header__menu nav ul {
    justify-content: space-between;
  }
  #sysHeader .l-header .l-header__menu nav ul li {
    width: 25%;
  }
  #sysHeader .l-header .l-header__menu nav ul li:first-child::before {
    content: none;
  }
  #sysHeader .l-header .l-header__menu nav ul li:last-child::after {
    content: none;
  }
  #sysHeader .l-header .l-header__menu nav ul li::after {
    height: 30px;
  }
  #sysHeader .l-header .l-header__menu nav ul li a {
    font-size: 11px;
    line-height: 1.2;
    height: 40px;
  }
  #sysHeader .l-header-fix {
    display: none;
  }
  #sysHeader .l-megamenu01 {
    top: 100px;
    height: calc(100dvh - 100px);
    padding-inline: 20px;
  }
  #sysHeader .l-megamenu01 .sysContent {
    flex-wrap: wrap;
    padding-top: 32px;
    row-gap: 50px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-ttl {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-ttl span {
    padding-right: 10px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-ttl::before {
    height: 2px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 18px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr ul li {
    width: calc((100% - 10px) / 2);
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr ul li p {
    font-size: 12px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item:last-child {
    margin-bottom: 0;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-img {
    width: 40%;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-txt {
    width: 60%;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-txt h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-txt p {
    font-size: 12px;
  }
  #sysHeader .l-megamenu01 .sysContent .c-close {
    display: flex;
  }
  #sysHeader .l-megamenu02 {
    top: 100px;
    height: calc(100dvh - 100px);
    padding-inline: 20px;
  }
  #sysHeader .l-megamenu02 > .sysContent {
    flex-wrap: wrap;
    padding-top: 32px;
    row-gap: 50px;
  }
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 {
    margin-bottom: 20px;
  }
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysHeadline {
    margin-bottom: 15px;
  }
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysContent ul {
    flex-wrap: wrap;
    row-gap: 25px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysContent ul li {
    width: calc((100% - 10px) / 2);
  }
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysContent ul li a img {
    margin-bottom: 14px;
  }
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search01 .l-header-scene .sysContent ul li a p {
    font-size: 12px;
  }
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 {
    margin-bottom: 55px;
  }
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price .sysContent nav ul,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price-txt .sysContent nav ul,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-cat .sysContent nav ul,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price .sysContent nav ul,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price-txt .sysContent nav ul,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-cat .sysContent nav ul {
    gap: 12px;
  }
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price .sysContent nav ul li a,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-price-txt .sysContent nav ul li a,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search02 .l-header-cat .sysContent nav ul li a,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price .sysContent nav ul li a,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-price-txt .sysContent nav ul li a,
  #sysHeader .l-megamenu02 > .sysContent .l-megamenu__blk .l-megamenu-search03 .l-header-cat .sysContent nav ul li a {
    font-size: 13px;
  }
  #sysHeader .l-megamenu02 > .sysContent .c-close {
    display: flex;
  }
  #sysHeader .l-drawer {
    padding-bottom: 0;
  }
  #sysHeader .l-drawer {
    top: 60px;
    height: calc(100dvh - 60px);
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap {
    width: 100%;
    padding-inline: 20px;
    padding-top: 32px;
    padding-bottom: 60px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user {
    display: block;
    margin-bottom: 40px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user .p-drawer-user-list {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    -moz-column-gap: 22px;
         column-gap: 22px;
    margin-bottom: 22px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user .p-drawer-user-list::before {
    content: "";
    background: url(https://www.repaco.com/img/layout/common/ico_user_black.png) no-repeat;
    width: 14px;
    height: 16px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user .p-drawer-user-list li {
    position: relative;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user .p-drawer-user-list li:last-child::before {
    content: none;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user .p-drawer-user-list li::before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    height: 19px;
    background: #000000;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user .p-drawer-user-list li a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user .p-drawer-user-cart {
    padding-left: 30px;
    position: relative;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user .p-drawer-user-cart::before {
    content: "";
    background: url(https://www.repaco.com/img/layout/common/ico_cart_black.png) no-repeat;
    width: 18px;
    height: 16px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-user .p-drawer-user-cart a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-search {
    width: 100%;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav {
    width: 100%;
    margin-bottom: 45px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav dd ul li:last-child {
    width: 100%;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav dd ul li a {
    font-size: 12px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav dd ul li a img {
    width: 24px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav02 {
    width: 100%;
    margin-bottom: 40px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav02 dt {
    font-size: 16px;
    margin-bottom: 22px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav02 dd ul {
    row-gap: 17px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-nav02 dd ul li a {
    font-size: 12px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-bnr {
    flex-wrap: wrap;
    row-gap: 20px;
    width: 100%;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-bnr .c-bnr-item {
    width: 100%;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-sns {
    flex-wrap: wrap;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-sns dt {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap .p-drawer-sns dd ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__bg {
    display: none;
  }
  #sysAll #sysFooter .c-guide {
    padding-inline: 20px;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-ttl {
    font-size: 16px;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list li {
    width: calc((100% - 10px) / 2);
    height: 174px;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list li.c-guide-list-item03 dl dd {
    width: 100%;
    padding-inline: 10px;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl dt {
    margin-bottom: 10px;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl dt div {
    margin-bottom: 22px;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl dt p {
    font-size: 12px;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list li a dl dd {
    font-size: 11px;
    line-height: 1.36;
  }
  #sysAll #sysFooter .l-footer {
    padding-bottom: 60px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap {
    width: 100%;
    padding-inline: 30px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head {
    flex-wrap: wrap;
    margin-bottom: 58px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-logo {
    width: 180px;
    margin-inline: auto;
    margin-bottom: 32px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-info {
    text-align: center;
    margin-bottom: 42px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-info dt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-info dd {
    font-size: 13px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-sns dt {
    text-align: center;
    font-size: 13px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk .p-footer-sns dd ul {
    justify-content: center;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav {
    width: 100%;
    margin-bottom: 52px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav.l-footer__nav01 dl dd ul {
    margin-right: 0;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav.l-footer__nav02 {
    width: 100%;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd ul {
    margin-right: 0;
    width: 50%;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd ul li a {
    font-size: 12px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__bnr {
    width: 100%;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__bottom {
    flex-wrap: wrap;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__bottom p {
    order: 2;
    width: 100%;
    text-align: center;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__bottom ul {
    order: 1;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__bottom ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .c-ttl {
    margin-bottom: 34px;
  }
  .c-ttl span {
    font-size: 9px;
    margin-bottom: 5px;
  }
  .c-ttl div {
    font-size: 16px;
  }
  .c-btn {
    width: 200px;
    height: 50px;
    margin-inline: auto;
  }
  .c-btn a {
    font-size: 13px;
  }
  .c-more {
    transform: translateX(50%);
  }
  #sysWrap {
    padding-top: 100px !important;
    padding-top: 0;
  }
  #top .l-mv {
    margin-bottom: 42px;
  }
  #top .l-season {
    margin-bottom: 65px;
  }
  #top .l-season > .sysContent .l-season__wrap .c-season-item-tag {
    margin-bottom: 12px;
    gap: 4px;
  }
  #top .l-season > .sysContent .l-season__wrap .c-season-item-tag li {
    font-size: 8px;
    min-height: 23px;
    padding-inline: 18px;
    min-height: 23px;
  }
  #top .l-season > .sysContent .l-season__wrap .c-season-item-ttl {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #top .l-season > .sysContent .l-season__wrap .c-season-item-txt {
    font-size: 13px;
    margin-bottom: 44px;
  }
  #top .l-season > .sysContent .l-season__wrap .c-season-item-price {
    font-size: 22px;
    margin-bottom: 25px;
  }
  #top .l-season > .sysContent .l-season__wrap .c-season-item-price span {
    font-size: 12px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner {
    display: flex;
    overflow: scroll;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: min(335px, 100%);
    min-width: min(335px, 100%);
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item.l-season-item02 .c-season-item .c-season-item-img {
    order: 1;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item.l-season-item02 .c-season-item .c-season-item-blk {
    order: 2;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item {
    flex-wrap: wrap;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item .c-season-item-img {
    width: 100%;
    margin-bottom: 22px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item .c-season-item-img img {
    border-radius: 10px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item .c-season-item-blk {
    width: 100%;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .p-season-item-ico {
    display: none;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    padding-top: 155px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-img {
    margin-left: 0;
    margin-bottom: 20px;
    width: 80vw;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk {
    width: 100%;
    padding-left: 0;
    position: static;
    padding-inline: 20px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .c-season-item-blk {
    margin-bottom: 0;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .c-season-item-blk .c-season-item-txt {
    margin-bottom: 22px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .p-season-item-ico {
    display: none;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .p-season-item-img02 {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 61.3333333333vw;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .p-season-item-img02 img {
    border-radius: 10px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-blk {
    flex-wrap: wrap;
    padding-inline: 20px;
    margin-bottom: 30px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-blk dt::before {
    content: "";
    background: url(https://www.repaco.com/img/layout/top/ico_leaf.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 85px;
    position: absolute;
    right: 0;
    top: -55px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-blk dt {
    font-size: 20px;
    margin-bottom: 24px;
    width: 100%;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-blk dd {
    font-size: 15px;
  }
  #top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-list {
    gap: 3px;
    margin-bottom: 0;
    overflow: hidden;
    height: 380px;
  }
  #top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-list li {
    width: calc((100% - 3px) / 2);
  }
  #top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-list li a p {
    font-size: 13px;
    bottom: 18px;
  }
  #top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-toggle {
    display: block;
    position: relative;
    background: #fff;
    padding-top: 20px;
  }
  #top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-toggle.is__open:before {
    content: none;
  }
  #top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-toggle.is__open .c-more-bottom a span {
    transform: rotate(-180deg);
  }
  #top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-toggle::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 65px;
    left: 0;
    background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    height: 80px;
  }
  #top .l-product > .sysContent .l-product__wrap .l-product-list .p-product-toggle .c-more-bottom {
    height: 47px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-img, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-img {
    margin-right: 0;
    order: 1;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-img img, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-img img {
    border-radius: 0;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-blk {
    order: 2;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk .c-product-card, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-blk .c-product-card {
    min-height: auto;
    right: 0;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk .c-product-card {
    padding-top: 45px;
    margin-right: auto;
    margin-left: inherit;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt {
    margin-bottom: 30px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03::before {
    content: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03 .c-product-blk .c-product-card {
    padding-top: 45px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03 .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt {
    margin-bottom: 30px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04::before {
    content: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-blk .c-product-card {
    padding-top: 45px;
    margin-right: auto;
    margin-left: inherit;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-img {
    width: 100%;
    margin-left: 0;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-img img {
    border-radius: 0;
    box-shadow: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk {
    width: 100%;
    top: -30px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card {
    width: 94.6666666667vw;
    min-width: auto;
    min-height: auto;
    left: 0;
    position: static;
    transform: translateY(0);
    margin-left: auto;
    padding-top: 48px;
    padding-bottom: 40px;
    padding-inline: 20px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box h3 {
    font-size: 24px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt02 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box dl {
    margin-bottom: 35px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box dl dt {
    font-size: 13px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-slide {
    margin-bottom: 40px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-slide .swiper {
    padding-top: 24px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-img {
    margin-bottom: 16px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-comment {
    width: 120px;
    padding: 8px 10px;
    top: -24px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-comment::before {
    left: 12px;
    bottom: -10px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-comment p {
    font-size: 10px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-ttl {
    font-size: 11px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-ttl span {
    font-size: 18px;
    margin-top: 10px;
    padding-top: 10px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-slide .c-product-slide a .c-product-slide-ttl span::before {
    width: 120px;
  }
  #top .l-fluit-eggs {
    padding-top: 29.3333333333vw;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap {
    padding-bottom: 40px;
    padding-top: 40vw;
    padding-bottom: 20px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-img {
    top: -26.6666666667vw;
    width: 100%;
    padding-inline: 20px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-img img {
    border-radius: 10px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-head {
    padding-inline: 20px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-head .c-ttl {
    margin-bottom: 34px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-head p {
    text-align: left;
    font-size: 13px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal {
    overflow: scroll;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    gap: 10px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal::after {
    content: "";
    flex: 0 0 10px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li {
    width: 40vw;
    min-width: 40vw;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemImage {
    margin-bottom: 10px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemName {
    font-size: 12px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemName a {
    line-height: 1.4;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemPrice {
    font-size: 12px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block .p-fluit-eggs-block .sysContent .sysItemBlock .sysHorizontal li .sysItemPrice .taxin {
    font-size: 8px;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-btn {
    display: block;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-btn .c-fluit-eggs-btn {
    margin-bottom: 20px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap {
    overflow: hidden;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap::before {
    top: -20px;
    right: -50px;
    width: 100px;
    height: 143px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap {
    padding-top: 63px;
    margin-bottom: 25px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block {
    width: 100%;
    overflow: scroll;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block .rankingSwiper .swiper-wrapper .swiper-slide .ranking-number {
    width: 30px;
    height: 30px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block .rankingSwiper .swiper-wrapper .swiper-slide .ranking-number span {
    font-size: 13px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemImage {
    margin-bottom: 10px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemName {
    font-size: 12px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemName a {
    line-height: 1.4;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemPrice {
    font-size: 12px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block li .sysItemPrice .taxin {
    font-size: 8px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .swiper-button-prev {
    display: none;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .swiper-button-next {
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    top: 38%;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .swiper-button-next::after {
    font-size: 20px;
  }
  #top .l-service > .sysContent .l-service__wrap {
    padding-top: 42px;
    padding-inline: 20px;
    padding-bottom: 40px;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk {
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-img {
    width: 100%;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-img img {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-txt {
    width: 100%;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    border-bottom-left-radius: 8px;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-txt h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-txt p {
    font-size: 13px;
    margin-bottom: 18px;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk {
    width: 100%;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a {
    flex-wrap: wrap;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-img {
    width: 100%;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-img img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-txt {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 50px;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-txt h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-txt p {
    font-size: 13px;
    margin-bottom: 24px;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-more {
    right: 50%;
    transform: translateX(50%);
    bottom: 28px;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-item-ico {
    display: none;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-item-ico02 {
    display: none;
  }
  #top .l-topics > .sysContent .l-topics__wrap::before {
    left: 5px;
    width: 40px;
    top: 40px;
  }
  #top .l-topics > .sysContent .l-topics__wrap {
    padding-top: 63px;
    margin-bottom: 25px;
  }
  #top .l-topics > .sysContent .l-topics__wrap .l-topics-block {
    width: 100%;
    overflow: scroll;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  #top .l-topics > .sysContent .l-topics__wrap .l-topics-block .c-topics-box img {
    margin-bottom: 12px;
    height: 230px;
  }
  #top .l-topics > .sysContent .l-topics__wrap .l-topics-block .c-topics-box time {
    font-size: 13px;
    margin-bottom: 4px;
  }
  #top .l-topics > .sysContent .l-topics__wrap .l-topics-block .c-topics-box p {
    font-size: 13px;
  }
  #top .l-topics > .sysContent .l-topics__wrap .swiper-button-prev {
    display: none;
  }
  #top .l-topics > .sysContent .l-topics__wrap .swiper-button-next {
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    top: 38%;
  }
  #top .l-topics > .sysContent .l-topics__wrap .swiper-button-next::after {
    font-size: 20px;
  }
  #top .l-topics > .sysContent .l-topics__wrap .c-topics-more {
    margin-top: 2px;
    margin-bottom: 60px;
    transform: translate(0);
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card {
    position: static;
    transform: translate(0);
    width: 335px;
    margin-top: -20px;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card {
    box-shadow: 0px 2px 16px 0px rgba(105, 105, 105, 0.1);
    min-height: 370px;
    padding-top: 42px;
    padding-inline: 20px;
    padding-bottom: 40px;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card p {
    font-size: 13px;
    margin-bottom: 28px;
  }
  .l-news > .sysContent .l-news__wrap {
    flex-wrap: wrap;
    padding-inline: 20px;
    width: 100%;
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .l-news > .sysContent .l-news__wrap .p-news-head {
    width: 100%;
  }
  .l-news > .sysContent .l-news__wrap .p-news-head .c-ttl {
    text-align: center;
  }
  .l-news > .sysContent .l-news__wrap .p-news-head .c-news-more {
    display: none;
  }
  .l-news > .sysContent .l-news__wrap .l-news-list {
    width: 100%;
  }
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li time,
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li time {
    position: absolute;
    top: 18px;
    left: 0;
    margin-right: 0;
    width: 100%;
    min-width: auto;
    font-size: 12px;
  }
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li a,
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
    padding-bottom: 22px;
    font-size: 12px;
  }
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li a::before,
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li a::before {
    content: none;
  }
  .l-news > .sysContent .l-news__wrap > .c-news-more {
    display: flex;
    margin-inline: auto;
    transform: translate(0);
    margin-top: 20px;
  }
  .l-search .l-search__wrap {
    padding-inline: 20px;
    padding-bottom: 40px;
  }
  .l-search .l-search__wrap .l-search__blk .l-search__blk01 {
    margin-bottom: 20px;
  }
  .l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysHeadline {
    margin-bottom: 15px;
  }
  .l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysContent ul {
    flex-wrap: wrap;
    row-gap: 25px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysContent ul li {
    width: calc((100% - 10px) / 2);
  }
  .l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysContent ul li a img {
    margin-bottom: 14px;
  }
  .l-search .l-search__wrap .l-search__blk .l-search__blk01 .l-header-scene .sysContent ul li a p {
    font-size: 12px;
  }
  .l-search .l-search__wrap .l-search__blk .l-search__blk02 {
    margin-bottom: 55px;
  }
  .l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price .sysContent nav ul,
  .l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price-txt .sysContent nav ul,
  .l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-cat .sysContent nav ul,
  .l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price .sysContent nav ul,
  .l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price-txt .sysContent nav ul,
  .l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-cat .sysContent nav ul {
    gap: 12px;
  }
  .l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price .sysContent nav ul li a,
  .l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-price-txt .sysContent nav ul li a,
  .l-search .l-search__wrap .l-search__blk .l-search__blk02 .l-header-cat .sysContent nav ul li a,
  .l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price .sysContent nav ul li a,
  .l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-price-txt .sysContent nav ul li a,
  .l-search .l-search__wrap .l-search__blk .l-search__blk03 .l-header-cat .sysContent nav ul li a {
    font-size: 13px;
  }
  #sysItemDetail #sysWrap {
    padding-top: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemDetail .sysCategoryPankuzu {
    margin-bottom: 0;
  }
  #sysItemDetail article .item-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  #sysItemDetail article .item-container .sysItemImages .sysImageList {
    flex-wrap: nowrap;
    margin-left: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  #sysItemDetail article .item-container .sysItemImages .sysImageList::after {
    content: "";
    flex: 0 0 10px;
  }
  #sysItemDetail article .item-container .sysItemImages .sysImageList li {
    width: 70px;
    min-width: 70px;
  }
  #sysItemDetail article .item-container .sysItemImages {
    max-width: min(37rem, 148vw);
    padding-top: 0;
  }
  #sysItemDetail article .item-container .sysItemImages .sysMainImage {
    margin-bottom: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemDetail article .item-container .item-info-container {
    max-width: 100%;
    padding-inline: 20px;
  }
  #sysItemDetail article .item-container .item-info-container .sysRetailPrice {
    margin-bottom: 40px;
  }
  #sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-ttl {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  #sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-txt {
    font-size: 13px;
  }
  #sysItemDetail article .item-container .item-info-container .sysDescription .p-item-explain .p-item-explain-txt02 {
    font-size: 13px;
    margin-bottom: 27px;
  }
  #sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateSelectPrefStateArea #prefStateId {
    height: min(2.2666666667rem, 9.0666666667vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div select {
    height: min(2.2666666667rem, 9.0666666667vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div input[type=text] {
    height: min(2.8rem, 11.2vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveStore {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveStore select {
    width: calc(100% - 70px);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveStore label {
    min-width: 70px;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveDate {
    display: flex;
    align-items: center;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveDate label {
    min-width: 70px;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveTime {
    display: flex;
    align-items: center;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysReceiveOption .sysReceiveOption #receiveAtStoreContent .sysReceiveTime label {
    min-width: 70px;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysSubmit .sysCartButton {
    background-position: center left 92px;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysWishlist .sysButton {
    background-position: 90px 19px;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysWishlist .sysButton:hover {
    background-position: 90px 19px;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysWishlist .sysButton[disabled] {
    background-position: 80px 20px;
  }
  #sysItemDetail article .item-container .item-info-container .sysItemName h1 {
    font-size: 20px;
  }
  #sysItemDetail article .item-container .item-info-container .sysPr {
    margin-bottom: 8px;
  }
  #sysItemDetail article .item-container .item-info-container .sysItemId {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
  }
  #sysItemDetail article .item-container .item-info-container .sysShippingCost {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
  }
  #sysItemDetail article .item-container .item-info-container .sysStockQuantity {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
  }
  #sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateViewName {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
    margin-bottom: min(0.4rem, 1.6vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm {
    padding: min(0.8666666667rem, 3.4666666667vw) min(0.6666666667rem, 2.6666666667vw) min(0.9333333333rem, 3.7333333333vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateSelectPrefStateArea .sysDeliveryDateSelectPrefStateLabel {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
  }
  #sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateArea > div {
    font-size: min(0.8666666667rem, 3.4666666667vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateArea .sysDeliveryDateAppendComment,
  #sysItemDetail article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateForm .sysDeliveryDateArea .sysDeliveryDateNoAvailableDatesMessage {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysVariation > div {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
    margin-bottom: min(0.4rem, 1.6vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable th {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    padding: min(0.5333333333rem, 2.1333333333vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable td {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
    padding: min(0.5333333333rem, 2.1333333333vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable td input[type=radio] {
    margin-bottom: min(0.2rem, 0.8vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysSelections {
    margin-bottom: min(1.6666666667rem, 6.6666666667vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div:has(input[type=radio])::before {
    height: min(0.4rem, 1.6vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div select {
    margin-top: min(0.4rem, 1.6vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysSelections > div input[type=text] {
    margin-top: min(0.4rem, 1.6vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules {
    margin-bottom: min(1.6666666667rem, 6.6666666667vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar th {
    height: min(4rem, 16vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea .sysRentalSchedulesCalendar td {
    height: min(4rem, 16vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalScheduleInfo {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
  }
  #sysItemDetail article .item-container .item-info-container .sysForm .sysRentalSchedules .sysRentalScheduleInfo > div:not(.sysRentalScheduleNotice) {
    margin-bottom: min(0.5333333333rem, 2.1333333333vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysGetPoint {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
    margin-bottom: min(1.6666666667rem, 6.6666666667vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysNumber .sysNumArea {
    gap: min(0.5333333333rem, 2.1333333333vw);
    margin-left: min(1rem, 4vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysNumber .sysNumArea button {
    width: min(2.2666666667rem, 9.0666666667vw);
    height: min(2.2666666667rem, 9.0666666667vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysSubtotal {
    font-size: min(1.1333333333rem, 4.5333333333vw);
    margin-bottom: min(1rem, 4vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysWishSum {
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysItemDetail article .item-container .item-info-container .sysForm #sysWishSum span {
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
  }
  #sysItemDetail article .item-container .item-info-container .sysFreeForm {
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysItemDetail article #sysExplanation {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  #sysItemDetail article #sysExplanation .p-item-detail .p-item-detail-ttl {
    font-size: 25px;
  }
  #sysItemDetail article #sysExplanation .p-item-detail .c-item-tab {
    margin-bottom: 25px;
  }
  #sysItemDetail article #sysExplanation .p-item-detail .c-item-tab .c-item-tab-item {
    font-size: 16px;
  }
  #sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk {
    padding-inline: 20px;
  }
  #sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item .c-item-definition {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  #sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item .c-item-definition .c-item-definition-ttl {
    font-size: 13px;
    margin-bottom: 8px;
  }
  #sysItemDetail article #sysExplanation .p-item-detail .c-item-tab-blk .c-item-tab-blk-item .c-item-definition .c-item-definition-box {
    font-size: 13px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp {
    margin-top: 60px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-ttl {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-ttl p {
    font-size: 16px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-ttl h2 {
    font-size: 25px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk {
    margin-bottom: 40px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk .p-item-lp-blk-img {
    margin-bottom: 20px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk p {
    font-size: 15px;
    padding-inline: 20px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col {
    flex-wrap: wrap;
    padding-inline: 20px;
    margin-bottom: 35px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col.p-item-lp-col-reverse .p-item-lp-col-img {
    order: 1;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col.p-item-lp-col-reverse .p-item-lp-col-blk {
    order: 2;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-img {
    width: 100%;
    margin-bottom: 20px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-blk {
    width: 100%;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-blk h3 {
    font-size: 16px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-blk p {
    font-size: 13px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk02 {
    padding: 20px;
    margin-bottom: 40px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk02 h3 {
    font-size: 16px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk02 p {
    font-size: 13px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk03 {
    padding-inline: 40px;
    margin-bottom: 40px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk03 .p-item-lp-blk03-img {
    width: 100%;
    margin-bottom: 20px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-blk03 h3 {
    margin-bottom: 20px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series {
    padding-inline: 20px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-ttl {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 30px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-list li {
    width: calc((100% - 10px) / 2);
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-list li img {
    margin-bottom: 10px;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-series .p-item-lp-series-list li p {
    font-size: 12px;
  }
  #sysItemDetail article .sysReview {
    display: flex;
    flex-direction: column;
    width: calc(100% + min(2rem, 8vw));
    padding: min(2rem, 8vw) min(1rem, 4vw) min(1.6666666667rem, 6.6666666667vw);
    margin-left: max(-1rem, -4vw);
    margin-bottom: min(3.3333333333rem, 13.3333333333vw);
  }
  #sysItemDetail article .sysReview > span {
    order: 1;
    font-size: min(1.4rem, 5.6vw);
    margin-bottom: 0;
  }
  #sysItemDetail article .sysReview .sysReviewHistoryList {
    order: 3;
    display: flex;
    flex-direction: column;
    gap: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemDetail article .sysReview .sysReviewHistoryList li {
    gap: 0 min(0.5333333333rem, 2.1333333333vw);
    padding: min(1rem, 4vw) min(1rem, 4vw) min(2.8666666667rem, 11.4666666667vw);
  }
  #sysItemDetail article .sysReview .sysReviewHistoryList li .sysNickname {
    max-width: calc(100% - min(6.2rem, 24.8vw));
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
    padding-left: min(2rem, 8vw);
  }
  #sysItemDetail article .sysReview .sysReviewHistoryList li .sysNickname::before {
    width: min(1.4666666667rem, 5.8666666667vw);
    height: min(1.4666666667rem, 5.8666666667vw);
  }
  #sysItemDetail article .sysReview .sysReviewHistoryList li .sysReviewText {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    margin-top: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemDetail article .sysReview .sysReviewHistoryList li .sysReviewDatetime {
    font-size: min(0.8rem, 3.2vw);
    bottom: min(1rem, 4vw);
    right: min(1rem, 4vw);
  }
  #sysItemDetail article .sysReview form {
    order: 2;
    margin-bottom: min(1rem, 4vw);
  }
  #sysItemDetail article .sysReview form input[type=submit] {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    position: static;
    margin-left: auto;
  }
  #sysItemDetail .related-item .sysItemBlock {
    padding-inline: 0;
    margin-bottom: min(3.3333333333rem, 13.3333333333vw);
  }
  #sysItemCategory #sysWrap,
  #sysItemSearch #sysWrap {
    display: block;
  }
  #sysItemCategory #sysWrap #sysMain,
  #sysItemSearch #sysWrap #sysMain {
    margin-bottom: 65px;
  }
  #sysItemSearch #sysWrap {
    margin-top: 45px;
  }
  #sysItemSearch #sysWrap #sysMain > h2 {
    font-size: min(1.1333333333rem, 4.5333333333vw);
    margin-bottom: min(1rem, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormSort select {
    height: min(2.2666666667rem, 9.0666666667vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormLimit select {
    height: min(2.2666666667rem, 9.0666666667vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput input[type=submit] {
    height: min(2.2666666667rem, 9.0666666667vw);
  }
  #sysItemSearch .sysItemSearchForm {
    width: auto;
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput {
    padding: min(1.3333333333rem, 5.3333333333vw) min(1rem, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormWord {
    margin-bottom: min(0.2rem, 0.8vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchAndOr {
    gap: min(1rem, 4vw);
    margin-bottom: min(1rem, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchAndOr label {
    font-size: min(0.8rem, 3.2vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-bottom: min(1rem, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange input[type=text] {
    margin-inline: min(0.1333333333rem, 0.5333333333vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory {
    display: block;
    width: 100%;
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory select {
    height: min(2.6666666667rem, 10.6666666667vw);
    margin-top: min(0.3333333333rem, 1.3333333333vw);
    margin-left: 0;
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups {
    margin-top: min(1rem, 4vw);
    margin-bottom: min(1rem, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups .sysItemSearchFormItemCategoryGroupsTitle {
    font-size: min(0.8666666667rem, 3.4666666667vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] span[class*=itemCategoryGroupTitle] {
    font-size: min(0.8rem, 3.2vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul {
    gap: min(0.4666666667rem, 1.8666666667vw) min(1rem, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul li input[type=checkbox] {
    margin-right: min(0.2666666667rem, 1.0666666667vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul li label {
    font-size: min(0.8666666667rem, 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(1rem, 4vw);
  }
  #sysItemCategory #sysWrap .sysItemListDisp,
  #sysItemSearch #sysWrap .sysItemListDisp {
    padding-inline: 20px;
    margin-bottom: 30px;
  }
  #sysItemCategory .sysItemList,
  #sysItemSearch .sysItemList {
    padding-inline: 20px;
    margin-bottom: 50px;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail,
  #sysItemSearch .sysItemList ul.sysThumbnail {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li,
  #sysItemSearch .sysItemList ul.sysThumbnail li {
    width: calc((100% - 20px) / 2);
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li .sysThumbnailImage,
  #sysItemSearch .sysItemList ul.sysThumbnail li .sysThumbnailImage {
    margin-bottom: 10px;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax,
  #sysItemSearch .sysItemList ul.sysThumbnail li .sysThumbnailImage .sysWishListButtonFormAjax {
    bottom: 5px;
    right: 5px;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li .sysItemName,
  #sysItemSearch .sysItemList ul.sysThumbnail li .sysItemName {
    font-size: 12px;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li .sysItemName a,
  #sysItemSearch .sysItemList ul.sysThumbnail li .sysItemName a {
    line-height: 1.4;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li .sysRetailPrice,
  #sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrice,
  #sysItemSearch .sysItemList ul.sysThumbnail li .sysRetailPrice,
  #sysItemSearch .sysItemList ul.sysThumbnail li .sysItemPrice {
    font-size: 12px;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li .sysRetailPrice .taxin,
  #sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrice .taxin,
  #sysItemSearch .sysItemList ul.sysThumbnail li .sysRetailPrice .taxin,
  #sysItemSearch .sysItemList ul.sysThumbnail li .sysItemPrice .taxin {
    font-size: 8px;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li > form input[type=submit],
  #sysItemSearch .sysItemList ul.sysThumbnail li > form input[type=submit] {
    min-height: 35px;
    font-size: 12px;
    background-size: 13px;
    background-position: 23px center;
    padding-left: 18px;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li > form input[value=バリエーション選択],
  #sysItemSearch .sysItemList ul.sysThumbnail li > form input[value=バリエーション選択] {
    background-position: 12px center;
  }
  #sysItemCategory .sysItemList ul.sysList li,
  #sysItemSearch .sysItemList ul.sysList li {
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-block: 15px;
    align-items: flex-start;
  }
  #sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage,
  #sysItemSearch .sysItemList ul.sysList li .sysThumbnailImage {
    width: 120px;
    min-width: 120px;
  }
  #sysItemCategory .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax,
  #sysItemSearch .sysItemList ul.sysList li .sysThumbnailImage .sysWishListButtonFormAjax {
    bottom: 5px;
    right: 5px;
  }
  #sysItemCategory .sysItemList ul.sysList li > div:not([class]),
  #sysItemSearch .sysItemList ul.sysList li > div:not([class]) {
    width: calc(100% - 130px);
  }
  #sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysItemName,
  #sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysItemName {
    font-size: 12px;
    margin-bottom: 12px;
  }
  #sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysItemName a,
  #sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysItemName a {
    line-height: 1.4;
  }
  #sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice,
  #sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysItemPrice,
  #sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice,
  #sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysItemPrice {
    font-size: 12px;
  }
  #sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice .taxin,
  #sysItemCategory .sysItemList ul.sysList li > div:not([class]) .sysItemPrice .taxin,
  #sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice .taxin,
  #sysItemSearch .sysItemList ul.sysList li > div:not([class]) .sysItemPrice .taxin {
    font-size: 8px;
  }
  #sysItemCategory .sysItemList ul.sysList li > form,
  #sysItemSearch .sysItemList ul.sysList li > form {
    width: 100%;
    margin-top: 10px;
  }
  #sysItemCategory .sysItemList ul.sysList li > form input[type=submit],
  #sysItemSearch .sysItemList ul.sysList li > form input[type=submit] {
    min-height: 35px;
    font-size: 12px;
    background-size: 13px;
    background-position: 112px center;
    padding-left: 18px;
  }
  #sysItemCategory .sysItemList ul.sysList li > form input[value=バリエーション選択],
  #sysItemSearch .sysItemList ul.sysList li > form input[value=バリエーション選択] {
    background-position: 100px center;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category {
    padding-inline: 20px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-ttl {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-more-bottom {
    margin-bottom: 20px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-thumb img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-txt h2 {
    text-align: center;
    font-size: 16px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-txt p {
    font-size: 13px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point {
    width: 270px;
    margin-inline: auto;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point .c-category-point-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point .c-category-point-list .c-category-point-item {
    width: 100%;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-point .c-category-point-list .c-category-point-item h2 {
    font-size: 13px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col {
    flex-wrap: wrap;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col .c-category-col-img {
    width: 100%;
    margin-bottom: 30px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col .c-category-col-box {
    width: 100%;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col .c-category-col-box h2 {
    font-size: 16px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-col .c-category-col-box p {
    font-size: 13px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-blk {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category .c-category-blk dl dt {
    font-size: 13px;
  }
  #sysItemCategory #segArea {
    margin-top: -60px;
    padding-top: 60px;
  }
  #sysItemCategory #segArea .segmentArea {
    margin-inline: 20px;
    margin-bottom: 15px;
  }
  #sysItemCategory #segArea .segmentArea .segmentArea_opt {
    max-width: 350px;
    justify-content: flex-start;
  }
  #sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort {
    max-width: 172px;
  }
  #sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dt {
    height: 33px;
  }
  #sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dt::before {
    margin-top: -3px;
  }
  #sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_sort dd ul {
    width: 172px;
  }
  #sysItemCategory #segArea .segmentArea .segmentArea_opt .segment_limit dt::before {
    margin-top: -3px;
  }
  #sysFooter .c-item-recom {
    padding-left: 20px;
    margin-bottom: 50px;
  }
  #sysFooter .c-item-recom .sysHeadline {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #sysFooter .c-item-recom .sysContent .sysItemBlock .sysHorizontal {
    overflow: scroll;
    padding-bottom: 20px;
  }
  #sysFooter .c-item-recom .sysContent .sysItemBlock .sysHorizontal::after {
    content: "";
    flex: 0 0 10px;
  }
  #sysFooter .c-item-recom .sysContent .sysItemBlock .swiper-button-prev {
    display: none;
  }
  #sysFooter .c-item-recom .sysContent .sysItemBlock .swiper-button-next {
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    top: 38%;
  }
  #sysFooter .c-item-recom .sysContent .sysItemBlock .swiper-button-next::after {
    font-size: 20px;
  }
  #sysFooter .c-item-history {
    padding-left: 20px;
    margin-bottom: 40px;
  }
  #sysFooter .c-item-history .sysHeadline {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #sysFooter .c-item-history .sysContent .sysItemBlock .sysHorizontal {
    overflow: scroll;
    padding-bottom: 20px;
  }
  #sysFooter .c-item-history .sysContent .sysItemBlock .sysHorizontal::after {
    content: "";
    flex: 0 0 10px;
  }
  #sysFooter .c-item-history .sysContent .sysItemBlock .sysHorizontal li {
    width: 123px;
    min-width: 123px;
  }
  #sysBasket #sysMain #sysInputCouponCode .sysButton {
    min-height: min(2.1333333333rem, 8.5333333333vw);
    font-size: min(0.8rem, 3.2vw);
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  #sysBasket #sysMain #sysInputCouponCode .sysButton {
    margin-left: 0;
  }
  #sysBasket #sysMain .sysConfirmCoupon input[type=button] {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  #sysBasket #sysMain .sysConfirmCoupon input[type=button] {
    margin: min(0.6666666667rem, 2.6666666667vw) 0 0 auto;
  }
  .basketCouponEditDialog_buttonGroup .basketCouponDialog_applyButton {
    min-height: min(2.1333333333rem, 8.5333333333vw);
    font-size: min(0.8rem, 3.2vw);
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  .basketCouponEditDialog_buttonGroup .basketCouponDialog_cancelButton {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  .sysCart #sysMain .sysSocialGiftReceiveUrlCopyButton {
    margin-top: min(1rem, 4vw);
  }
  .sysCart #sysMain .sysSocialGiftReceiveUrlSendLineButton {
    margin-bottom: min(1rem, 4vw);
  }
  #sysBasket #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysBasket #sysWrap #sysMain .sysTotal {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 45px;
  }
  #sysBasket #sysWrap #sysMain .sysTotal .sysBox {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
  }
  #sysBasket #sysWrap #sysMain .sysTotal .sysBox > div {
    font-size: 10px;
  }
  #sysBasket #sysWrap #sysMain .sysTotal .sysBox > div .sysCartAttention {
    font-size: 17px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 45px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoItemCount {
    flex-wrap: wrap;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoItemCount dt {
    font-size: 11px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoItemCount dd {
    font-size: 11px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoItemCount dd span {
    font-size: 17px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoTotalPrice dt::before {
    font-size: 11px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoTotalPrice dd {
    font-size: 11px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoTotalPrice dd span {
    font-size: 17px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoRemainFreeShipping dt::before {
    font-size: 11px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoRemainFreeShipping dd {
    font-size: 11px;
  }
  #sysBasket #sysWrap #sysMain .p-basket-info .sysContent .sysCartInfoRemainFreeShipping dd span {
    font-size: 17px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysCartTitle {
    font-size: 17px;
    margin-bottom: 18px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysCartItemAreaMessage {
    font-size: 12px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress {
    margin-bottom: 60px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li {
    padding-bottom: 65px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox {
    flex-wrap: wrap;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox > a {
    width: 100px;
    margin-right: 20px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysProduct {
    margin-right: 0;
    width: calc(100% - 120px);
    justify-content: flex-start;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysProduct .sysItemName {
    font-size: 14px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysProduct .sysItemName + div {
    font-size: 14px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysProduct .sysItemRetailPrice {
    font-size: 14px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div {
    width: calc(100% - 120px);
    align-items: flex-end;
    margin-left: auto;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) {
    font-size: 11px;
    margin-bottom: 10px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) select {
    height: 40px;
    font-size: 14px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) .sysNumArea button.sysBtnPlus {
    height: 40px;
    right: 0;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div:nth-of-type(1) .sysNumArea button.sysBtnMinus {
    height: 40px;
    left: 43px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div.sysSubTotalArea {
    font-size: 11px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div.sysSubTotalArea .sysCartAttention {
    font-size: 14px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox hr + div > div.sysSubTotalArea .sysTaxText {
    font-size: 11px;
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysDeliveryAddress .sysCartPackage .sysCartPackageDetailList .nav li .sysBox .sysDeleteArea form .sysDeleteArea {
    bottom: 10px;
    top: auto;
    right: 0;
  }
  #sysThanks #sysAll #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child {
    margin-bottom: 60px;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child div:nth-of-type(1) {
    font-size: 13px;
    width: 215px;
    margin-inline: auto;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child div:nth-of-type(2) {
    font-size: 13px;
    margin-bottom: 60px;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child div.sysSocialGiftReceiveTitle {
    font-size: 13px;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox:first-child div.sysCartNote {
    font-size: 13px;
    text-align: left;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox:nth-last-of-type(1) div {
    font-size: 13px;
    width: 205px;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox .sysSocialGiftReceiveUrlCopyButton {
    width: 48%;
    max-width: 100%;
    margin-left: 0;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox .sysSocialGiftReceiveUrlSendLineButton {
    width: 48%;
    max-width: 100%;
    margin-right: 0;
  }
  .sysMypage .sysMypageNav .sysButton {
    font-size: 11px;
    padding-left: 10px;
  }
  #sysMypageRepeat #sysRepeatOrderDetail table td a {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  #sysMypageRepeat #sysRepeatOrderDetail table td a {
    margin: min(0.6666666667rem, 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(2rem, 8vw);
  }
  #sysMypageRepeat #sysMain .sysRepeatOrderNextOrderAttachedItemRequest input[value=商品を追加する] {
    margin-top: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysMypageRepeat .sysRepeatOrderAttachedItemDialogClose {
    margin-top: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysMypageIndex:has(form[action*="skip/done"]) #sysMain form:first-of-type input[value=スキップする],
  #sysMypageRepeatCancelConfirm input[value=キャンセルする] {
    margin-top: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysMypageIndex .sysItemReviewLink a,
  #sysMypageOrderHistory .sysItemReviewLink a {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  #sysMypageIndex .sysItemReviewLink a,
  #sysMypageOrderHistory .sysItemReviewLink a {
    margin: min(0.6666666667rem, 2.6666666667vw) auto min(0.6666666667rem, 2.6666666667vw) 0;
  }
  #sysMypageIndex .sysItemReviewLink span,
  #sysMypageOrderHistory .sysItemReviewArea > span {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  #sysMypageIndex .sysItemReviewLink span,
  #sysMypageOrderHistory .sysItemReviewArea > span {
    margin: min(0.6666666667rem, 2.6666666667vw) auto min(0.6666666667rem, 2.6666666667vw) 0;
  }
  #sysMypageEditConfirm .sysNextSubmit {
    margin-top: 60px;
  }
  #sysMypageEditDelivery .sysNextSubmit {
    margin-top: 60px;
  }
  #sysMypageEditDeliveryinput .sysNextSubmit {
    margin-top: 60px;
  }
  .sysMypage #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  .sysMypage #sysWrap #sysMain .p-mypage-user .sysContent div:first-child {
    font-size: 17px;
  }
  .sysMypage #sysWrap #sysMain .p-mypage-user .sysContent div:first-child span {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysMypageMinorHeadLine {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysMypageNav {
    gap: 5px;
    margin-top: 60px;
  }
  .sysMypage #sysWrap #sysMain .sysMypageNav form {
    width: calc((100% - 5px) / 2);
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList {
    padding: 15px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader {
    padding-bottom: 22px;
    margin-bottom: 18px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysDatetime {
    font-size: 14px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 4px;
    line-height: 1;
    padding-left: 10px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysTotalPrice {
    font-size: 11px;
    padding-top: 10px;
    padding-right: 5px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysTotalPrice .totalPriceTaxIncluded {
    font-size: 17px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysTotalPrice .totalPriceTaxIncluded::after {
    font-size: 11px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysShopOrderNo {
    font-size: 11px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrderHeader .sysCallPrintReceipt {
    bottom: 22px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder {
    margin-bottom: 18px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder .sysItemName {
    width: 100%;
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder .sysVariations {
    width: 100%;
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder .sysOptions {
    width: 100%;
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder .sysNumber {
    width: 100%;
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysOrders .sysOrder form {
    position: static;
    display: flex;
    justify-content: flex-end;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail {
    padding: 20px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderNumberArea {
    font-size: 16px;
    margin-bottom: 20px;
    height: 40px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysTotalPriceGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysTotalItemPriceGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysDeliveryCostGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysPaymentCostGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysGetPointGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysPaymentMethodGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysDeliveryMethodGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysSocialGiftReceiveStatusGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysSocialGiftReceiveLimitDateGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysSocialGiftReceiveURLGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemImageGroup {
    width: 100px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup .sysItemNameGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup .sysItemSubTotalPriceGroup {
    font-size: 14px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup .sysItemRetailPriceGroup {
    font-size: 11px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItemList .sysItem .sysItemGroup .sysItemSummaryGroup .sysItemNumGroup {
    font-size: 11px;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea .sysRemarkArea .sysRemarks .sysRemark .sysRemarkGroup .sysRemark {
    font-size: 14px;
  }
  #sysMypageEditConfirm #sysWrap #sysMain > div {
    font-size: 14px;
    text-align: left;
  }
  #sysMypageEditConfirm #sysWrap #sysMain .sysForm .sysFormItem {
    font-size: 14px;
    padding-bottom: 13px;
  }
  #sysMypageEditSave #sysWrap #sysMain > p,
  #sysMypageEditSavedelivery #sysWrap #sysMain > p {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    margin-bottom: min(2rem, 8vw);
  }
  #sysMypageEditDelivery #sysWrap #sysMain .sysSelectAddress {
    padding: 15px;
    font-size: 14px;
  }
  #sysMypageEditDelivery #sysWrap #sysMain form p {
    font-size: 14px;
  }
  #sysMypagePoint #sysAll #sysMain .sysMyPoint {
    font-size: 13px;
  }
  #sysMypageReview #sysAll #sysMain .sysCoupon {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    padding: min(1rem, 4vw);
  }
  #sysMypageReview #sysAll #sysMain .sysCoupon .sysCouponDiscount {
    padding-bottom: min(1rem, 4vw);
  }
  #sysMypageAshiato #sysAll #sysMain .sysItemListDisp {
    margin-bottom: 30px;
  }
  #sysMypageReview #sysAll #sysMain .sysItemListDisp {
    margin-bottom: 30px;
  }
  #sysMypageReview #sysAll #sysMain .sysItemList .sysThumbnail li div {
    margin-top: 10px;
  }
  #sysMypageReview #sysAll #sysMain .sysItemList .sysList li div:nth-of-type(2) {
    width: calc(100% - 130px);
  }
  #sysMypageReview #sysAll #sysMain .sysItemList .sysList li div:last-child {
    width: 100%;
    position: static;
    transform: translateY(0);
    margin-top: 10px;
  }
  #sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp {
    margin-block: min(1.3333333333rem, 5.3333333333vw) min(0.6666666667rem, 2.6666666667vw);
  }
  #sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
    gap: min(1rem, 4vw);
  }
  #sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
    font-size: min(0.8rem, 3.2vw);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail,
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li,
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail li {
    width: calc((100% - 20px) / 2);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li div,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li div,
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail li div {
    font-size: 12px;
  }
  #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] {
    min-height: 35px;
    font-size: 12px;
    background-size: 13px;
    background-position: 23px center;
    padding-left: 18px;
  }
  #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=バリエーション選択] {
    padding-left: 20px;
    background-position: 13px center;
  }
  #sysMypageAshiato .sysItemList ul.sysList li,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li,
  #sysMypageRestockRequest .sysItemList ul.sysList li {
    gap: 0 10px;
  }
  #sysMypageAshiato .sysItemList ul.sysList li .sysThumbnailImage,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li .sysThumbnailImage,
  #sysMypageRestockRequest .sysItemList ul.sysList li .sysThumbnailImage {
    width: 120px;
  }
  #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]) {
    font-size: 12px;
    width: calc(100% - 130px);
  }
  #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] {
    min-height: 35px;
    font-size: 12px;
    background-size: 13px;
    background-position: 23px center;
    padding-left: 18px;
    width: 100%;
  }
  #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=バリエーション選択] {
    padding-left: 20px;
    background-position: 13px center;
  }
  #sysMypageReview #sysWrap #sysMain .sysMyReviewList {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysItemName {
    padding-top: min(1.3333333333rem, 5.3333333333vw);
    margin-bottom: min(0.5333333333rem, 2.1333333333vw);
  }
  #sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysReview {
    padding-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo {
    margin-top: min(0.6666666667rem, 2.6666666667vw);
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo td {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    padding: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail h2 {
    font-size: min(1rem, 4vw);
    margin-bottom: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder h4,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext h4 {
    font-size: min(1rem, 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(0.8666666667rem, 3.4666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo {
    margin-top: min(0.5333333333rem, 2.1333333333vw);
    margin-bottom: min(1.3333333333rem, 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(0.8666666667rem, 3.4666666667vw);
    padding: min(0.6666666667rem, 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(0.8666666667rem, 3.4666666667vw);
    padding: min(0.6666666667rem, 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(0.8666666667rem, 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(0.8666666667rem, 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(0.6666666667rem, 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(0.4rem, 1.6vw);
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderSummary {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    padding: min(1rem, 4vw);
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest .sysRepeatOrderNextOrderAttachedItemRequestTitle {
    font-size: min(1rem, 4vw);
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList {
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr th,
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr td {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    padding: min(0.6666666667rem, 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(1rem, 4vw);
  }
  #sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList {
    gap: min(1rem, 4vw);
  }
  #sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList .sysRepeatOrderAttachedItemListItem {
    width: calc(50% - min(1rem, 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(0.8rem, 3.2vw);
    padding: min(0.5333333333rem, 2.1333333333vw) min(0.6666666667rem, 2.6666666667vw);
    margin-top: min(0.8rem, 3.2vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory h2 {
    font-size: min(1rem, 4vw);
    margin-bottom: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder h4 {
    font-size: min(1rem, 4vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysChangedRepeatOrderNextMessage {
    font-size: min(0.8666666667rem, 3.4666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo {
    margin-top: min(0.5333333333rem, 2.1333333333vw);
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo td {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    padding: min(0.6666666667rem, 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(0.8666666667rem, 3.4666666667vw);
    padding: min(0.6666666667rem, 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(0.8666666667rem, 3.4666666667vw);
  }
  #sysMypageLogout #sysAll #sysMain > p {
    font-size: min(0.8666666667rem, 3.4666666667vw);
  }
  #sysMypageReminder #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysMypageReminder #sysWrap #sysMain .c-ttl {
    margin-bottom: 35px;
  }
  #sysMypageReminder #sysWrap #sysMain .sysMypageMinorHeadLine {
    font-size: 14px;
  }
  #sysMypageEditReceipt #sysWrap #sysMain .sysEditReceipt form .sysEditReceiptInput {
    width: 100%;
  }
  button[name=searchAddress] {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  button[name=searchAddress] {
    margin: 0 auto 0 0;
  }
  #sysMemberRegisterIndex #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysMemberRegisterIndex #sysWrap #sysMain .c-ttl {
    margin-bottom: 35px;
  }
  #sysMemberRegisterIndex #sysWrap #sysMain > div.sysFreeArea {
    font-size: 14px;
  }
  #sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > label {
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 60px;
  }
  #sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .membershipArea .sysMemberAgreementFormLabel {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .membershipArea .sysMemberAgreement {
    font-size: 12px;
    padding: 20px;
    border: 1px solid #cccccc;
    height: 340px;
  }
  #sysMemberRegisterIndex #sysFooter {
    margin-top: 60px;
  }
  #sysMemberRegisterConfirm #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysMemberRegisterConfirm #sysWrap #sysMain .c-ttl {
    margin-bottom: 35px;
  }
  #sysMemberRegisterConfirm #sysWrap #sysMain > div.p-member-confirm-lead {
    font-size: 14px;
  }
  #sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm .sysFormItem {
    font-size: 14px;
    padding-bottom: 13px;
  }
  #sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm .sysNextSubmit {
    margin-top: 60px;
  }
  #sysMemberRegisterRegister #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysMemberRegisterRegister #sysWrap #sysMain .sysFreeArea > p {
    font-size: 13px;
  }
  .sysCartTitle {
    font-size: 14px;
  }
  #sysRegi #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysRegi #sysWrap #sysMain .c-ttl {
    margin-bottom: 35px;
  }
  #sysRegi #sysWrap #sysMain #sysPurchaseAuthMember {
    margin-bottom: 65px;
    float: none;
    width: 100%;
  }
  #sysRegi #sysWrap #sysMain #sysRegisterForm {
    float: none;
    width: 100%;
  }
  #sysRegi #sysWrap #sysMain #sysRegisterForm .sysBox p {
    font-size: 14px;
  }
  #sysRegi #sysWrap #sysMain #sysPurchaseAuthCustomer {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  #sysRegi #sysWrap #sysMain #sysPurchaseAuthCustomer .sysBox p {
    font-size: 14px;
  }
  #sysMypageLogin #sysWrap #sysMain {
    display: flex;
    flex-direction: column;
  }
  #sysMypageLogin #sysWrap #sysMain .c-ttl {
    margin-bottom: 30px;
    order: 1;
  }
  #sysMypageLogin #sysWrap #sysMain .sysFreeArea {
    width: 100%;
    float: none;
    order: 30;
  }
  #sysMypageLogin #sysWrap #sysMain .sysLoginForm {
    width: 100%;
    float: none;
    order: 20;
    margin-bottom: 65px;
  }
  .opcBillingAddress_zipCodeSearchButton_edit,
  .opcClient_zipCodeSearchButton_edit,
  .opcDeliveryAddress_zipCodeSearchButton_edit {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  .opcBillingAddress_zipCodeSearchButton_edit,
  .opcClient_zipCodeSearchButton_edit,
  .opcDeliveryAddress_zipCodeSearchButton_edit {
    margin-top: 0;
    margin-left: inherit;
  }
  .opcCompletedDeliveryAddressList_changeItems_edit {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  .opcCouponCode_useButton_edit {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  .opcCouponCode_useButton_edit {
    margin: min(0.3333333333rem, 1.3333333333vw) 0 0 auto;
  }
  .sysOpcBody #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressTitle,
  .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: 17px;
  }
  .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(0.8666666667rem, 3.4666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonEditLabel {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonButtonGroupEdit {
    margin-top: 60px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup {
    margin-bottom: min(0.5333333333rem, 2.1333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_purposeAnditemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit {
    margin-top: min(2rem, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcRequestOrderArea:has(form[name=order_form_top]) {
    margin-top: 0;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcRequestOrderArea:has(form[name=order_form_bottom]) {
    margin-top: 60px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind .opcPaymentMethodList.opcCommonEditModeBlock .opcPaymentMethod_edit {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind .opcPaymentMethodList.opcCommonEditModeBlock .opcPaymentMethod_edit .opcPaymentMethod_paymentMethodDetailGroup_edit {
    font-size: 13px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind .opcPaymentMethod {
    padding: 15px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodArea .opcPaymentMethodDataBind .opcPaymentMethod .opcPaymentMethod_paymentMethodGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea {
    margin-bottom: 60px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_totalPricesAndLabelGroup {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_totalItemPricesAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_deliveryCostAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_isolatedIslandCostMessageAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_totalCartOptionPriceAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_feeAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_usePointPriceAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea {
    margin-bottom: 60px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_nameAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_nameKanaAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_nameKanaAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_zipCodeAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_prefStateAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_address1AndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_address2AndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_telAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_mailaddressAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress_edit.opcCommonEditModeBlock .opcBillingAddress_genderAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress {
    padding: 15px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_nameAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_nameAndLabelGroup .opcCommonReferenceLabel {
    width: 100px;
    min-width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_nameAndLabelGroup .opcBillingAddress_name {
    width: calc(100% - 100px);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_nameAndLabelGroup .opcBillingAddress_nameKana {
    margin-left: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_mailaddressAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_mailaddressAndLabelGroup .opcCommonReferenceLabel {
    width: 100px;
    min-width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_fullAddressAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_fullAddressAndLabelGroup .opcCommonReferenceLabel {
    width: 100px;
    min-width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_telAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_telAndLabelGroup .opcCommonReferenceLabel {
    width: 100px;
    min-width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_genderAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_genderAndLabelGroup .opcCommonReferenceLabel {
    width: 100px;
    min-width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_acceptMailmagazineAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddressDataBind .opcBillingAddress .opcBillingAddress_acceptMailmagazineAndLabelGroup .opcCommonReferenceLabel {
    width: 100px;
    min-width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit select,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit select {
    height: min(2.2666666667rem, 9.0666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit {
    margin-bottom: min(2rem, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit {
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit {
    margin-bottom: min(2rem, 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(2rem, 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(1rem, 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(1rem, 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(0.8rem, 3.2vw);
    margin-bottom: min(0.6rem, 2.4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailAndLabelGroup_edit {
    margin-top: min(1rem, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit {
    margin-top: min(2rem, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameKanaAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_zipCodeAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_prefStateAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_address1AndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryAddressArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressGroup .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_address2AndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 30px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 30px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethodArea .opcDeliveryMethodList.opcDeliveryMethodDataBind .opcDeliveryMethodGroup .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem {
    padding: 15px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
    width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
    width: calc(100% - 100px);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
    font-size: 11px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
    height: 40px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemsArea .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
    font-size: 14px;
    height: 40px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressSummary {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup {
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
    width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
    font-size: 11px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
    height: 40px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
    font-size: 14px;
    height: 40px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddressHeader {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 60px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit .opcDeliveryAddress_synchronizeBillingAddressButton_edit {
    font-size: 12px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_openDialogButtonGroup_edit .opcDeliveryAddress_openDialogButton_edit {
    font-size: 12px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameAndLabelGroup_edit::after {
    font-size: 12px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_nameKanaAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_zipCodeAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_prefStateAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_address1AndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_address2AndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_telAndLabelGroup_edit::after {
    font-size: 12px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_telAndLabelGroup_edit {
    margin-bottom: 35px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressArea .opcDeliveryAddressGroup_edit .opcDeliveryAddress_edit.opcCommonEditModeBlock .opcDeliveryAddress_registerCustomerDeliveryAddressFlagAndLabelGroup_edit::after {
    font-size: 12px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryAddressSummary {
    font-size: 14px;
    padding: 15px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 30px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel {
    font-size: 14px;
    width: 140px;
    padding-right: 0;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect {
    width: calc(100% - 140px);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 30px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel {
    font-size: 14px;
    width: 140px;
    padding-right: 0;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodArea .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit.opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect {
    width: calc(100% - 140px);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcCompletedDeliveryAddressListArea .opcCompletedDeliveryAddressList_container .opcCompletedDeliveryAddressList .opcDeliveryAddressContents .opcCompletedDeliveryAddressListChangeButton .opcCommonButtonEdit {
    width: 150px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup .opcDeliveryAddressHeaderGroup .opcDeliveryAddressHeader {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup .opcDeliveryAddress_nameAndNameKanaGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup .opcDeliveryAddress_fullAddressAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressArea .opcDeliveryAddressGroup .opcDeliveryAddress_telAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup .opcDeliveryMethodHeaderGroup .opcDeliveryMethodHeader {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup .opcDeliveryMethod_deliveryMethodAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryMethodArea .opcDeliveryMethodGroup .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressItemHeaderGroup .opcDeliveryAddressItemHeader {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup {
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
    width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
    font-size: 11px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
    height: 40px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
    font-size: 14px;
    height: 40px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcItem_deliveryAddressItemGroup .opcItem_numAndLabelGroup {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryAddressAndItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcItem_deliveryAddressItemGroup .opcItem_itemOptionGroup {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryAddressSummary {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 30px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonReferenceLabel,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonReferenceLabel {
    font-size: 14px;
    width: 140px;
    padding-right: 0;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeReceiveDateAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_receiveStoreAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit .opcCommonInputSelect,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcCommonEditModeBlock .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit .opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit .opcCommonInputSelect {
    width: calc(100% - 140px);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSelectDeliveriesArea .opcSelectDeliveries .opcSelectDeliveriesDataBind .opcSelectDeliveries_edit .opcSelectDeliveries_buttonGroup_edit .opcSelectDeliveries_backButton_edit {
    margin-top: 80px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea .opcRemarksDataBind .opcRemarks_edit .opcRemarks_remarkAndLabelGroup_edit {
    padding: 15px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea .opcRemarksDataBind .opcRemarks_edit .opcRemarks_remarkAndLabelGroup_edit .opcRemarks_remarkDescription_edit {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup {
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
    width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
    font-size: 11px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
    height: 40px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup_edit .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
    font-size: 14px;
    height: 40px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterTitle {
    min-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_checkedValueTitleAndLabelGroup_edit .opcSocialGiftLetter_checkedValueLabelGroup_edit {
    margin-bottom: 30px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit {
    width: calc((100% - 10px) / 2);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewGroup_edit {
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup {
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
    width: 100px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
    font-size: 14px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_variationNameGroup {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
    font-size: 11px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemRetailPricesAndLabelGroup {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_subTotalNumAndLabelGroup {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
    font-size: 11px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
    height: 40px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftItemsArea .opcDeliveryAddressList.opcDeliveryAddressDataBind .opcDeliveryAddressAndItemsGroup .opcDeliveryAddressItemArea .opcDeliveryAddressItemGroup .opcDeliveryAddressViewPackageGroup .opcDeliveryAddressViewPackage .opcItemDataBind.opcItemList .opcItem .opcItem_deliveryAddressItemGroup_edit .opcItem_numAndLabelGroup_edit .opcCommonButton {
    font-size: 14px;
    height: 40px;
  }
  .modaal-wrapper .opcPointAndCouponDialog {
    min-width: 0;
  }
  #sysFormIndex #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysFormIndex #sysWrap #sysMain .c-ttl {
    margin-bottom: 35px;
  }
  #sysFormIndex #sysWrap #sysMain > p {
    font-size: 15px;
  }
  #sysFormIndex #sysWrap #sysMain > form .sysForm .sysFormItem.sys7 {
    margin-bottom: 60px;
  }
  #sysFormIndex #sysWrap #sysMain > form .sysForm .sysFormItem p {
    font-size: 13px;
  }
  #sysFormConfirm #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysFormConfirm #sysWrap #sysMain .c-ttl {
    margin-bottom: 35px;
  }
  #sysFormConfirm #sysWrap #sysMain .p-member-confirm-lead {
    font-size: 14px;
  }
  #sysFormConfirm #sysWrap #sysMain form .sysForm .sysFormItem {
    font-size: 14px;
    padding-bottom: 13px;
  }
  #sysFormConfirm #sysWrap #sysMain form .sysButton {
    margin-top: 60px;
  }
  #sysFormThanks #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #sysFormThanks #sysWrap #sysMain > p {
    font-size: 13px;
  }
  #sysItemReviewIndex #sysMain input[value=並び替え] {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  #sysItemReviewIndex #sysMain input[value=並び替え] {
    margin: 0;
  }
  #sysItemReviewIndex #sysMain input[value=不適切なレビューの報告] {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  #sysItemReviewIndex #sysMain input[value=不適切なレビューの報告] {
    margin-top: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysMain .sysReviewItemName a[href*="/ir/"] {
    padding: min(0.4rem, 1.6vw) min(1rem, 4vw);
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0;
  }
  #sysItemReviewIndex #sysMain .sysReviewItemName a[href*="/ir/"] {
    margin: min(0.6666666667rem, 2.6666666667vw) auto 0 0;
  }
  #sysItemReviewIndex #sysWrap {
    padding-inline: min(1rem, 4vw);
  }
  #sysItemReviewIndex #sysWrap {
    padding-top: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain > h2 {
    font-size: min(1rem, 4vw);
    margin-bottom: min(0.5333333333rem, 2.1333333333vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain > div {
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain > h3 {
    font-size: min(1rem, 4vw);
    margin-top: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewTitle {
    font-size: min(1rem, 4vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent {
    font-size: min(0.8666666667rem, 3.4666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .SysImpropalReviewDone {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    margin-bottom: min(2rem, 8vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm {
    margin-bottom: min(2rem, 8vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm li .SysImpropalReviewTextareaTitle {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    margin-bottom: min(0.4rem, 1.6vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm li:has(.SysImpropalReviewTextareaTitle) + li:not(:has(.SysImproperReviewFormTextarea)) {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    padding-bottom: min(0.4rem, 1.6vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form:has(input[value=商品詳細]) {
    margin-bottom: min(2.6666666667rem, 10.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form:has(select[name=sort]) select {
    height: min(2.2666666667rem, 9.0666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList {
    display: flex;
    flex-direction: column;
    gap: min(0.6666666667rem, 2.6666666667vw);
    width: calc(100% + min(2rem, 8vw));
    background-color: #eeeeee;
    padding: min(2rem, 8vw) min(1rem, 4vw) min(1.6666666667rem, 6.6666666667vw);
    margin-left: max(-1rem, -4vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li {
    gap: 0 min(0.5333333333rem, 2.1333333333vw);
    padding: min(1rem, 4vw) min(1rem, 4vw) min(2.8666666667rem, 11.4666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysThumbnailImage,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysThumbnailImage {
    width: min(4rem, 16vw);
    margin-bottom: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewItemName,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewItemName {
    width: calc(100% - min(5rem, 20vw));
    font-size: min(0.8666666667rem, 3.4666666667vw);
    margin-bottom: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysNickname {
    max-width: calc(100% - min(6.2rem, 24.8vw));
    font-size: min(0.8rem, 3.2vw);
    line-height: 1.5;
    padding-left: min(2rem, 8vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname::before,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysNickname::before {
    width: min(1.4666666667rem, 5.8666666667vw);
    height: min(1.4666666667rem, 5.8666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewText,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewText {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    margin-top: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewDatetime,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewDatetime {
    font-size: min(0.8rem, 3.2vw);
    bottom: min(1rem, 4vw);
    right: min(1rem, 4vw);
  }
  #sysItemReviewConfirm #sysWrap {
    padding-inline: min(1rem, 4vw);
  }
  #sysItemReviewConfirm #sysWrap {
    padding-top: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemReviewConfirm #sysWrap #sysMain > h2 {
    font-size: min(1rem, 4vw);
    margin-bottom: min(0.5333333333rem, 2.1333333333vw);
  }
  #sysItemReviewConfirm #sysWrap #sysMain > div:not(.sysForm) {
    margin-bottom: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysItemReviewConfirm #sysWrap #sysMain > h3 {
    font-size: min(1rem, 4vw);
    margin-top: min(1.3333333333rem, 5.3333333333vw);
  }
  #sysItemReviewConfirm #sysWrap #sysMain .sysForm .sysFormItem {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    padding-bottom: min(0.4rem, 1.6vw);
  }
  #sysItemReviewThanks #sysWrap {
    padding-inline: min(1rem, 4vw);
  }
  #sysItemReviewThanks #sysWrap {
    padding-top: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysItemReviewThanks #sysWrap #sysMain > div {
    font-size: min(0.8666666667rem, 3.4666666667vw);
    margin-bottom: min(2rem, 8vw);
  }
  #sysWrap:has(.text-page) {
    padding-inline: min(1rem, 4vw);
  }
  #sysWrap:has(.text-page) {
    padding-top: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent {
    font-size: min(0.8666666667rem, 3.4666666667vw);
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box {
    margin-bottom: min(2.6666666667rem, 10.6666666667vw);
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box .txt-contents-ttl-sub {
    font-size: min(0.9333333333rem, 3.7333333333vw);
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table thead th {
    padding: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table tbody th,
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .txt-container .txt-container-box table tbody td {
    padding: min(1rem, 4vw) min(0.6666666667rem, 2.6666666667vw);
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .trade-law-container .trade-law-container-box dl {
    flex-flow: column;
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .trade-law-container .trade-law-container-box dt {
    padding: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .trade-law-container .trade-law-container-box dd {
    padding: min(1rem, 4vw) min(0.6666666667rem, 2.6666666667vw);
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .company-container dl {
    flex-flow: column;
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .company-container dt {
    padding: min(0.6666666667rem, 2.6666666667vw);
  }
  #sysWrap:has(.text-page) #sysMain .text-page .sysContent .company-container dd {
    padding: min(1rem, 4vw) min(0.6666666667rem, 2.6666666667vw);
  }
  .sysSocialGiftBody #sysWrap {
    padding-inline: 20px;
    margin-top: 45px;
    margin-bottom: 60px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryAddressAndItemsTitle {
    font-size: 17px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup {
    padding: 15px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemImageGroup {
    width: 100px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary {
    padding-left: 10px;
    width: calc(100% - 100px);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_itemNameGroup {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItem_subTotalNumAndLabelGroup {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 30px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div label {
    font-size: 14px;
    width: 140px;
    padding-right: 0;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div select {
    width: calc(100% - 140px);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysForm form .sysSocialGiftButtonGroup {
    margin-top: 50px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup {
    margin-bottom: 60px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_name {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_zipcode {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_deliveryAddressName {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_tel {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryAddressArea .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup .sysSocialGiftReceiveDeliveryAddress_mailaddress {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryMethod_deliveryMethodGroup .sysSocialGiftReceiveDeliveryMethod_deliveryMethodName {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryMethod_deliveryMethodGroup .sysSocialGiftReceiveDeliveryMethod_hopeDeliveryDate {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSocialGiftReceiveDeliveryMethod_deliveryMethodGroup .sysSocialGiftReceiveDeliveryMethod_hopeDeliveryTime {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemImageGroup {
    width: 100px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary {
    width: calc(100% - 100px);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_itemNameGroup {
    font-size: 14px;
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItem_subTotalNumAndLabelGroup {
    font-size: 14px;
  }
  .l-under-page {
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #company #sysMain .l-under-company {
    padding-inline: 20px;
  }
  #company #sysMain .l-under-company .p-company-table table tr {
    padding-top: 24px;
    padding-bottom: 18px;
    display: block;
  }
  #company #sysMain .l-under-company .p-company-table table th {
    display: block;
    width: 100%;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  #company #sysMain .l-under-company .p-company-table table td {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }
  .c-list li {
    padding-left: 12px;
    margin-bottom: 0 !important;
  }
  .c-list li::before {
    width: 6px;
    height: 6px;
  }
  .c-txt-small {
    font-size: 11px;
    margin-top: 15px;
  }
  #legal-infomation #sysMain .l-under-legal {
    padding-inline: 20px;
  }
  #legal-infomation #sysMain .l-under-legal .p-legal-table table tr {
    padding-top: 24px;
    padding-bottom: 18px;
    display: block;
  }
  #legal-infomation #sysMain .l-under-legal .p-legal-table table th {
    display: block;
    width: 100%;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  #legal-infomation #sysMain .l-under-legal .p-legal-table table td {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }
  .c-lead-txt {
    font-size: 13px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .c-definition {
    margin-bottom: 40px;
  }
  .c-definition .c-definition-ttl {
    margin-bottom: 20px;
  }
  .c-definition .c-definition-ttl span {
    font-size: 16px;
    width: 30px;
    min-width: 30px;
    padding-bottom: 10px;
  }
  .c-definition .c-definition-ttl p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .c-definition .c-definition-blk .c-definition-box .c-definition-txt {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #privacy-policy #sysMain .l-under-privacy {
    padding-inline: 20px;
  }
  .c-page-navi {
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 10px;
    margin-bottom: 40px;
  }
  .c-page-navi li {
    width: calc((100% - 5px) / 2);
  }
  .c-page-navi li a {
    height: 50px;
    font-size: 13px;
    justify-content: flex-start;
    padding-left: 15px !important;
  }
  .c-page-navi li a::before {
    right: 15px;
  }
  #shopping-guide #sysMain .l-under-guide {
    padding-inline: 20px;
  }
  #shopping-guide #sysMain .l-under-guide #delivary,
  #shopping-guide #sysMain .l-under-guide #take,
  #shopping-guide #sysMain .l-under-guide #payment,
  #shopping-guide #sysMain .l-under-guide #return {
    margin-top: -60px;
    padding-top: 60px;
  }
  #shopping-guide #sysMain .l-under-guide .c-ttl02 {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #shopping-guide #sysMain .l-under-guide .c-ttl03 {
    font-size: 16px;
  }
  #shopping-guide #sysMain .l-under-guide .c-ttl04 {
    font-size: 13px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    margin: 0 calc(50% - 50vw);
    margin-left: 0;
    padding-right: 20px;
    margin-bottom: 15px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box::after {
    content: "";
    flex: 0 0 10px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table {
    min-width: 1000px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr:first-child th:nth-of-type(1) {
    border-right: none;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr th {
    border-bottom: none;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr th.p-under-guide-table-fix {
    position: sticky;
    left: -1px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr th.p-under-guide-table-fix:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 116px;
    height: 100%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table p {
    font-size: 13px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-txt {
    font-size: 13px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-blk {
    margin-bottom: 40px;
  }
  #shopping-guide #sysMain .l-under-guide .c-category-point {
    width: 100%;
    margin-inline: auto;
  }
  #shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  #shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list .c-category-point-item {
    width: 100%;
  }
  #shopping-guide #sysMain .l-under-guide .c-category-point .c-category-point-list .c-category-point-item h2 {
    font-size: 13px;
  }
  .c-faq-item {
    margin-bottom: 50px;
  }
  .c-faq-item .c-faq-item-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .c-faq-item .c-faq-item-qa {
    margin-bottom: 20px;
  }
  .c-faq-item .c-faq-item-qa .c-faq-item-qa-ttl {
    padding-left: 15px;
    padding-bottom: 18px;
    padding-top: 20px;
    padding-right: 40px;
  }
  .c-faq-item .c-faq-item-qa .c-faq-item-qa-ttl::before {
    width: 8px;
    height: 8px;
    right: 15px;
    margin-top: -6px;
  }
  .c-faq-item .c-faq-item-qa .c-faq-item-qa-ttl span {
    font-size: 18px;
    margin-right: 10px;
  }
  .c-faq-item .c-faq-item-qa .c-faq-item-qa-ttl p {
    font-size: 13px;
  }
  .c-faq-item .c-faq-item-qa .c-faq-item-qa-txt {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .c-faq-item .c-faq-item-qa .c-faq-item-qa-txt div p {
    font-size: 13px;
  }
  #faq #sysMain .l-under-faq {
    padding-inline: 20px;
  }
  #faq #sysMain .l-under-faq .c-page-navi li {
    width: calc((100% - 5px) / 2);
  }
  #faq #sysMain .l-under-faq .c-page-navi li a {
    margin-left: 0;
    justify-content: flex-start;
    padding-left: 15px;
  }
  #faq #sysMain .l-under-faq #order,
  #faq #sysMain .l-under-faq #delivary,
  #faq #sysMain .l-under-faq #payment,
  #faq #sysMain .l-under-faq #system,
  #faq #sysMain .l-under-faq #socialgift {
    margin-top: -60px;
    padding-top: 60px;
  }
  .l-under-free {
    margin-bottom: 60px;
  }
  .c-under-mv {
    height: 672px;
    margin-bottom: 60px;
    background: url(https://www.repaco.com/img/layout/brand-story/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .c-under-mv .c-ttl {
    margin-bottom: 20px;
  }
  .c-under-mv .c-under-mv-catch {
    font-size: 13px;
  }
  .c-under-mv .c-under-mv-catch span {
    font-size: 28px;
  }
  .c-under-mv-small {
    height: 100px;
    margin-bottom: 45px;
    background: url(https://www.repaco.com/img/layout/brand-story/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .c-under-mv-small .c-ttl {
    margin-bottom: 20px;
  }
  #brand-story #sysMain .l-under-story .c-under-mv {
    background: url(https://www.repaco.com/img/layout/brand-story/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col {
    margin-bottom: 50px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col {
    flex-wrap: wrap;
    padding-inline: 20px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk {
    width: 100%;
    margin-bottom: 10px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk .p-under-story-ttl {
    margin-bottom: 25px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk .p-under-story-ttl span {
    font-size: 9px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk .p-under-story-ttl div {
    font-size: 16px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk .p-under-story-txt p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 {
    width: 100%;
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    justify-content: center;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 .p-under-story-img01 {
    width: 30.6666666667vw;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 .p-under-story-img01 img {
    border-radius: 10px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 .p-under-story-img02 {
    width: 53.3333333333vw;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 .p-under-story-img02 img {
    border-radius: 10px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 {
    flex-wrap: wrap;
    padding-inline: 20px;
    margin-bottom: 50px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk {
    width: 100%;
    order: 2;
    display: flex;
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    justify-content: center;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk .p-under-story-img {
    width: 53.3333333333vw;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk .p-under-story-img02 {
    width: 30.6666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 {
    flex-wrap: wrap;
    width: 100%;
    order: 1;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group {
    margin-bottom: 30px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-ttl {
    margin-bottom: 25px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-ttl span {
    font-size: 9px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-ttl div {
    font-size: 16px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-txt p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-img {
    display: none;
  }
  #brand-story #sysMain .l-under-story .p-under-story-items ul {
    overflow: scroll;
    padding-bottom: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-left: 20px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-items ul::after {
    content: "";
    flex: 0 0 10px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-items ul li {
    width: 40vw;
    min-width: 40vw;
  }
  #brand-story #sysMain .l-under-story .p-under-story-items ul li img {
    border-radius: 10px;
    margin-bottom: 15px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-items ul li h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-items ul li .c-more {
    transform: translateX(0);
  }
  #socialgift #sysMain .l-under-social .c-under-mv {
    background: url(https://www.repaco.com/img/layout/socialgift/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #socialgift #sysMain .l-under-social .c-under-mv .c-ttl {
    margin-bottom: 25px;
  }
  #socialgift #sysMain .l-under-social .c-under-mv .c-under-mv-catch span {
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature {
    padding-inline: 30px;
    padding-top: 45px;
    padding-bottom: 40px;
    margin-bottom: 65px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .c-ttl {
    margin-bottom: 35px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item {
    padding-top: 50px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item.p-socialgift-item01 div img {
    width: 49px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item.p-socialgift-item02 div img {
    width: 60px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item.p-socialgift-item03 div img {
    width: 58px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item {
    width: 100%;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item div {
    min-height: 90px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item h3 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item p {
    font-size: 13px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec {
    margin-bottom: 60px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-ttl {
    margin-bottom: 35px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list {
    flex-wrap: wrap;
    row-gap: 25px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item {
    width: 100%;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item::before {
    content: "";
    background-image: radial-gradient(circle, #c2a661 2px, transparent 2px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 4px 8px;
    position: absolute;
    top: 85px;
    left: 27px;
    width: 4px;
    height: calc(100% - 70px);
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item::after {
    content: "";
    background: url(https://www.repaco.com/img/layout/socialgift/ico_arrow_right_gold.png) no-repeat, #fff;
    width: 15px;
    height: 26px;
    background-size: 100%;
    position: absolute;
    bottom: -23px;
    left: 21px;
    transform: rotate(90deg);
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-label {
    position: absolute;
    top: 0;
    left: -12px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-label::before {
    content: none;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-group {
    width: 100%;
    margin-inline: auto;
    position: relative;
    left: 10px;
    margin-top: 25px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-group .c-socialgift-item-img {
    margin-bottom: 20px;
    width: 69.3333333333vw;
    margin-inline: auto;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-group h3 {
    font-size: 16px;
    margin-inline: auto;
    text-align: left;
    padding-left: 21.3333333333vw;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-group p {
    font-size: 13px;
    width: 69.3333333333vw;
    margin-inline: auto;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-letter {
    margin-bottom: 65px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-letter .c-ttl {
    margin-bottom: 30px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-letter .p-socialgift-letter-lead {
    text-align: left;
    padding-inline: 20px;
    font-size: 13px;
    margin-bottom: 30px;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom {
    margin-bottom: 65px;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide {
    margin-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li {
    min-width: 40vw;
    width: 40vw;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemImage {
    margin-bottom: 10px;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemName {
    font-size: 12px;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemName a {
    line-height: 1.4;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemPrice {
    font-size: 12px;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide li .sysItemPrice .taxin {
    font-size: 8px;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .swiper-button-prev {
    display: none;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .swiper-button-next {
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    top: 38%;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .swiper-button-next::after {
    font-size: 20px;
  }
  #socialgift #sysMain .l-under-social .p-under-social-faq {
    padding-inline: 20px;
    margin-top: 65px;
  }
  .l-under-wp {
    margin-bottom: 60px;
  }
  #topics #sysMain .l-under-topics {
    padding-inline: 20px;
  }
  #topics #sysMain .l-topics__wrap .l-topics-block {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
  }
  #topics #sysMain .l-topics__wrap .l-topics-block .c-topics-box {
    width: calc((100% - 10px) / 2);
  }
  #topics #sysMain .l-topics__wrap .l-topics-block .c-topics-box img {
    margin-bottom: 12px;
    height: 230px;
  }
  #topics #sysMain .l-topics__wrap .l-topics-block .c-topics-box time {
    font-size: 13px;
    margin-bottom: 4px;
  }
  #topics #sysMain .l-topics__wrap .l-topics-block .c-topics-box p {
    font-size: 13px;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner {
    padding-inline: 20px;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_title {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_title::before {
    width: 37.0666666667vw;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_title::after {
    width: 37.0666666667vw;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li {
    padding-left: 8px;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li > a::before {
    font-size: 13px;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li > a {
    font-size: 13px;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li > a {
    font-size: 13px;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_list li > a span {
    font-size: 13px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail {
    margin-bottom: 60px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-head {
    margin-inline: 20px;
    width: auto;
    margin-bottom: 30px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-head time {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-head h1 {
    font-size: 16px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .c-topics-detail-thumb {
    margin-inline: 20px;
    width: auto;
    margin-bottom: 30px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .c-topics-detail-thumb img {
    border-radius: 10px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner {
    width: auto;
    margin-inline: 20px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner span[id] {
    scroll-margin-top: 60px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-ttl02 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 28px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-ttl02 .c-topics-detail-ttl02-label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-ttl03 {
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-ttl04 {
    font-size: 16px;
    margin-bottom: 28px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-item-ttl {
    padding-inline: 20px;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 12px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card {
    padding-inline: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card::before {
    left: 20px;
    right: 20px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card {
    flex-wrap: wrap;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-img {
    width: 100%;
    order: 1;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-img img {
    width: 200px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-img .c-topics-detail-card-box-ttl {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-box {
    width: 100%;
    order: 2;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-box .c-topics-detail-card-box-ttl {
    display: none;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-box p {
    font-size: 13px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-card .c-topics-detail-card-box .c-btn {
    margin-top: 0;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-txt {
    font-size: 13px;
    margin-bottom: 28px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-col {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-col .c-topics-detail-col-img {
    width: 100%;
    margin-bottom: 30px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-col .c-topics-detail-col-blk {
    width: 100%;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-topics-detail-col .c-topics-detail-col-blk dl dt {
    font-size: 16px;
    margin-bottom: 28px;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner .c-btn {
    margin-top: 60px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-share p {
    font-size: 13px;
  }
  .c-case {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-case .c-case-inner {
    flex-wrap: wrap;
    width: 100%;
  }
  .c-case .c-case-inner .c-case-inner-blk {
    width: 100%;
  }
  .c-case .c-case-inner .c-case-inner-blk .c-ttl {
    text-align: center;
    margin-bottom: 35px;
  }
  .c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-img_sp {
    display: block;
    width: 80vw;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-list {
    width: 80vw;
    margin-left: auto;
    margin-bottom: 25px;
  }
  .c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-list li {
    font-size: 13px;
  }
  .c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-img {
    width: 42.6666666667vw;
    margin-left: 20px;
  }
  .c-case .c-case-inner .c-case-inner-blk .c-case-inner-blk-img img {
    border-radius: 10px;
    width: 100%;
  }
  .c-case .c-case-inner .c-case-inner-blk02 {
    display: none;
  }
  .c-infomation {
    padding-bottom: 25px;
    padding-top: 45px;
  }
  .c-infomation .c-infomation-inner ul {
    overflow: scroll;
    padding-bottom: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-left: 20px;
  }
  .c-infomation .c-infomation-inner ul::after {
    content: "";
    flex: 0 0 10px;
  }
  .c-infomation .c-infomation-inner ul li {
    width: 280px;
    min-width: 280px;
  }
  .c-infomation .c-infomation-inner ul li img {
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .c-infomation .c-infomation-inner ul li h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .c-infomation .c-infomation-inner ul li > p {
    margin-bottom: 15px;
  }
  .c-infomation .c-infomation-inner ul li .c-more {
    transform: translateX(0);
  }
  .c-contact {
    height: 345px;
    padding-inline: 30px;
    background: url(https://www.repaco.com/img/layout/corporate/contact_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .c-contact .c-contact-inner {
    height: 265px;
    padding-inline: 20px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .c-contact .c-contact-inner .c-ttl {
    margin-bottom: 20px;
  }
  .c-contact .c-contact-inner-lead {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
  }
  .c-contact .c-contact-btn {
    width: 100%;
  }
  .c-contact .c-contact-btn a span::before {
    width: 15px;
    height: 12px;
    top: 5px;
    left: -25px;
  }
  .c-contact .c-contact-btn a {
    font-size: 13px;
    height: 60px;
  }
  .c-online {
    padding-inline: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-online .c-online-inner-list {
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .c-online .c-online-inner-list .c-online-item {
    width: calc((100% - 10px) / 2);
    height: 162px;
  }
  .c-online .c-online-inner-list .c-online-item a .c-online-item-name {
    font-size: 13px;
    line-height: 1.38;
    margin-bottom: 15px;
  }
  .c-online .c-online-inner-list .c-online-item a .c-online-item-logo {
    margin-bottom: 0;
  }
  .c-online .c-online-inner-list .c-online-item a .c-more {
    display: none;
  }
  .l-corporate .l-corporate-about .p-corporate-about {
    padding-bottom: 30px;
    padding-top: 20px;
    padding-inline: 20px;
  }
  .l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-img {
    width: 100%;
  }
  .l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 25px;
    height: 450px;
    width: 315px;
    left: 0;
    top: auto;
    bottom: 70px;
  }
  .l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card .p-corporate-about-en {
    font-size: 16px;
  }
  .l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card .p-corporate-about-ttl {
    font-size: 22px;
  }
  .l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card .p-corporate-about-txt {
    font-size: 13px;
  }
  .l-corporate .p-under-mov {
    height: 672px;
  }
  .l-corporate .l-coportate-concept {
    height: 474.6666666667vw;
    padding-top: 22.6666666667vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-lead {
    width: 100%;
    padding-inline: 5.3333333333vw;
    margin-bottom: 133.3333333333vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-lead p {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-lead h3 {
    font-size: 5.8666666667vw;
    line-height: 1.78;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk {
    width: 100%;
    padding-inline: 5.3333333333vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .p-coportate-txt {
    font-size: 3.4666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more {
    width: 38.4vw;
    margin-top: 2.6666666667vw;
    height: 6.4vw;
    margin-inline: initial;
    transform: translateX(0);
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more p {
    font-size: 4vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more span {
    width: 6.4vw;
    height: 6.4vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more span::before {
    height: 1.6vw;
    margin: -0.8vw auto auto;
    right: 2.4vw;
    width: 1.6vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-img01 {
    left: auto;
    right: 0;
    bottom: auto;
    top: 78.6666666667vw;
    width: 53.3333333333vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-img01 img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .l-corporate .l-coportate-concept .p-coportate-img02 {
    right: 5.3333333333vw;
    width: 53.3333333333vw;
    bottom: 21.3333333333vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-img02 img {
    border-radius: 10px;
  }
  .l-corporate .l-coportate-concept .p-coportate-img03 {
    right: auto;
    left: 5.3333333333vw;
    width: 33.3333333333vw;
    bottom: auto;
    top: 148.8vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-img03 img {
    border-radius: 10px;
  }
  #oem #sysMain .l-under-oem .c-under-mv {
    background: url(https://www.repaco.com/img/layout/oem/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #oem #sysMain .l-under-oem .c-under-mv .c-ttl {
    margin-bottom: 30px;
  }
  #oem #sysMain .l-under-oem .c-under-mv-catch span {
    margin-bottom: 25px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead {
    padding-inline: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box {
    width: auto;
    height: 337px;
    border-radius: 10px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-ttl {
    font-size: 22px;
    text-align: left;
    line-height: 1.81;
    top: -20px;
    padding-left: 20px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-txt {
    font-size: 13px;
    margin-top: 40px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-img01 {
    width: 64px;
    left: auto;
    right: -10px;
    top: 5px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-img02 {
    width: 102px;
    right: 0;
    bottom: -15px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec {
    margin-bottom: 60px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list {
    flex-wrap: wrap;
    padding-inline: 20px;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list .p-under-oem-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 25px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list .p-under-oem-item dt {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 22px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list .p-under-oem-item dd ul li {
    font-size: 13px;
    margin-bottom: 18px;
    padding-left: 30px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list .p-under-oem-item dd ul li::before {
    width: 20px;
    height: 20px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-ico {
    margin-bottom: 30px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-ico img {
    width: 200px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-catch {
    padding-inline: 20px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-catch h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-catch p {
    font-size: 13px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-catch .p-under-oem-catch-img img {
    border-radius: 10px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step {
    padding-top: 45px;
    padding-inline: 20px;
    padding-bottom: 40px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .c-ttl {
    margin-bottom: 75px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item::before {
    height: 40px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item {
    padding-top: 60px;
    padding-bottom: 40px;
    border-radius: 10px;
    margin-bottom: 90px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item03 {
    padding-bottom: 40px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item04 {
    padding-bottom: 40px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item.p-under-oem-step-item05 {
    padding-bottom: 40px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl.p-under-oem-step-ttl02 {
    text-align: center;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline {
    display: block;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline .p-under-oem-step-date {
    position: static;
    transform: translate(0);
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline .p-under-oem-step-date::before {
    content: none;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline .p-under-oem-step-date::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 6px solid #c2a661;
    border-top: 0;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-txt {
    font-size: 13px;
    text-align: left;
    margin-bottom: 38px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info {
    flex-wrap: wrap;
    row-gap: 45px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel {
    width: 100%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel::before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -30px;
    transform: translateY(0);
    margin-left: 0;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel dt {
    margin-bottom: 17px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-tel dd a {
    margin-left: 20px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-mail {
    width: 100%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col {
    flex-wrap: wrap;
    width: 100%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt {
    width: 100%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt img {
    display: block;
    margin-bottom: 20px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt p {
    font-size: 13px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-img {
    display: none;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-ttl02 {
    text-align: center;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-imglist {
    margin-bottom: 20px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-imglist ul {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-imglist ul li {
    width: 100%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-col-txt02 {
    font-size: 13px;
  }
  .c-sns {
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .c-sns .c-ttl {
    margin-bottom: 35px;
  }
  #fluits-egg #sysMain .l-under-egg #point01,
  #fluits-egg #sysMain .l-under-egg #point02,
  #fluits-egg #sysMain .l-under-egg #point03 {
    margin-top: -80px;
    padding-top: 80px;
  }
  #fluits-egg #sysMain .l-under-egg .c-under-mv {
    background: url(https://www.repaco.com/img/layout/fluits-egg/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 60px;
  }
  #fluits-egg #sysMain .l-under-egg .c-under-mv .c-ttl {
    margin-bottom: 30px;
  }
  #fluits-egg #sysMain .l-under-egg .c-under-mv-catch span {
    margin-bottom: 25px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lead {
    margin-bottom: 60px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-img {
    display: none;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk {
    padding-left: 0;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk .c-ttl {
    padding-inline: 20px;
    margin-bottom: 30px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk .c-ttl div {
    font-size: 16px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk img {
    display: block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
    width: 94.6666666667vw;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk p {
    font-size: 13px;
    padding-inline: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail {
    padding-inline: 20px;
    padding-top: 45px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .c-ttl {
    margin-bottom: 35px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-lead {
    font-size: 13px;
    margin-bottom: 28px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item {
    width: 100%;
    padding-bottom: 30px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-head {
    margin-bottom: 10px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-head h3 {
    font-size: 15px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group {
    min-height: auto;
    margin-bottom: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-middle {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-middle .c-retail-item-middle-info {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-middle .c-retail-item-middle-map a {
    font-size: 13px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-bottom .c-retail-item-bottom-time {
    font-size: 13px;
    margin-bottom: 2px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-retail-item-group .c-retail-item-bottom .c-retail-item-bottom-tel {
    font-size: 13px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item .c-retail-item-inner .c-btn {
    width: 200px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place {
    padding-bottom: 40px;
    padding-top: 0;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col {
    flex-wrap: wrap;
    width: 100%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-info {
    width: 100%;
    min-width: auto;
    padding-inline: 20px;
    margin-bottom: 30px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-info dl {
    margin-bottom: 18px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-info dl dt {
    margin-bottom: 7px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-map {
    width: 100%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-map iframe {
    margin-right: 0;
    padding-left: 20px;
    width: 100%;
    height: 300px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list {
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
    padding-inline: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item {
    width: 100%;
    height: 189px;
    border-radius: 15px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a {
    flex-direction: row;
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding-inline: 25px;
    border-radius: 15px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-feature-item-ttl {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-feature-item-txt {
    margin-bottom: 8px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-feature-item-logo {
    margin-bottom: 0;
    width: 60px;
    min-width: 60px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item a .c-more {
    transform: translateX(0);
    margin-right: inherit;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup {
    margin-bottom: 100px;
    padding-top: 65px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .c-ttl {
    margin-bottom: 25px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk {
    margin-bottom: 35px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup {
    padding-left: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal {
    display: flex;
    overflow: scroll;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    gap: 10px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal::after {
    content: "";
    flex: 0 0 10px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li {
    width: 40vw;
    min-width: 40vw;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li .c-btn {
    width: 34.6666666667vw;
    min-height: 35px;
    font-size: 12px;
    margin-top: 15px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li form input[type=submit] {
    width: 34.6666666667vw;
    min-height: 35px;
    font-size: 12px;
    background: #c2a661;
    padding: 0;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li form input[value=バリエーション選択] {
    background: #c2a661;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv {
    margin-bottom: 30px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box {
    top: 50px;
    padding-inline: 20px;
    margin-inline: 20px;
    width: auto;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-ico {
    width: 120px;
    height: 120px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-ico img {
    width: 40px;
    height: 40px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-ico::before {
    width: 120px;
    height: 90px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-group {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-group p {
    text-align: left;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-button-prev {
    bottom: -50px;
    top: auto;
    left: 26.1333333333vw;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-button-prev::after {
    font-size: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-button-next {
    bottom: -50px;
    top: auto;
    right: 26.1333333333vw;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-button-next::after {
    font-size: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper-pagination {
    bottom: -40px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide {
    padding-inline: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col {
    display: block;
    border-radius: 10px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-img {
    width: 100%;
    margin-bottom: 26px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-img img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt {
    width: auto;
    padding-left: 0;
    padding-inline: 20px;
    padding-bottom: 30px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt p {
    font-size: 13px;
  }
  #shop #sysMain .l-under-shop #point01,
  #shop #sysMain .l-under-shop #point02,
  #shop #sysMain .l-under-shop #point03 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #shop #sysMain .l-under-shop .c-under-mv-small {
    background: url(https://www.repaco.com/img/layout/shop/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #shop #sysMain .l-under-shop .c-under-mv-small .c-ttl {
    margin-bottom: 20px;
  }
  #shop #sysMain .l-under-shop .c-store-area {
    margin-bottom: 60px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-ttl {
    margin-bottom: 35px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item {
    flex-wrap: wrap;
    padding: 20px;
    margin-inline: 20px;
    width: auto;
    margin-bottom: 20px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk {
    width: 100%;
    flex-wrap: wrap;
    padding-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-img {
    margin-bottom: 18px;
    width: 100%;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-ttl {
    font-size: 18px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-info .c-store-item-blk-box-info-col {
    margin-bottom: 10px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-tag li {
    font-size: 11px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 {
    flex-wrap: nowrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 100%;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group {
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: 43px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-line a {
    width: 43px;
    height: 43px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-line a img {
    width: 19px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-map {
    height: 43px;
    width: 73px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-map a {
    font-size: 13px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-store-item-group .c-store-item-map a img {
    width: 12px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk02 .c-btn {
    height: 43px;
    width: calc(100% - 126px);
  }
  #sysMain .l-under-shop-repaco .c-shop-detail-ttl,
  #sysMain .l-under-shop-koshihama .c-shop-detail-ttl,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail-ttl,
  #sysMain .l-under-shop-motomiya .c-shop-detail-ttl,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail-ttl,
  #sysMain .l-under-shop-kashima .c-shop-detail-ttl,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail-ttl,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail-ttl,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail-ttl,
  #sysMain .l-under-shop-yonezawa .c-shop-detail-ttl,
  #sysMain .l-under-shop-detail .c-shop-detail-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail,
  #sysMain .l-under-shop-koshihama .c-shop-detail,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail,
  #sysMain .l-under-shop-motomiya .c-shop-detail,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail,
  #sysMain .l-under-shop-kashima .c-shop-detail,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail,
  #sysMain .l-under-shop-yonezawa .c-shop-detail,
  #sysMain .l-under-shop-detail .c-shop-detail {
    padding-inline: 20px;
    margin-bottom: 40px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-mv {
    margin-bottom: 45px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-mv img,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-mv img {
    border-radius: 10px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk {
    width: 100%;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dt {
    font-size: 13px;
    width: 100%;
    min-width: auto;
    margin-bottom: 8px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd {
    font-size: 13px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd p {
    margin-bottom: 10px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk dl dd .c-shop-detail-link.c-shop-detail-link02 {
    margin-left: 8px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map {
    width: 100%;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe {
    height: 315px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail-btn,
  #sysMain .l-under-shop-koshihama .c-shop-detail-btn,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail-btn,
  #sysMain .l-under-shop-motomiya .c-shop-detail-btn,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail-btn,
  #sysMain .l-under-shop-kashima .c-shop-detail-btn,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail-btn,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail-btn,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail-btn,
  #sysMain .l-under-shop-yonezawa .c-shop-detail-btn,
  #sysMain .l-under-shop-detail .c-shop-detail-btn {
    height: 50px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail-btn a,
  #sysMain .l-under-shop-koshihama .c-shop-detail-btn a,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail-btn a,
  #sysMain .l-under-shop-motomiya .c-shop-detail-btn a,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail-btn a,
  #sysMain .l-under-shop-kashima .c-shop-detail-btn a,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail-btn a,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail-btn a,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail-btn a,
  #sysMain .l-under-shop-yonezawa .c-shop-detail-btn a,
  #sysMain .l-under-shop-detail .c-shop-detail-btn a {
    width: 200px;
    background-position: center left 44px;
    background-size: 12px;
  }
  .c-pagination .wp-pagenavi span {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
  .c-pagination .wp-pagenavi a {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
  #sysAll #sysWrap #sysMain .l-under-news {
    padding-inline: 20px;
    margin-bottom: 60px;
  }
  #sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li time,
  #sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li time {
    position: absolute;
    top: 18px;
    left: 0;
    margin-right: 0;
    width: 100%;
    min-width: auto;
    font-size: 12px;
  }
  #sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li a,
  #sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
    padding-bottom: 22px;
    font-size: 12px;
  }
  #sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li a::before,
  #sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li a::before {
    content: none;
  }
  .c-single-pager .c-single-pager-prev {
    font-size: 13px;
    width: 116px;
    height: 50px;
  }
  .c-single-pager .c-single-pager-prev a {
    background-size: 14px;
    background-position: center left 20px;
    padding-left: 25px;
  }
  .c-single-pager .c-single-pager-back {
    height: 50px;
  }
  .c-single-pager .c-single-pager-back a img {
    width: 26px;
  }
  .c-single-pager .c-single-pager-next {
    font-size: 13px;
    width: 116px;
    height: 50px;
  }
  .c-single-pager .c-single-pager-next a {
    background-size: 14px;
    background-position: center right 20px;
    padding-right: 25px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail {
    margin-bottom: 60px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-head {
    margin-inline: 20px;
    width: auto;
    margin-bottom: 30px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-head time {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-head h1 {
    font-size: 16px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner {
    width: auto;
    margin-inline: 20px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-txt {
    font-size: 13px;
    margin-bottom: 28px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-ttl {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 28px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-img {
    margin-bottom: 28px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-link {
    margin-bottom: 28px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-btn {
    margin-top: 60px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card {
    flex-wrap: wrap;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-img {
    width: 100%;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-img img {
    width: 200px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-img h2 {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-box {
    width: 100%;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-box h2 {
    display: none;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-box p {
    font-size: 13px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner .c-news-detail-card .c-news-detail-card-box .c-btn {
    margin-top: 0;
  }
  #christmas #sysMain .l-christmas #line {
    margin-top: -60px;
    padding-top: 60px;
  }
  #christmas #sysMain .l-christmas .c-christmas-ttl {
    margin-bottom: 4.8vw;
  }
  #christmas #sysMain .l-christmas .c-christmas-ttl p {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-bottom: 2.1333333333vw;
  }
  #christmas #sysMain .l-christmas .c-christmas-ttl h2 {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  #christmas #sysMain .l-christmas .c-christmas-tag {
    justify-content: center;
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .c-christmas-tag li {
    font-size: 2.6666666667vw;
    padding-inline: 4vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  #christmas #sysMain .l-christmas .c-christmas-btn {
    margin-inline: auto;
    width: 64vw;
    margin-bottom: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .c-christmas-btn .c-christmas-fukidashi {
    top: -8vw;
    right: -8vw;
    width: 16vw;
    height: 16vw;
    font-size: 2.6666666667vw;
  }
  #christmas #sysMain .l-christmas .c-christmas-btn a {
    height: 14.4vw;
    font-size: 4vw;
  }
  #christmas #sysMain .l-christmas .c-christmas-price {
    text-align: center;
    font-size: 5.8666666667vw;
    margin-bottom: 12vw;
  }
  #christmas #sysMain .l-christmas .c-christmas-price span {
    font-size: 3.2vw;
    margin-left: 1.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead::before {
    width: 80px;
    height: 91px;
    right: -25px;
    transform: translateX(0);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead::after {
    width: 80px;
    height: 102px;
    left: -11px;
    transform: translateX(0);
    top: 85px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead .p-christmas-lead-head {
    margin-bottom: 20px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead .p-christmas-lead-head h2 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead .p-christmas-lead-head p {
    font-size: 13px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date {
    overflow: hidden;
    padding-bottom: 20px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date:last-child {
    margin-bottom: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-ttl::before {
    left: 20px;
    right: 20px;
    width: auto;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-ttl span {
    background: url(https://www.repaco.com/img/layout/christmas/ttl_deco_sp.png) no-repeat;
    background-size: 100%;
    width: 160px;
    height: 47px;
    font-size: 16px;
    margin-bottom: 16px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk {
    flex-wrap: wrap;
    padding-inline: 20px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 {
    width: 92px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date {
    flex-direction: column;
    position: relative;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt01 {
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt01 sup {
    font-size: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt02 {
    font-size: 20px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt02 span {
    font-size: 30px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt03 {
    font-size: 12px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 42px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt04 {
    font-size: 15px;
    text-align: center;
    margin-top: 0px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date-note {
    display: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 {
    width: 100%;
    margin-bottom: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date {
    flex-wrap: wrap;
    margin-inline: auto;
    justify-content: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt01 {
    font-size: 16px;
    margin-top: 12px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt01 sup {
    font-size: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt02 {
    font-size: 16px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt02 span {
    font-size: 30px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt02 span.c-christmas-date-span01 {
    font-size: 24px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date .c-christmas-date-txt03 {
    font-size: 12px;
    width: 18px;
    height: 18px;
    margin-top: 12px;
    margin-left: -5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date-note02 {
    text-align: center;
    font-size: 11px;
    margin-top: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk02 {
    display: block;
    text-align: center;
    font-size: 11px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec {
    width: 100%;
    background: url(https://www.repaco.com/img/layout/christmas/bg_gradient_sp.png) no-repeat;
    background-size: 100%;
    padding-top: 0;
    left: -5.3333333333vw;
    padding-bottom: 0;
    margin-bottom: 34.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec::after {
    content: "";
    background: url(https://www.repaco.com/img/layout/christmas/bg_gradient_parts_sp.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 16vw;
    width: 100%;
    transform: translateY(100%);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec:before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    right: 2.6666666667vw;
    bottom: -13.3333333333vw;
    z-index: 1;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 4vw;
    position: relative;
    z-index: 2;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
    width: 100%;
    order: 2;
    margin-top: 8vw;
    padding-right: 5.3333333333vw;
    padding-left: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box .p-christmas-sec-lead {
    width: 100%;
    font-size: 3.4666666667vw;
    margin-bottom: 9.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img {
    margin-top: 0;
    order: 1;
    width: 100vw;
    margin-right: 0;
    left: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img p {
    font-size: 13.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail {
    width: auto;
    border: none;
    padding: 0;
    padding-right: 5.3333333333vw;
    padding-left: 10.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt::after {
    content: "";
    width: 68.8vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0.2666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt {
    margin-bottom: 3.4666666667vw;
    font-size: 5.3333333333vw;
    position: static;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt span {
    width: 33.6vw;
    text-align: left;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dd ul li {
    font-size: 3.4666666667vw;
    margin-bottom: 2.1333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point {
    width: 100%;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl {
    width: 100%;
    border: none;
    padding: 0;
    padding-right: 5.3333333333vw;
    padding-left: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt::after {
    content: "";
    width: 68.8vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0.2666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt {
    margin-bottom: 3.4666666667vw;
    font-size: 5.3333333333vw;
    position: static;
    transform: translate(0);
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt span {
    width: 30.6666666667vw;
    text-align: left;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt span::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk .p-christmas-sec-point-img {
    width: 50.6666666667vw;
    margin-inline: auto;
    position: static;
    transform: translateY(0);
    border: 1.0666666667vw solid #fff;
    margin-bottom: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk .p-christmas-sec-point-img img {
    width: 100%;
    border: 0.5333333333vw solid #e4bf72;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk p {
    font-size: 3.4666666667vw;
    margin-left: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec {
    width: 100%;
    background: url(https://www.repaco.com/img/layout/christmas/bg_gradient_sp02.png) no-repeat;
    background-size: 100%;
    left: auto;
    right: -5.3333333333vw;
    padding-bottom: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec::after {
    content: "";
    background: url(https://www.repaco.com/img/layout/christmas/bg_gradient_parts_sp02.png) no-repeat;
    background-size: 100%;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head {
    border-bottom: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
    width: 100%;
    order: 2;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box .p-christmas-sec-lead {
    padding-left: 8vw;
    padding-right: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img {
    margin-left: 0;
    left: auto;
    right: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-box {
    order: 2;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-box .c-christmas-btn {
    margin-bottom: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-img {
    order: 1;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-detail {
    padding-left: 8vw;
    padding-right: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-detail dl dt::after {
    width: 66.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-point dl {
    padding-left: 8vw;
    padding-right: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-point dl dt::after {
    width: 66.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec {
    width: 100%;
    background: url(https://www.repaco.com/img/layout/christmas/bg_gradient_sp03.png) no-repeat;
    background-size: 100%;
    right: auto;
    left: -5.3333333333vw;
    padding-bottom: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec::after {
    content: "";
    background: url(https://www.repaco.com/img/layout/christmas/bg_gradient_parts_sp03.png) no-repeat;
    background-size: 100%;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head {
    border-bottom: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
    width: 100%;
    order: 2;
    padding-right: 0;
    padding-left: 20px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box .p-christmas-sec-lead {
    padding-right: 8vw;
    padding-left: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img {
    order: 1;
    margin-left: 0;
    right: auto;
    left: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-box {
    order: 2;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-box .c-christmas-btn {
    margin-bottom: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-img {
    order: 1;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head02 .p-christmas-sec-head-img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-detail {
    padding-right: 8vw;
    padding-left: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-detail dl dt::after {
    width: 66.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-point dl {
    padding-right: 8vw;
    padding-left: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-point dl dt::after {
    width: 66.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec {
    width: 100%;
    background: url(https://www.repaco.com/img/layout/christmas/bg_gradient_sp04.png) no-repeat;
    background-size: 105%;
    left: auto;
    right: -5.3333333333vw;
    padding-top: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec::after {
    content: "";
    background: url(https://www.repaco.com/img/layout/christmas/bg_gradient_parts_sp04.png) no-repeat;
    background-size: 100%;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head {
    border-bottom: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box .p-christmas-sec-lead {
    padding-left: 8vw;
    padding-right: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img {
    margin-left: 0;
    left: auto;
    right: 5.3333333333vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-detail {
    padding-left: 8vw;
    padding-right: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-detail dl dt::after {
    width: 66.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-point dl {
    padding-left: 8vw;
    padding-right: 10.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-point dl dt::after {
    width: 66.6666666667vw;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco::before {
    width: 133px;
    height: 200px;
    top: -163px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco02::before {
    width: 133px;
    height: 200px;
    top: -163px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco03::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco04::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::before {
    width: 98px;
    height: 107px;
    left: -12px;
    top: -5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::after {
    width: 154px;
    right: -30px;
    top: -44px;
    height: 90px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap {
    padding-bottom: 62px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::before {
    width: 134px;
    height: 71px;
    left: -60px;
    top: 105px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::after {
    width: 57px;
    height: 61px;
    right: 10px;
    top: 35px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-head {
    margin-bottom: 25px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-head p {
    font-size: 9px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-head h2 {
    font-size: 16px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table {
    border-spacing: 5px;
    padding-inline: 15px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr .p-christmas-table-th {
    font-size: 16px;
    height: 80px;
    line-height: 1.6;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr .p-christmas-table-th02 {
    font-size: 13px;
    min-width: 45px;
    width: 45px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 28px;
    padding-bottom: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group {
    flex-wrap: wrap;
    margin-bottom: 3px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date.p-christmas-table-box-date02 {
    margin-bottom: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date {
    width: 100%;
    justify-content: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-bottom: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date {
    font-size: 28px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date span {
    font-size: 28px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date02 {
    display: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date02_sp {
    display: block;
    color: #0d3b2e;
    font-size: 28px;
    line-height: 1;
    position: relative;
    margin-top: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date02_sp::before {
    content: "↓";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: #3c2e2a;
    top: -22px;
    margin-left: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-week {
    font-size: 13px;
    width: 20px;
    height: 20px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-note.p-christmas-table-center {
    text-align: center;
    margin-top: 5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-note {
    font-size: 11px;
    text-align: left;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-txt {
    font-size: 13px;
    top: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-txt02 {
    font-size: 15px;
    top: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk {
    font-size: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk span {
    font-size: 11px;
    margin-top: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk02 p:nth-of-type(1) {
    font-size: 13px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk02 p:nth-of-type(2) {
    font-size: 24px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk02 p:nth-of-type(2) span {
    font-size: 13px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-txtblk02 p:nth-of-type(3) {
    font-size: 11px;
    text-align: left;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-btn a {
    width: auto;
    height: 40px;
    font-size: 13px;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-dl {
    font-size: 11px;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-dl .p-christmas-table-dl-dt {
    width: auto;
    min-width: auto;
    float: left;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-btn {
    margin-bottom: 40px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-list {
    margin-bottom: 40px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-list li {
    font-size: 13px;
    margin-bottom: 2px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-list li.is__color_red {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line {
    border: 2px solid #fff;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line h2 {
    font-size: 25px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line h2 img {
    width: 40px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line .p-christmas-table-line-col .p-christmas-table-line-col-blk {
    flex-wrap: wrap;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line .p-christmas-table-line-col .p-christmas-table-line-col-blk p {
    font-size: 15px;
    text-align: center;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line .p-christmas-table-line-col .p-christmas-table-line-col-blk .p-christmas-table-line-btn a {
    font-size: 15px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line .p-christmas-table-line-col .p-christmas-table-line-col-code {
    display: none;
  }
}
@media (min-width: 64.0666666667em) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .tb_only {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
}
@media (min-width: 50.0666666667em) and (max-width: 64em) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
  .tb_only {
    display: block !important;
  }
  .sysFuncItemBlock .sysCartButton {
    font-size: min(0.8rem, 3.2vw);
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysIconRank,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysIconRank {
    width: min(2rem, 8vw);
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName a,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemName a {
    font-size: min(0.9333333333rem, 3.7333333333vw);
  }
  #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice,
  #sysFooter .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice {
    font-size: min(0.9333333333rem, 3.7333333333vw);
  }
  #sysHeader .l-header.is__fixed {
    height: 80px;
  }
  #sysHeader .l-header.is__fixed .l-header__menu {
    transform: translateY(-100%);
    transition: all 300ms ease;
  }
  #sysHeader .l-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
  }
  #sysHeader .l-header .l-header__blk {
    padding-inline: 5%;
  }
  #sysHeader .l-header .l-header__menu nav ul li {
    width: min(360px, 90%);
  }
  #sysHeader .l-header .l-header__menu nav ul li:first-child::before {
    content: none;
  }
  #sysHeader .l-header .l-header__menu nav ul li:last-child::after {
    content: none;
  }
  #sysHeader .l-header-fix {
    display: none;
    padding-inline: 5%;
  }
  #sysHeader .l-header-fix .l-header__blk .p-header-nav-all {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #sysHeader .l-megamenu01 .sysContent {
    width: 90%;
    margin-inline: auto;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk {
    width: 100%;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr {
    width: 100%;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-img {
    width: 48%;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-box .p-megamenu-item a .p-megamenu-item-txt {
    width: 48%;
  }
  #sysHeader .l-megamenu02 > .sysContent {
    width: 90%;
    margin-inline: auto;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap {
    width: 90%;
    margin-inline: auto;
    padding-left: 0;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__bg {
    display: none;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-ttl {
    width: min(1120px, 90%);
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list {
    width: min(1120px, 90%);
    gap: 20px;
    flex-wrap: wrap;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list li {
    width: calc((100% - 20px) / 2);
    height: 200px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap {
    width: min(1620px, 90%);
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head {
    flex-wrap: wrap;
    row-gap: 50px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk {
    width: 40%;
    margin-right: 0;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav {
    width: 60%;
    padding-top: 0;
    padding-left: 5%;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav.l-footer__nav02 {
    width: 60%;
    padding-left: 0;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd ul {
    margin-right: 0;
    width: 50%;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__bnr {
    width: 40%;
  }
  #top .l-mv {
    margin-top: 165px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item {
    width: 90%;
    margin-inline: auto;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .p-season-item-ico {
    top: 35px;
    right: 35px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 {
    width: min(1800px, 90%);
    justify-content: space-between;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-img {
    width: 50%;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk {
    padding-left: 0;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .c-season-item-blk {
    margin-bottom: 50px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .p-season-item-ico {
    display: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-blk {
    width: min(1120px, 90%);
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-blk dt {
    margin-bottom: 24px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item {
    width: 100%;
    margin-bottom: 60px;
    align-items: center;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-img img, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-img img {
    border-radius: 0;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-blk .c-product-card, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-blk .c-product-card {
    right: 0;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03::before {
    content: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04::before {
    content: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-img {
    width: 50%;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-img img {
    border-radius: 0;
    box-shadow: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card {
    width: 100%;
    min-width: 100%;
    transform: translateY(0);
    position: static;
    padding-inline: 5%;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box h3 {
    font-size: 24px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card .c-product-card-box .c-product-card-txt {
    font-size: 13px;
  }
  #top .l-fluit-eggs {
    padding-top: 19.9733688415vw;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap {
    padding-top: 37.2836218375vw;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-img {
    width: min(1100px, 90%);
    top: -19.9733688415vw;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-head p {
    width: min(740px, 90%);
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block {
    width: min(1100px, 90%);
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block {
    width: min(1120px, 90%);
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .swiper-button-prev {
    left: -30px;
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .swiper-button-next {
    right: -30px;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk {
    width: min(760px, 90%);
    margin-inline: auto;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-img {
    width: 50%;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-txt {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-left-radius: 8px;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col {
    width: min(760px, 90%);
    margin-inline: auto;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk {
    width: 100%;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-img {
    width: 50%;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-txt {
    width: 50%;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-item-ico {
    width: 100px;
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-item-ico02 {
    left: -20px;
    bottom: 10px;
  }
  #top .l-topics > .sysContent .l-topics__wrap::before {
    content: none;
  }
  #top .l-topics > .sysContent .l-topics__wrap .l-topics-block {
    width: min(1120px, 90%);
  }
  #top .l-topics > .sysContent .l-topics__wrap .swiper-button-prev {
    left: -30px;
  }
  #top .l-topics > .sysContent .l-topics__wrap .swiper-button-next {
    right: -30px;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card {
    width: 100%;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card {
    position: static;
    transform: translate(0);
    width: min(1120px, 90%);
    margin-top: -20px;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card {
    width: 100%;
  }
  .l-news > .sysContent .l-news__wrap {
    width: min(1120px, 90%);
    padding-top: 0;
  }
  .l-news > .sysContent .l-news__wrap .l-news-list {
    width: calc(100% - 230px);
  }
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li time,
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li time {
    margin-right: 30px;
  }
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li a,
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li a {
    padding-left: 0;
  }
  .l-search .l-search__wrap .l-search__blk {
    width: min(1120px, 90%);
  }
  #sysItemDetail #sysWrap {
    margin-top: 165px;
  }
  #sysItemDetail #sysWrap #sysMain {
    width: 100%;
  }
  #sysItemDetail article .item-container .item-info-container {
    max-width: 90%;
  }
  #sysItemDetail article #sysExplanation .p-item-detail {
    width: 90%;
    margin-inline: auto;
  }
  #sysItemDetail article #sysExplanation .p-item-lp {
    width: 90%;
    margin-inline: auto;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-img {
    width: 48%;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-blk {
    width: 48%;
  }
  #sysItemCategory #sysWrap,
  #sysItemSearch #sysWrap {
    margin-top: 165px;
  }
  #sysItemCategory #sysWrap #sysMain,
  #sysItemSearch #sysWrap #sysMain {
    width: 100%;
  }
  #sysItemSearch #sysWrap {
    margin-top: 200px;
  }
  #sysItemCategory #sysWrap .sysItemListDisp,
  #sysItemSearch #sysWrap .sysItemListDisp {
    width: 90%;
    margin-inline: auto;
  }
  #sysItemCategory .sysItemList,
  #sysItemSearch .sysItemList {
    width: 90%;
    margin-inline: auto;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li > form input[type=submit],
  #sysItemSearch .sysItemList ul.sysThumbnail li > form input[type=submit] {
    background-position: 23px center;
    padding-left: 18px;
  }
  #sysItemCategory .sysItemList ul.sysThumbnail li > form input[value=バリエーション選択],
  #sysItemSearch .sysItemList ul.sysThumbnail li > form input[value=バリエーション選択] {
    background-position: 18px center;
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category {
    width: 90%;
    margin-inline: auto;
  }
  #sysItemCategory #segArea .segmentArea {
    width: min(1100px, 90%);
    margin-inline: auto;
  }
  #sysFooter .c-item-recom {
    width: min(1120px, 90%);
  }
  #sysFooter .c-item-recom .sysContent .sysItemBlock .swiper-button-prev {
    left: -30px;
  }
  #sysFooter .c-item-recom .sysContent .sysItemBlock .swiper-button-next {
    right: -30px;
  }
  #sysFooter .c-item-history {
    width: min(1120px, 90%);
  }
  #sysBasket #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #sysThanks #sysAll #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  .sysMypage #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #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] {
    background-position: 23px center;
    padding-left: 18px;
  }
  #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=バリエーション選択] {
    padding-left: 20px;
    background-position: 13px center;
  }
  #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] {
    background-position: 23px center;
    padding-left: 18px;
  }
  #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=バリエーション選択] {
    padding-left: 20px;
    background-position: 13px center;
  }
  #sysMypageReminder #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #sysMemberRegisterIndex #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #sysMemberRegisterConfirm #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #sysMemberRegisterRegister #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #sysRegi #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #sysRegi #sysWrap #sysMain #sysPurchaseAuthMember {
    width: 48%;
  }
  #sysRegi #sysWrap #sysMain #sysRegisterForm {
    width: 48%;
  }
  #sysRegi #sysWrap #sysMain #sysPurchaseAuthCustomer {
    width: 48%;
  }
  #sysMypageLogin #sysWrap #sysMain .sysFreeArea {
    width: 48%;
  }
  #sysMypageLogin #sysWrap #sysMain .sysLoginForm {
    width: 48%;
  }
  .sysOpcBody #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #sysFormIndex #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #sysFormConfirm #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  #sysFormThanks #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  .sysSocialGiftBody #sysWrap {
    width: min(800px, 90%);
    margin-top: 200px;
  }
  .l-under-page {
    margin-top: 164px;
  }
  #company #sysMain .l-under-company {
    width: min(1000px, 90%);
  }
  #legal-infomation #sysMain .l-under-legal {
    width: min(1000px, 90%);
  }
  #privacy-policy #sysMain .l-under-privacy {
    width: min(1000px, 90%);
  }
  #shopping-guide #sysMain .l-under-guide {
    width: min(1000px, 90%);
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    margin: 0 calc(50% - 50vw);
    margin-left: 0;
    padding-right: 20px;
    margin-bottom: 15px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box::after {
    content: "";
    flex: 0 0 10px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table {
    min-width: 1000px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr:first-child th:nth-of-type(1) {
    border-right: none;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr th {
    border-bottom: none;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr th.p-under-guide-table-fix {
    position: sticky;
    left: -1px;
  }
  #shopping-guide #sysMain .l-under-guide .p-under-guide-table .p-under-guide-table-box table tr th.p-under-guide-table-fix:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 116px;
    height: 100%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #faq #sysMain .l-under-faq {
    width: min(1000px, 90%);
  }
  #faq #sysMain .l-under-faq .c-page-navi li a {
    font-size: 13px;
  }
  .l-under-free {
    margin-top: 164px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col {
    flex-wrap: wrap;
    width: min(1460px, 90%);
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk {
    width: 100%;
    margin-bottom: 30px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 {
    flex-wrap: wrap;
    width: min(1460px, 90%);
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk {
    width: 100%;
    order: 2;
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk .p-under-story-img02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 {
    width: 100%;
    order: 1;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-group .p-under-story-txt {
    width: 100%;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 .p-under-story-img {
    display: none;
  }
  #brand-story #sysMain .l-under-story .p-under-story-items {
    width: min(1460px, 90%);
  }
  #brand-story #sysMain .l-under-story .p-under-story-items ul li h3 {
    font-size: 24px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list {
    width: min(1120px, 90%);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list .p-socialgift-item {
    width: calc((100% - 40px) / 3);
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec {
    width: min(1120px, 90%);
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item {
    width: calc((100% - 40px) / 3);
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-label::before {
    width: 300%;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-label::after {
    content: "";
    width: 22px;
    height: 26px;
    transform: translateY(-50%);
    background-size: 15px;
    background-position: center;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-group h3 {
    min-height: 58px;
  }
  #socialgift #sysMain .l-under-social .p-socialgift-letter .p-socialgift-letter-lead {
    width: 90%;
    margin-inline: auto;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom {
    width: min(1120px, 90%);
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .swiper-button-prev {
    left: -30px;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom .p-under-social-slide .swiper-button-next {
    right: -30px;
  }
  #socialgift #sysMain .l-under-social .p-under-social-faq {
    width: min(1120px, 90%);
  }
  .l-under-wp {
    margin-top: 200px;
  }
  #topics #sysMain .l-under-topics {
    width: min(1120px, 90%);
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner {
    width: min(1120px, 90%);
    padding-inline: 5%;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_title::before {
    width: 45%;
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner #toc_container .toc_title::after {
    width: 45%;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-head {
    width: min(1120px, 90%);
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .c-topics-detail-thumb {
    width: min(1120px, 90%);
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-inner {
    width: min(800px, 90%);
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-share {
    width: min(1120px, 90%);
  }
  .c-case {
    width: min(1120px, 90%);
  }
  .c-case .c-case-inner .c-case-inner-blk {
    width: 48%;
  }
  .c-case .c-case-inner .c-case-inner-blk02 {
    width: 48%;
  }
  .c-infomation .c-infomation-inner {
    width: min(1800px, 90%);
  }
  .c-infomation .c-infomation-inner ul {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .c-infomation .c-infomation-inner ul li {
    width: calc((100% - 40px) / 2);
  }
  .c-infomation .c-infomation-inner ul li h3 {
    font-size: 22px;
  }
  .c-contact .c-contact-inner {
    width: min(1120px, 90%);
  }
  .c-online .c-online-inner-list {
    width: min(1120px, 90%);
    flex-wrap: wrap;
    row-gap: 45px;
  }
  .c-online .c-online-inner-list .c-online-item {
    width: calc((100% - 45px) / 2);
  }
  .l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card {
    width: 40%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-corporate .l-corporate-about .p-corporate-about .p-corporate-about-card .p-corporate-about-txt {
    font-size: 11px;
  }
  .l-corporate .l-coportate-concept {
    height: 234.375vw;
    padding-top: 15.625vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-lead {
    width: 90%;
    margin-bottom: 7.5vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-lead p {
    margin-bottom: 8.125vw;
    font-size: 3.5vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-lead h3 {
    font-size: 2.75vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk {
    width: 65vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .p-coportate-txt {
    font-size: 2.25vw;
    padding-bottom: 6.875vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more {
    width: 17.875vw;
    margin-top: 1.25vw;
    height: 3vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more p {
    font-size: 1.875vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more span {
    width: 3vw;
    height: 3vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more span::before {
    height: 0.75vw;
    margin: -0.375vw auto auto;
    right: 1.125vw;
    width: 0.75vw;
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box {
    width: min(1120px, 90%);
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-img01 {
    width: 200px;
    left: -40px;
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box .p-under-oem-lead-box-img02 {
    width: 200px;
    right: 0;
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list {
    width: min(1120px, 90%);
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-catch {
    width: 90%;
    margin-inline: auto;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item {
    width: min(1120px, 90%);
    padding-left: 5%;
    padding-right: 5%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl.p-under-oem-step-ttl02 {
    text-align: center;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline .p-under-oem-step-date {
    position: static;
    transform: translate(0);
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline .p-under-oem-step-date::before {
    content: none;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-ttl .p-under-oem-step-ttl-inline .p-under-oem-step-date::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 6px solid #c2a661;
    border-top: 0;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-txt {
    text-align: left;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-info .p-under-oem-step-info-mail dd {
    width: min(335px, 80%);
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt {
    width: 48%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-img {
    width: 48%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-ttl02 {
    text-align: center;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-imglist ul li {
    width: 48%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk {
    margin-left: 0;
    padding-inline: 5%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list {
    width: min(1120px, 90%);
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list .c-retail-item {
    width: calc((100% - 40px) / 2);
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-info {
    width: 50%;
    min-width: auto;
    padding-left: 5%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-map {
    width: 50%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-map iframe {
    width: 100%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list {
    width: min(1120px, 90%);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item {
    width: calc((100% - 40px) / 3);
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk {
    width: min(1120px, 90%);
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li form input[type=submit] {
    background-position: 40px center;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk .p-fluits-egg-lineup .sysContent .sysItemBlock .sysHorizontal li form input[value=バリエーション選択] {
    background-position: 25px center;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box {
    width: min(1120px, 90%);
    padding-inline: 5%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-group p {
    text-align: left;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper {
    width: min(1200px, 90%);
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-img {
    width: 50%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt {
    width: 50%;
    padding-inline: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt p {
    font-size: 13px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item {
    width: min(1120px, 90%);
    padding: 20px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-img {
    width: 200px;
    min-width: 200px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-info .c-store-item-blk-box-info-col {
    flex-wrap: wrap;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail,
  #sysMain .l-under-shop-koshihama .c-shop-detail,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail,
  #sysMain .l-under-shop-motomiya .c-shop-detail,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail,
  #sysMain .l-under-shop-kashima .c-shop-detail,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail,
  #sysMain .l-under-shop-yonezawa .c-shop-detail,
  #sysMain .l-under-shop-detail .c-shop-detail {
    width: min(1800px, 90%);
    margin-bottom: 80px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col {
    flex-wrap: wrap;
    width: 100%;
    row-gap: 50px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk {
    width: 100%;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map {
    width: 100%;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map iframe {
    height: 500px;
  }
  #sysAll #sysWrap #sysMain .l-under-news {
    width: min(1120px, 90%);
  }
  #sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li time,
  #sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li time {
    margin-right: 30px;
  }
  #sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li a,
  #sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li a {
    padding-left: 0;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-head {
    width: min(1120px, 90%);
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-inner {
    width: min(800px, 90%);
  }
  #christmas #sysMain .l-christmas .c-christmas-ttl {
    margin-bottom: 36px;
  }
  #christmas #sysMain .l-christmas .c-christmas-ttl p {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #christmas #sysMain .l-christmas .c-christmas-ttl h2 {
    font-size: 32px;
  }
  #christmas #sysMain .l-christmas .c-christmas-tag {
    gap: 10px;
    margin-bottom: 20px;
  }
  #christmas #sysMain .l-christmas .c-christmas-tag li {
    font-size: 13px;
    padding-inline: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #christmas #sysMain .l-christmas .c-christmas-btn {
    width: 240px;
    margin-bottom: 40px;
  }
  #christmas #sysMain .l-christmas .c-christmas-btn .c-christmas-fukidashi {
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
  #christmas #sysMain .l-christmas .c-christmas-btn a {
    height: 54px;
    font-size: 15px;
  }
  #christmas #sysMain .l-christmas .c-christmas-price {
    font-size: 26px;
    margin-bottom: 45px;
  }
  #christmas #sysMain .l-christmas .c-christmas-price span {
    font-size: 15px;
    margin-left: 5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead::before {
    width: 80px;
    height: 91px;
    right: -25px;
    transform: translateX(0);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead::after {
    width: 80px;
    height: 102px;
    left: -11px;
    transform: translateX(0);
    top: 85px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap {
    width: min(1120px, 90%);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk.p-christmas-date-blk-bottom {
    flex-wrap: wrap;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 {
    width: 33.33%;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date {
    flex-direction: column;
    position: relative;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt01 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt01 sup {
    font-size: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt02 {
    text-align: center;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt03 {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 45px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt04 {
    text-align: center;
    margin-top: 0px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date-note {
    display: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 {
    width: 100%;
    margin-bottom: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 {
    width: 100%;
    margin-bottom: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date {
    flex-wrap: wrap;
    margin-inline: auto;
    justify-content: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date-note02 {
    text-align: center;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk02 {
    display: block;
    text-align: center;
    font-size: 15px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 130px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head {
    width: min(1120px, 90%);
    margin-bottom: 60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
    width: 48%;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box .p-christmas-sec-lead {
    font-size: 18px;
    width: min(480px, 90%);
    margin-bottom: 52px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail {
    width: min(960px, 90%);
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 95px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt {
    left: 20px;
    font-size: 36px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt span {
    width: 126px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
    height: 2px;
    margin-top: -1px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dd ul li {
    font-size: 18px;
    margin-bottom: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point {
    width: min(960px, 90%);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl {
    width: min(795px, 90%);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt {
    font-size: 36px;
    margin-left: -60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt span {
    width: 115px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt span::before {
    margin-top: -1px;
    height: 2px;
    background: #a70b10;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk .p-christmas-sec-point-img {
    border: 5px solid #fff;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk .p-christmas-sec-point-img img {
    width: 270px;
    border: 2px solid #e4bf72;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk p {
    margin-left: 175px;
    font-size: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head {
    margin-bottom: 60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head {
    margin-bottom: 60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
    background: #a60a0e;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-point dl dt span::before {
    background: #920305;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec {
    padding-top: 50px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head {
    margin-bottom: 60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
    background: #22645e;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-point dl dt span::before {
    background: #1a504a;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco::before {
    top: -300px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco02::before {
    top: -300px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco03::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco04::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::before {
    width: 148px;
    height: 157px;
    left: -12px;
    top: -5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::after {
    width: 244px;
    right: -30px;
    top: -65px;
    height: 140px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::before {
    width: 184px;
    height: 151px;
    left: -60px;
    top: 125px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::after {
    width: 97px;
    height: 101px;
    right: 10px;
    top: 35px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table {
    width: min(1120px, 90%);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr .p-christmas-table-th02 {
    min-width: 45px;
    width: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td {
    padding-left: 15px;
    padding-right: 15px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date {
    font-size: 28px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date span {
    font-size: 28px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date02 {
    font-size: 28px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-date02 span {
    font-size: 24px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-box-group .p-christmas-table-box-date .p-christmas-table-week {
    font-size: 13px;
    width: 20px;
    height: 20px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-note.p-christmas-table-center {
    text-align: center;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td .p-christmas-table-box .p-christmas-table-note {
    text-align: left;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-list {
    width: min(940px, 90%);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap .p-christmas-table-inner .p-christmas-table-line {
    width: min(800px, 90%);
  }
}
@media (min-width: 80.0666666667em) and (max-width: 123.3333333333em) {
  #sysHeader .l-header .l-header__blk {
    padding-inline: 5%;
  }
  #sysHeader .l-header-fix {
    padding-inline: 5%;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap {
    width: 50%;
    margin-inline: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .p-season-item-ico {
    top: 100px;
    right: 100px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 {
    width: min(1800px, 90%);
    justify-content: space-between;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-img {
    width: 50%;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk {
    padding-left: 0;
  }
}
@media (min-width: 64.0666666667em) and (max-width: 80em) {
  #sysHeader .l-header .l-header__blk {
    padding-inline: 5%;
  }
  #sysHeader .l-header .l-header__menu nav ul li {
    width: min(360px, 90%);
  }
  #sysHeader .l-header .l-header__menu nav ul li:first-child::before {
    content: none;
  }
  #sysHeader .l-header .l-header__menu nav ul li:last-child::after {
    content: none;
  }
  #sysHeader .l-header-fix {
    padding-inline: 5%;
  }
  #sysHeader .l-header-fix .l-header__blk .p-header-nav-all {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #sysHeader .l-header-fix .l-header__blk .p-header-nav-all .p-header-menu ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #sysHeader .l-header-fix .l-header__blk .p-header-nav-all .c-header-nav ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #sysHeader .l-header-fix .l-header__menu nav ul li {
    width: min(360px, 90%);
  }
  #sysHeader .l-header-fix .l-header__menu nav ul li:first-child::before {
    content: none;
  }
  #sysHeader .l-header-fix .l-header__menu nav ul li:last-child::after {
    content: none;
  }
  #sysHeader .l-megamenu01 .sysContent {
    width: 90%;
    margin-inline: auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk {
    width: 50%;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #sysHeader .l-megamenu01 .sysContent .l-megamenu__blk .p-megamenu-bnr ul li {
    width: calc((100% - 20px) / 2);
  }
  #sysHeader .l-megamenu02 > .sysContent {
    width: 90%;
    margin-inline: auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #sysHeader .l-drawer .sysContent .l-drawer__wrap {
    width: 90%;
    margin-inline: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-ttl {
    width: min(1120px, 90%);
  }
  #sysAll #sysFooter .c-guide .sysContent .c-guide-list {
    width: min(1120px, 90%);
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap {
    width: min(1620px, 90%);
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head {
    flex-wrap: wrap;
    row-gap: 50px;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk {
    width: 50%;
    margin-right: 0;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav {
    width: 50%;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd ul {
    width: 50%;
    margin-right: 0;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__bnr {
    width: 30%;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .c-season-item {
    width: 90%;
    margin-inline: auto;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner .l-season-item .p-season-item-ico {
    top: 80px;
    right: 80px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 {
    width: min(1800px, 90%);
    justify-content: space-between;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-img {
    width: 50%;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk {
    padding-left: 0;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .c-season-item-blk {
    margin-bottom: 50px;
  }
  #top .l-season > .sysContent .l-season__wrap .l-season__inner02 .p-season-item-blk .p-season-item-ico {
    right: 0;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-blk {
    width: min(1120px, 90%);
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-blk dt {
    margin-bottom: 24px;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item {
    width: 100%;
    align-items: center;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item02 .c-product-img img, #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04 .c-product-img img {
    border-radius: 0;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03::before {
    content: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04::before {
    content: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-img img {
    border-radius: 0;
    box-shadow: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item .c-product-blk .c-product-card {
    width: 100%;
    min-width: 100%;
    transform: translateY(0);
    position: static;
    padding-inline: 5%;
  }
  #top .l-fluit-eggs {
    padding-top: 26.0416666667vw;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap {
    padding-top: 29.1666666667vw;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-img {
    width: min(1100px, 90%);
    top: -26.0416666667vw;
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .p-fluit-eggs-head p {
    width: min(1100px, 90%);
  }
  #top .l-fluit-eggs > .sysContent .l-fluit-eggs__wrap .l-fluit-eggs-block {
    width: min(1100px, 90%);
  }
  #top .l-ranking > .sysContent .l-ranking__wrap .l-ranking-block {
    width: min(1120px, 90%);
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk {
    width: min(1120px, 90%);
  }
  #top .l-service > .sysContent .l-service__wrap .p-service-blk .p-service-blk-txt p {
    font-size: 13px;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col {
    width: min(1120px, 90%);
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk {
    width: 48%;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-img {
    width: 50%;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-txt {
    width: 50%;
  }
  #top .l-service > .sysContent .l-service__wrap .l-service-col .c-service-blk a .c-service-txt p {
    font-size: 13px;
  }
  #top .l-topics > .sysContent .l-topics__wrap .l-topics-block {
    width: min(1120px, 90%);
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card {
    width: min(1120px, 90%);
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card {
    width: min(540px, 90%);
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: auto;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card .c-ttl {
    margin-bottom: 30px;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .l-news > .sysContent .l-news__wrap {
    width: min(1120px, 90%);
  }
  .l-news > .sysContent .l-news__wrap .l-news-list {
    width: calc(100% - 230px);
  }
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news .sysContent nav ul li time,
  .l-news > .sysContent .l-news__wrap .l-news-list .c-news-list .sysContent nav ul li time {
    margin-right: 30px;
  }
  .l-search .l-search__wrap .l-search__blk {
    width: min(1120px, 90%);
  }
  #sysItemDetail #sysWrap {
    width: min(1200px, 90%);
  }
  #sysItemDetail #sysWrap #sysMain {
    width: calc(100% - 260px);
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-img {
    width: 48%;
  }
  #sysItemDetail article #sysExplanation .p-item-lp .p-item-lp-col .p-item-lp-col-blk {
    width: 48%;
  }
  #sysItemCategory #sysWrap,
  #sysItemSearch #sysWrap {
    width: min(1200px, 90%);
  }
  #sysItemCategory #sysWrap #sysMain,
  #sysItemSearch #sysWrap #sysMain {
    width: calc(100% - 260px);
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .l-category {
    width: 90%;
    margin-inline: auto;
  }
  #sysFooter .c-item-recom {
    width: min(1120px, 90%);
  }
  #sysFooter .c-item-history {
    width: min(1120px, 90%);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail,
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li,
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail li {
    width: calc((100% - 40px) / 3);
  }
  #company #sysMain .l-under-company {
    width: min(1000px, 90%);
  }
  #legal-infomation #sysMain .l-under-legal {
    width: min(1000px, 90%);
  }
  #privacy-policy #sysMain .l-under-privacy {
    width: min(1000px, 90%);
  }
  #shopping-guide #sysMain .l-under-guide {
    width: min(1000px, 90%);
  }
  #faq #sysMain .l-under-faq {
    width: min(1000px, 90%);
  }
  #socialgift #sysMain .l-under-social .p-socialgift-feature .p-socialgift-list {
    width: min(1120px, 90%);
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec {
    width: min(1120px, 90%);
  }
  #socialgift #sysMain .l-under-social .p-socialgift-sec .c-socialgift-list .c-socialgift-item .c-socialgift-item-label::after {
    content: "";
    width: 22px;
    height: 26px;
    transform: translateY(-50%);
    background-size: 15px;
    background-position: center;
  }
  #socialgift #sysMain .l-under-social .l-under-social-recom {
    width: min(1120px, 90%);
  }
  #socialgift #sysMain .l-under-social .p-under-social-faq {
    width: min(1120px, 90%);
  }
  #topics #sysMain .l-under-topics {
    width: min(1120px, 90%);
  }
  #sysAll #sysWrap #sysMain .toc_container_wrap .toc_container_inner {
    width: min(1120px, 90%);
    padding-inline: 5%;
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-head {
    width: min(1120px, 90%);
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .c-topics-detail-thumb {
    width: min(1120px, 90%);
  }
  #sysAll #sysWrap #sysMain .l-under-topics-detail .p-under-topics-detail-share {
    width: min(1120px, 90%);
  }
  .c-case {
    width: min(1120px, 90%);
  }
  .c-case .c-case-inner .c-case-inner-blk {
    width: 38%;
  }
  .c-case .c-case-inner .c-case-inner-blk02 {
    width: 58%;
  }
  .c-case .c-case-inner .c-case-inner-blk02 img {
    width: 100%;
  }
  .c-infomation .c-infomation-inner ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .c-infomation .c-infomation-inner ul li {
    width: calc((100% - 60px) / 4);
  }
  .c-infomation .c-infomation-inner ul li h3 {
    font-size: 22px;
  }
  .c-infomation .c-infomation-inner ul li > p span {
    display: block;
  }
  .c-contact .c-contact-inner {
    width: min(1120px, 90%);
  }
  .c-online .c-online-inner-list {
    width: min(1120px, 90%);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .c-online .c-online-inner-list .c-online-item {
    width: calc((100% - 30px) / 2);
  }
  .l-corporate .l-coportate-concept {
    height: 153.6585365854vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk {
    width: 50.7317073171vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .p-coportate-txt {
    font-size: 1.756097561vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more {
    width: 13.9512195122vw;
    margin-top: 0.9756097561vw;
    height: 2.3414634146vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more p {
    font-size: 1.4634146341vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more span {
    width: 2.3414634146vw;
    height: 2.3414634146vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more span::before {
    height: 0.5853658537vw;
    margin: -0.2926829268vw auto auto;
    right: 0.8780487805vw;
    width: 0.5853658537vw;
  }
  #oem #sysMain .l-under-oem .p-under-oem-lead .p-under-oem-lead-box {
    width: min(1120px, 90%);
  }
  #oem #sysMain .l-under-oem .p-under-oem-sec .p-under-oem-list {
    width: min(1120px, 90%);
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item {
    width: min(1120px, 90%);
    padding-left: 5%;
    padding-right: 5%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-txt {
    width: 48%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col .p-under-oem-step-col-img {
    width: 48%;
  }
  #oem #sysMain .l-under-oem .p-under-oem-step .p-under-oem-step-item .p-under-oem-step-col02 .p-under-oem-step-imglist ul li {
    width: 48%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lead .p-under-egg-lead .p-under-egg-lead-blk {
    margin-left: 0;
    padding-inline: 5%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-retail .p-under-egg-retail-list {
    width: min(1120px, 90%);
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-info {
    width: 50%;
    min-width: auto;
    padding-left: 5%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-place .p-under-egg-place-col .p-under-egg-place-col-map iframe {
    width: 100%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list {
    width: min(1120px, 90%);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-feature .c-feature-inner-list .c-feature-item {
    width: calc((100% - 60px) / 3);
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-lineup-blk {
    width: min(1120px, 90%);
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box {
    width: min(1120px, 90%);
    padding-inline: 5%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-point-mv .p-under-egg-point-mv-box .p-under-egg-point-mv-box-group p {
    text-align: left;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper {
    width: min(1200px, 90%);
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-img {
    width: 50%;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt {
    width: 50%;
    padding-inline: 20px;
  }
  #fluits-egg #sysMain .l-under-egg .l-under-egg-lineup .p-under-egg-point .p-under-egg-slide .swiper .swiper-wrapper .swiper-slide .c-point-slide .c-point-slide-col .c-point-slide-txt h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item {
    width: min(1120px, 90%);
  }
  #shop #sysMain .l-under-shop .c-store-area .c-store-item .c-store-item-blk .c-store-item-blk-box .c-store-item-blk-box-info .c-store-item-blk-box-info-col {
    flex-wrap: wrap;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail,
  #sysMain .l-under-shop-koshihama .c-shop-detail,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail,
  #sysMain .l-under-shop-motomiya .c-shop-detail,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail,
  #sysMain .l-under-shop-kashima .c-shop-detail,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail,
  #sysMain .l-under-shop-yonezawa .c-shop-detail,
  #sysMain .l-under-shop-detail .c-shop-detail {
    width: min(1800px, 90%);
    margin-bottom: 80px;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-mv {
    margin-inline: auto;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-blk {
    width: 48%;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-col .c-shop-detail-col-map {
    width: 48%;
  }
  #sysAll #sysWrap #sysMain .l-under-news {
    width: min(1120px, 90%);
  }
  #sysAll #sysWrap #sysMain .l-under-news .c-news nav ul li time,
  #sysAll #sysWrap #sysMain .l-under-news .c-news-list nav ul li time {
    margin-right: 30px;
  }
  #sysAll #sysWrap #sysMain .l-under-news-detail .p-under-news-detail-head {
    width: min(1120px, 90%);
  }
  #christmas #sysMain .l-christmas .c-christmas-ttl {
    margin-bottom: 36px;
  }
  #christmas #sysMain .l-christmas .c-christmas-ttl p {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #christmas #sysMain .l-christmas .c-christmas-ttl h2 {
    font-size: 32px;
  }
  #christmas #sysMain .l-christmas .c-christmas-tag {
    gap: 10px;
    margin-bottom: 20px;
  }
  #christmas #sysMain .l-christmas .c-christmas-tag li {
    font-size: 13px;
    padding-inline: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #christmas #sysMain .l-christmas .c-christmas-btn {
    width: 240px;
    margin-bottom: 40px;
  }
  #christmas #sysMain .l-christmas .c-christmas-btn .c-christmas-fukidashi {
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
  #christmas #sysMain .l-christmas .c-christmas-btn a {
    height: 54px;
    font-size: 15px;
  }
  #christmas #sysMain .l-christmas .c-christmas-price {
    font-size: 26px;
    margin-bottom: 45px;
  }
  #christmas #sysMain .l-christmas .c-christmas-price span {
    font-size: 15px;
    margin-left: 5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead::before {
    width: 80px;
    height: 91px;
    right: -25px;
    transform: translateX(0);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-lead::after {
    width: 80px;
    height: 102px;
    left: -11px;
    transform: translateX(0);
    top: 85px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap {
    width: min(1120px, 90%);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk.p-christmas-date-blk-top {
    width: min(1030px, 80%);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk.p-christmas-date-blk-bottom {
    width: min(1030px, 90%);
    flex-wrap: wrap;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 {
    width: 33.33%;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date {
    flex-direction: column;
    position: relative;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt01 {
    text-align: center;
    margin-top: 0;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt02 {
    text-align: center;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt03 {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 45px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date .c-christmas-date-txt04 {
    text-align: center;
    margin-top: 0px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group01 .c-christmas-date-note {
    display: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 {
    width: 100%;
    margin-bottom: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date {
    flex-wrap: wrap;
    margin-inline: auto;
    justify-content: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk .p-christmas-date-group02 .c-christmas-date-note02 {
    text-align: center;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-date .l-christmas-date__wrap .p-christmas-date .p-christmas-date-blk02 {
    display: block;
    text-align: center;
    font-size: 15px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 130px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head {
    width: min(1120px, 90%);
    margin-bottom: 60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box {
    width: 48%;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-head .p-christmas-sec-head-box .p-christmas-sec-lead {
    font-size: 18px;
    width: min(480px, 90%);
    margin-bottom: 52px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail {
    width: min(960px, 90%);
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 95px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt {
    left: 20px;
    font-size: 36px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt span {
    width: 126px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
    height: 2px;
    margin-top: -1px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-detail dl dd ul li {
    font-size: 18px;
    margin-bottom: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point {
    width: min(960px, 90%);
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl {
    width: min(795px, 90%);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt {
    font-size: 36px;
    margin-left: -60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt span {
    width: 115px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl dt span::before {
    margin-top: -1px;
    height: 2px;
    background: #a70b10;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk .p-christmas-sec-point-img {
    border: 5px solid #fff;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk .p-christmas-sec-point-img img {
    width: 270px;
    border: 2px solid #e4bf72;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .p-christmas-sec .p-christmas-sec-point dl .p-christmas-sec-point-blk p {
    margin-left: 175px;
    font-size: 18px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec02 .p-christmas-sec .p-christmas-sec-head {
    margin-bottom: 60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-head {
    margin-bottom: 60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
    background: #a60a0e;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec03 .p-christmas-sec .p-christmas-sec-point dl dt span::before {
    background: #920305;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec {
    padding-top: 50px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-head {
    margin-bottom: 60px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-detail dl dt span::before {
    background: #22645e;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-sec04 .p-christmas-sec .p-christmas-sec-point dl dt span::before {
    background: #1a504a;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco::before {
    top: -300px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco02::before {
    top: -300px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco03::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-deco04::before {
    content: none;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::before {
    width: 148px;
    height: 157px;
    left: -12px;
    top: -5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::after {
    width: 244px;
    right: -30px;
    top: -65px;
    height: 140px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::before {
    width: 184px;
    height: 151px;
    left: -60px;
    top: 125px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::after {
    width: 97px;
    height: 101px;
    right: 10px;
    top: 35px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr .p-christmas-table-th02 {
    min-width: 200px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap table .p-christmas-table-tr td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 80.0666666667em) and (max-width: 112em) {
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap {
    width: min(1620px, 90%);
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__blk {
    margin-right: 0;
    width: 30%;
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav {
    width: min(180px, 100%);
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav.l-footer__nav02 {
    width: min(228px, 100%);
  }
  #sysAll #sysFooter .l-footer .sysContent .l-footer__wrap .l-footer__head .l-footer__nav dd {
    display: block;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item03::before {
    content: none;
  }
  #top .l-product > .sysContent .l-product__wrap .p-product-item.p-product-item04::before {
    content: none;
  }
  #top .l-store > .sysContent .l-store__wrap .l-store-card .p-store-card {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: auto;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk {
    width: 43.3333333333vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .p-coportate-txt {
    font-size: 1.3658536585vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more {
    width: 11.9166666667vw;
    margin-top: 0.8333333333vw;
    height: 2vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more p {
    font-size: 1.25vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more span {
    width: 2vw;
    height: 2vw;
  }
  .l-corporate .l-coportate-concept .p-coportate-blk .c-more span::before {
    height: 0.5vw;
    margin: -0.25vw auto auto;
    right: 0.75vw;
    width: 0.5vw;
  }
  #sysMain .l-under-shop-repaco .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-koshihama .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeonfukushima .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-motomiya .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeoniwaki .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-kashima .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeonnatori .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-cocoloniigata .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-aeonaoyama .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-yonezawa .c-shop-detail .c-shop-detail-mv,
  #sysMain .l-under-shop-detail .c-shop-detail .c-shop-detail-mv {
    width: 90%;
    margin-inline: auto;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::before {
    width: 240px;
    height: 263px;
    left: -12px;
    top: -5px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table-bg::after {
    right: -130px;
    top: -164px;
    width: 550px;
    height: 320px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::before {
    width: 484px;
    height: 258px;
    left: -260px;
    top: 185px;
  }
  #christmas #sysMain .l-christmas .l-christmas__wrap .l-christmas-table__wrap::after {
    width: 97px;
    height: 101px;
    right: 10px;
    top: 35px;
  }
}
@media (max-width: 64em) {
  #sysWrap #sysAside {
    display: none;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox .sysSocialGiftReceiveUrlCopyButton {
    width: 48%;
    margin-left: 0;
    max-width: 100%;
  }
  #sysThanks #sysAll #sysWrap #sysMain .sysBox .sysSocialGiftReceiveUrlSendLineButton {
    width: 48%;
    margin-right: 0;
    max-width: 100%;
  }
}
@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 (min-width: 64.0666666667em) and (max-width: 112em) {
  #top .l-service > .sysContent .l-service__wrap .p-service-item-ico02 {
    display: none;
  }
  #top .l-topics > .sysContent .l-topics__wrap::before {
    content: none;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col {
    width: min(1460px, 90%);
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk {
    width: 38%;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 {
    width: 58%;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col .p-under-story-col-blk02 .p-under-story-img02 {
    display: flex;
    flex-direction: column-reverse;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 {
    flex-wrap: wrap;
    width: min(1460px, 90%);
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk {
    width: 48%;
  }
  #brand-story #sysMain .l-under-story .p-under-story-col02 .p-under-story-col-blk02 {
    width: 48%;
    justify-content: flex-start;
  }
  #brand-story #sysMain .l-under-story .p-under-story-items {
    width: min(1460px, 90%);
  }
  .c-infomation .c-infomation-inner {
    width: min(1800px, 90%);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  #sysItemDetail article .item-container {
    flex-direction: column;
    align-items: center;
    gap: min(2rem, 8vw);
  }
  #sysItemDetail article .item-container .sysItemImages {
    max-width: min(37rem, 148vw);
    padding-top: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #sysItemDetail article .sysReview {
    padding: min(3.3333333333rem, 13.3333333333vw) min(2rem, 8vw);
  }
  #sysItemDetail article .sysReview form input[type=submit] {
    right: min(2rem, 8vw);
  }
}
@media (min-width: 50.0666666667em) and (max-width: 80em) {
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange {
    margin-right: 0;
    margin-bottom: min(1rem, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory {
    display: block;
    width: 100%;
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory select {
    width: 100%;
    margin-top: min(0.3333333333rem, 1.3333333333vw);
    margin-left: 0;
  }
}
@media (max-width: 50em) and (max-width: 50em) {
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory select {
    height: min(2.2666666667rem, 9.0666666667vw);
  }
}
@media (max-width: 374px) {
  .c-page-navi li {
    width: 100%;
  }
  #faq #sysMain .l-under-faq .c-page-navi li {
    width: 100%;
  }
}
/*# sourceMappingURL=user.css.map */

.opcItem_noshiInsideOutsideTypeAndLabelGroup_edit {
    display: none;
}
@media screen and (max-width:750px){

}
@media screen and (min-width:751px) and (max-width:960px){

}
@media screen and (min-width:961px){

}
/* #END_OF_RESOURCE_FILE */
