@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  min-height: 0vw;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

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

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-kerning: none;
}

body {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.l-header {
  position: relative;
  width: 100%;
}

.l-header__inner {
  padding: 4.27vw 5vw;
}

.l-header__inner--clone {
  display: none;
  pointer-events: none;
}

.l-header__inner--clone .l-header__logo,
.l-header__inner--clone .l-header__spMenu {
  display: none;
}

.l-header__logo {
  z-index: 1;
  position: relative;
  flex: 1;
  width: 76%;
  max-width: 71vw;
  max-height: 13.33vw;
}

.l-header__logo a {
  max-width: 100%;
}

.l-header__logo span {
  font-feature-settings: "palt";
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.02em;
  word-break: break-all;
}

.l-header__logo.small span {
  font-size: 5.87vw;
}

.l-header__logo.middle span {
  font-size: 7.47vw;
}

.l-header__logo.large span {
  font-size: 8.53vw;
}

.l-header__logo .logoImage {
  max-width: 60%;
  max-height: 16vw;
}

/* ハンバーガーメニュー */
.l-header__naviWrapperInner {
  position: relative;
}

.l-header__navi {
  display: flex;
  flex-direction: column;
  margin-top: 13.33vw;
  margin-right: auto;
  margin-left: auto;
  gap: 6.67vw;
}

.l-header__naviItem {
  position: relative;
  padding-left: 6.67vw;
}

.l-header__naviItem::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 3.47vw;
  height: 1px;
  background-color: #333;
  content: "";
}

.mainColor--dark .l-header__naviItem::before {
  background-color: #fff;
}

.l-header__naviItem a {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.background--dark .l-header__naviItem a {
  color: #fff;
}

.l-header__categoryMenu {
  position: relative;
}
.l-header__categoryTitle {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.background--dark .l-header__categoryTitle {
  color: #fff;
}

.l-header__categoryList {
  display: none;
  margin-top: 6.4vw;
}

.l-header__categoryList.is-show {
  display: block;
}

.l-header #appsItemCategoryTag {
  padding-left: 1em;
}

.l-header .appsItemCategoryTag_child {
  margin-top: 4.53vw;
}

.l-header .appsItemCategoryTag_child:first-of-type {
  margin-top: 0;
}

.l-header .appsItemCategoryTag_lowerchild {
  margin-top: 1.87vw;
  padding-left: 1em;
}

.l-header .appsItemCategoryTag_lowerchild li {
  margin-top: 1.87vw;
}

.l-header .appsItemCategoryTag_child a {
  font-size: 14px;
  line-height: 1.5;
  transition: opacity 0.3s linear;
}

.background--dark .appsItemCategoryTag_child a {
  color: #333;
}

.l-header .appsItemCategoryTag_lowerchild a {
  position: relative;
}

.l-header .appsItemCategoryTag_lowerchild a::before {
  position: absolute;
  top: 10px;
  left: -12px;
  width: 6px;
  height: 1px;
  background-color: #333;
  content: "";
}

.l-header__subNavi {
  display: flex;
  align-items: center;
  min-height: auto;
  margin-bottom: 8vw;
}

.l-header__search {
  margin-top: 8vw;
  padding-right: 6vw;
}

.l-header__search a {
  display: block;
  position: relative;
}

.l-header__search svg {
  display: block;
  width: clamp(20px, 8vw, 30px);
  height: auto;
}

.l-header__search a::after {
  display: block;
  margin-top: 0.93vw;
  content: "検索";
  color: #333;
  font-weight: normal;
  font-size: 2.67vw;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}

.l-header__mypage {
  margin-top: 8.8vw;
  padding-left: 6vw;
}

.l-header__mypage a {
  display: block;
  position: relative;
}

.l-header__mypage svg {
  display: block;
  width: 4.8vw;
  height: auto;
  margin-left: 4vw;
  filter: contrast(180%);
}

.l-header__mypage a::after {
  display: block;
  margin-top: 1.87vw;
  transform: scale(0.98, 1);
  transform-origin: 0 0;
  content: "マイページ";
  color: #333;
  font-weight: normal;
  font-size: 2.67vw;
  letter-spacing: 0.025em;
  text-align: center;
  white-space: nowrap;
}

.p-searchArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s linear;
}

.p-searchArea.active {
  display: block;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.background--dark .p-searchArea {
  background-color: rgba(0, 0, 0, 0.7);
}

.p-searchArea .p-searchArea__inner {
  display: none;
}

.p-searchArea.active .p-searchArea__inner {
  display: block;
  position: relative;
  width: 80%;
  max-width: 800px;
}

.p-searchArea form {
  height: 66px;
}

.p-searchArea input[type=text] {
  width: 100%;
  padding: 20px;
  border: 2px solid #333;
  border-bottom: none;
  background-color: #fff;
  letter-spacing: 0.05em;
}

.background--dark .p-searchArea input[type=text] {
  border-color: #fff;
}

.p-searchArea input[type=text]:focus {
  background-color: #fff;
}

.p-searchArea input[type=submit] {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 15px 0 30px;
  border: 2px solid #333;
  border-top: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 47.7 47.7"><path fill="%23333" d="M46.9,43.4L33.2,29.7c2.4-3.1,3.8-7,3.8-11.2C37,8.3,28.7,0,18.5,0C8.3,0,0,8.3,0,18.5C0,28.7,8.3,37,18.5,37c4.2,0,8.1-1.4,11.2-3.8l13.7,13.7c0.5,0.5,1.1,0.7,1.8,0.7s1.3-0.2,1.8-0.7C47.9,46,47.9,44.4,46.9,43.4z M5,18.5C5,11.1,11.1,5,18.5,5S32,11.1,32,18.5S25.9,32,18.5,32S5,25.9,5,18.5z" /></svg>');
  background-position: left calc(50% - 2.8em) center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.background--dark .p-searchArea input[type=submit] {
  border-color: #fff;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 47.7 47.7"><path fill="%23fff" d="M46.9,43.4L33.2,29.7c2.4-3.1,3.8-7,3.8-11.2C37,8.3,28.7,0,18.5,0C8.3,0,0,8.3,0,18.5C0,28.7,8.3,37,18.5,37c4.2,0,8.1-1.4,11.2-3.8l13.7,13.7c0.5,0.5,1.1,0.7,1.8,0.7s1.3-0.2,1.8-0.7C47.9,46,47.9,44.4,46.9,43.4z M5,18.5C5,11.1,11.1,5,18.5,5S32,11.1,32,18.5S25.9,32,18.5,32S5,25.9,5,18.5z" /></svg>');
}

.background--light .p-searchArea input[type=submit] {
  color: #333;
}

.p-searchArea__close {
  z-index: 2;
  position: absolute;
  top: -60px;
  right: -17px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.p-searchArea__close span {
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #333;
}

.background--dark .p-searchArea__close span {
  background-color: #fff;
}

.p-searchArea__close span:nth-of-type(1) {
  top: 21px;
  left: 16px;
  width: 50%;
  transform: translateY(6px) rotate(-135deg);
}

.p-searchArea__close span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  width: 50%;
  transform: translateY(-6px) rotate(135deg);
}

.l-header__baseMenu {
  flex: 0;
  margin-top: 8vw;
}

.l-header__baseMenu ul {
  display: flex;
  gap: 5.33vw;
}

.l-header__baseMenu ul > li {
  width: 8vw;
  gap: 3vw;
  text-align: center;
}

.l-header__baseMenu ul > li:first-of-type {
  margin-left: 0;
}

.l-header__baseMenu ul > li img {
  width: clamp(20px, 8vw, 30px);
  height: auto;
}

.l-header__search svg,
.l-header__baseMenu ul > li img {
  filter: contrast(180%);
}

.l-header__baseMenu ul > li > a {
  display: block;
}

.l-header__baseMenu ul > li.base a::after,
.l-header__baseMenu ul > li.cart a::after {
  display: block;
  margin-top: 1.6vw;
  color: #333;
  font-weight: normal;
  font-size: 2.67vw;
  white-space: nowrap;
}

.l-header__baseMenu ul > li.base a::after {
  padding-left: 0.53vw;
  content: "BASE";
  letter-spacing: 0.05em;
}

.l-header__baseMenu ul > li.cart a::after {
  padding-left: 0.8vw;
  content: "カート";
}

.l-header__baseMenu ul > li > a {
  transition: all 0.3s linear;
}
.l-footer {
  position: relative;
  margin-top: auto;
  padding-top: 24vw;
  padding-bottom: 13.33vw;
}

.l-footer::before {
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 1600 501.3%27%3E%3Cpath d=%27M1600,0l-53.3,2.1c-53.3,2-160,6.2-266.7,38.2s-213.3,91.7-320,132.4c-106.7,40.5-213.3,61.9-320,53 s-213.3-48-320-59.9c-106.7-11.7-213.3,3.6-266.7,11.4L0,184.9v316.4h1600V0z%27 /%3E%3C/svg%3E") no-repeat center top/100% auto;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.33vw;
  content: "";
          mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 1600 501.3%27%3E%3Cpath d=%27M1600,0l-53.3,2.1c-53.3,2-160,6.2-266.7,38.2s-213.3,91.7-320,132.4c-106.7,40.5-213.3,61.9-320,53 s-213.3-48-320-59.9c-106.7-11.7-213.3,3.6-266.7,11.4L0,184.9v316.4h1600V0z%27 /%3E%3C/svg%3E") no-repeat center top/100% auto;
}

.l-footer::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30vw);
  content: "";
}

.l-footer__logo {
  width: 76%;
  max-width: 71vw;
}

.l-footer__logo span {
  font-feature-settings: "palt";
  font-size: 6.93vw;
  line-height: 1.3;
  letter-spacing: 0.02em;
  word-break: break-all;
}

.l-footer__logo.small span {
  font-size: 5.87vw;
}

.l-footer__logo.middle span {
  font-size: 7.47vw;
}

.mainColor--dark .l-footer__logo.middle span {
  color: #fff !important;
}

.l-footer__logo.large span {
  font-size: 8.53vw;
}

.l-footer__logo .logoImage {
  -o-object-fit: cover;
  max-width: 80%;
  max-height: 16vw;
     object-fit: cover;
}

.l-footer__wrapper {
  margin-top: 7vw;
}

.l-footer__sns {
  display: flex;
  min-width: 1px;
  margin-top: 4.27vw;
  gap: 1.87vw;
}

.l-footer__snsItem a {
  display: block;
  position: relative;
  width: 9.5vw;
  height: 9.5vw;
  border-radius: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.mainColor--dark .l-footer__snsItem a {
  background-color: #fff;
}

.l-footer__snsItem span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-footer__snsItem span::before {
  display: block;
  content: "";
}

.mainColor--dark .l-footer__snsItem span::before {
  filter: invert(100%);
}

.l-footer__snsItem--twitter::before {
  width: 4.53vw;
  height: 4vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 81.3"><path fill="%23fff" d="M100,9.7c-3.7,1.7-7.7,2.7-11.8,3.2c4.3-2.6,7.5-6.6,9-11.4c-4,2.4-8.4,4.1-13,5c-7.7-8.3-20.7-8.7-29-1c-4.2,3.9-6.5,9.3-6.5,15c0,1.6,0.2,3.1,0.5,4.7C32.7,24.4,17.3,16.6,6.9,3.7c-5.4,9.4-2.7,21.4,6.4,27.4C10,31,6.8,30.1,4,28.5v0.3c0,9.8,6.9,18.2,16.5,20.1c-1.8,0.5-3.6,0.7-5.4,0.7c-1.3,0-2.6-0.1-3.9-0.4c2.7,8.4,10.4,14.1,19.2,14.3c-7.3,5.7-16.2,8.8-25.5,8.8c-1.6,0-3.3-0.1-4.9-0.3c9.4,6.1,20.3,9.3,31.4,9.3c37.8,0,58.4-31.3,58.4-58.4c0-0.9,0-1.8-0.1-2.6C93.8,17.5,97.2,13.9,100,9.7z" /></svg>') no-repeat center/contain;
}

.l-footer__snsItem--facebook::before {
  width: 5.33vw;
  height: 4vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 41.6 80"><path fill="%23fff" d="M17.3,4.9c-3.3,3.3-4.9,7.9-4.9,13.8v10.5H0v14.2h12.4V80h14.7V43.5h12.2l1.9-14.2H27.1v-9.1c-0.1-1.8,0.4-3.7,1.5-5.2c1-1.1,2.8-1.7,5.6-1.7h7.5V0.6C40,0.2,36.3,0,30.7,0C25,0,20.6,1.7,17.3,4.9z" /></svg>') no-repeat center/contain;
}

.l-footer__snsItem--ameba::before {
  width: 5.33vw;
  height: 4.53vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 282.92 347.57"><path fill="%23fff" d="M261 249.36C239.9 239 240.7 212.8 243.48 187c2.68-24.9 3-38.94-3.65-61-5.74-19.18-16.36-29.94-16.36-50.59v-50c0-18.82-8.8-25.41-16.35-25.41-24.69 0-32.82 42.57-65.5 42.57h-.3C108.65 42.57 100.51 0 75.82 0c-7.55 0-16.35 6.59-16.35 25.36v50c0 20.65-10.62 31.41-16.36 50.59-6.62 22.11-6.42 36.15-3.74 61C42.15 212.8 43 239 21.94 249.36c-16.45 8.07-27 21.71-19.45 33.37 9.54 14.71 27.45-2.14 36.17-.39 9.94 2-.54 15.29 13.93 15.29 7.55 0 9.49-23.05 16.68-21.25 4.76 1.19 6 15.49 1.19 26.62-2.14 5-21.48 17.28-19.07 29.86s12.71 14.71 27.45 14.71h38.51c9.63 0 18.7-9.38 18.7-15.4s-8.37-19.6 5.27-19.6h.3c13.65 0 5.27 13.58 5.27 19.6s9.07 15.4 18.71 15.4h38.51c14.73 0 25-2.13 27.45-14.71s-16.93-24.63-19.07-29.63c-4.77-11.13-3.58-25.55 1.19-26.74 7.18-1.79 9.12 21.2 16.67 21.2 14.47 0 4-13.34 13.92-15.32 8.72-1.75 26.62 15.08 36.16.38 7.57-11.66-3.03-25.32-19.43-33.39zm-66.53-146.92a9.64 9.64 0 1 1-9.64 9.64 9.65 9.65 0 0 1 9.64-9.64zm-106 0a9.64 9.64 0 1 1-9.64 9.64 9.64 9.64 0 0 1 9.65-9.64zm53 196.93a44 44 0 1 1 44-44 44 44 0 0 1-44 44zM177 192.18c-16.87 0-22.29-18.67-35.54-18.67s-18.67 18.67-35.53 18.67-30.11-7.83-30.11-28.91c0-26.5 37.94-43.36 65.64-43.36s65.65 16.86 65.65 43.36c.01 21.08-13.24 28.91-30.11 28.91z" /></svg>') no-repeat center/contain;
}

.l-footer__snsItem--instagram::before {
  width: 5.33vw;
  height: 4vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100.1 100"><path fill="%23fff" transform="translate(267.6 329.2)" d="M-217.6-305.2c-14.3,0-25.8,11.6-25.8,25.8c0,14.3,11.6,25.8,25.8,25.8c14.3,0,25.8-11.6,25.8-25.8C-191.8-293.6-203.4-305.2-217.6-305.2z M-217.6-262.9c-9.1,0-16.5-7.4-16.5-16.5s7.4-16.5,16.5-16.5s16.5,7.4,16.5,16.5S-208.5-262.9-217.6-262.9z M-190.8-311.6c3.2,0,5.8,2.6,5.8,5.8s-2.6,5.8-5.8,5.8s-5.8-2.6-5.8-5.8S-194-311.6-190.8-311.6z M-175.7-320.9c-5.2-5.4-12.7-8.3-21.2-8.3h-41.5c-17.5,0-29.2,11.7-29.2,29.2v41.3c0,8.7,2.8,16.1,8.5,21.6c5.4,5.2,12.7,7.9,21,7.9h41.1c8.7,0,15.9-2.8,21.2-7.9c5.4-5.2,8.3-12.7,8.3-21.4V-300C-167.6-308.4-170.4-315.7-175.7-320.9z M-176.5-258.4c0,6.3-2.2,11.3-5.8,14.7s-8.7,5.2-14.7,5.2h-41.1c-6,0-11.1-1.8-14.7-5.2c-3.6-3.6-5.4-8.7-5.4-14.9V-300c0-6,1.8-11.1,5.4-14.7c3.4-3.4,8.7-5.2,14.7-5.2h41.5c6,0,11.1,1.8,14.7,5.4c3.6,4,5.6,9.2,5.4,14.5L-176.5-258.4L-176.5-258.4z" /></svg>') no-repeat center/contain;
}

.l-footer__snsItem--line::before {
  width: 5.33vw;
  height: 4.53vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 95.2"><path fill="%23fff" d="M80.7,38.7c1.5,0,2.6,1.2,2.6,2.6c0,1.5-1.2,2.6-2.6,2.6h-7.3v4.7h7.3c1.4,0,2.6,1.2,2.6,2.6s-1.2,2.6-2.6,2.6c0,0,0,0,0,0h-9.9c-1.4,0-2.6-1.2-2.6-2.6V31.4c0-1.4,1.2-2.6,2.6-2.6h9.9c1.4,0,2.6,1.2,2.6,2.6c0,1.4-1.2,2.6-2.6,2.6h-7.3v4.7H80.7z M64.6,51.3c0,1.1-0.7,2.1-1.8,2.5c-0.3,0.1-0.5,0.1-0.8,0.1c-0.8,0-1.6-0.4-2.1-1L49.7,39v12.3c0,1.4-1.1,2.6-2.6,2.7c-1.4,0-2.6-1.1-2.7-2.6c0,0,0-0.1,0-0.1V31.4c0-1.1,0.7-2.1,1.8-2.5c0.3-0.1,0.5-0.1,0.8-0.1c0.8,0,1.6,0.4,2.1,1.1l10.3,13.9V31.4c0-1.4,1.2-2.6,2.6-2.6s2.6,1.2,2.6,2.6V51.3z M40.7,51.3c0,1.4-1.2,2.6-2.6,2.6c-1.4,0-2.6-1.2-2.6-2.6l0,0V31.4c0-1.4,1.2-2.6,2.6-2.6c1.4,0,2.6,1.2,2.6,2.6V51.3z M30.4,53.9h-9.9c-1.4,0-2.6-1.2-2.6-2.6V31.4c0-1.4,1.2-2.6,2.6-2.6s2.6,1.2,2.6,2.6v17.3h7.3c1.4,0,2.6,1.2,2.6,2.6C33,52.7,31.9,53.9,30.4,53.9 M100,40.6C100,18.2,77.6,0,50,0S0,18.2,0,40.6c0,20,17.8,36.8,41.8,40c1.6,0.3,3.8,1.1,4.4,2.5c0.4,1.5,0.4,3,0.2,4.5l-0.7,4.3c-0.2,1.3-1,4.9,4.4,2.7s28.8-17,39.3-29.1C96.6,57.6,100,49.5,100,40.6" /></svg>') no-repeat center/contain;
}

.l-footer__snsItem--youtube::before {
  width: 5.33vw;
  height: 3.47vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 70"><path fill="%23fff" d="M97.9,10.9c-1.2-4.3-4.5-7.7-8.8-8.8C81.3,0,50,0,50,0S18.7,0,10.9,2.1c-4.3,1.2-7.7,4.5-8.8,8.8C0,18.7,0,35,0,35s0,16.3,2.1,24.1c1.2,4.3,4.5,7.7,8.8,8.8C18.7,70,50,70,50,70s31.3,0,39.1-2.1c4.3-1.2,7.7-4.5,8.8-8.8C100,51.3,100,35,100,35S100,18.7,97.9,10.9z M40,50V20l26,15L40,50z" /></svg>') no-repeat center/contain;
}

.l-footer__snsItem--tiktok::before {
  width: 4.8vw;
  height: 4vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 86.9 100"><path fill="%23fff" d="M46.1,0h17.1c0,0-0.9,22,23.7,23.5v17c0,0-13.2,0.8-23.7-7.2l0.2,35.1c0,17.5-14.2,31.7-31.7,31.7S0,85.8,0,68.3c0-17.5,14.2-31.7,31.7-31.7h4.4V54c-7.6-2.4-15.7,1.9-18,9.5c-2.4,7.6,1.9,15.7,9.5,18c7.6,2.4,15.7-1.9,18-9.5c0.4-1.4,0.7-2.8,0.7-4.3L46.1,0z" /></svg>') no-repeat center/contain;
}

.l-footer__snsItem--note::before {
  width: 5.33vw;
  height: 4vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 167 188"><path fill="%23fff" d="M63.9,63.7V49.3c0-2.6,0.1-3.5,0.5-4.8c1.1-3.7,4.7-6.4,9-6.4s8,2.8,9,6.4c0.4,1.3,0.5,2.2,0.5,4.8v22.2c0,1.3,0,2.7-0.3,3.9c-0.7,3.4-3.8,6.4-7.1,7.1c-1.2,0.3-2.6,0.3-3.9,0.3H49.5c-2.6,0-3.5-0.1-4.9-0.5c-3.6-1.1-6.5-4.7-6.5-9c0-4.3,2.8-7.9,6.5-9c1.3-0.4,2.2-0.5,4.9-0.5H63.9z M143.1,164.2H23.9V59.5c0-1.3,0.5-2.5,1.4-3.4l30.9-30.8c0.9-0.9,2.1-1.4,3.4-1.4h83.5V164.2z M156.7,0.1c-0.6-0.1-1.4-0.1-3-0.1H56.5c-1.1,0-2.2,0.1-2.9,0.1C49.1,0.5,45.2,2.6,42,5.8L5.8,41.9C2.6,45,0.5,49,0.1,53.4C0.1,54.2,0,55.2,0,56.3v118.5c0,1.5,0.1,2.4,0.1,3c0.5,5,5.1,9.6,10.2,10.1c0.6,0.1,1.4,0.1,3,0.1h140.4c1.5,0,2.4-0.1,3-0.1c5.1-0.5,9.6-5.1,10.2-10.1c0.1-0.6,0.1-1.4,0.1-3V13.2c0-1.5-0.1-2.4-0.1-3C166.3,5.2,161.7,0.7,156.7,0.1z" /></svg>') no-repeat center/contain;
}

.l-footer__linksWrapper {
  padding-top: 8vw;
}

.l-footer__links {
  display: flex;
  gap: 4.27vw;
}

.l-footer__linksItem,
.l-footer__linksItem a {
  color: rgba(51, 51, 51, 0.8);
  font-size: 4vw;
}

.mainColor--dark .l-footer__linksItem a {
  color: rgba(255, 255, 255, 0.8);
}

.l-footer__copyright {
  margin-top: 7vw;
  color: rgba(51, 51, 51, 0.6);
  font-size: 3.2vw;
  letter-spacing: 0.08em;
}

.mainColor--dark .l-footer__copyright {
  color: rgba(255, 255, 255, 0.6);
}

.l-footer__scrollTopButton {
  z-index: 998;
  position: fixed;
  right: 5vw;
  bottom: 2.67vw;
  transform: translateY(clamp(2px, 0.313vw, 9px));
  opacity: 0;
  transition: opacity 0.3s linear;
}

.l-footer__scrollTopButton.inquiryConfirm {
  bottom: calc(8vw + 60px);
}

.l-footer__scrollTopButton a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.l-footer__scrollTopButton a::before {
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 34.167 34.138"><path fill="%23fff" d="M17.083,34.138c-1.381,0-2.5-1.119-2.5-2.5V8.507L4.268,18.823c-0.976,0.977-2.56,0.977-3.535,0c-0.977-0.976-0.977-2.559,0-3.535L15.316,0.704c0.938-0.938,2.598-0.938,3.535,0l14.583,14.583c0.977,0.976,0.977,2.559,0,3.535c-0.977,0.977-2.559,0.977-3.535,0L19.583,8.507v23.131C19.583,33.019,18.464,34.138,17.083,34.138z" /></svg>') no-repeat center/cover;
  content: "";
}

.l-footer__scrollTopButton a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  margin: auto;
  content: "PAGE\aTOP";
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: pre;
}

#x_message {
  transition: opacity 0.3s linear;
}

#x_message div.msg_startButton {
  z-index: 999;
  top: auto;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 61.33vw;
  height: 10.67vw;
  margin: 0 5vw;
  box-shadow: none;
  font-size: 4.27vw;
  opacity: 0;
  transition: opacity 0.3s linear;
}

#x_message div.msg_startButton:hover {
  box-shadow: none;
  opacity: 0.7 !important;
  transition: opacity 0.3s linear;
}

#x_message span.msg_startButton__icon {
  padding-right: 2.13vw;
  font-size: 4.8vw;
  line-height: 10.67vw !important;
}

#x_message span.msg_startButton__text {
  display: inline-block;
  font-size: 4.27vw;
  line-height: 10.67vw;
}

.msg_postBox__control__submit {
  text-align: center;
}

.l-main {
  position: relative;
  margin-bottom: 14.93vw;
}

.l-lowerPage::before {
  display: none !important;
}

.l-appInfoBanner .informationBanner {
  align-items: center;
  padding: 2.13vw 3.2vw;
}

.l-appInfoBanner .informationBannerContainer {
  align-items: center;
  font-size: 3.2vw;
}

.l-appInfoBanner .informationBannerIcon {
  min-width: 16px;
  height: 6.4vw;
  margin-top: -0.8vw;
  margin-right: 1.6vw;
}

.l-appInfoBanner .informationBannerIcon i {
  height: 52px;
  font-size: 4.53vw;
  line-height: 6.4vw;
}

.l-appInfoBanner .informationBannerClose {
  margin-top: 1.33vw;
  margin-right: 2.13vw;
  padding: 0 1.33vw 0 0;
  font-size: 4vw;
}

.l-appInfoBanner .informationBannerArrow {
  margin-top: 0.8vw;
  margin-left: 1.6vw;
  font-size: 3.73vw;
}

.l-appInfoBanner .informationBannerText {
  word-break: unset;
}

.l-mailMagagize {
  position: relative;
  margin-top: 21.33vw;
}

.background--dark .l-mailMagagize::before {
  background-color: transparent;
}

.l-mailMagagize .c-contentBlock {
  position: relative;
}

.l-mailMagagize__flex {
  min-height: 40vw;
}

.l-mailMagagize__bg .l-mailMagagize__flex {
  margin-top: 8vw;
  margin-left: 13vw;
}

.l-mailMagagize__bg {
  display: none;
}

.l-mailMagagize__title {
  position: relative;
  padding-left: 8vw;
  color: #333;
  font-size: 5.87vw;
  line-height: 1.5;
}

.background--dark .l-mailMagagize__title {
  color: #fff;
}

.l-mailMagagize__title::before {
  display: block;
  position: absolute;
  top: 4.53vw;
  left: 0;
  width: 5.87vw;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 5px;
  content: "";
}

.l-mailMagagize__text {
  margin-top: 4.27vw;
  color: #333;
  font-size: 3.73vw;
  line-height: 1.7;
}

.background--dark .l-mailMagagize__text {
  color: #fff;
}

.background--dark .l-mailMagagize__bg .l-mailMagagize__title,
.background--dark .l-mailMagagize__bg .l-mailMagagize__text {
  color: #333;
}

.l-mailMagagize__formWrapper {
  z-index: 1;
  position: relative;
  margin-top: 3.2vw;
}

.mailMagazineSubscribe_field {
  display: flex;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.background--light .mailMagazineSubscribe_field {
  border: 1px solid #ccc;
}

.l-mailMagagize .mailMagazineSubscribe_input {
  flex: 1;
  margin-bottom: 0;
  padding: 4vw;
  border: none;
  background-color: #fff;
  font-size: 3.73vw;
  letter-spacing: 0.05em;
}

.l-mailMagagize .mailMagazineSubscribe_input::-moz-placeholder {
  color: #999;
}

.l-mailMagagize .mailMagazineSubscribe_input::placeholder {
  color: #999;
}

.l-mailMagagize .mailMagazineSubscribe_submit {
  padding: 4vw 5.33vw;
  background-color: #666;
  color: #fff;
  font-size: 3.73vw;
}

.background--dark .l-mailMagagize .mailMagazineSubscribe_submit {
  background-color: #999;
}

.mailMagazineSubscribe_confirm {
  color: #333;
  font-weight: bold;
  font-size: 3.73vw;
  line-height: 1.5;
}

.background--dark .mailMagazineSubscribe_confirm {
  color: #fff;
}

.l-rootContainer {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.l-rootContainer::after {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1600 1008"><path d="M546.9,0H0v381.4C126.2,352.5,225,317,334,218C423.9,135.1,464.2,56.8,546.9,0z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  -webkit-mask-size: 200vw auto;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1600 1008"><path d="M546.9,0H0v381.4C126.2,352.5,225,317,334,218C423.9,135.1,464.2,56.8,546.9,0z" /></svg>');
          mask-position: left top;
          mask-repeat: no-repeat;
          mask-size: 200vw auto;
}

.c-link {
  transition: opacity 0.3s linear, transform 0.2s linear, box-shadow 0.2s linear;
}

.c-button {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 5vw 5.33vw 5.33vw;
  border-radius: 200px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.subColor--dark .c-button {
  color: #fff;
}

.c-button:hover {
  transform: translateY(clamp(2px, 0.313vw, 9px));
  box-shadow: none;
}

.c-button__text {
  color: #fff;
  font-weight: normal;
  font-size: 4.27vw;
  line-height: 1.4;
  text-align: center;
}

.subColor--light .c-button:not(.c-button__pickup),
.subColor--light .c-button:not(.c-button__pickup) .c-button__text {
  color: #333;
}

.c-button__pickup:not(#_) {
  position: relative;
  width: calc(100% - 12px);
  margin-top: 7px;
  margin-right: 6px;
  margin-bottom: 7px;
  margin-left: 6px;
  padding: 5vw 6.67vw 5.33vw;
  border-width: 2px;
  border-style: solid;
  box-shadow: none;
}
.c-button__pickup:not(#_):hover {
  transform: initial;
}

.c-button__pickup::before {
  position: absolute;
  top: 50%;
  right: -3.73vw;
  width: 10.67vw;
  height: 1px;
  transform: translateY(-50%);
  border: 1px solid transparent;
  content: "";
  transition: left 0.3s, opacity 0.3s;
}

.c-button__arrow {
  display: none;
}

.c-button__arrow.is-show {
  opacity: 1;
}

.c-button .st0 {
  fill: url(#clipMask);
}

.c-button .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.c-infoBar {
  position: relative;
  border: solid 1px #333;
  border-right: none;
  border-radius: 200px 0 0 200px;
}

.mainColor--dark .c-infoBar {
  border-color: #fff;
}

.c-infoBar::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -2vw;
  width: 6.67vw;
  height: 1px;
  transform: translateY(-50%);
  background-color: #333;
  content: "";
}

.mainColor--dark .c-infoBar::before {
  background-color: #fff;
}

.c-infoBar__text {
  font-weight: normal;
  font-size: 4vw;
}

.c-infoBar__text.u-noLink {
  padding-top: 4.53vw;
  padding-right: 5vw;
  padding-bottom: 4.53vw;
  padding-left: 8vw;
}

.c-infoBar__text a {
  display: block;
  padding-top: 4.53vw;
  padding-right: 5vw;
  padding-bottom: 4.27vw;
  padding-left: 8vw;
  overflow: hidden;
  color: #fff;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mainColor--light .c-infoBar__text a {
  color: #333;
}

.mainColor--dark .c-infoBar__text a {
  color: #fff;
}

.c-svgBase {
  position: absolute;
  top: 0;
  left: 0;
}

.c-contentBlock {
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.c-card,
.blog_inner,
.communityItem {
  position: relative;
}

.c-card a,
.blog_inner a,
.communityMain .communityItem a {
  display: block;
  height: 100%;
  line-height: 1;
  cursor: pointer;
}

#about:not(.blogDetail) .blog_inner a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-card__image,
.blog_head_image a,
.communityMain .communityImageContainer:not(#_) {
  width: 100%;
  height: 67.47vw;
  overflow: hidden;
  border: solid 2px #fff;
  border-radius: 4.27vw;
  background-color: #fff;
}

body.square .c-card__image,
body.square .blog_head_image a,
body.square .communityMain .communityImageContainer:not(#_) {
  aspect-ratio: 1/1;
  height: auto;
}

.c-card__image img,
.blog_head_image img,
.communityMain .communityImageResize {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.c-card__textWrapper,
.communityMain .communityItemMeta {
  padding-top: 3vw;
  padding-right: 1vw;
  padding-left: 1vw;
}

.blog_title {
  padding-top: 3vw;
  padding-right: 1vw;
  padding-left: 1vw;
}

.blog_publish {
  padding-right: 1vw;
  padding-left: 1vw;
}

.c-card__title,
.blog_title h2,
.p-community .communityMain .communityItems .communityItem .communityItemTitle {
  margin: 0;
  overflow: hidden;
  color: #333;
  font-weight: normal;
  font-size: 4.8vw;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.background--dark .c-card__title,
.background--dark .blog_title h2,
.background--dark .p-community .communityMain .communityItems .communityItem .communityItemTitle {
  color: #fff;
}

.p-community .communityMain .communityItems .communityItem .communityItemTitle {
  width: 100%;
  margin-bottom: 2.4vw;
}

.c-card__text,
div#about .publish_date,
.p-community .communityMain .communityItems .communityItem .communityItemPrice {
  display: block;
  margin-top: 2.4vw;
  color: #333;
  font-weight: normal;
  font-size: 4vw;
}

.background--dark .c-card__text,
.background--dark div#about .publish_date,
.background--dark .p-community .communityMain .communityItems .communityItem .communityItemPrice {
  color: #fff;
}

.c-card__text--sold,
.p-community .communityMain .communityItems .communityItem .communityItemPrice {
  margin-right: 2.2vw;
}

.c-card__text--sold,
.p-community .communityMain .communityItems .communityItem .communityItemPrice.soldOut {
  margin-top: 0;
  color: #333;
  color: rgba(51, 51, 51, 0.5019607843);
  text-decoration: line-through;
}

.p-community .communityMain .communityItems .communityItem .communityItemPrice.soldOut {
  text-decoration: none;
}

.background--dark .c-card__text--sold,
.background--dark .p-community .communityMain .communityItems .communityItem .communityItemPrice.soldOut {
  color: #fff;
  color: rgba(255, 255, 255, 0.5019607843);
}

.c-card__tagWrapper {
  display: flex;
  position: absolute;
  top: -2.67vw;
  left: -2.13vw;
  gap: 1.72vw;
}

.c-card__tagWrapper .label_image,
.p-community .communityMain .communityItems .communityItem .communityLabelImage {
  z-index: 2;
  width: auto;
  height: 16vw;
}

.c-card__saleStatusWrapper {
  z-index: 2;
  position: absolute;
  top: 2px;
  right: 4.53vw;
}

.c-card__saleStatus {
  padding: 1.6vw 2.67vw;
  color: #fff;
  font-size: 3.73vw;
}

.c-card__saleStatus--soldOut {
  background-color: #333;
}

.c-card__status,
.p-community .communityMain .communityItems .communityItem .discount.insert,
.p-community .communityMain .communityItems .communityItem .communityItemLabel.soldOutText,
.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock,
.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock:not(:first-child) {
  display: inline-block;
  margin-top: 0.8vw;
  margin-right: 1.4vw;
  margin-bottom: 0.8vw;
  padding-top: 0.8vw;
  padding-right: 2.4vw;
  padding-bottom: 0.8vw;
  padding-left: 2vw;
  border-radius: 30px;
  font-weight: normal;
  font-size: 3.4vw;
  text-align: center;
}

.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock:not(:first-child) {
  margin-left: 0;
}

.c-card__status:first-of-type {
  margin-left: 2.2vw;
}

.c-card__status--sold,
.p-community .communityMain .communityItems .communityItem .communityItemLabel.soldOutText {
  color: #fff;
}

.c-card__status--reserve,
.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock.community,
.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock.preOrder {
  border: solid 1px transparent;
  background-color: transparent;
}

.c-card__status--discount,
.p-community .communityMain .communityItems .communityItem .discount.insert {
  color: #fff;
}

.subColor--light .c-card__status--discount,
.subColor--light .c-card__saleStatus--comingSoon,
.subColor--light .p-community .communityMain .communityItems .communityItem .discount.insert {
  border: solid 1px #ccc;
  color: #333;
}

.background--dark.subColor--dark .c-card__status--discount,
.background--dark.subColor--dark .c-card__saleStatus--comingSoon,
.background--dark.subColor--dark .p-community .communityMain .communityItems .communityItem .discount.insert {
  border: solid 1px #fff;
  border: solid 1px rgba(255, 255, 255, 0.3019607843);
}

.c-card__status--reserve {
  border-color: #333;
  color: #333;
}

.background--dark .c-card__status--reserve {
  border-color: #fff;
  color: #fff;
}

.c-card__status--sold {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}

.background--dark .c-card__status--sold {
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

.c-card__text--discountPrice {
  margin-right: 2.13vw;
}

.c-column__three {
  display: flex;
  flex-direction: column;
}
.c-column__three .c-card {
  margin-top: 10vw;
}

.c-column__three .blog_inner {
  margin-top: 10vw;
}

.c-column__three .c-card:first-of-type,
.c-column__three .blog_inner:first-of-type {
  margin-top: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 16vw;
  height: 16vw;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #fff;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 5.33vw;
}

.swiper-button-next::after {
  margin-left: 1.07vw;
}

.swiper-button-prev::after {
  margin-right: 1.07vw;
}

.c-heading,
.c-lowerCommon h1,
.p-community .communityMain .communityItemHeader,
.p-community .communityMain .communityUrlHeader {
  color: #333;
}

.background--dark .c-heading,
.background--dark .c-lowerCommon h1,
.background--dark .p-community .communityMain .communityItemHeader,
.background--dark .p-community .communityMain .communityUrlHeader {
  color: #fff;
}

.c-heading,
.c-lowerCommon h1,
.c-lowerCommon h2,
.p-community .communityMain .communityItemHeader,
.p-community .communityMain .communityUrlHeader {
  font-feature-settings: "palt";
  font-weight: normal;
  font-size: 5.87vw;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.c-heading::before,
.c-lowerCommon h1::before,
.c-lowerCommon h2::before,
.p-community .communityMain .communityItemHeader::before,
.p-community .communityMain .communityUrlHeader::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.c-heading::after,
.c-lowerCommon h1::after,
.c-lowerCommon h2::after,
.p-community .communityMain .communityItemHeader::after,
.p-community .communityMain .communityUrlHeader::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.l-lowerPage .c-heading,
.c-lowerCommon h1,
.c-lowerCommon h2,
.p-community .communityMain .communityItemHeader,
.p-community .communityMain .communityUrlHeader {
  margin-bottom: 10vw;
}

.c-lowerCommon h1,
.c-lowerCommon h2 {
  padding-top: 10.67vw;
  word-break: break-all;
}

.p-community .communityMain .communityTitle {
  font-feature-settings: "palt";
  margin-bottom: 15vw;
  padding-top: 10.67vw;
  font-weight: normal;
  font-size: 5.87vw;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  word-break: break-all;
}
.p-community .communityMain .communityTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.p-community .communityMain .communityTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

/* 下層 コンテンツ枠 */
.l-lowerPage .c-lowerWrapper {
  z-index: 2;
  position: relative;
  margin-top: 21.33vw;
}

.background--dark .c-lowerCommon h2 {
  color: #fff;
}

.c-lowerCommon h3,
#privacy dt {
  position: relative;
  margin-top: 8vw;
  margin-bottom: 3.2vw;
  padding-left: 5.87vw;
  font-weight: bold;
  font-size: 4.53vw;
  line-height: 1.7;
}

.background--dark .c-lowerCommon h3,
.background--dark #privacy dt {
  color: #fff;
}

.background--dark .c-lowerCommon #membership .register h3 {
  color: #333;
}

.c-lowerCommon h3::before,
#privacy dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.c-lowerCommon h3:first-of-type {
  margin-top: 0;
}

.c-lowerCommon p {
  color: #333;
}

.background--dark .c-lowerCommon p {
  color: #fff;
}

.background--dark .c-lowerCommon #membership .register p {
  color: #333;
}

.c-lowerCommon p,
.c-lowerCommon dt,
.c-lowerCommon dd {
  font-size: 4.27vw;
  line-height: 1.7;
}

.background--dark .c-lowerCommon dt,
.background--dark .c-lowerCommon dd {
  color: #fff;
}

.c-lowerCommon a {
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.3s linear;
}

.c-lowerCommon .error-message {
  font-weight: bold;
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("https://static.thebase.in/font/v1/shopicon.eot?md4x76");
  src: url("https://static.thebase.in/font/v1/shopicon.eot?md4x76#iefix") format("embedded-opentype"), url("https://static.thebase.in/font/v1/shopicon.ttf?md4x76") format("truetype"), url("https://static.thebase.in/font/v1/shopicon.woff?md4x76") format("woff"), url("https://static.thebase.in/font/v1/shopicon.svg?md4x76#shopicon") format("svg");
  font-family: "shopicon";
}
.c-lowerCommon .error-message::before {
  margin-right: 0.53vw;
  content: "\e903";
  font-style: normal;
  font-weight: normal;
  font-family: "shopicon";
  vertical-align: -0.27vw;
}

body.background--light .c-lowerCommon .error-message {
  color: red;
}

body.background--dark .c-lowerCommon .error-message {
  color: #ffe5e5;
}

.c-lower__title {
  margin-bottom: 10vw;
  word-break: break-all;
}

.c-contentBlock > .c-lower__title:first-child {
  padding-top: 10.67vw;
}

.law_attention,
.atobaraiTerm__title {
  margin-top: 2.67vw;
}

.breadcrumb {
  margin-bottom: 5.33vw;
}

.breadcrumb__child {
  display: inline;
  color: #333;
  font-size: 3.73vw;
  line-height: 1.5;
}

.background--dark .breadcrumb__child {
  color: #fff;
}

.breadcrumb__child:first-of-type a {
  position: relative;
  padding-left: 5.33vw;
}

.breadcrumb__child::before {
  padding: 0 0.3em;
  content: ">";
}

.breadcrumb__child:first-of-type::before {
  padding: 0;
  content: "";
}

.breadcrumb__child:first-of-type a::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path d="M21 13v10h-6v-6H9v6H3V13H0L12 1l12 12h-3zm-1-5.907V2h-3v2.093l3 3z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.27vw;
  height: 4.27vw;
  transform: translateY(-50%);
  background-color: #333;
  content: "";
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path d="M21 13v10h-6v-6H9v6H3V13H0L12 1l12 12h-3zm-1-5.907V2h-3v2.093l3 3z" /></svg>');
          mask-position: center top;
          mask-repeat: no-repeat;
          mask-size: cover;
}

.background--dark .breadcrumb__child:first-of-type a::before {
  background-color: #fff;
}

.breadcrumb__link {
  text-decoration: underline;
}

.childCategoryList01 {
  display: flex;
  margin-bottom: clamp(9px, 1.5vw, 45px);
}

.p-mainVisual {
  position: relative;
  min-height: 700px;
  padding-bottom: 24vw;
}

.p-mainVisual::before {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90vw);
  content: "";
}

.p-mainVisual__text {
  width: 90vw;
  margin-left: 5vw;
  padding-top: 125vw;
}

.p-mainVisual__title {
  font-feature-settings: "palt";
  color: #333;
  font-weight: normal;
  font-size: 6.4vw;
  line-height: 1.44;
  letter-spacing: 0.08em;
  word-break: break-all;
}
.p-mainVisual__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.p-mainVisual__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.background--dark .p-mainVisual__title {
  color: #fff;
}

.p-mainVisual__subTitle {
  font-feature-settings: "palt";
  margin-top: 5.33vw;
  color: #333;
  font-weight: normal;
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0.08em;
  word-break: break-all;
}
.p-mainVisual__subTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.p-mainVisual__subTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.background--dark .p-mainVisual__subTitle {
  color: #fff;
}

.p-mainVisual__infoBar {
  width: 95vw;
  margin-top: 10.67vw;
  margin-left: 5vw;
}

.p-mainVisual__mainImage {
  position: absolute;
  top: 0;
  right: -10vw;
  width: 97.87vw;
  height: 76.53vw;
}

.p-mainVisual__mainImage::after {
  display: block;
  position: absolute;
  top: 2.67vw;
  left: 2.13vw;
  width: 97.87vw;
  height: 76.53vw;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 733.1 574.8%27%3E%3Cpath fill=%27%23fff%27 d=%27M307.1,574.8c-21.2,0-41.4-1.9-60.7-5.7C169.4,553.7,96,505.5,50,440.2C3,373.4-12,295.1,10.1,230.8 c10.5-31.2,30.5-61.5,59.3-90.1c25.3-25.1,56.8-48.4,93.6-69.3c67.4-38,142.4-61.1,222.8-68.4c44.3-4.3,85.9-3.8,123.6,1.6 c43.4,6.2,80.4,18.7,109.9,37.2c30.2,18.8,55.5,45.4,75,79.1c17.8,30.7,30.1,66.5,35.5,103.5c10.9,74.8-7,147.5-49.1,199.4 c-38.1,46.9-99.6,83.8-193.6,116.1C417.9,563.3,359.2,574.8,307.1,574.8z M442.8,2.1c-18.3,0-37.3,0.9-56.8,2.8 c-80.1,7.3-154.8,30.3-222,68.2c-55.6,31.5-127.2,84.6-152,158.3C-9.9,295.2,5,372.8,51.6,439c45.7,65,118.7,112.8,195.2,128.1 c66.4,13,142.6,3.7,239.8-29.3c93.5-32.1,154.8-68.8,192.6-115.5c41.8-51.4,59.5-123.5,48.7-197.8c-11.4-78-52.4-145.7-109.6-181.2 l0,0C575,16.2,514,2.1,442.8,2.1z%27 /%3E%3C/svg%3E") no-repeat center/cover;
  content: "";
}

.p-mainVisual__secondImage {
  position: absolute;
  top: 62vw;
  left: -6vw;
  width: 49.87vw;
  height: 44.8vw;
}

.p-mainVisual__secondImage::after {
  display: block;
  position: absolute;
  top: 1.87vw;
  left: 1.87vw;
  width: 49.87vw;
  height: 44.8vw;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 234.1 210.3%27%3E%3Cpath fill=%27%23fff%27 d=%27M102.6,210.5c-9.7,0-18.8-1-27.8-3.1c-27.4-6.2-50.9-21.8-63-41.6C-0.3,145.5-3.3,117.5,3.6,89 c6.3-26.5,20.5-49.7,40-65.3C62.8,8.4,87.6,0,113.4,0c0.2,0,0.3,0,0.5,0c25,0.1,50.5,8.6,71.8,24l0,0c23.2,16.9,39.3,39.7,45.4,64.1 c6.8,27,1.7,56.3-13.2,76.4c-13,17.3-34.9,30-67.2,38.8C133.1,208.1,117.3,210.5,102.6,210.5z M113.4,1C87.8,1,63.3,9.3,44.2,24.5 C24.9,40,10.8,62.9,4.6,89.2c-6.9,28.3-3.9,56,8.1,76c11.9,19.6,35.3,35,62.4,41.2c22.3,5.1,46.3,3.8,75.4-4.1 c32-8.7,53.8-21.3,66.6-38.4c14.7-19.9,19.7-48.8,13-75.6c-6-24.2-22-46.7-45-63.5C164,9.6,138.7,1.1,113.9,1 C113.7,1,113.6,1,113.4,1z%27 /%3E%3C/svg%3E") no-repeat center/cover;
  content: "";
}

.p-mainVisual__thirdImage {
  position: absolute;
  top: 82vw;
  left: 50vw;
  width: 39.47vw;
  height: 30.93vw;
}

.p-mainVisual__thirdImage::after {
  display: block;
  position: absolute;
  top: 2.13vw;
  left: 1.87vw;
  width: 39.47vw;
  height: 30.93vw;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 329 258.6%27%3E%3Cpath fill=%27%23fff%27 d=%27M166.9,258.5c-38.9,0-77.6-7.9-105.7-23.8c-28-15.8-48.2-41.3-56.8-71.6c-8.1-28.6-5.1-59.3,8.3-84.3 C38.2,31.3,104.9-1.8,171.4,0.1c61.3,1.5,117.4,34.4,142.9,83.8c13.1,25.3,17.7,53.4,12.9,79.3c-5.3,28.7-21.6,52.2-47.1,68.1 C251,249.3,208.9,258.5,166.9,258.5z M165.9,1C101.5,1,38.2,33.4,13.6,79.3c-25.1,47.1-13.9,119.5,48.1,154.5 c58.1,32.9,162,31.2,217.9-3.5c56.9-35.3,57.4-100.5,33.8-146C288.1,35.2,232.3,2.6,171.4,1.1C169.5,1,167.7,1,165.9,1z%27 /%3E%3C/svg%3E") no-repeat center/cover;
  content: "";
}

.p-topBackground {
  position: relative;
}

.p-topBackground::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1600 1008"><path d="M1600,1008V218.9c-43.6,44.3-95.7,94.8-156.6,144.7c-113.8,92.4-219.2,169-357.4,201c-137.9,32.7-222.1,26.9-360,59.6c-138.2,32-411.5,123.5-528.1,209.1C84.7,917.1,59.9,935.4,0,1003.3v4.7H1600z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: 200vw auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1600 1008"><path d="M1600,1008V218.9c-43.6,44.3-95.7,94.8-156.6,144.7c-113.8,92.4-219.2,169-357.4,201c-137.9,32.7-222.1,26.9-360,59.6c-138.2,32-411.5,123.5-528.1,209.1C84.7,917.1,59.9,935.4,0,1003.3v4.7H1600z" /></svg>');
          mask-position: center top;
          mask-repeat: no-repeat;
          mask-size: 200vw auto;
}

.p-introductionBlock {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-bottom: 28vw;
  gap: 16vw;
}

.p-introductionBlock::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1599 132"><path d="M1218.5,101.2c-139.7-8.3-279.3-58.1-419-83C741.4,7.7,682.6,1.7,623.8,0h-67.6c-58.8,1.7-117.6,7.7-175.7,18.2C240.8,43.1,101.2,92.8,31.3,117.7L0,128.9v3.1h1599V52.2l-31.3,7.4C1497.8,76.5,1358.2,109.2,1218.5,101.2z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: 100% auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1599 132"><path d="M1218.5,101.2c-139.7-8.3-279.3-58.1-419-83C741.4,7.7,682.6,1.7,623.8,0h-67.6c-58.8,1.7-117.6,7.7-175.7,18.2C240.8,43.1,101.2,92.8,31.3,117.7L0,128.9v3.1h1599V52.2l-31.3,7.4C1497.8,76.5,1358.2,109.2,1218.5,101.2z" /></svg>');
          mask-position: center bottom;
          mask-repeat: no-repeat;
          mask-size: 100% auto;
}

.p-introductionBox {
  position: relative;
}

.p-introductionBox::before,
.p-introductionBox::after {
  position: absolute;
  width: 7vw;
  height: 7vw;
  content: "";
}

.p-introductionBox::before {
  bottom: 0;
  left: 0;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  border-radius: 0 0 0 2.67vw;
}

.p-introductionBox::after {
  top: 3.5vw;
  right: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  border-radius: 0 2.67vw 0 0;
}

.p-introductionBox__title {
  font-feature-settings: "palt";
  position: relative;
  margin-bottom: 8vw;
  padding-right: 9vw;
  padding-left: clamp(37px, 6.438vw, 193px);
  color: #333;
  font-weight: normal;
  font-size: 5.87vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-break: break-word;
}

.mainColor--dark .p-introductionBox__title {
  color: #fff;
}

.p-introductionBox__title::before {
  display: block;
  position: absolute;
  top: 3.6vw;
  left: 0;
  width: clamp(27px, 4.594vw, 138px);
  height: 4px;
  border-radius: 5px;
  content: "";
}

.p-introductionBox__image {
  position: relative;
  width: 78.67vw;
  height: 64.53vw;
  margin-right: auto;
  margin-left: auto;
}

.p-introductionBox__image::after {
  display: block;
  position: absolute;
  top: 2.13vw;
  left: 1.87vw;
  width: 78.67vw;
  height: 64.53vw;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 421.5 345.4%27%3E%3Cpath fill=%27%23fff%27 d=%27M228.6,345.4c-7,0-14.1-0.3-21.4-0.8c-36.2-2.7-73.2-12.5-104-27.5c-30.1-14.7-55.7-34.8-74.2-58.2 c-18.2-23-28.2-47.5-29-70.9c-1.3-39.1,23-79.1,74.4-122.1C119.6,28.3,162.6,8,210,2.1c27.6-3.6,56.6-2.4,83.8,3.4 c29.6,6.3,55.5,18,74.9,33.7c20.2,16.2,35.4,38.6,44.2,64.6c8.7,25.8,10.8,54.6,6,83.3c-5,30-17,59-34.9,83.8 c-19.4,27-44.8,47.5-73.5,59.5C286.9,340.3,258.9,345.4,228.6,345.4z M241.7,2.1c-10.5,0-21,0.7-31.5,2c-47,5.9-89.7,26-134.5,63.3 C24.8,110,0.7,149.4,2.1,187.9c1.6,47.8,41.7,97.8,102.1,127.4c65.7,31.9,148.3,37.2,205.7,13.3c54.6-22.8,96.6-78.5,107.1-141.8 c9.5-57.8-9.5-113.7-49.5-146l0,0C337.2,16.2,290.1,2.1,241.7,2.1z%27 /%3E%3C/svg%3E") no-repeat center/cover;
  content: "";
}

.p-introductionBox:nth-of-type(2) .p-introductionBox__image {
  width: 78.4vw;
  height: 69.07vw;
}

.p-introductionBox:nth-of-type(2) .p-introductionBox__image::after {
  top: 2.67vw;
  left: 1.33vw;
  width: 78.4vw;
  height: 69.07vw;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 420.6 370.3%27%3E%3Cpath fill=%27%23fff%27 d=%27M281.6,370.4c-38.1,0-77.7-15.9-119.2-32.5c-3.1-1.2-6.2-2.5-9.3-3.7c-2.9-1.1-5.7-2.3-8.6-3.4 c-54.9-22-111.7-44.7-133.8-89.8c-11-22.8-13.4-52.5-6.8-83.8c6.5-30.7,21.3-60.9,41.6-85.1C86.3,23,151.7-4.9,212.1,0.8 c66.8,6.7,118.4,54.8,150,94c20.7,25.8,36.9,53.1,46.8,79.1c11.2,29.5,14.4,57.2,9.7,82.1c-10.1,51.1-56.6,98.9-108.1,111.1 C300.8,369.3,291.2,370.4,281.6,370.4z M196.3,2C141.1,2,83.9,28.9,47.1,73.2C4.7,123.7-9.8,193.8,12.5,240 c21.7,44.5,78.2,67,132.7,88.9c2.9,1.2,5.8,2.3,8.6,3.4c3.1,1.2,6.2,2.5,9.3,3.7c51.7,20.7,100.5,40.3,146.8,29.1 c50.9-12,96.7-59.1,106.6-109.5c12.1-63.2-29.9-127.1-56-159.6C329.2,57.1,278,9.3,211.9,2.8C206.7,2.3,201.5,2,196.3,2z%27 /%3E%3C/svg%3E") no-repeat center/cover;
  content: "";
}

.p-introductionBox:nth-of-type(3) .p-introductionBox__image {
  width: 78.67vw;
  height: 66.4vw;
}

.p-introductionBox:nth-of-type(3) .p-introductionBox__image::after {
  top: 2.67vw;
  left: 1.6vw;
  width: 78.67vw;
  height: 66.4vw;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 421.1 356%27%3E%3Cpath fill=%27%23fff%27 d=%27M172.3,356c-44.6,0-86.7-10.3-116.6-31.3c-29.6-21-48.2-53.6-53.9-94.3c-5.1-36.3,1-77.1,16.8-112 C49.9,48.9,117.5,4.8,199.4,0.4c41.9-2.3,87.7,5.9,125.8,22.3c29.5,12.7,68.3,36.3,86,76.3c14.5,32.7,13.2,73.4-3.7,114.4 c-17.1,41.4-47.9,77.6-86.6,101.9C278.2,342.3,223.7,356,172.3,356z M213.5,2c-4.7,0-9.3,0.1-13.9,0.4 C118.3,6.8,51.4,50.5,20.4,119.2C-9.1,184.6-6.3,278.3,56.9,323c63.6,44.7,184,40.5,262.9-9.4c38.4-24.1,68.9-60,85.9-101 c16.7-40.6,18.1-80.6,3.8-112.8l0,0c-17.4-39.4-55.8-62.7-84.9-75.3C290.8,10,251.1,2,213.5,2z%27 /%3E%3C/svg%3E") no-repeat center/cover;
  content: "";
}

.p-introductionBox__textWrapper {
  margin-top: 6vw;
  padding-right: 5vw;
  padding-bottom: 10vw;
  padding-left: 5vw;
}

.p-introductionBox__text {
  color: #333;
  font-size: 4vw;
  line-height: 1.8;
}

.mainColor--dark .p-introductionBox__text {
  color: #fff;
}

.p-introductionBox__link {
  margin-top: 6vw;
}

.p-movieBlock {
  margin-bottom: 26vw;
  padding-top: 20vw;
}

.p-movieBox__inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.p-movieBox__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-movieBox__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-movieBox__textWrapper {
  margin-top: 6vw;
}

.p-movieBox__text {
  color: #333;
  font-weight: normal;
  font-size: 4vw;
  line-height: 1.8;
}

.background--dark .p-movieBox__text {
  color: #fff;
}

.p-movieBox__text a {
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.3s linear;
}

.p-movieBox__text a:hover {
  opacity: 0.6;
}

.p-pickupBlock {
  position: relative;
  padding-top: 22vw;
  padding-bottom: 12vw;
}

.p-pickupBlock::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 1611.6 50.5%27%3E%3Cpath d=%27M1292.9,50.5c-14.3,0-28.7-1.1-43.1-4.3c-12.5-2.8-28.8-7.2-44.6-11.3c-21.7-5.7-44.1-11.7-55.5-13.5 c-12.6-2-27.9-0.4-45.6,1.5c-9.2,1-18.6,2-28.9,2.6c-27.5,7.1-59.8,14.5-90.7,16.4c-26.1,1.6-52.2-4.9-77.5-11.2 c-4.3-1.1-8.6-2.1-12.9-3.2c-26.1-6.3-57-12.4-87.4-10.2c-14.4,0.9-29.1,3.8-43.3,6.6c-14.9,2.9-30.3,5.9-45.6,6.8 c-26.6,1.6-53.3-3-79.1-7.4c-3.6-0.6-7.3-1.2-10.9-1.9c-29.7-5-58.6-9.1-87.3-4.8c-11.9,1.8-24,5.1-35.8,8.2 c-17.5,4.7-35.6,9.6-53.8,9.9c-22,0.4-44-5.7-65.2-11.7c-8.2-2.3-16.6-4.7-24.9-6.6c-30.1-6.9-58.6-8.3-87.1-4.4 c-10.9,1.6-22,4-32.8,6.3c-18.5,4-37.6,8.1-56.7,8.3c-14.6,0.2-29.2-2-43.4-4.1c-14.9-2.2-30.4-4.5-45.4-3.9 C66.2,20,36,32.2,23.1,37.4L8.3,43.3c-2.6,1-5.5-0.2-6.5-2.8c-1-2.6,0.2-5.5,2.8-6.5l14.8-5.9C32.7,22.7,64,10.1,95.2,8.7 c16-0.7,31.9,1.7,47.3,4c13.7,2,27.9,4.2,41.8,4c18.1-0.2,36.7-4.2,54.8-8.1c10.9-2.4,22.2-4.8,33.5-6.4c29.7-4.1,59.4-2.6,90.7,4.5 c8.5,2,17.1,4.4,25.4,6.7c21.5,6,41.8,11.7,62.3,11.3c16.9-0.3,34.4-5,51.3-9.6c12-3.3,24.5-6.6,36.9-8.5c30.1-4.5,60-0.3,90.5,4.8 c3.6,0.6,7.3,1.2,10.9,1.9c25.2,4.3,51.4,8.8,76.8,7.3c14.7-0.9,29.7-3.8,44.3-6.6c14.5-2.8,29.6-5.7,44.6-6.7 c31.7-2.3,63.5,4,90.4,10.4c4.3,1,8.7,2.1,13,3.2c25.6,6.4,49.8,12.4,74.4,10.9c30.2-1.8,62.1-9.2,89.3-16.2l0.5-0.1l0.5,0 c10.2-0.6,19.7-1.6,28.9-2.6c18.4-1.9,34.3-3.6,48.2-1.4c11.9,1.9,33.6,7.6,56.5,13.7c15.7,4.2,31.9,8.5,44.2,11.3 c26.9,6.1,53.2,4.2,81.2,2.1c2.1-0.2,4.2-0.3,6.3-0.5c7.4-0.5,14.9-1,22.2-1.5c21.8-1.4,44.3-2.8,66.4-6c14.3-2,28.9-4.7,43-7.4 c15-2.8,30.6-5.7,46-7.8c22-2.8,47.1-4.3,74.7-4.7l14.7-0.4c2.8-0.1,5.1,2.1,5.1,4.9c0.1,2.8-2.1,5.1-4.9,5.1l-14.8,0.4 c-27.3,0.3-52,1.9-73.6,4.6c-15.1,2-30.5,4.9-45.4,7.7c-14.2,2.7-28.9,5.4-43.4,7.4c-22.5,3.2-45.2,4.7-67.2,6 c-7.2,0.5-14.7,0.9-22.1,1.5c-2.1,0.1-4.2,0.3-6.2,0.5C1320.5,49.5,1306.7,50.5,1292.9,50.5z%27 /%3E%3C/svg%3E"), url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 1616.1 44.2%27%3E%3Cpath d=%27M476,44.1c-8.9,0-18-0.8-27.1-2.6c-15.3-3.1-30.5-9.1-45.3-14.8c-14.4-5.6-29.2-11.4-43.6-14.3 c-30.6-6-60.9,0.5-86.5,7.7c-5.8,1.6-11.8,3.4-17.5,5.1c-23.8,7.1-48.3,14.4-73,12.9c-18.5-1.1-36.9-7.1-54.7-13 c-11.5-3.8-23.4-7.7-34.9-10.1c-27.8-5.8-55.8-3.8-70.9-2.7l-1.9,0.1L5.8,13.7c-2.7,0.2-5.2-1.8-5.4-4.6C0.2,6.4,2.2,4,5,3.7 l16.7-1.4c15.5-1.1,44.5-3.2,73.7,2.9c12.1,2.5,24.3,6.5,36,10.4c17.2,5.6,35,11.4,52.2,12.5c22.9,1.4,45.6-5.4,69.6-12.5 c5.8-1.7,11.8-3.5,17.7-5.1c26.7-7.5,58.5-14.4,91.2-7.9c15.3,3.1,30.5,9.1,45.3,14.8c14.4,5.6,29.2,11.4,43.6,14.3 c30.8,6.1,61-0.6,86.5-7.9c5.9-1.7,11.9-3.6,17.7-5.4c23.7-7.4,48.1-15.1,72.7-14.7c20.9,0.4,41.8,6.8,62,13.1 c9.2,2.8,18.7,5.8,28,8.1c26.7,6.7,55.3,9.2,87.5,7.7c30.5-1.6,60.5-6.5,88.2-11.5c4.5-0.8,9-1.6,13.6-2.5 c24.8-4.5,50.4-9.3,75.9-10.9c29.9-2.1,59.5-0.4,89.6,1.8c35.8,2.4,63.3,5,89.2,8.6c6.1,0.8,12.3,1.8,18.3,2.7 c22.9,3.5,46.5,7,69.6,5.8c20.7-1,41.8-5.8,62.3-10.5c8.5-1.9,17.2-3.9,25.9-5.6c29.3-6,56.3-7,90.3-6.7c29.6,0.4,59.4,2.6,88.6,6.6 c20.3,2.9,78.6,14.7,94.9,22.7c2.5,1.2,3.5,4.2,2.3,6.7c-1.2,2.5-4.2,3.5-6.7,2.3c-13.8-6.7-69.3-18.6-91.8-21.8 c-28.8-3.9-58.2-6.1-87.4-6.5c-33.4-0.3-59.8,0.7-88.3,6.5c-8.6,1.7-17.3,3.7-25.7,5.6c-20.9,4.7-42.5,9.7-64,10.7 c-24.1,1.3-48.2-2.4-71.6-5.9c-6-0.9-12.1-1.8-18.2-2.7c-25.6-3.5-53-6.2-88.5-8.5c-29.8-2.1-58.9-3.9-88.2-1.8 c-24.9,1.6-50.2,6.3-74.8,10.8c-4.5,0.8-9.1,1.7-13.6,2.5c-28.1,5-58.4,10-89.5,11.6c-33.2,1.6-62.7-1-90.4-8 c-9.6-2.3-19.2-5.3-28.6-8.2c-19.5-6-39.7-12.3-59.2-12.6c-23-0.4-45.6,6.7-69.5,14.2c-5.8,1.8-11.9,3.7-17.9,5.5 C520.9,39,499.1,44.1,476,44.1z%27 /%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: center top, center bottom;
  -webkit-mask-size: 100% auto, 110% auto;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
          mask-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 1611.6 50.5%27%3E%3Cpath d=%27M1292.9,50.5c-14.3,0-28.7-1.1-43.1-4.3c-12.5-2.8-28.8-7.2-44.6-11.3c-21.7-5.7-44.1-11.7-55.5-13.5 c-12.6-2-27.9-0.4-45.6,1.5c-9.2,1-18.6,2-28.9,2.6c-27.5,7.1-59.8,14.5-90.7,16.4c-26.1,1.6-52.2-4.9-77.5-11.2 c-4.3-1.1-8.6-2.1-12.9-3.2c-26.1-6.3-57-12.4-87.4-10.2c-14.4,0.9-29.1,3.8-43.3,6.6c-14.9,2.9-30.3,5.9-45.6,6.8 c-26.6,1.6-53.3-3-79.1-7.4c-3.6-0.6-7.3-1.2-10.9-1.9c-29.7-5-58.6-9.1-87.3-4.8c-11.9,1.8-24,5.1-35.8,8.2 c-17.5,4.7-35.6,9.6-53.8,9.9c-22,0.4-44-5.7-65.2-11.7c-8.2-2.3-16.6-4.7-24.9-6.6c-30.1-6.9-58.6-8.3-87.1-4.4 c-10.9,1.6-22,4-32.8,6.3c-18.5,4-37.6,8.1-56.7,8.3c-14.6,0.2-29.2-2-43.4-4.1c-14.9-2.2-30.4-4.5-45.4-3.9 C66.2,20,36,32.2,23.1,37.4L8.3,43.3c-2.6,1-5.5-0.2-6.5-2.8c-1-2.6,0.2-5.5,2.8-6.5l14.8-5.9C32.7,22.7,64,10.1,95.2,8.7 c16-0.7,31.9,1.7,47.3,4c13.7,2,27.9,4.2,41.8,4c18.1-0.2,36.7-4.2,54.8-8.1c10.9-2.4,22.2-4.8,33.5-6.4c29.7-4.1,59.4-2.6,90.7,4.5 c8.5,2,17.1,4.4,25.4,6.7c21.5,6,41.8,11.7,62.3,11.3c16.9-0.3,34.4-5,51.3-9.6c12-3.3,24.5-6.6,36.9-8.5c30.1-4.5,60-0.3,90.5,4.8 c3.6,0.6,7.3,1.2,10.9,1.9c25.2,4.3,51.4,8.8,76.8,7.3c14.7-0.9,29.7-3.8,44.3-6.6c14.5-2.8,29.6-5.7,44.6-6.7 c31.7-2.3,63.5,4,90.4,10.4c4.3,1,8.7,2.1,13,3.2c25.6,6.4,49.8,12.4,74.4,10.9c30.2-1.8,62.1-9.2,89.3-16.2l0.5-0.1l0.5,0 c10.2-0.6,19.7-1.6,28.9-2.6c18.4-1.9,34.3-3.6,48.2-1.4c11.9,1.9,33.6,7.6,56.5,13.7c15.7,4.2,31.9,8.5,44.2,11.3 c26.9,6.1,53.2,4.2,81.2,2.1c2.1-0.2,4.2-0.3,6.3-0.5c7.4-0.5,14.9-1,22.2-1.5c21.8-1.4,44.3-2.8,66.4-6c14.3-2,28.9-4.7,43-7.4 c15-2.8,30.6-5.7,46-7.8c22-2.8,47.1-4.3,74.7-4.7l14.7-0.4c2.8-0.1,5.1,2.1,5.1,4.9c0.1,2.8-2.1,5.1-4.9,5.1l-14.8,0.4 c-27.3,0.3-52,1.9-73.6,4.6c-15.1,2-30.5,4.9-45.4,7.7c-14.2,2.7-28.9,5.4-43.4,7.4c-22.5,3.2-45.2,4.7-67.2,6 c-7.2,0.5-14.7,0.9-22.1,1.5c-2.1,0.1-4.2,0.3-6.2,0.5C1320.5,49.5,1306.7,50.5,1292.9,50.5z%27 /%3E%3C/svg%3E"), url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 1616.1 44.2%27%3E%3Cpath d=%27M476,44.1c-8.9,0-18-0.8-27.1-2.6c-15.3-3.1-30.5-9.1-45.3-14.8c-14.4-5.6-29.2-11.4-43.6-14.3 c-30.6-6-60.9,0.5-86.5,7.7c-5.8,1.6-11.8,3.4-17.5,5.1c-23.8,7.1-48.3,14.4-73,12.9c-18.5-1.1-36.9-7.1-54.7-13 c-11.5-3.8-23.4-7.7-34.9-10.1c-27.8-5.8-55.8-3.8-70.9-2.7l-1.9,0.1L5.8,13.7c-2.7,0.2-5.2-1.8-5.4-4.6C0.2,6.4,2.2,4,5,3.7 l16.7-1.4c15.5-1.1,44.5-3.2,73.7,2.9c12.1,2.5,24.3,6.5,36,10.4c17.2,5.6,35,11.4,52.2,12.5c22.9,1.4,45.6-5.4,69.6-12.5 c5.8-1.7,11.8-3.5,17.7-5.1c26.7-7.5,58.5-14.4,91.2-7.9c15.3,3.1,30.5,9.1,45.3,14.8c14.4,5.6,29.2,11.4,43.6,14.3 c30.8,6.1,61-0.6,86.5-7.9c5.9-1.7,11.9-3.6,17.7-5.4c23.7-7.4,48.1-15.1,72.7-14.7c20.9,0.4,41.8,6.8,62,13.1 c9.2,2.8,18.7,5.8,28,8.1c26.7,6.7,55.3,9.2,87.5,7.7c30.5-1.6,60.5-6.5,88.2-11.5c4.5-0.8,9-1.6,13.6-2.5 c24.8-4.5,50.4-9.3,75.9-10.9c29.9-2.1,59.5-0.4,89.6,1.8c35.8,2.4,63.3,5,89.2,8.6c6.1,0.8,12.3,1.8,18.3,2.7 c22.9,3.5,46.5,7,69.6,5.8c20.7-1,41.8-5.8,62.3-10.5c8.5-1.9,17.2-3.9,25.9-5.6c29.3-6,56.3-7,90.3-6.7c29.6,0.4,59.4,2.6,88.6,6.6 c20.3,2.9,78.6,14.7,94.9,22.7c2.5,1.2,3.5,4.2,2.3,6.7c-1.2,2.5-4.2,3.5-6.7,2.3c-13.8-6.7-69.3-18.6-91.8-21.8 c-28.8-3.9-58.2-6.1-87.4-6.5c-33.4-0.3-59.8,0.7-88.3,6.5c-8.6,1.7-17.3,3.7-25.7,5.6c-20.9,4.7-42.5,9.7-64,10.7 c-24.1,1.3-48.2-2.4-71.6-5.9c-6-0.9-12.1-1.8-18.2-2.7c-25.6-3.5-53-6.2-88.5-8.5c-29.8-2.1-58.9-3.9-88.2-1.8 c-24.9,1.6-50.2,6.3-74.8,10.8c-4.5,0.8-9.1,1.7-13.6,2.5c-28.1,5-58.4,10-89.5,11.6c-33.2,1.6-62.7-1-90.4-8 c-9.6-2.3-19.2-5.3-28.6-8.2c-19.5-6-39.7-12.3-59.2-12.6c-23-0.4-45.6,6.7-69.5,14.2c-5.8,1.8-11.9,3.7-17.9,5.5 C520.9,39,499.1,44.1,476,44.1z%27 /%3E%3C/svg%3E");
          mask-position: center top, center bottom;
          mask-repeat: no-repeat, no-repeat;
          mask-size: 100% auto, 110% auto;
}

.p-pickupBlock.moreMargin {
  margin-top: 21.33vw;
}

.p-pickupBlock__ribbon::before {
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 300.5 293%27%3E%3Cpath d=%27M134.4,104.5c0-0.5,0.9-2.1,4.3-6.9c6.3-9.1,10.5-13.4,13.1-20.8s11.4-32,21.2-45.8 s22.4-26.7,26.8-29.6c4.4-2.9,10.4-1,17.1,2.5s17.9,5.5,20,10.2s3.8,9.3,3.8,14.8s-1,31.6-11,40.3c-10.1,8.8-14,12.7-21.5,18.3 s-30.2,20.3-36.1,25.5c-5.9,5.1-2.7,2,5.8,4.7s39.8,16.4,54.9,26.7c15.2,10.2,34,26,42.8,34.8s23.1,23.5,24.2,25.9s0.5,4.4-2,5.9 c-2.3,1.5-3.9,3.8-4.6,6.4c-0.4,1.9,0.4,4.6-2.4,3.3c-2.8-1.2-14.2-16.4-22.3-24.2c-8.2-7.8-22.4-24.5-37.8-33.7 S194,143,184.6,139.3c-9.4-3.7-34.6-9.8-34.6-9.8s-1.5,3.4-3.2,4.8c-1,0.8-2.2,1.4-3.5,1.7c0,0-8.5,11.6-19,28.9 s-19.6,36.8-20.3,39.7c-0.7,2.9-9.3,26.3-15.4,47.3c-6.1,20.9-8.9,28.6-8.7,32.2c0.2,3.6,1.6,10.2-1.4,8.7c-3-1.5-5-4-9-5.1 s-8.7,2.5-10-2.6c-1.3-5,0.1-34.5,4.7-49.2c4.6-14.6,15-38.8,28-58.9s23.9-35.3,23.9-35.3c-6.6,3.5-13.3,6.6-20.3,9.2 c-10.2,3.9-19.6,9.8-27.7,17.3c-6.2,6.1-25.9,18-28.6,18.3c-2.7,0.4-14.1,5.5-23.6-7S0.1,155.6,0,147.7c-0.1-7.9,2.9-27.2,15.2-37.9 S36.4,99,54.3,98.3c17.8-0.7,30.8,2.8,38.2,4c7.4,1.3,30.2,8.7,30.2,8.7s-3.2-2.3,2-4.2C127.9,105.8,131.1,105,134.4,104.5 c0,0.4,0.5-0.1,0.5-0.1S134.8,104.4,134.4,104.5z%27 /%3E%3C/svg%3E") no-repeat center/cover;
  display: block;
  z-index: 1;
  position: absolute;
  top: -11.5vw;
  left: 5vw;
  width: 32vw;
  height: 31.2vw;
  content: "";
          mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 300.5 293%27%3E%3Cpath d=%27M134.4,104.5c0-0.5,0.9-2.1,4.3-6.9c6.3-9.1,10.5-13.4,13.1-20.8s11.4-32,21.2-45.8 s22.4-26.7,26.8-29.6c4.4-2.9,10.4-1,17.1,2.5s17.9,5.5,20,10.2s3.8,9.3,3.8,14.8s-1,31.6-11,40.3c-10.1,8.8-14,12.7-21.5,18.3 s-30.2,20.3-36.1,25.5c-5.9,5.1-2.7,2,5.8,4.7s39.8,16.4,54.9,26.7c15.2,10.2,34,26,42.8,34.8s23.1,23.5,24.2,25.9s0.5,4.4-2,5.9 c-2.3,1.5-3.9,3.8-4.6,6.4c-0.4,1.9,0.4,4.6-2.4,3.3c-2.8-1.2-14.2-16.4-22.3-24.2c-8.2-7.8-22.4-24.5-37.8-33.7 S194,143,184.6,139.3c-9.4-3.7-34.6-9.8-34.6-9.8s-1.5,3.4-3.2,4.8c-1,0.8-2.2,1.4-3.5,1.7c0,0-8.5,11.6-19,28.9 s-19.6,36.8-20.3,39.7c-0.7,2.9-9.3,26.3-15.4,47.3c-6.1,20.9-8.9,28.6-8.7,32.2c0.2,3.6,1.6,10.2-1.4,8.7c-3-1.5-5-4-9-5.1 s-8.7,2.5-10-2.6c-1.3-5,0.1-34.5,4.7-49.2c4.6-14.6,15-38.8,28-58.9s23.9-35.3,23.9-35.3c-6.6,3.5-13.3,6.6-20.3,9.2 c-10.2,3.9-19.6,9.8-27.7,17.3c-6.2,6.1-25.9,18-28.6,18.3c-2.7,0.4-14.1,5.5-23.6-7S0.1,155.6,0,147.7c-0.1-7.9,2.9-27.2,15.2-37.9 S36.4,99,54.3,98.3c17.8-0.7,30.8,2.8,38.2,4c7.4,1.3,30.2,8.7,30.2,8.7s-3.2-2.3,2-4.2C127.9,105.8,131.1,105,134.4,104.5 c0,0.4,0.5-0.1,0.5-0.1S134.8,104.4,134.4,104.5z%27 /%3E%3C/svg%3E") no-repeat center/cover;
}

.p-pickupBlock__title {
  margin-bottom: 10vw;
}

.p-pickupBox {
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30vw;
}

.p-pickupBox__image {
  position: relative;
  width: 82.4vw;
  height: 75.2vw;
  margin-right: auto;
  margin-left: auto;
}

.p-pickupBox__image::after {
  display: block;
  position: absolute;
  top: 2.67vw;
  left: 1.87vw;
  width: 82.4vw;
  height: 75.2vw;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 viewBox=%270 0 441.8 403.5%27%3E%3Cpath fill=%27%23fff%27 d=%27M218.1,403.5c-5.3,0-10.6-0.1-15.9-0.4c-79.4-4.2-148.4-41.2-180.2-96.6C6.1,279-1.4,245.6,0.2,210 c1.6-34.8,11.6-69.1,29.1-99.2C65.7,48,131.6,6.9,205.8,0.9c38.5-3.2,79.4,3.1,115.4,17.8c38.9,15.9,70.1,40.5,90.2,71.2l-0.5,0.3 l0.5-0.3c20.4,31.2,31.2,71.8,30.4,114.2c-0.8,42.1-12.8,82.2-34,113c-20.5,29.7-51.6,53.3-90.1,68.3 C286.9,397.3,252.8,403.5,218.1,403.5z M225.3,2.1c-6.6,0-13.1,0.3-19.4,0.8c-73.5,6-138.8,46.7-174.8,108.9 c-35.7,61.5-38.7,139.3-7.4,193.7c31.5,54.8,99.9,91.4,178.6,95.6c5,0.3,10.1,0.4,15.3,0.4c65.2,0,144.9-22.2,188.6-85.6 c43.3-62.8,44.8-161.6,3.5-224.9l0,0C368.7,28.5,290.9,2.1,225.3,2.1z%27 /%3E%3C/svg%3E") no-repeat center/cover;
  content: "";
}

.p-pickupBox__textWrapper {
  margin-top: 8vw;
}

.p-pickupBox__text {
  color: #333;
  font-size: 4vw;
  line-height: 1.8;
}

.background--dark .p-pickupBox__text {
  color: #fff;
}

.p-pickupBox__link {
  margin-top: 8vw;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #333;
}

.p-pickupBlock .swiper-button-next,
.p-pickupBlock .swiper-button-prev {
  display: none;
  top: auto;
  bottom: 0;
  margin-top: 0;
}

.p-pickupBlock .is-active .swiper-button-next,
.p-pickupBlock .is-active .swiper-button-prev {
  display: flex;
}

.p-pickupBlock .swiper-button-next,
.p-pickupBlock .swiper-container-rtl .swiper-button-prev {
  right: calc(50% - 20vw);
}

.p-pickupBlock .swiper-button-prev,
.p-pickupBlock .swiper-container-rtl .swiper-button-next {
  left: calc(50% - 20vw);
}

.p-itemListBlock {
  padding-top: 15vw;
  padding-bottom: 28vw;
}

body.topItemList--off .p-itemListBlock {
  display: none;
}

.p-itemListBlock__title {
  margin-bottom: 10vw;
}

.p-itemListBlock .c-card {
  transition: opacity 0.5s linear;
}

.p-itemListBlock .c-card.hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  opacity: 0;
}

.p-itemListBlock__link,
.p-itemListBlock__link--noItem {
  margin-top: 10vw;
  text-align: center;
}

.p-itemList__noItem {
  margin-top: 14.93vw;
  color: #333;
  font-size: 4.8vw;
  line-height: 1.5;
}

.background--dark .p-itemList__noItem {
  color: #fff;
}

.p-item__loading {
  margin-top: 5.33vw;
  text-align: center;
}

.p-item__loading img {
  width: 32px;
  height: 32px;
}

body.topItemList--off .p-blogListBlock {
  padding-top: 28vw;
}

.p-blogListBlock__title {
  margin-bottom: 10vw;
  padding-top: 10.67vw;
  word-break: break-all;
}

.p-blogListBox {
  width: 100%;
}

.p-blogListBox.is-active {
  width: 100%;
}

.p-blogListBox .c-card {
  padding-right: 5vw;
  padding-left: 5vw;
}

.p-blogListBlock__link {
  margin-top: 10vw;
  text-align: center;
}

.p-blogListBlock .swiper-button-next,
.p-blogListBlock .swiper-button-prev {
  display: none;
}

.p-blogListBlock .is-active .swiper-button-next,
.p-blogListBlock .is-active .swiper-button-prev {
  display: flex;
}

.p-blogListBlock .swiper-button-next,
.p-blogListBlock .swiper-container-rtl .swiper-button-prev {
  right: 2vw;
}

.p-blogListBlock .swiper-button-prev,
.p-blogListBlock .swiper-container-rtl .swiper-button-next {
  left: 2vw;
}

.p-blogListBox .blog_inner {
  display: flex;
  flex-direction: column;
}

.p-blogListBox .blog_inner > * {
  order: 1;
}

.p-blogListBox .blog_head_image {
  order: 0;
}

.p-blogListBox .paginate-wrp {
  width: 100%;
  margin-top: 13.33vw;
}

.p-blogListBox ul.paginate {
  justify-content: center;
}

.paginate-wrp .paginate li {
  margin: 0 1.33vw;
  border: none;
  background-color: transparent;
}

.paginate-wrp .paginate li a {
  width: 13.33vw;
  height: 13.33vw;
  padding: 0;
  border: 1px solid #999;
  border-radius: 50%;
  color: #333;
  font-size: 3.73vw;
  line-height: 13.33vw;
  text-align: left;
  text-align: center;
  transition: opacity 0.3s linear;
}

.background--dark .paginate-wrp .paginate li a {
  border: 1px solid #fff;
  color: #fff;
}

.paginate-wrp .paginate li a:hover {
  background: transparent;
  opacity: 0.7;
  transition: opacity 0.3s linear;
}

.paginate-wrp .paginate .current a {
  border: none;
  background-color: #333;
  color: #fff;
  pointer-events: none;
}

.background--dark .paginate-wrp .paginate .current a {
  border: none;
  background-color: #fff;
  color: #333;
}

.paginate-wrp .paginate .next a,
.paginate-wrp .paginate .prev a {
  font-size: 3.2vw;
  white-space: nowrap;
}

.p-blogListBox .main #about > .blog_inner {
  padding: 0;
  border-bottom: none;
}

.p-blogListBox .main #about.blogListMain .blog_publish {
  margin-top: 2.4vw;
  margin-bottom: 0;
}

.p-blogListBox .blogDetail .blog_title,
.p-blogListBox .blogDetail .blog_publish {
  padding: 0;
}

div.main #about.blogDetail .blog_publish {
  margin-top: 0;
}

div.main #about.blogListMain .blog_publish .publish_date {
  margin: 0;
  font-size: 3.73vw;
}

.p-blogListBox .blogDetail .blog_contents {
  display: flex;
  flex-direction: column;
  font-size: 4.27vw;
}

div.main #about.blogDetail .blog_publish {
  order: 1;
  margin-bottom: 1.6vw;
}

div.main #about.blogDetail .blog_title {
  order: 2;
  margin-bottom: 10.67vw;
}

.p-blogListBox .blogDetail .blog_title h2 {
  text-overflow: initial;
  white-space: initial;
}

.p-blogListBox .blogDetail .blog_title h2 a {
  font-weight: bold;
  font-size: 5.33vw;
  line-height: 1.4;
  pointer-events: none;
}

.p-blogListBox .blogDetail .blog_body {
  order: 3;
  color: #333;
}

.background--dark .p-blogListBox .blogDetail .blog_body {
  color: #fff;
}

.p-blogListBox .blogDetail .p-blogImage__first {
  -o-object-fit: cover;
  order: 0;
  width: 100%;
  height: 50.4vw;
  margin: 0 0 5.33vw !important;
     object-fit: cover;
  border-radius: 16px;
  background-color: #fff;
}

div.main #about.blogDetail .blog_body h3 {
  position: relative;
  margin-top: 8.53vw;
  padding-left: 4.8vw;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.7;
}

.main #about .blog_body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 2px;
  content: "";
}
.p-blog__youtubeWrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p-blogListBox .blogDetail .blog_body .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.main #about.blogDetail .blog_body div:first-of-type h3 {
  margin-top: 0;
}

.p-blogListBox .blogDetail .social {
  order: 3;
}

.p-blogListBox .blogDetail .social a {
  display: block !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
}
.p-blogListBox .blogDetail .social li:not(.tw) a {
  background-color: transparent;
}
.p-blogListBox .blogDetail .social .tw img {
  width: 22px;
  height: auto;
  margin-top: 5px;
}

.c-lowerWrapper .p-blogListBlock__link {
  display: none;
}

.main #about .blog_body a {
  font-weight: bold;
}

.p-about__mainWrap {
  margin-bottom: 32vw;
}

.p-about__mainImage {
  position: relative;
  width: 69.33vw;
  height: 69.33vw;
  margin-right: auto;
  margin-bottom: 8vw;
  margin-left: auto;
  border-radius: 35% 65% 52% 48%/62% 40% 60% 38%;
}

.p-about__mainImage img {
  border-radius: 35% 65% 52% 48%/62% 40% 60% 38%;
}

.p-about__mainImage::after {
  display: block;
  position: absolute;
  top: 2.13vw;
  left: 1.87vw;
  width: 69.33vw;
  height: 69.33vw;
  border: 2px solid #fff;
  border-radius: 35% 65% 52% 48%/62% 40% 60% 38%;
  content: "";
}

.p-about__mainText {
  flex: 1;
}

.p-about__mainText p {
  color: #333;
  font-size: 4.27vw;
  line-height: 1.7;
}

.background--dark .p-about__mainText p {
  color: #fff;
}

.p-about__mainText p a {
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.3s linear;
}

.p-about__storeWrap {
  margin-bottom: 32vw;
}

.p-about__storeImage {
  position: relative;
  width: 80vw;
  height: 66.67vw;
  margin-right: auto;
  margin-bottom: 8vw;
  margin-left: auto;
  border-radius: 43% 57% 35% 65%/63% 47% 53% 37%;
}

.p-about__storeImage img {
  border-radius: 43% 57% 35% 65%/63% 47% 53% 37%;
}

.p-about__storeImage::after {
  display: block;
  position: absolute;
  top: 2.13vw;
  left: 1.87vw;
  width: 80vw;
  height: 66.67vw;
  border: 2px solid #fff;
  border-radius: 43% 57% 35% 65%/63% 47% 53% 37%;
  content: "";
}

.p-about__storeTextWrap {
  flex: 1;
}

.p-about__storeText {
  margin-bottom: 10.67vw;
  color: #333;
  font-size: 4.27vw;
  line-height: 1.7;
}

.background--dark .p-about__storeText {
  color: #fff;
}

.p-about__storeInfo {
  margin-bottom: 8vw;
}

.p-about__storeInfo dt {
  position: relative;
  margin-bottom: 2.67vw;
  padding-left: 5.87vw;
  color: #333;
  font-size: 4.27vw;
  line-height: 1.5;
}

.background--dark .p-about__storeInfo dt {
  color: #fff;
}

.p-about__storeInfo dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.p-about__storeInfo dd {
  margin-bottom: 5.33vw;
  padding-left: 5.87vw;
  color: #333;
  font-size: 4.27vw;
  line-height: 1.5;
}

.background--dark .p-about__storeInfo dd {
  color: #fff;
}

.p-about__storeInfo dd:last-of-type {
  margin-bottom: 0;
}

.p-about__faqBox {
  margin-bottom: 10.67vw;
  color: #333;
}

.background--dark .p-about__faqBox {
  color: #fff;
}

.p-about__faqBox:last-of-type {
  margin-bottom: 0;
}

.p-about__faqTitle {
  position: relative;
  margin-bottom: 3.2vw;
  padding-left: 5.87vw;
  font-weight: bold;
  font-size: 4.53vw;
  line-height: 1.7;
}

.p-about__faqTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.p-about__faqText {
  padding-left: 5.87vw;
}

.p-about__faqText p {
  font-size: 4.27vw;
  line-height: 1.7;
}

.p-about__faqText p a {
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.3s linear;
}

#privacy li {
  margin-top: 3.2vw;
  word-break: break-word;
}

.background--dark .law__telnum {
  display: inline-block;
  padding: 1.33vw;
}

.background--dark .telnumValid img {
  border: 1px solid #ccc;
  border-radius: 100px;
}

.law__telnum canvas {
  vertical-align: middle;
}

#telnumValid .telnumValid__txt {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}

.background--dark #telnumValid .telnumValid__txt {
  border: none;
}

.p-contact__infoArea {
  margin-bottom: 10.67vw;
  padding: 6.4vw;
  background-color: rgba(255, 255, 255, 0.8);
}

.background--light .p-contact__infoArea {
  border: 1px solid #ccc;
}

.background--dark .p-contact__infoArea {
  background-color: #fff;
}

.background--dark .p-contact__infoArea p {
  color: #333;
}

.inquirySection dt {
  position: relative;
  margin-top: 8vw;
  margin-bottom: 3.2vw;
  padding-left: 5.87vw;
  color: #333;
  font-weight: bold;
  font-size: 4.53vw;
  line-height: 1.7;
}

.background--dark .inquirySection dt {
  color: #fff;
}

.inquirySection dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.inquirySection dt:first-of-type {
  margin-top: 4vw;
}

.inquirySection input {
  color: #333;
}

.inquirySection input[type=text],
.inquirySection input[type=email],
.inquirySection input[type=tel],
.inquirySection input[type=number] {
  width: 100%;
  padding: 4.27vw;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 4.27vw;
}

.inquirySection textarea {
  width: 100%;
  height: 53.33vw;
  padding: 4.27vw;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 4.27vw;
  line-height: 1.5;
}

.inquirySection input:focus,
.inquirySection textarea:focus {
  outline: none;
}

.background--dark .inquirySection input:focus,
.background--dark .inquirySection textarea:focus {
  border: solid 2px transparent;
}

.inquirySection#inquiryCompleteSection a {
  display: block;
  margin-top: 20px;
  font-size: 4.27vw;
}

.background--dark .inquirySection#inquiryCompleteSection a {
  color: #fff;
}

.inquirySection#inquiryCompleteSection .p-contact__infoArea a {
  display: inline;
  margin-top: 0;
  color: #333;
}

#buttonLeave {
  display: block;
  height: 16vw;
  margin: 0 auto;
  margin-top: 10.67vw;
  font-size: 4.27vw;
  line-height: 1.4;
  text-align: center;
}

.p-categoryList {
  margin-top: -1.6vw;
  margin-bottom: 10.67vw;
}

.p-categoryList li {
  margin-top: 1.6vw;
}

.p-categoryList a {
  display: block;
  padding: 1.87vw 2.13vw 1.6vw;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 3.73vw;
  line-height: 1.5;
}

.background--light .p-categoryList li a {
  border: 1px solid #ccc;
}

.p-ItemDetail__mainBox {
  z-index: 1;
  position: relative;
}

.p-itemDetail__imageWrap {
  position: relative;
  margin-bottom: 8.53vw;
}

.p-itemDetail__tagWrapper {
  display: flex;
  z-index: 1;
  position: absolute;
  top: -2.67vw;
  left: -2.13vw;
  gap: 1.72vw;
}

.p-itemDetail__tagWrapper .label_image {
  height: 16vw;
}

.p-itemDetail__slider .swiper-slide {
  width: 100%;
  height: 67.47vw;
  overflow: hidden;
  border: solid 1px #fff;
  border-radius: 4.27vw;
  background-color: #fff;
}

body.square .p-itemDetail__slider .swiper-slide {
  aspect-ratio: 1/1;
  height: auto;
}

.p-itemDetail__thumbnail {
  margin-top: 6.4vw;
}

.p-itemDetail__thumbnail .swiper-slide {
  height: 15.7vw;
  overflow: hidden;
  border: solid 1px #fff;
  border-radius: 2.13vw;
  background-color: #fff;
}

body.square .p-itemDetail__thumbnail .swiper-slide {
  aspect-ratio: 1/1;
  height: 100%;
}

.thumb-button-next,
.thumb-button-prev {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 6.4vw;
  height: 100%;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}

.thumb-button-next.swiper-button-disabled,
.thumb-button-prev.swiper-button-disabled {
  display: none;
}

.thumb-button-next:focus,
.thumb-button-prev:focus {
  outline: none;
}

.thumb-button-next {
  right: 0;
}
.thumb-button-prev {
  left: 0;
}
.thumb-button-next::after,
.thumb-button-prev::after {
  font-size: 4.27vw;
  font-family: swiper-icons;
}

.thumb-button-next::after {
  margin-left: 0.53vw;
  content: "next";
}

.thumb-button-prev::after {
  margin-right: 0.53vw;
  content: "prev";
}

.p-itemDetail__textWrap {
  flex: 1;
  color: #333;
}

.background--dark .p-itemDetail__textWrap {
  color: #fff;
}

.p-itemDetail__textWrap p a {
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.3s linear;
}

#postageOpen:hover {
  text-decoration: underline !important;
}

.p-itemDetail__description {
  margin-bottom: 4.27vw;
  font-size: 4.27vw;
  line-height: 1.7;
  word-break: break-all;
}

.p-itemDetail__attention p,
.p-itemDetail__attention .takeout__data,
.p-itemDetail__attention p.salesPeriod--term span:nth-of-type(2) {
  font-size: 4.27vw;
  line-height: 1.7;
}

.p-itemDetail__attention p.attention {
  font-size: 3.47vw;
  line-height: 1.6;
}

.p-itemDetail__attention p.salesPeriod--willStart::before {
  content: "※";
}

.p-itemDetail__attention p.salesPeriod--finish {
  margin-bottom: 5.33vw;
  font-size: 4.27vw;
  line-height: 1.7;
}

.p-itemDetail__attention .communityLabel,
.p-itemDetail__attention .membershipPoint {
  margin-bottom: 4.27vw;
  padding: 2.67vw 4.27vw;
  border: 2px solid #333;
  background-color: transparent !important;
  color: #333 !important;
}

.background--dark .p-itemDetail__attention .communityLabel,
.background--dark .p-itemDetail__attention .membershipPoint {
  border-color: #fff;
  color: #fff !important;
}

.p-itemDetail__attention .communityLabel__title,
.p-itemDetail__attention .membershipPoint__pointName {
  font-size: 4.27vw !important;
}

.p-itemDetail__attention .membershipPoint__amountWrapper {
  margin-top: -1.6vw;
  letter-spacing: 0.05em;
}

.p-itemDetail__attention .membershipPoint__amount {
  margin-right: 1.07vw;
  font-size: 5.33vw;
}

.p-itemDetail__attention .membershipPoint__attentionLink {
  padding-right: 0;
}

.p-itemDetail__attention .communityLabel__note {
  margin-top: 0 !important;
  font-size: 3.47vw !important;
}

.p-itemDetail__title {
  margin-bottom: 1.07vw;
  font-weight: normal;
  font-size: 4.27vw;
  line-height: 1.7;
  word-break: break-all;
}

.p-itemDetail__price {
  margin-top: 8vw;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.7;
}

.p-itemDetail__purchase .ageVerificationWarning {
  margin: 6.4vw 0;
  color: #333;
  font-size: 5.07vw;
  line-height: 1.5;
}

.background--dark .p-itemDetail__purchase .ageVerificationWarning {
  color: #fff;
}

.p-itemDetail__priceText {
  letter-spacing: 0.05em;
}

.p-itemDetail__priceText--stock,
.p-itemDetail__price .comingSoon {
  font-weight: normal;
  font-size: 3.73vw;
  letter-spacing: 0;
}

.p-itemDetail__priceText--stock.noStock {
  font-weight: bold;
  letter-spacing: 0;
}
.p-itemDetail__priceText--discountRatio {
  display: inline-block;
  margin-left: 2.67vw;
  padding: 0 2.67vw;
  border-radius: 100px;
  color: #fff;
  font-weight: normal;
  font-size: 3.73vw;
  letter-spacing: 0;
  vertical-align: 0.27vw;
}

.subColor--light .p-itemDetail__priceText--discountRatio {
  color: #333;
}

.background--light.subColor--light .p-itemDetail__priceText--discountRatio {
  border: 1px solid #333;
  border: 1px solid rgba(51, 51, 51, 0.3019607843);
}

.background--dark.subColor--dark .p-itemDetail__priceText--discountRatio {
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.p-itemDetail__priceText--discountPrice {
  margin-top: 2.13vw;
  font-weight: normal;
  font-size: 4.27vw;
  letter-spacing: 0;
  text-decoration: line-through;
}

.p-itemDetail__priceText--small {
  display: inline-block;
  width: 19.2vw;
  margin-right: 2.13vw;
  padding: 0.27vw 0.53vw;
  border: 1px solid #333;
  font-weight: normal;
  font-size: 3.2vw;
  letter-spacing: 0;
  text-align: center;
  vertical-align: 0.53vw;
}

.p-itemDetail__priceText:not(:first-of-type) .p-itemDetail__priceText--small {
  margin-top: 2.13vw;
}

.background--dark .p-itemDetail__priceText--small {
  border-color: #fff;
}

.p-itemDetail__priceText .p-itemDetail__priceText--discountPrice {
  margin-right: 2.13vw;
}

.p-itemDetail__price .bnplBanner {
  margin-top: 2.13vw;
  padding: 2.13vw 1.07vw;
}

.p-itemDetail__price .bnplBanner__logo {
  width: 32vw;
  margin-right: 0.53vw;
}

.p-itemDetail__price .bnplBanner__line {
  font-size: 3.2vw;
}

.p-itemDetail__price .bnplBanner__line > b {
  margin-top: -0.53vw;
  font-size: 3.73vw;
}

.p-itemDetail__price .bnplBanner__help {
  margin: 0 0 0 1.07vw !important;
  font-size: 4.27vw !important;
}

.p-itemDetail__attention .lottery__label,
.p-itemDetail__attention .preOrder__label,
.p-itemDetail__attention .takeout__label,
.p-itemDetail__attention p.salesPeriod--term span:first-of-type {
  display: block;
  position: relative;
  margin-top: 5.33vw;
  margin-bottom: 1.07vw;
  padding-left: 5.87vw;
  font-weight: bold;
  font-size: 4.27vw;
  line-height: 1.7;
}

.p-itemDetail__attention .lottery__label::before,
.p-itemDetail__attention .preOrder__label::before,
.p-itemDetail__attention .takeout__label::before,
.p-itemDetail__attention p.salesPeriod--term span:first-of-type::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.p-itemDetail__attention .lottery,
.p-itemDetail__attention .preOrder,
.p-itemDetail__attention .takeout,
.p-itemDetail__attention p.salesPeriod--term {
  margin-bottom: 5.33vw;
}

#amountSelectWrap label,
#variationSelectWrap label {
  display: block;
}

.p-itemDetail__purchase {
  margin-top: 4vw;
  font-size: 4.27vw;
  line-height: 1.7;
}

.p-itemDetail__purchase .itemOption__name::before,
.p-itemDetail__purchase #amountSelectWrap label::before,
.p-itemDetail__purchase #variationSelectWrap label::before {
  content: "・";
}
body #purchase_form #itemSelect #variationSelectWrap select.itemOption__select:not(#_),
body form[id] #itemSelect #variationSelectWrap select.itemOption__select:not(#_),
body form[id] #itemSelect #amountSelectWrap #amountSelect:not(#_),
body form[id] #itemSelect #variationSelectWrap #valiationSelect:not(#_),
body #purchase_form #itemSelect #variationSelectWrap #valiationSelect:not(#_),
body form[id] #itemSelect .itemOptionElement select.itemOption__select:not(#_) {
  width: 100%;
  min-height: 12vw;
  margin-bottom: 1.87vw;
  padding: 0;
  padding-top: 1.33vw;
  padding-right: 6.67vw;
  padding-bottom: 0.53vw;
  padding-left: 2.13vw;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 17.3"><polygon points="10,17.3 20,0 0,0" fill="%23666666" /></svg>') no-repeat right 2.67vw center/2.13vw auto;
  color: #333;
  font-size: 4.27vw;
  line-height: 1.4;
  text-overflow: ellipsis;
}

body form[id] #itemSelect .itemOptionElement .itemOption__input:not(#_) {
  width: 100%;
  height: 12vw;
  margin-bottom: 4.8vw;
  padding: 0 2.67vw;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  font-size: 4.27vw;
  line-height: 1;
}

body form[id] #itemSelect .itemOptionElement .itemOption__caption {
  margin-top: 0.8vw;
  font-size: 3.47vw;
}

body form[id] #itemSelect .itemOptionElement .itemOption__bottomCaptionBlock {
  margin-top: -4vw;
  margin-bottom: 2.13vw;
  line-height: 1;
}

body form[id] #itemSelect .itemOption__caption--error {
  font-weight: bold;
  font-size: 3.2vw;
}

body form[id] #itemSelect .itemOption__caption--error::before {
  margin-right: 0.53vw;
  content: "\e903";
  font-style: normal;
  font-weight: normal;
  font-family: "shopicon";
  vertical-align: -0.27vw;
}

body.background--light form[id] #itemSelect .itemOption__caption--error {
  color: red;
}

body.background--dark form[id] #itemSelect .itemOption__caption--error {
  color: #ffe5e5;
}

body form[id] #itemSelect .itemOptionElement .itemOption__count {
  margin-top: -3vw;
  margin-left: 0.8vw;
  font-size: 3.2vw;
  text-align: right;
}

.p-itemDetail__purchase .purchaseButton {
  margin-top: 4vw;
}

.p-itemDetail__purchase .purchaseButton__btn--addToCart {
  padding: 4.8vw 4vw;
  color: #fff;
  font-weight: normal;
  font-size: 4.8vw;
  line-height: 1.4;
  text-align: center;
}

.subColor--light .p-itemDetail__purchase .purchaseButton__btn--addToCart {
  color: #333;
}

.p-itemDetail__purchase .purchaseButton__btn--addToCart[disabled=disabled] {
  background-color: #aaa;
  text-decoration: line-through;
  pointer-events: none;
}

.purchaseButton__btn:not(.purchaseButton__btn--addToCart) {
  border: 1px solid #ccc;
}

.background--dark .purchaseButton__btn:not(.purchaseButton__btn--addToCart) {
  border: none;
}

.mainColor--dark .purchaseButton__btn:not(.purchaseButton__btn--addToCart),
.subColor--light .purchaseButton__btn:not(.purchaseButton__btn--addToCart) {
  color: #333;
}

.p-itemDetail__purchase .purchaseButton__btn--comingSoon {
  color: #333;
}

.p-itemDetail__purchase .purchaseButton__btn--notApplying,
.p-itemDetail__purchase .purchaseButton__btn--soldOut,
.p-itemDetail__purchase .purchaseButton__btn--requestRestockMail,
.p-itemDetail__purchase .purchaseButton__btn--comingSoon,
.p-itemDetail__purchase .purchaseButton__btn--comingSoonStay,
.p-itemDetail__purchase .purchaseButton__btn--endOfSale {
  display: block;
  width: 100%;
  padding: 3.73vw;
  background-color: #fff;
  color: #333;
  font-weight: normal;
  font-size: 4.27vw;
  line-height: 1.4;
  text-align: center;
}

.p-itemDetail__purchase #communityPurchase {
  margin-top: 5.33vw;
}

.p-itemDetail__purchase #communityPurchase .communitySignin {
  border: none;
  background-color: #fff;
}

.background--light .p-itemDetail__purchase #communityPurchase .communitySignin {
  border: 1px solid #ccc;
}

.p-itemDetail__purchase #communityPurchase .communitySignin p {
  font-size: 3.73vw !important;
}

.background--dark .p-itemDetail__purchase #communityPurchase .communitySignin p {
  color: #333;
}

.purchaseButton .easyOverseasSales {
  row-gap: 4.27vw;
  padding: 4.27vw 0;
}

.purchaseButton .easyOverseasSales__label {
  color: #333;
  font-size: 3.73vw;
}

.purchaseButton .easyOverseasSalesArea__link {
  color: #333;
  font-size: 3.73vw;
}

.background--dark .purchaseButton .easyOverseasSales__label, .background--dark .purchaseButton .easyOverseasSalesArea__link {
  color: #fff;
}

.p-itemDetail__buttonWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 8vw;
}

.p-itemDetail__ShareButtonWrap {
  display: flex;
  gap: 2.67vw;
}
.p-itemDetail__report #openIllegalReport {
  font-size: 12px;
}

.p-itemDetail__report select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 100%;
  line-height: 1;
}

.p-itemDetail__report textarea {
  width: 100%;
}

.p-itemDetail__report #irContainer .btn.btn-danger {
  width: 100% !important;
}

.p-itemDetail__custom {
  margin-top: 12.8vw;
}

.p-itemDetail__custom #appsItemDetailCustom {
  margin-top: 12.8vw;
  padding: 6.4vw 4.27vw 1.07vw;
  background-color: #fff;
}

.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading {
  position: relative;
  margin: 14.93vw 0 5.33vw;
  padding-left: 5.87vw;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
}

.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading:first-of-type {
  margin-top: 0;
}

.p-itemDetail__custom .appsItemDetailCustomTag_heading::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
  margin-bottom: 5.33vw;
  font-size: 4.27vw;
  line-height: 1.7;
}

.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_image {
  margin-right: auto;
  margin-bottom: 5.33vw;
  margin-left: auto;
}

.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_youtube,
.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_vimeo {
  width: 100%;
  height: 45.82vw;
  margin: 0;
  margin-right: auto;
  margin-bottom: 5.33vw;
  margin-left: auto;
  padding-bottom: 0;
}

.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_youtube iframe,
.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_vimeo iframe {
  width: 100%;
  height: 100%;
}
.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_slider {
  margin-right: auto;
  margin-bottom: 10.67vw;
  margin-left: auto;
}

.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .baseCarousel__button {
  width: 10.67vw;
  height: 10.67vw;
  background-size: 20%;
  font-size: 4.8vw;
}

.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .baseCarousel__caption {
  margin-top: 2.13vw;
  font-size: 3.2vw;
}

.p-itemDetail__review .review01 {
  margin: 0;
}

.p-itemDetail__review .review01__title {
  padding: 14.93vw 0 3.2vw;
  font-size: 4.27vw !important;
}

.background--dark .p-itemDetail__review .review01__title {
  color: #fff;
}

.p-itemDetail__review .review01__tabWrap,
.p-itemDetail__review .review01__list {
  border-top: none;
  background-color: #fff;
}

.p-itemDetail__related {
  margin-top: 14.93vw;
}

.p-itemDetail__relatedWrap,
.p-community .communityMain .communityItems {
  flex-direction: column;
  flex-wrap: nowrap;
}
.p-itemDetail__relatedBox {
  margin-top: 10vw;
}

.p-itemDetail__relatedBox:first-of-type {
  margin-top: 0;
}

.lum-lightbox {
  z-index: 11;
}

.lum-lightbox {
  background: rgba(0, 0, 0, 0.8);
}

.lum-close-button {
  opacity: 0.7;
  transition: opacity 0.3s linear;
}

.p-community .communityMain {
  width: 100%;
  margin: 0;
  padding: 0;
}

.p-community .communityMain .communityContent {
  display: block;
  margin-top: 0;
  padding: 0;
  border: none;
}

.p-community .communityMain .communityOverview {
  width: 100%;
  color: #333;
  font-size: 4.27vw;
  line-height: 1.7;
}

.background--dark .p-community .communityMain .communityOverview {
  color: #fff;
}

.p-community .communityMain .communityNav {
  width: 100%;
  margin-top: 8vw;
  margin-left: 0;
}

.p-community .communityMain #limitedItem,
.p-community .communityMain #limitedUrl {
  width: 100%;
  margin-top: 17.07vw;
}

.p-community .communityMain section.limited p {
  margin: 0;
  text-align: center;
}

.p-community .communityMain #productsLimitedUrl {
  margin-top: 6.4vw;
}

.p-community .communityMain #productsLimitedUrl .urlBox {
  width: 100%;
  margin-bottom: 5.33vw;
  padding: 4.27vw;
  background-color: #fff;
}

.p-community .communityMain #productsLimitedUrl .urlBox:last-of-type {
  margin-bottom: 0;
}

.p-community .communityMain #productsLimitedUrl .urlBox:nth-child(2n) {
  margin-left: 0;
}

.p-community .communityMain #productsLimitedUrl .urlBox .title {
  font-size: 3.73vw;
  line-height: 1.5;
}

.p-community .communityMain #productsLimitedUrl .urlBox .url {
  margin-top: 2.13vw;
  font-size: 3.2vw;
}

.p-community .communityMain .communityItems .communityItem {
  margin-top: 10vw;
  margin-left: 0;
}

.p-community .communityMain .communityItems .communityItem:nth-child(3n+1) {
  margin-left: 0;
}

.p-community .communityMain .communityItems .communityItem:first-child {
  margin-top: 0;
  margin-left: 0;
}

.p-community .communityMain .communityPrice h3 {
  margin-bottom: 0;
  color: #333;
  font-size: 4.8vw;
}

.background--dark .p-community .communityMain .communityPrice h3 {
  color: #fff;
}

.p-community .communityMain p {
  margin: 0;
}

.p-community .communityMain .communityPrice p {
  margin-bottom: 4.27vw;
  font-size: 6.4vw;
}

.p-community .communityMain .communitySignin {
  margin-top: 5.33vw;
  padding: 3.73vw;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.background--light .p-community .communityMain .communitySignin {
  border: 1px solid #ccc;
}

.p-community .communityMain .communityRegister p,
.p-community .communityMain .communitySignin p {
  margin-bottom: 0;
  font-size: 3.73vw;
  line-height: 1.7;
}

.p-community .communityMain .communitySignin p {
  margin-bottom: 4.27vw;
}

.background--dark .p-community .communityMain .communitySignin p {
  color: #333;
}

.p-community .communityMain .payidLogoutText {
  margin-top: 2.67vw;
}

.p-community .communityMain .communityModalTextNotice {
  margin-top: 1.6vw;
  font-weight: bold;
  font-size: 3.73vw;
  text-align: right;
}

.p-community .communityMain .communityModalTextNotice:first-of-type {
  margin-top: 4vw;
}

.p-community .communityMain .communityModal .communityModalTextNotice {
  margin-bottom: 4vw;
  text-align: left;
}

.p-community .communityMain .flashMessage .message {
  padding: 2.13vw 3.73vw;
  background-color: #fff;
  color: #333;
  font-size: 3.73vw;
}

.p-community .communityMain .flashMessage .message:last-child {
  margin-bottom: 9.6vw;
}

.p-community .communityMain .communityTerm {
  margin-top: 2.67vw;
}

.p-community .communityMain .communityTerm a {
  color: inherit;
}

.p-community .communityMain .communityButton {
  text-decoration: none;
}

.communityMain .communityButton__guest {
  background-color: #333;
}

.background--dark .communityMain .communityButton__guest {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}

.p-community .communityMain .communityItems .communityItem .communityItemPrice {
  display: inline-block;
}

.p-community .communityMain .communityItems .communityItem .communityItemPrice.discount {
  color: #333;
}

.background--dark .p-community .communityMain .communityItems .communityItem .communityItemPrice.discount {
  color: #fff;
}

.p-community .communityMain .communityItems .communityItem .communityItemMetaSub {
  margin-top: 0;
  margin-bottom: 0;
}

.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock.community {
  border-color: #333;
  color: #333;
}

.background--dark .p-community .communityMain .communityItems .communityItem .communityItemLabelBlock.community {
  border-color: #fff;
  color: #fff;
}

.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock.preOrder {
  border-color: #333;
}

.background--dark .p-community .communityMain .communityItems .communityItem .communityItemLabelBlock.preOrder {
  border-color: #fff;
  color: #fff;
}

.p-community .communityMain .communityItems .communityItem .communityItemLabel.soldOutText {
  background-color: #333;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__inner,
.is_takeoutModalOpen #takeoutModal .takeoutModal__inner,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__inner,
#postageInfo .shippingInfo__inner,
.communityModal .communityModalContent {
  padding: 4.27vw 4.27vw 5.33vw;
}

.background--dark .communityModal .communityModalContent p {
  color: #333;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__container,
.is_takeoutModalOpen #takeoutModal .takeoutModal__container,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__container,
.communityMain .communityBox .communityModal {
  position: relative;
  width: 90%;
  overflow: hidden;
  border-radius: 6px;
}

.communityMain .communityBox .communityModal {
  min-width: 100px;
  max-width: 90%;
  max-height: 80%;
  padding: 0;
  overflow-y: auto;
}

body #postageInfo {
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 90%;
  height: auto;
  max-height: 80vh;
  margin: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
  border-radius: 6px;
}

body #postageInfo .shippingInfo__inner {
  height: auto;
  overflow-y: hidden;
}

body #postageInfo.shippingModal .shippingInfo__tabArea {
  padding: 24px 0 0;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__title,
.is_takeoutModalOpen #takeoutModal .takeoutModal__title,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__title,
#postageInfo .shippingInfo__title,
.communityMain .communityModal .communityModalHeader {
  padding: 4vw 0;
  border-bottom: none;
  color: #333;
  font-weight: normal;
  font-size: 4.8vw;
  line-height: 1.5;
}

.mainColor--dark.is_purchaseButtonModalOpen .purchaseButtonModal__title,
.mainColor--dark.is_takeoutModalOpen #takeoutModal .takeoutModal__title,
.mainColor--dark.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__title,
.mainColor--dark #postageInfo .shippingInfo__title,
.mainColor--dark .communityMain .communityModal .communityModalHeader {
  color: #fff;
}

.communityMain .communityModal .communityModalHeader {
  padding-bottom: 4vw !important;
}

#postageInfo .shippingInfo__title {
  position: relative;
  height: auto;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__text,
.is_takeoutModalOpen #takeoutModal .takeoutModal__text,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__text,
.p-community .communityMain .communityModalText,
.p-community .communityMain .communityModalTable__Body,
.purchaseButtonModal__container .purchaseButtonModal__ageVerificationWarningText {
  margin: 0 0 5.33vw;
  font-size: 3.73vw;
  line-height: 1.5;
}

.is_takeoutModalOpen #takeoutModal .takeoutModal__text {
  margin-bottom: 0;
}

.p-community .communityMain .communityModalTable__Body {
  margin: 0 0 2.67vw;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__label,
.is_takeoutModalOpen #takeoutModal .takeoutModal__head,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__label,
.communityMain .communityModal .communityModalTable__Title {
  position: relative;
  margin-bottom: 2.13vw;
  padding-left: 5.33vw;
  font-size: 4vw;
  line-height: 1.5;
}

#postageInfo .shippingList__title {
  position: relative;
  margin-bottom: 2.13vw;
  padding-left: 5.87vw;
  border-bottom: none;
  font-size: 4.27vw;
  line-height: 1.5;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__label::before,
.is_takeoutModalOpen #takeoutModal .takeoutModal__head::before,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__label::before,
#postageInfo .shippingList__title::before,
.communityMain .communityModal .communityModalTable__Title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

.is_purchaseButtonModalOpen .purchaseButtonModal__input,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__input {
  height: 13.33vw;
  margin-bottom: 2.67vw;
  padding: 0.53vw 1.6vw;
  font-size: 4vw;
  line-height: 1.5;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__information,
.is_takeoutModalOpen #takeoutModal .takeoutModal__description_list {
  margin: 0 auto 6.4vw;
  padding: 2.13vw 2.67vw;
  border-radius: 0;
}

.is_takeoutModalOpen #takeoutModal .takeoutModal__description_list {
  margin-bottom: 0;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__information .si-information {
  margin-top: 1.33vw;
  font-size: 3.2vw;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__informationText {
  margin-left: 1.6vw;
  font-size: 3.2vw;
  line-height: 1.5;
}

.is_takeoutModalOpen #takeoutModal .takeoutModal__description_list {
  font-size: 3.2vw;
}

.is_takeoutModalOpen #takeoutModal .takeoutModal__week {
  margin-right: 2.13vw;
}

.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__subText {
  margin: 0 0 5.33vw;
}

.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__subTextChild {
  font-size: 3.2vw;
  line-height: 1.5;
}

.is_takeoutModalOpen #takeoutModal .takeoutModal__section {
  padding: 0 0 4.27vw;
  border-bottom: none;
}

.is_takeoutModalOpen #takeoutModal .takeoutModal__section:last-of-type {
  padding-bottom: 0;
}

.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--close {
  background-color: #333;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__btn,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--submit,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--close,
.communityMain .communityModal .communityButton {
  width: 61.33vw;
  height: 12vw;
  border-radius: 200px;
  font-weight: normal;
  font-size: 4.27vw;
  line-height: 1;
}

.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--submit {
  margin-top: 6.4vw;
}

.subColor--light.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--submit {
  border: 1px solid #ccc;
}

.communityMain .communityModal .communityModalButton {
  margin-top: 2.67vw;
  padding: 3.73vw 0;
}

.communityMain .communityModal .communityModalButton:first-of-type {
  margin-top: 2.67vw;
}

.subColor--light .communityMain .communityModal .communityButton__red {
  border: 1px solid #ccc;
  color: #333;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__error,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__error {
  margin: 0 0 6.4vw;
  padding: 2.13vw;
  border: 1px solid #fa5171;
  border-radius: 0;
  background: #fff;
  color: #fa5171;
  font-size: 3.2vw;
}

.is_purchaseButtonModalOpen .ageVerificationModal__error,
.is_purchaseButtonModalOpen .purchaseButtonModal__error.ageVerificationModal__error {
  margin-top: 6.4vw;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__errorIcon,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__errorIcon {
  width: 3.2vw;
  margin-right: 1.6vw;
}

.is_purchaseButtonModalOpen .is_success .purchaseButtonModal__resultText {
  margin-top: 2.67vw;
  margin-bottom: 5.33vw;
  padding: 3.73vw 3.2vw;
  border: 1px solid #333;
  border-radius: 0;
  background: #fff;
  font-size: 4.27vw;
}

.background--dark .is_purchaseButtonModalOpen .is_success .purchaseButtonModal__resultText {
  border-color: #fff;
}

.is_purchaseButtonModalOpen .cot-itemOrder-ageVerification-footer {
  margin-top: -4.27vw;
}

.communityOverlay .communityModal {
  width: 90%;
  min-width: 100px;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
}

.communityOverlay .communityContent {
  padding: 0 4.27vw 5.33vw;
}

body .communityOverlay .communityModalHeader {
  position: relative;
  margin: 0;
  padding: 4vw 0 !important;
  border-bottom: none;
  font-weight: normal;
  font-size: 4.8vw !important;
  line-height: 1.5;
}

body.mainColor--dark .communityOverlay .communityModalHeader {
  color: #fff;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__btn--close {
  background-color: #333;
}

.subColor--light.is_purchaseButtonModalOpen .purchaseButtonModal__btn--submit,
.subColor--light.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--submit {
  color: #333;
}

.is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon,
.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon,
.communityOverlay .communityModalHeader .communityModalClose:not(#_),
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon {
  top: 5.33vw;
  right: 3.47vw;
  width: 4.27vw;
  height: 4.27vw;
}

.mainColor--dark.is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon,
.mainColor--dark.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon,
.mainColor--dark .communityOverlay .communityModalHeader .communityModalClose:not(#_),
.mainColor--dark.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon {
  filter: brightness(0) invert(1) contrast(1);
}

.is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon::before,
.is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon::after,
.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon::before,
.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon::after,
.communityOverlay .communityModalHeader .communityModalClose::before,
.communityOverlay .communityModalHeader .communityModalClose::after,
.communityMain .communityModalHeader .communityModalClose::before,
.communityMain .communityModalHeader .communityModalClosec,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon::before,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon::after {
  top: 1.87vw;
  right: -0.8vw;
  width: 4.8vw;
  height: 1px;
}

.communityMain .communityModalHeader .communityModalClose::after,
.communityMain .communityModalHeader .communityModalClose::before {
  display: block;
  position: absolute;
  top: 7px;
  right: -3px;
  width: 22px;
  height: 2px;
  background: #3d3d3d;
  content: "";
}

.communityMain .communityModalHeader .communityModalClose::before {
  transform: rotate(45deg);
}

.communityMain .communityModalHeader .communityModalClose::after {
  transform: rotate(-45deg);
}

.communityOverlay .communityTitle {
  margin-top: 4.27vw !important;
  padding: 0 4.27vw;
  font-size: 4.27vw !important;
}

.communityOverlay .communityPrice {
  margin-top: 4vw !important;
}

.communityOverlay .communityPrice h3 {
  margin: 0 2.67vw 0 0 !important;
  font-size: 4vw !important;
}

.communityOverlay .communityPrice p {
  margin: 0 !important;
  font-size: 6.4vw !important;
}

.communityOverlay .communityOverview {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 0;
  max-height: 100%;
  -webkit-line-clamp: 3;
  margin-top: 5.87vw !important;
  overflow: hidden;
  font-size: 3.73vw;
}

.communityOverlay .communityLinkMore {
  margin-top: 3.73vw !important;
  font-size: 3.73vw !important;
}

.communityOverlay .communityRegister {
  margin-top: 5.87vw;
}

.communityOverlay .communityModal .button {
  display: inline-block;
  width: 100%;
  padding: 3.73vw 3.2vw;
  border-radius: 6px;
  color: #fff;
  font-size: 4.27vw;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.communityOverlay .communityModal .button__guest {
  margin-top: 2.13vw;
  background-color: #252525;
  color: #fff;
}
.communityOverlay .communityModal .button__purchase {
  margin-left: 0;
}
.p-ItemDetailBox .communityBox .buttonPayid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.communityOverlay .communityModal .button__purchase .buttonPayid__icon {
  width: 21.33vw;
}

.p-ItemDetailBox .communityBox .buttonPayid__icon {
  width: 18.67vw;
  margin-right: 0.8vw;
}

.communityOverlay .communityModal .buttonPayid {
  background-color: #000435;
}

.communityOverlay .communityModal .buttonPayid__icon {
  vertical-align: bottom;
}

.communityOverlay .communityModal .buttonPayid__text {
  color: #fff;
}

.p-ItemDetailBox .communityBox .buttonPayid__text {
  font-size: 3.73vw;
}

.communityOverlay .communityTerms,
.communityOverlay .communityTerms a {
  margin-top: 5.33vw !important;
  font-size: 3.73vw !important;
}

.communityOverlay .communityTextNotice {
  margin-top: 1.33vw !important;
  font-size: 3.2vw !important;
}

#postageInfo .shippingInfoBlock {
  width: auto;
  height: auto;
  min-height: 0;
  max-height: inherit;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}

#postageInfo .shippingInfo__tabButton {
  height: 14.93vw;
  font-size: 4.27vw;
  transition: opacity 0.2s linear;
}

#postageInfo .shippingInfo__tabButton.is_active {
  border-bottom: 3px solid transparent;
  pointer-events: none;
}

#postageInfo #shippingInfo__intro,
#postageInfo .shippingList__description,
#postageInfo .cot-shipping-methodInfoLocation,
#postageInfo .cot-shipping-accordionLabel,
#postageInfo .cot-shipping-accordionContent,
#postageInfo .priceSet,
#postageInfo .shippingList__info .price {
  font-size: 4.27vw;
}

#postageInfo .shippingList__description {
  font-weight: normal;
}

#postageInfo .shippingList {
  margin: 0 0 8vw;
}

#postageInfo .shippingList:last-of-type {
  margin-bottom: 2.67vw;
}

#postageInfo #postageClose {
  top: 5.33vw;
  right: 3.47vw;
  width: 4.27vw;
  height: 4.27vw;
}

#postageInfo #postageClose::before {
  transform: rotate(45deg);
}

#postageInfo #postageClose::after {
  transform: rotate(-45deg);
}

#postageInfo #postageClose::before,
#postageInfo #postageClose::after {
  display: block;
  position: absolute;
  top: 1.87vw;
  right: 0;
  left: auto;
  width: 4.8vw;
  height: 1px;
  background: #3d3d3d;
  content: "";
}

.mainColor--dark #postageInfo #postageClose::before,
.mainColor--dark #postageInfo #postageClose::after {
  background: #fff;
}

#postageInfo #postageClose img {
  display: none;
}

#postageInfo .areaSetting_map {
  width: 100%;
  height: auto;
}

#postageInfo .postageArea {
  position: relative;
  margin: 0 0 10px;
}

#postageInfo .prefBox {
  width: 100%;
}

#postageInfo .prefBox__list {
  display: inline-block;
  position: static;
  font-size: 3.47vw;
}

#postageInfo .prefBox__list div,
#postageInfo .postageArea ul li span {
  line-height: 1.5;
}

#postageInfo .postage {
  position: static;
  font-size: 3.2vw;
}

#postageInfo .area1,
#postageInfo .area2,
#postageInfo .area3,
#postageInfo .area4,
#postageInfo .area5,
#postageInfo .area6,
#postageInfo .area7,
#postageInfo .area8,
#postageInfo .area9,
#postageInfo .area10,
#postageInfo .area11 {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

#postageInfo .areaTitle {
  font-size: 3.73vw;
}

.p-ItemDetailBox .shippingInfoBlock {
  overflow-x: hidden;
}

#membership:not(#_) {
  width: 100%;
  padding: 0;
  color: #333;
}

#membership.membership .guide .img-wrapper,
#membership.membership .mypage .img-wrapper {
  margin-bottom: 4.27vw;
}

#membership.membership .guide .img-wrapper .img,
#membership.membership .mypage .img-wrapper .img {
  -o-object-fit: inherit;
  height: auto;
  max-height: 100%;
  margin-bottom: 6.4vw;
     object-fit: inherit;
}

#membership.membership .mypage .heading-wrapper {
  margin-top: 6.4vw;
  margin-bottom: 14.93vw;
}

#membership.membership .mypage .heading {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
}

#membership.membership .guide .about-point,
#membership.membership .mypage .reward-list,
#membership.membership .guide .reward-list {
  margin-top: 16vw;
}

#membership.membership .guide .content .heading,
#membership.membership .guide .about-point .heading-point,
#membership.membership .point-history .content .point-history-summary .point-name,
#membership.membership .draft .heading,
#membership.membership .mypage .reward-list .title,
#membership.membership .guide .reward-list .title {
  margin-bottom: 6.4vw;
  padding: 0;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.5;
  text-align: left;
}
#membership.membership .guide .content .heading::before,
#membership.membership .guide .about-point .heading-point::before,
#membership.membership .point-history .content .point-history-summary .point-name::before,
#membership.membership .draft .heading::before,
#membership.membership .mypage .reward-list .title::before,
#membership.membership .guide .reward-list .title::before {
  display: none;
}

#membership.membership .guide .content .description,
#membership.membership .guide .about-point .description,
#membership.membership .point-history .content .point-history-summary .description {
  margin-top: 6.4vw;
  margin-left: 0;
}

#membership.membership .guide .content .description > p,
#membership.membership .guide .about-point .description li,
#membership.membership .point-history .content .point-history-summary .description,
#membership.membership .guide .reward-list .description {
  font-weight: normal;
  font-size: 4.27vw;
  line-height: 1.7;
}

#membership.membership .guide .about-point .description li {
  display: flex;
}
#membership.membership .guide .about-point .description li::before {
  content: "・";
}

#membership.membership .guide .register {
  margin-top: 17.07vw;
  padding: 6.4vw 4.27vw;
  border-radius: 3.2vw;
}

#membership.membership .guide .register .box {
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 4.27vw;
  padding: 4.27vw;
  border-radius: 0.53vw;
  font-weight: normal;
  font-size: 3.2vw;
  line-height: 1.7;
}

#membership.membership .guide .register .box:before {
  width: 4.27vw;
  min-width: 0;
  height: 4.27vw;
  margin-right: 2.13vw;
  line-height: 4.27vw;
}

#membership.membership .guide .register .box .content {
  flex: 1;
  font-size: 3.2vw;
}

#membership.membership .guide .register .heading,
#membership.membership .login .heading {
  padding-left: 0;
  color: #333;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.6;
}

#membership.membership .guide .register .heading::before {
  display: none;
}

#membership.membership .login .heading {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 4.27vw;
  padding-right: 0;
}

#membership.membership .login .heading::before,
#membership.membership .login .heading::after {
  width: auto;
  height: auto;
  margin-top: 0;
}

#membership.membership .login .heading::before {
  margin-right: 1.33vw;
  content: "＼";
}

#membership.membership .login .heading::after {
  margin-left: 1.33vw;
  content: "／";
}

#membership.membership .guide .register .description-wrapper {
  margin-top: 4.27vw;
}

#membership.membership .guide .register .description,
#membership.membership .login .register-description {
  margin-top: 2.13vw;
  font-weight: normal;
  font-size: 3.73vw;
  line-height: 1.7;
}

#membership.membership .login .register-description {
  margin-top: 6.4vw;
}

#membership.membership .guide .register .mail-magazine .mail-magazine-wrapper {
  margin-top: 4.27vw;
}

#membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .checkbox {
  width: 6.4vw;
  height: 6.4vw;
  border-radius: 0.53vw;
}

#membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .checkbox:checked {
  box-shadow: 0 0 0 6.4vw var(--checked-color) inset;
}

#membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .checkbox:after {
  top: 1.87vw;
  left: 1.6vw;
  width: 3.2vw;
  height: 2.4vw;
}

#membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .label {
  margin-left: 2.13vw;
  color: #333;
  font-weight: bold;
  font-size: 3.73vw;
}

#membership.membership .guide .register .link-wrapper {
  margin-top: 6.4vw;
}

#membership.membership .login .link-wrapper {
  margin-top: 4.27vw;
}

#membership.membership .guide .mypage-link {
  margin-top: 10.67vw;
}

#membership.membership .guide .register .link,
#membership.membership .guide .mypage-link .link,
#membership.membership .login .link {
  width: 100vw;
  max-width: 100%;
  padding: 4.8vw 6.4vw;
  border-radius: 1.6vw;
  font-weight: bold;
  font-size: 4.27vw;
  line-height: 1.5;
}

#membership.membership .guide .register .login {
  margin-top: 6.4vw;
  font-weight: normal;
  font-size: 3.2vw;
  line-height: 1.5;
}

#membership.membership .mypage .logout {
  font-weight: normal;
  font-size: 3.73vw;
}

#membership.membership .mypage .content .customer-info-wrapper {
  margin-bottom: 4.27vw;
}

#membership.membership .mypage .content .customer-info {
  margin-bottom: 0;
  padding: 0;
  padding-left: 5.87vw;
  font-weight: bold;
  font-size: 4.27vw;
  line-height: 1.5;
}

#membership.membership .mypage .content .definition-list {
  margin-top: 4.27vw;
}

#membership.membership .mypage .content .definition-term {
  font-weight: bold;
  font-size: 3.73vw;
  line-height: 1.7;
}

#membership.membership .mypage .content .definition-description {
  margin-top: 2.13vw;
  padding: 4.27vw 2.13vw;
  gap: 2.13vw 0;
}

#membership.membership .mypage .content .definition-description .mail-address {
  padding: 4.27vw 2.13vw;
  border-radius: 1.07vw;
}

#membership.membership .mypage .content .definition-description .edit {
  padding: 5.33vw 0;
  border-radius: 1.6vw;
  font-weight: bold;
  font-size: 3.73vw;
  line-height: 1.5;
}

#membership.membership .draft .message {
  margin: 2.67vw 0;
  font-size: 4.27vw;
  line-height: 1.7;
}

#membership .leave-wrapper {
  margin-top: 10.67vw;
}

#membership .leave-wrapper .leave {
  font-weight: normal;
  font-size: 3.73vw;
}

#membership.membership .flash-message {
  margin: 0 0 8.53vw;
  padding: 4.27vw;
  font-size: 3.73vw;
}

#membership.membership .draft .content .definition-list {
  margin-top: 10.67vw;
}

#membership.membership .mypage .content .definition-description .point-amount {
  font-size: 4.8vw;
  line-height: 1.5;
}

#membership.membership .mypage .content .definition-description .point-expiry-date {
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.025em;
}

#membership.membership .mypage .content .about-wrapper .about {
  font-size: 3.2vw;
  line-height: 1.7;
}

#membership.membership .mypage .reward-list .bar,
#membership.membership .guide .reward-list .bar {
  display: none;
}

#membership.membership .mypage .reward-list .howto {
  margin-top: 4.27vw;
}

#membership.membership .mypage .reward-list .howto .caption {
  padding: 4.27vw;
}

#membership.membership .mypage .reward-list .howto .caption .text {
  font-size: 3.73vw;
}

#membership.membership .mypage .reward-list .howto .description {
  padding: 0 4.27vw 4.27vw;
}

#membership.membership .mypage .reward-list .howto .description .text {
  font-size: 3.73vw;
  line-height: 1.7;
}

#membership.membership .mypage .reward-list .reward-card-list {
  grid-gap: 4.27vw;
  margin-top: 4.27vw;
  gap: 4.27vw;
}

#membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper {
  margin-left: 0;
}

#membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .title,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .title {
  margin-top: 2.13vw;
  margin-bottom: 0;
  font-size: 3.73vw;
  line-height: 1.7;
}

#membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper {
  margin-top: 1.07vw;
}

#membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point-icon,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point-icon {
  width: 4.27vw;
  height: 4.27vw;
}

#membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point {
  margin-left: 1.07vw;
  font-size: 3.2vw;
  line-height: 1.7;
}

#membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .description {
  margin-top: 1.07vw;
  font-size: 3.2vw;
  line-height: 1.7;
}

#membership.membership .mypage .card {
  max-width: 90.67vw;
  min-height: 53.33vw;
  max-height: 53.33vw;
  border-radius: 2.13vw;
}

#membership.membership .mypage .card .logo-text {
  margin: 0 6.4vw 1.07vw;
  font-size: 8.53vw;
}

#membership.membership .mypage .card .membership-name {
  margin: 0 6.4vw 1.07vw;
}

.background--dark #membership.membership .login .register-link,
.background--dark #membership.membership .login .heading {
  color: #fff;
}

.background--dark #membership.membership .mypage .content .definition-description .mail-address,
.background--dark .leave-modal-wrapper .leave-modal-header {
  color: #333;
}

.background--dark #membership.membership .login .link,
.background--dark #membership.membership .guide .mypage-link .link {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.background--dark #membership.membership .content .definition-description .edit {
  border: none;
}

.background--dark #membership.membership .content .customer-info-wrapper .edit-wrapper .edit {
  color: #fff;
}

.background--dark #membership.membership .card .membership-name,
.background--dark #membership.membership .card .join-date {
  color: #333;
}

.background--dark #membership.membership .content .definition-description .point-amount {
  color: #333;
}

.background--dark #membership.membership .content .about-wrapper .about {
  color: #fff;
}

.background--dark #membership.membership .about-point .description .description-details {
  color: #fff;
}

.background--dark #membership.membership .reward-list .title {
  color: #fff;
}

.background--dark #membership.membership .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper {
  color: #fff;
}

.background--dark #membership.membership .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point-icon {
  filter: invert(100%);
}

.overlayBackground {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.overlayBackground.show {
  display: block !important;
}

/* アニメーション設定 */
.u-anime__hide {
  opacity: 0;
}

.u-anime__fadeIn {
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacityShow {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.u-anime__opacityShow {
  animation: opacityShow 0.3s linear;
}

.u-anime__opacityShow:hover {
  animation: opacityShow 0.3s linear;
}

/* 画像をフィットさせる */
.u-objectFit {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.u-objectFit--bottom {
  -o-object-fit: cover;
  -o-object-position: bottom;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: bottom;
}

.u-objectFit--top {
  -o-object-fit: cover;
  -o-object-position: top;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: top;
}

/* 以下 PC・タブレットのメディアクエリ */
/*! ----------------------------------------------------
	Reset
---------------------------------------------------- */
/*! ----------------------------------------------------
	Base Style
---------------------------------------------------- */
/*! ----------------------------------------------------
	Layout
---------------------------------------------------- */
/*! ----------------------------------------------------
	Component
---------------------------------------------------- */
/*! ----------------------------------------------------
	Project
---------------------------------------------------- */
/*! ----------------------------------------------------
	Utility
---------------------------------------------------- */
@media (orientation: landscape) and (max-width: 960px) {
  .l-header__naviWrapperInner {
    justify-content: flex-start;
  }
  .l-header__navi {
    padding-top: 10vw;
  }
  .l-header__search,
.l-header__baseMenu {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 580px) {
  .l-header {
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding: 4.27vw 0;
  }
  .l-header__inner--clone {
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1600 1008"><path d="M546.9,0H0v381.4C126.2,352.5,225,317,334,218C423.9,135.1,464.2,56.8,546.9,0z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    -webkit-mask-size: 140vw auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
            mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1600 1008"><path d="M546.9,0H0v381.4C126.2,352.5,225,317,334,218C423.9,135.1,464.2,56.8,546.9,0z" /></svg>');
            mask-position: left top;
            mask-repeat: no-repeat;
            mask-size: 140vw auto;
  }
  .l-header__logo {
    width: auto;
    max-height: 8.62vw;
  }
  .l-header__logo span {
    width: 90%;
    line-height: 1;
  }
  .l-header__logo.small span {
    font-size: 3.79vw;
  }
  .l-header__logo.middle span {
    font-size: 5.17vw;
  }
  .l-header__logo.large span {
    font-size: 5.86vw;
  }
  .l-header__logo .logoImage {
    max-width: 50%;
    max-height: 12.07vw;
  }
  .l-header__navi {
    margin-top: 8.62vw;
    gap: 5.17vw;
  }
  .l-header__naviItem {
    padding-left: 5.17vw;
  }
  .l-header__naviItem::before {
    top: 1.33vw;
    width: 2.59vw;
  }
  .l-header__naviItem a {
    font-size: 2.76vw;
  }
  .l-header__categoryTitle {
    font-size: 2.76vw;
  }
  .l-header__categoryList {
    margin-top: 4.14vw;
  }
  .l-header .appsItemCategoryTag_child {
    margin-top: 2.93vw;
  }
  .l-header .appsItemCategoryTag_lowerchild {
    margin-top: 1.21vw;
    padding-left: 2.8vw;
  }
  .l-header .appsItemCategoryTag_lowerchild li {
    margin-top: 1.33vw;
  }
  .l-header .appsItemCategoryTag_child a {
    font-size: 2.41vw;
    line-height: 1.6;
  }
  .l-header .appsItemCategoryTag_lowerchild a::before {
    top: 1.7vw;
    left: -2.5vw;
    width: 0.5em;
  }
  .l-header__subNavi {
    margin-bottom: 5.17vw;
  }
  .l-header__search {
    margin-top: 6.9vw;
    padding-right: 3vw;
  }
  .l-header__search svg {
    width: 5.17vw;
  }
  .l-header__search a::after {
    margin-top: 1.3vw;
    margin-left: 1vw;
    font-size: 1.72vw;
    text-align: left;
  }
  .l-header__mypage {
    margin-top: 7.47vw;
    padding-left: 2.13vw;
  }
  .l-header__mypage svg {
    width: 3.2vw;
    margin-left: 2.67vw;
  }
  .l-header__mypage a::after {
    margin-top: 1.87vw;
    margin-left: 0;
    font-size: 1.72vw;
    text-align: left;
  }
  .l-header__baseMenu {
    margin-top: 6.9vw;
  }
  .l-header__baseMenu ul {
    gap: 1vw;
  }
  .l-header__baseMenu ul > li img {
    width: 5.17vw;
  }
  .l-header__baseMenu ul > li.base a::after,
.l-header__baseMenu ul > li.cart a::after {
    font-size: 1.72vw;
  }
  .l-header__baseMenu ul > li.base a::after {
    padding-left: 0;
  }
  .l-header__baseMenu ul > li.cart a::after {
    padding-left: 4px;
  }
  .l-footer {
    padding-top: 20.69vw;
    padding-bottom: 10.34vw;
  }
  .l-footer__logo {
    width: auto;
    max-width: 50vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .l-footer__logo span {
    font-size: 5.17vw;
  }
  .l-footer__logo.small span {
    font-size: 3.79vw;
  }
  .l-footer__logo.middle span {
    font-size: 5.17vw;
  }
  .l-footer__logo.large span {
    font-size: 5.86vw;
  }
  .l-footer__logo .logoImage {
    max-height: 12.07vw;
  }
  .l-footer__wrapper {
    margin-top: 6vw;
  }
  .l-footer__sns {
    justify-content: center;
    margin-top: 4vw;
  }
  .l-footer__snsItem a {
    width: 5.17vw;
    height: 5.17vw;
  }
  .l-footer__snsItem--twitter::before {
    width: 3vw;
    height: 2vw;
  }
  .l-footer__snsItem--facebook::before {
    width: 3.7vw;
    height: 2.7vw;
  }
  .l-footer__snsItem--ameba::before {
    width: 3.7vw;
    height: 2.7vw;
  }
  .l-footer__snsItem--instagram::before {
    width: 3.6vw;
    height: 2.6vw;
  }
  .l-footer__snsItem--line::before {
    width: 3.6vw;
    height: 2.6vw;
  }
  .l-footer__snsItem--youtube::before {
    width: 2.8vw;
    height: 1.8vw;
  }
  .l-footer__snsItem--tiktok::before {
    width: 3.6vw;
    height: 2.6vw;
  }
  .l-footer__snsItem--note::before {
    width: 3.6vw;
    height: 2.6vw;
  }
  .l-footer__linksWrapper {
    padding-top: 5vw;
  }
  .l-footer__links {
    justify-content: center;
    gap: 4vw;
  }
  .l-footer__linksItem,
.l-footer__linksItem a {
    font-size: 2.41vw;
  }
  .l-footer__copyright {
    margin-top: 6vw;
    font-size: 1.72vw;
    text-align: center;
  }
  .l-footer__scrollTopButton.inquiryConfirm {
    bottom: calc(5.17vw + 60px);
  }
  #x_message div.msg_startButton {
    right: calc(60px + 1vw);
    bottom: 2.33vw;
    left: auto;
    width: 60px;
    height: 60px;
  }
  #x_message span.msg_startButton__icon {
    margin-top: 16px;
    padding-right: 1px;
    font-size: 26px;
    line-height: 26px !important;
  }
  #x_message span.msg_startButton__text {
    display: none;
  }
  .l-main {
    z-index: 10;
    margin-bottom: 5.17vw;
  }
  .l-appInfoBanner .informationBannerContainer {
    font-size: 2.24vw;
  }
  .l-appInfoBanner .informationBannerIcon {
    height: 4.14vw;
    margin-top: -0.34vw;
    margin-right: 1.38vw;
  }
  .l-appInfoBanner .informationBannerIcon i {
    height: auto;
    font-size: 2.93vw;
    line-height: 4.14vw;
  }
  .l-appInfoBanner .informationBannerClose {
    margin-top: 0.52vw;
    margin-right: 3.1vw;
    padding: 0 0.86vw 0 0;
    font-size: 2.59vw;
  }
  .l-appInfoBanner .informationBannerArrow {
    margin-top: 0.52vw;
    margin-left: 0.86vw;
    font-size: 2.41vw;
  }
  .l-mailMagagize {
    margin-top: 17.24vw;
  }
  .l-mailMagagize__flex {
    min-height: 31.03vw;
  }
  .l-mailMagagize__bg .l-mailMagagize__flex {
    margin-top: 8.1vw;
    margin-left: 7.6vw;
  }
  .l-mailMagagize__title {
    padding-left: 5.17vw;
    font-size: 3.79vw;
  }
  .l-mailMagagize__title::before {
    top: 3.3vw;
    width: 3.79vw;
  }
  .l-mailMagagize__text {
    margin-top: 2.76vw;
    font-size: 2.41vw;
  }
  .l-mailMagagize__formWrapper {
    margin-top: 2.07vw;
  }
  .l-mailMagagize .mailMagazineSubscribe_input {
    padding: 2.59vw;
    font-size: 2.41vw;
  }
  .l-mailMagagize .mailMagazineSubscribe_submit {
    padding: 2.59vw 3.45vw;
    font-size: 2.41vw;
  }
  .mailMagazineSubscribe_confirm {
    font-size: 2.41vw;
  }
  .l-rootContainer::after {
    -webkit-mask-size: 140vw auto;
            mask-size: 140vw auto;
  }
  .c-button {
    width: 51.72vw;
    padding: 3vw 5vw;
  }
  .c-button__text {
    font-size: 2.76vw;
  }
  .c-button__pickup:not(#_) {
    width: calc(51.72vw - 12px);
    padding: 3vw 5vw;
  }
  .c-button__pickup::before {
    right: -2.76vw;
    width: 5.17vw;
  }
  .c-infoBar__text {
    font-size: 2.59vw;
  }
  .c-infoBar__text.u-noLink {
    padding-top: 2.59vw;
    padding-right: 5vw;
    padding-bottom: 2.59vw;
    padding-left: 8vw;
  }
  .c-infoBar__text a {
    padding-top: 2.59vw;
    padding-right: 5vw;
    padding-bottom: 2.41vw;
    padding-left: 8vw;
  }
  .c-contentBlock {
    width: 80vw;
  }
  .c-card__image,
.blog_head_image a,
.communityMain .communityImageContainer:not(#_) {
    height: 28.79vw;
    border-radius: 2.76vw;
  }
  .c-card__textWrapper,
.communityMain .communityItemMeta {
    padding-top: 1.3vw;
  }
  .blog_title {
    padding-top: 1.3vw;
  }
  .c-card__title,
.blog_title h2,
.p-community .communityMain .communityItems .communityItem .communityItemTitle {
    font-size: 2.59vw;
  }
  .p-community .communityMain .communityItems .communityItem .communityItemTitle {
    margin-bottom: 1.3vw;
  }
  .c-card__text,
div#about .publish_date,
.p-community .communityMain .communityItems .communityItem .communityItemPrice {
    margin-top: 1.3vw;
    font-size: 2.24vw;
  }
  .c-card__text--sold,
.p-community .communityMain .communityItems .communityItem .communityItemPrice {
    margin-right: 1vw;
  }
  .c-card__tagWrapper {
    top: -1.72vw;
    left: -1.38vw;
    gap: 1.15vw;
  }
  .c-card__tagWrapper .label_image,
.p-community .communityMain .communityItems .communityItem .communityLabelImage {
    height: 8.62vw;
  }
  .c-card__saleStatusWrapper {
    right: 2.93vw;
  }
  .c-card__saleStatus {
    padding: 1.03vw 1.72vw 0.86vw;
    font-size: 2.07vw;
  }
  .c-card__status,
.p-community .communityMain .communityItems .communityItem .discount.insert,
.p-community .communityMain .communityItems .communityItem .communityItemLabel.soldOutText,
.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock,
.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock:not(:first-child) {
    margin-top: 0.34vw;
    margin-right: 0.6vw;
    margin-bottom: 0.34vw;
    padding-top: 0.6vw;
    padding-right: 1.6vw;
    padding-bottom: 0.6vw;
    padding-left: 1.3vw;
    font-size: 1.8vw;
  }
  .c-card__status:first-of-type {
    margin-left: 1vw;
  }
  .c-card__text--discountPrice {
    margin-right: 1.38vw;
  }
  .c-column__three {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .c-column__three .c-card {
    width: calc((100% - 3vw) / 2);
    margin-top: 5vw;
    margin-left: 3vw;
  }
  .c-column__three .blog_inner {
    width: calc((100% - 3vw) / 2);
    margin-top: 5vw;
    margin-left: 3vw;
  }
  .c-column__three .c-card:nth-child(-n+2),
.c-column__three .blog_inner:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-column__three .c-card:nth-child(2n+1),
.c-column__three .blog_inner:nth-child(2n+1) {
    margin-left: 0;
  }
  .swiper-button-next,
.swiper-button-prev {
    width: 10vw;
    height: 10vw;
  }
  .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 3vw;
  }
  .swiper-button-next::after {
    margin-left: clamp(1px, 0.25vw, 8px);
  }
  .swiper-button-prev::after {
    margin-right: clamp(1px, 0.25vw, 8px);
  }
  .c-heading,
.c-lowerCommon h1,
.c-lowerCommon h2,
.p-community .communityMain .communityItemHeader,
.p-community .communityMain .communityUrlHeader {
    font-size: 4.14vw;
  }
  .l-lowerPage .c-heading,
.c-lowerCommon h1,
.c-lowerCommon h2,
.p-community .communityMain .communityItemHeader,
.p-community .communityMain .communityUrlHeader {
    margin-bottom: 8vw;
  }
  .p-community .communityMain .communityTitle {
    margin-bottom: 8vw;
    font-size: 4.14vw;
  }
  .l-lowerPage .c-lowerWrapper {
    margin-top: 22vw;
  }
  .c-lowerCommon h3,
#privacy dt {
    margin-top: 5.17vw;
    margin-bottom: 2.07vw;
    padding-left: 4.31vw;
    font-size: 3.1vw;
  }
  .c-lowerCommon p,
.c-lowerCommon dt,
.c-lowerCommon dd {
    font-size: 2.76vw;
  }
  .c-lowerCommon .error-message::before {
    margin-right: 0.34vw;
    vertical-align: -0.17vw;
  }
  .c-lower__title {
    margin-bottom: 8vw;
  }
  .law_attention,
.atobaraiTerm__title {
    margin-top: 1.72vw;
  }
  .breadcrumb__child {
    font-size: 2.41vw;
  }
  .breadcrumb__child:first-of-type a {
    padding-left: 3.45vw;
  }
  .breadcrumb__child:first-of-type a::before {
    width: 2.76vw;
    height: 2.76vw;
  }
  .p-mainVisual {
    padding-bottom: 20vw;
  }
  .p-mainVisual::before {
    height: calc(100% - 75vw);
  }
  .p-mainVisual__text {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 92vw;
  }
  .p-mainVisual__title {
    font-size: 4.14vw;
  }
  .p-mainVisual__subTitle {
    margin-top: 3.45vw;
    font-size: 2.59vw;
  }
  .p-mainVisual__infoBar {
    width: 75vw;
    margin-top: 8vw;
    margin-left: 25vw;
  }
  .p-mainVisual__mainImage {
    top: 12vw;
    right: 3vw;
    width: 63.28vw;
    height: 49.48vw;
  }
  .p-mainVisual__mainImage::after {
    top: 1.55vw;
    left: 1.03vw;
    width: 63.28vw;
    height: 49.48vw;
  }
  .p-mainVisual__secondImage {
    top: 16vw;
    left: -5vw;
    width: 36.38vw;
    height: 32.59vw;
  }
  .p-mainVisual__secondImage::after {
    top: 0.86vw;
    left: 0.86vw;
    width: 36.38vw;
    height: 32.59vw;
  }
  .p-mainVisual__thirdImage {
    top: 56vw;
    left: 14vw;
    width: 33.97vw;
    height: 26.72vw;
  }
  .p-mainVisual__thirdImage::after {
    top: 0.86vw;
    left: 0.69vw;
    width: 33.97vw;
    height: 26.72vw;
  }
  .p-topBackground::before {
    -webkit-mask-size: 140vw auto;
            mask-size: 140vw auto;
  }
  .p-introductionBlock {
    padding-top: clamp(11px, 1.875vw, 56px);
    padding-bottom: 20.69vw;
    gap: 10.34vw;
  }
  .p-introductionBox::before,
.p-introductionBox::after {
    width: clamp(26px, 4.563vw, 137px);
    height: clamp(26px, 4.563vw, 137px);
  }
  .p-introductionBox::before {
    border-radius: 0 0 0 2.24vw;
  }
  .p-introductionBox::after {
    top: clamp(11px, 1.875vw, 56px);
    border-radius: 0 2.24vw 0 0;
  }
  .p-introductionBox__title {
    padding-right: 7vw;
    font-size: 4.14vw;
    line-height: 1.5;
  }
  .p-introductionBox__title::before {
    top: 2.7vw;
  }
  .p-introductionBox__wrapper {
    padding-right: 5.17vw;
    padding-bottom: 6.9vw;
    padding-left: 5.17vw;
  }
  .p-introductionBox__image {
    width: 43.62vw;
    height: 35.69vw;
  }
  .p-introductionBox__image::after {
    top: 1.03vw;
    left: 1.03vw;
    width: 43.62vw;
    height: 35.69vw;
  }
  .p-introductionBox:nth-of-type(2) .p-introductionBox__image {
    width: 43.45vw;
    height: 38.28vw;
  }
  .p-introductionBox:nth-of-type(2) .p-introductionBox__image::after {
    top: 1.21vw;
    left: 0.52vw;
    width: 43.45vw;
    height: 38.28vw;
  }
  .p-introductionBox:nth-of-type(3) .p-introductionBox__image {
    width: 43.62vw;
    height: 36.9vw;
  }
  .p-introductionBox:nth-of-type(3) .p-introductionBox__image::after {
    top: 1.03vw;
    left: 0.86vw;
    width: 43.62vw;
    height: 36.9vw;
  }
  .p-introductionBox__textWrapper {
    flex: 1;
    margin-top: 5.17vw;
    padding: 0;
  }
  .p-introductionBox__text {
    font-size: 2.59vw;
  }
  .p-introductionBox__link {
    text-align: center;
  }
  .p-movieBlock {
    margin-bottom: 14vw;
    padding-top: 10vw;
  }
  .p-movieBox__textWrapper {
    margin-top: 4vw;
  }
  .p-movieBox__text {
    font-size: 2.59vw;
    line-height: 2.25;
  }
  .p-pickupBlock {
    padding-top: 18vw;
    padding-bottom: 10vw;
  }
  .p-pickupBlock.moreMargin {
    margin-top: 21.33vw;
  }
  .p-pickupBlock__title {
    margin-bottom: 8vw;
  }
  .p-pickupBox {
    padding-bottom: 5vw;
  }
  .p-pickupBox__image {
    width: 53.28vw;
    height: 48.62vw;
  }
  .p-pickupBox__image::after {
    top: 1.38vw;
    left: 1.03vw;
    width: 53.28vw;
    height: 48.62vw;
  }
  .p-pickupBox__text {
    font-size: 2.59vw;
  }
  .p-pickupBox__link {
    text-align: center;
  }
  .p-pickupBlock .swiper-button-next,
.p-pickupBlock .swiper-button-prev {
    top: 30%;
    bottom: auto;
  }
  .p-pickupBlock .swiper-button-next,
.p-pickupBlock .swiper-container-rtl .swiper-button-prev {
    right: 5vw;
  }
  .p-pickupBlock .swiper-button-prev,
.p-pickupBlock .swiper-container-rtl .swiper-button-next {
    left: 5vw;
  }
  .p-itemListBlock {
    padding-top: 12vw;
    padding-bottom: 20vw;
  }
  .p-itemListBlock__title {
    margin-bottom: 8vw;
  }
  .p-itemListBlock__link,
.p-itemListBlock__link--noItem {
    margin-top: 8vw;
  }
  .p-itemList__noItem {
    margin-top: 12.8vw;
    font-size: 3.45vw;
    text-align: center;
  }
  .p-item__loading {
    margin-top: 5.33vw;
  }
  body.topItemList--off .p-blogListBlock {
    padding-top: 20vw;
  }
  .p-blogListBlock__title {
    margin-bottom: 8vw;
  }
  .p-blogListBox {
    width: 80vw;
  }
  .p-blogListBox.is-active {
    width: 100%;
  }
  .p-blogListBox .c-card {
    width: 37.9vw;
    margin-right: 4.14vw;
    padding: 0;
  }
  .p-blogListBlock__link {
    margin-top: 8vw;
  }
  .p-blogListBox .paginate-wrp {
    margin-top: 8.62vw;
  }
  .paginate-wrp .paginate li {
    margin: 0 0.86vw;
  }
  .paginate-wrp .paginate li a {
    width: 8.62vw;
    height: 8.62vw;
    font-size: 2.76vw;
    line-height: 8.53vw;
  }
  .paginate-wrp .paginate .next a,
.paginate-wrp .paginate .prev a {
    font-size: 2.41vw;
  }
  .p-blogListBox .main #about.blogListMain .blog_publish {
    margin-top: 1.3vw;
  }
  div.main #about.blogListMain .blog_publish .publish_date {
    font-size: 2.41vw;
  }
  .p-blogListBox .blogDetail .blog_contents {
    font-size: 2.76vw;
  }
  div.main #about.blogDetail .blog_publish {
    margin-bottom: 3.45vw;
  }
  div.main #about.blogDetail .blog_title {
    margin-bottom: 6.9vw;
  }
  .p-blogListBox .blogDetail .blog_title h2 a {
    font-size: 4.14vw;
  }
  .p-blogListBox .blogDetail .p-blogImage__first {
    height: 45vw;
    margin: 0 0 6.9vw !important;
  }
  div.main #about.blogDetail .blog_body h3 {
    margin-top: 6.9vw;
    padding-bottom: 0.52vw;
    padding-left: 3.45vw;
    font-size: 3.1vw;
  }
  .p-about__mainWrap {
    margin-bottom: 20.69vw;
  }
  .p-about__mainImage {
    width: 51.72vw;
    height: 51.72vw;
    margin-bottom: 5.17vw;
  }
  .p-about__mainImage::after {
    top: 1.03vw;
    left: 1.03vw;
    width: 51.72vw;
    height: 51.72vw;
  }
  .p-about__mainText p {
    font-size: 2.76vw;
  }
  .p-about__storeWrap {
    margin-bottom: 20.69vw;
  }
  .p-about__storeImage {
    width: 51.72vw;
    height: 43.1vw;
    margin-bottom: 5.17vw;
  }
  .p-about__storeImage::after {
    top: 1.03vw;
    left: 1.03vw;
    width: 51.72vw;
    height: 43.1vw;
  }
  .p-about__storeText {
    margin-bottom: 6.9vw;
    font-size: 2.76vw;
  }
  .p-about__storeInfo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4.31vw;
  }
  .p-about__storeInfo dt {
    width: 24.14vw;
    margin-bottom: 1.72vw;
    padding-left: 4.31vw;
    font-size: 2.76vw;
  }
  .p-about__storeInfo dd {
    width: calc(100% - 24.14vw);
    margin-bottom: 3.45vw;
    padding-left: 0;
    font-size: 2.76vw;
  }
  .p-about__storeMapButton {
    text-align: center;
  }
  .p-about__faqBox {
    margin-bottom: 8.62vw;
  }
  .p-about__faqTitle {
    margin-bottom: 2.07vw;
    padding-left: 4.31vw;
    font-size: 3.1vw;
  }
  .p-about__faqText {
    padding-left: 4.31vw;
  }
  .p-about__faqText p {
    font-size: 2.76vw;
  }
  #privacy li {
    margin-top: 2.07vw;
  }
  .background--dark .law__telnum {
    padding: 0.86vw;
  }
  .p-contact__infoArea {
    margin-bottom: 6.9vw;
    padding: 4.14vw;
  }
  .inquirySection dt {
    margin-top: 5.17vw;
    margin-bottom: 2.07vw;
    padding-left: 4.31vw;
    font-size: 3.1vw;
  }
  .inquirySection dt:first-of-type {
    margin-top: 2.59vw;
  }
  .inquirySection input[type=text],
.inquirySection input[type=email],
.inquirySection input[type=tel],
.inquirySection input[type=number] {
    padding: 2.76vw;
    font-size: 2.76vw;
  }
  .inquirySection textarea {
    height: 34.48vw;
    padding: 2.76vw;
    font-size: 2.76vw;
  }
  .inquirySection#inquiryCompleteSection a {
    font-size: 2.76vw;
  }
  #buttonLeave {
    height: 10.34vw;
    margin-top: 6.9vw;
    font-size: 2.76vw;
  }
  .p-categoryList {
    margin-top: -1.07vw;
    margin-bottom: 6.9vw;
    margin-left: -1.07vw;
  }
  .p-categoryList li {
    display: inline-block;
    margin-top: 1.07vw;
    margin-left: 1.07vw;
  }
  .p-categoryList a {
    padding: 1.33vw 2.13vw 1.07vw;
    font-size: 2.59vw;
  }
  .p-itemDetail__tagWrapper {
    top: -1.72vw;
    left: -1.38vw;
    gap: 1.15vw;
  }
  .p-itemDetail__tagWrapper .label_image {
    height: 8.62vw;
  }
  .p-itemDetail__slider .swiper-slide {
    height: 60vw;
    border-radius: 2.76vw;
  }
  .p-itemDetail__thumbnail {
    margin-top: 4.14vw;
  }
  .p-itemDetail__thumbnail .swiper-slide {
    height: 14.03vw;
    border-radius: 2.07vw;
  }
  .thumb-button-next,
.thumb-button-prev {
    width: 4.14vw;
  }
  .thumb-button-next::after,
.thumb-button-prev::after {
    font-size: 2.76vw;
  }
  .thumb-button-next::after {
    margin-left: clamp(1px, 0.188vw, 6px);
  }
  .thumb-button-prev::after {
    margin-right: clamp(1px, 0.188vw, 6px);
  }
  .p-itemDetail__description {
    margin-bottom: 2.76vw;
    font-size: 2.76vw;
  }
  .p-itemDetail__attention p,
.p-itemDetail__attention .takeout__data,
.p-itemDetail__attention p.salesPeriod--term span:nth-of-type(2) {
    font-size: 2.76vw;
  }
  .p-itemDetail__attention p.attention {
    font-size: 2.24vw;
  }
  .p-itemDetail__attention p.salesPeriod--finish {
    margin-bottom: 3.45vw;
    font-size: 2.76vw;
  }
  .p-itemDetail__attention .communityLabel,
.p-itemDetail__attention .membershipPoint {
    margin-bottom: 2.76vw;
    padding: 1.72vw 2.76vw;
  }
  .p-itemDetail__attention .communityLabel__title,
.p-itemDetail__attention .membershipPoint__pointName {
    font-size: 2.76vw !important;
  }
  .p-itemDetail__attention .membershipPoint__amountWrapper {
    margin-top: -1.03vw;
  }
  .p-itemDetail__attention .membershipPoint__amount {
    margin-right: 0.69vw;
    font-size: 3.45vw;
  }
  .p-itemDetail__attention .communityLabel__note {
    font-size: 2.24vw !important;
  }
  .p-itemDetail__title {
    margin-bottom: 1.03vw;
    font-size: 2.76vw;
  }
  .p-itemDetail__price {
    margin-top: 5.17vw;
    font-size: 3.1vw;
  }
  .p-itemDetail__purchase .ageVerificationWarning {
    margin: 4.14vw 0;
    font-size: 3.28vw;
  }
  .p-itemDetail__priceText--stock,
.p-itemDetail__price .comingSoon {
    font-size: 2.41vw;
  }
  .p-itemDetail__priceText--discountRatio {
    margin-left: 1.72vw;
    padding: 0 1.72vw;
    font-size: 2.41vw;
    vertical-align: 0.17vw;
  }
  .p-itemDetail__priceText--discountPrice {
    margin-top: 1.38vw;
    font-size: 2.76vw;
  }
  .p-itemDetail__priceText--small {
    width: 15.17vw;
    margin-right: 1.38vw;
    padding: 0.17vw 0.69vw;
    font-size: 2.59vw;
    vertical-align: 0.34vw;
  }
  .p-itemDetail__priceText:not(:first-of-type) .p-itemDetail__priceText--small {
    margin-top: 0.69vw;
  }
  .p-itemDetail__priceText .p-itemDetail__priceText--discountPrice {
    margin-right: 1.72vw;
  }
  .p-itemDetail__price .bnplBanner {
    margin-top: 1.38vw;
    padding: 1.38vw 2.07vw;
  }
  .p-itemDetail__price .bnplBanner__logo {
    width: 20.69vw;
    margin-right: 0.34vw;
  }
  .p-itemDetail__price .bnplBanner__line {
    font-size: 2.07vw;
  }
  .p-itemDetail__price .bnplBanner__line > b {
    margin-top: -0.69vw;
    font-size: 2.41vw;
  }
  .p-itemDetail__price .bnplBanner__help {
    margin: 0 0 0 0.69vw !important;
    font-size: 2.76vw !important;
  }
  .p-itemDetail__attention .lottery__label,
.p-itemDetail__attention .preOrder__label,
.p-itemDetail__attention .takeout__label,
.p-itemDetail__attention p.salesPeriod--term span:first-of-type {
    margin-top: 3.45vw;
    margin-bottom: 0.69vw;
    padding-left: 4.31vw;
    font-size: 2.76vw;
  }
  .p-itemDetail__attention .lottery,
.p-itemDetail__attention .preOrder,
.p-itemDetail__attention .takeout,
.p-itemDetail__attention p.salesPeriod--term {
    margin-bottom: 3.45vw;
  }
  .p-itemDetail__purchase {
    margin-top: 2.59vw;
    font-size: 2.76vw;
  }
  body #purchase_form #itemSelect #variationSelectWrap select.itemOption__select:not(#_),
body form[id] #itemSelect #variationSelectWrap select.itemOption__select:not(#_),
body form[id] #itemSelect #amountSelectWrap #amountSelect:not(#_),
body form[id] #itemSelect #variationSelectWrap #valiationSelect:not(#_),
body #purchase_form #itemSelect #variationSelectWrap #valiationSelect:not(#_),
body form[id] #itemSelect .itemOptionElement select.itemOption__select:not(#_) {
    min-height: 7.76vw;
    margin-bottom: 1.21vw;
    padding-top: 0.86vw;
    padding-right: 4.31vw;
    padding-bottom: 0.34vw;
    padding-left: 1.38vw;
    background-position: right 1.55vw center;
    background-size: 1.55vw auto;
    font-size: 2.76vw;
  }
  body form[id] #itemSelect .itemOptionElement .itemOption__input:not(#_) {
    height: 7.76vw;
    margin-bottom: 3.1vw;
    padding: 0 1.38vw;
    font-size: 2.76vw;
  }
  body form[id] #itemSelect .itemOptionElement .itemOption__caption {
    margin-top: 0.52vw;
    font-size: 2.24vw;
  }
  body form[id] #itemSelect .itemOptionElement .itemOption__bottomCaptionBlock {
    margin-top: -2.59vw;
    margin-bottom: 1.38vw;
  }
  body form[id] #itemSelect .itemOption__caption--error {
    font-size: 2.07vw;
  }
  body form[id] #itemSelect .itemOption__caption--error::before {
    margin-right: 0.34vw;
    vertical-align: -0.17vw;
  }
  body form[id] #itemSelect .itemOptionElement .itemOption__count {
    margin-top: -2vw;
    margin-left: 0.52vw;
    font-size: 2.07vw;
  }
  .p-itemDetail__purchase .purchaseButton {
    margin-top: 2.59vw;
  }
  .p-itemDetail__purchase .purchaseButton__btn--addToCart {
    width: 100%;
    padding: 3vw 5vw;
    font-size: 2.76vw;
  }
  .p-itemDetail__purchase .purchaseButton__btn--notApplying,
.p-itemDetail__purchase .purchaseButton__btn--soldOut,
.p-itemDetail__purchase .purchaseButton__btn--requestRestockMail,
.p-itemDetail__purchase .purchaseButton__btn--comingSoon,
.p-itemDetail__purchase .purchaseButton__btn--comingSoonStay,
.p-itemDetail__purchase .purchaseButton__btn--endOfSale {
    padding: 2.41vw;
    font-size: 3.45vw;
  }
  .p-itemDetail__purchase #communityPurchase {
    margin-top: 3.45vw;
  }
  .p-itemDetail__purchase #communityPurchase .communitySignin p {
    font-size: 2.41vw !important;
  }
  .purchaseButton .easyOverseasSales {
    row-gap: 2.76vw;
    padding: 2.76vw 0;
  }
  .purchaseButton .easyOverseasSales__label {
    font-size: 2.41vw;
  }
  .purchaseButton .easyOverseasSalesArea__link {
    font-size: 2.41vw;
  }
  .p-itemDetail__buttonWrap {
    margin-top: 5.17vw;
  }
  .p-itemDetail__ShareButtonWrap {
    gap: 1.72vw;
  }
  .p-itemDetail__custom {
    margin-top: 8.28vw;
  }
  .p-itemDetail__custom #appsItemDetailCustom {
    margin-top: 8.28vw;
    padding: 4.14vw 4.14vw 0.69vw;
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading {
    margin: 9.66vw 0 3.45vw;
    padding-left: 3.79vw;
    font-size: 3.1vw;
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
    margin-bottom: 3.45vw;
    font-size: 2.76vw;
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_image {
    margin-bottom: 3.45vw;
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_youtube,
.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_vimeo {
    height: 40.34vw;
    margin-bottom: 3.45vw;
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_slider {
    margin-bottom: 6.9vw;
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .baseCarousel__button {
    width: 6.9vw;
    height: 6.9vw;
    font-size: 3.1vw;
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .baseCarousel__caption {
    margin-top: 1.38vw;
    font-size: 2.07vw;
  }
  .p-itemDetail__review .review01__title {
    padding: 6.9vw 0 2.07vw;
    font-size: 2.76vw !important;
  }
  .p-itemDetail__related {
    margin-top: 9.66vw;
  }
  .p-itemDetail__relatedWrap,
.p-community .communityMain .communityItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-itemDetail__relatedBox {
    width: calc((100% - 3vw) / 2);
    margin-top: 5vw;
    margin-left: 3vw;
  }
  .p-itemDetail__relatedBox:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .p-itemDetail__relatedBox:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-community .communityMain .communityOverview {
    font-size: 2.76vw;
  }
  .p-community .communityMain .communityNav {
    margin-top: 6.9vw;
  }
  .p-community .communityMain #limitedItem,
.p-community .communityMain #limitedUrl {
    margin-top: 12.07vw;
  }
  .p-community .communityMain section.limited p {
    margin-top: -5.17vw;
  }
  .p-community .communityMain #productsLimitedUrl {
    margin-top: 4.14vw;
  }
  .p-community .communityMain #productsLimitedUrl .urlBox {
    margin-bottom: 3.45vw;
    padding: 2.76vw;
  }
  .p-community .communityMain #productsLimitedUrl .urlBox .title {
    font-size: 2.76vw;
  }
  .p-community .communityMain #productsLimitedUrl .urlBox .url {
    margin-top: 1.38vw;
    font-size: 2.41vw;
  }
  .p-community .communityMain .communityItems .communityItem {
    width: calc((100% - 3vw) / 2);
    margin-top: 5vw;
    margin-left: 3vw;
  }
  .p-community .communityMain .communityItems .communityItem:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-community .communityMain .communityItems .communityItem:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-community .communityMain .communityItems .communityItem:nth-child(3n+1) {
    margin-left: 3vw;
  }
  .p-community .communityMain .communityItems .communityItem:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  .p-community .communityMain .communityPrice h3 {
    font-size: 3.1vw;
  }
  .p-community .communityMain .communityPrice p {
    font-size: 4.14vw;
  }
  .p-community .communityMain .communitySignin {
    margin-top: 3.45vw;
    padding: 2.41vw 2.41vw;
  }
  .p-community .communityMain .communityRegister p,
.p-community .communityMain .communitySignin p {
    font-size: 2.41vw;
  }
  .p-community .communityMain .communitySignin p {
    margin-bottom: 1.72vw;
  }
  .p-community .communityMain .payidLogoutText {
    margin-top: 1.72vw;
  }
  .p-community .communityMain .communityModalTextNotice {
    margin-top: 1.03vw;
    font-size: 2.41vw;
  }
  .p-community .communityMain .communityModalTextNotice:first-of-type {
    margin-top: 2.59vw;
  }
  .p-community .communityMain .communityModal .communityModalTextNotice {
    margin-bottom: 2.59vw;
  }
  .p-community .communityMain .flashMessage .message {
    padding: 1.38vw 2.41vw;
    font-size: 2.41vw;
  }
  .p-community .communityMain .flashMessage .message:last-child {
    margin-bottom: 6.21vw;
  }
  .p-community .communityMain .communityTerm {
    margin-top: 1.72vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__inner,
.is_takeoutModalOpen #takeoutModal .takeoutModal__inner,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__inner,
#postageInfo .shippingInfo__inner,
.communityModal .communityModalContent {
    padding: 2.76vw 2.76vw 3.45vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__container,
.is_takeoutModalOpen #takeoutModal .takeoutModal__container,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__container,
.communityMain .communityBox .communityModal {
    border-radius: 8px;
  }
  .communityMain .communityBox .communityModal {
    max-width: 700px;
  }
  body #postageInfo {
    max-height: 60vh;
    border-radius: 8px;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__title,
.is_takeoutModalOpen #takeoutModal .takeoutModal__title,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__title,
#postageInfo .shippingInfo__title,
.communityMain .communityModal .communityModalHeader {
    padding: 2.59vw 0;
    font-size: 3.1vw;
  }
  .communityMain .communityModal .communityModalHeader {
    padding-bottom: 2.59vw !important;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__text,
.is_takeoutModalOpen #takeoutModal .takeoutModal__text,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__text,
.p-community .communityMain .communityModalText,
.p-community .communityMain .communityModalTable__Body,
.purchaseButtonModal__container .purchaseButtonModal__ageVerificationWarningText {
    margin: 0 0 3.45vw;
    font-size: 2.41vw;
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__text {
    margin-bottom: 0;
  }
  .p-community .communityMain .communityModalTable__Body {
    margin: 0 0 1.72vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__label,
.is_takeoutModalOpen #takeoutModal .takeoutModal__head,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__label,
.communityMain .communityModal .communityModalTable__Title {
    margin-bottom: 1.72vw;
    padding-left: 3.45vw;
    font-size: 2.76vw;
  }
  #postageInfo .shippingList__title {
    margin-bottom: 1.38vw;
    padding-left: 3.79vw;
    font-size: 2.76vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__input,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__input {
    height: 8.62vw;
    margin-bottom: 1.72vw;
    padding: 0.34vw 1.72vw;
    font-size: 2.59vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__information,
.is_takeoutModalOpen #takeoutModal .takeoutModal__description_list {
    margin: 0 auto 4.14vw;
    padding: 1.38vw 1.72vw;
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__description_list {
    margin-bottom: 0;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__information .si-information {
    margin-top: 0.52vw;
    font-size: 2.07vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__informationText {
    margin-left: 1.38vw;
    font-size: 2.07vw;
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__description_list {
    font-size: 2.07vw;
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__week {
    margin-right: 1.38vw;
  }
  .is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__subText {
    margin: 0 0 3.45vw;
  }
  .is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__subTextChild {
    font-size: 2.07vw;
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__section {
    padding: 0 0 2.76vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__btn,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--submit,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--close,
.communityMain .communityModal .communityButton {
    width: 39.66vw;
    height: 7.76vw;
    font-size: 2.76vw;
  }
  .is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--submit {
    margin-top: 4.14vw;
  }
  .communityMain .communityModal .communityModalButton {
    margin-top: 1.72vw;
    padding: 2.41vw 0;
  }
  .communityMain .communityModal .communityModalButton:first-of-type {
    margin-top: 1.72vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__error,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__error {
    margin: 0 0 4.14vw;
    padding: 1.38vw;
    font-size: 2.07vw;
  }
  .is_purchaseButtonModalOpen .ageVerificationModal__error,
.is_purchaseButtonModalOpen .purchaseButtonModal__error.ageVerificationModal__error {
    margin-top: 4.14vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__errorIcon,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__errorIcon {
    width: 2.07vw;
    margin-right: 1.03vw;
  }
  .is_purchaseButtonModalOpen .is_success .purchaseButtonModal__resultText {
    margin-top: 1.72vw;
    margin-bottom: 3.45vw;
    padding: 2.41vw 2.07vw;
    font-size: 2.76vw;
  }
  .is_purchaseButtonModalOpen .cot-itemOrder-ageVerification-footer {
    margin-top: -2.76vw;
  }
  .communityOverlay .communityModal {
    border-radius: 8px;
  }
  .communityOverlay .communityContent {
    padding: 0 2.76vw 3.45vw;
  }
  body .communityOverlay .communityModalHeader {
    padding: 2.59vw 0 !important;
    font-size: 3.1vw !important;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon,
.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon,
.communityOverlay .communityModalHeader .communityModalClose:not(#_),
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon {
    top: 3.45vw;
    right: 2.24vw;
    width: 2.76vw;
    height: 2.76vw;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon::before,
.is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon::after,
.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon::before,
.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon::after,
.communityOverlay .communityModalHeader .communityModalClose::before,
.communityOverlay .communityModalHeader .communityModalClose::after,
.communityMain .communityModalHeader .communityModalClose::before,
.communityMain .communityModalHeader .communityModalClosec,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon::before,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon::after {
    top: 1.21vw;
    right: -0.52vw;
    width: 3.1vw;
  }
  .communityOverlay .communityTitle {
    margin-top: 2.76vw !important;
    padding: 0 3.45vw;
    font-size: 2.76vw !important;
  }
  .communityOverlay .communityPrice {
    margin-top: 2.59vw !important;
  }
  .communityOverlay .communityPrice h3 {
    margin: 0 1.72vw 0 0 !important;
    font-size: 2.59vw !important;
  }
  .communityOverlay .communityPrice p {
    font-size: 4.14vw !important;
  }
  .communityOverlay .communityOverview {
    margin-top: 3.79vw !important;
    font-size: 2.76vw;
  }
  .communityOverlay .communityLinkMore {
    margin-top: 2.41vw !important;
    font-size: 2.41vw !important;
  }
  .communityOverlay .communityRegister {
    margin-top: 3.79vw;
  }
  .communityOverlay .communityModal .button {
    width: calc(50% - 7px);
    padding: 2.41vw 2.07vw;
    font-size: 2.76vw;
  }
  .communityOverlay .communityModal .button__guest {
    margin-top: 0;
  }
  .communityOverlay .communityModal .button__purchase {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .communityOverlay .communityModal .button__purchase .buttonPayid__icon {
    width: 13.33vw;
  }
  .p-ItemDetailBox .communityBox .buttonPayid__icon {
    width: 16vw;
    margin-right: 1.07vw;
  }
  .p-ItemDetailBox .communityBox .buttonPayid__text {
    font-size: 3.2vw;
  }
  .communityOverlay .communityTerms,
.communityOverlay .communityTerms a {
    margin-top: 3.45vw !important;
    font-size: 2.41vw !important;
  }
  .communityOverlay .communityTextNotice {
    margin-top: 0.86vw !important;
    font-size: 2.07vw !important;
  }
  #postageInfo .shippingInfoBlock {
    max-height: 60vh;
  }
  #postageInfo .shippingInfo__tabButton {
    height: 9.66vw;
    font-size: 2.76vw;
  }
  #postageInfo #shippingInfo__intro,
#postageInfo .shippingList__description,
#postageInfo .cot-shipping-methodInfoLocation,
#postageInfo .cot-shipping-accordionLabel,
#postageInfo .cot-shipping-accordionContent,
#postageInfo .priceSet,
#postageInfo .shippingList__info .price {
    font-size: 2.76vw;
  }
  #postageInfo .shippingList {
    margin: 0 0 5.17vw;
  }
  #postageInfo .shippingList:last-of-type {
    margin-bottom: 1.72vw;
  }
  #postageInfo #postageClose {
    top: 3.45vw;
    right: 2.24vw;
    width: 2.76vw;
    height: 2.76vw;
  }
  #postageInfo #postageClose::before,
#postageInfo #postageClose::after {
    top: 1.21vw;
    width: 3.1vw;
  }
  #postageInfo .prefBox__list {
    font-size: 2.24vw;
  }
  #postageInfo .postage {
    font-size: 2.07vw;
  }
  #postageInfo .areaTitle {
    font-size: 2.41vw;
  }
  #membership.membership .guide .img-wrapper,
#membership.membership .mypage .img-wrapper {
    margin-bottom: 4.27vw;
  }
  #membership.membership .guide .img-wrapper .img,
#membership.membership .mypage .img-wrapper .img {
    margin-bottom: 6.4vw;
  }
  #membership.membership .mypage .heading-wrapper {
    margin-top: 6.4vw;
    margin-bottom: 14.93vw;
  }
  #membership.membership .mypage .heading {
    font-size: 3.1vw;
  }
  #membership.membership .guide .about-point,
#membership.membership .mypage .reward-list,
#membership.membership .guide .reward-list {
    margin-top: 10.34vw;
  }
  #membership.membership .guide .content .heading,
#membership.membership .guide .about-point .heading-point,
#membership.membership .point-history .content .point-history-summary .point-name,
#membership.membership .draft .heading,
#membership.membership .mypage .reward-list .title,
#membership.membership .guide .reward-list .title {
    margin-bottom: 4.14vw;
    font-size: 3.1vw;
  }
  #membership.membership .guide .content .description,
#membership.membership .guide .about-point .description,
#membership.membership .point-history .content .point-history-summary .description {
    margin-top: 4.14vw;
  }
  #membership.membership .guide .content .description > p,
#membership.membership .guide .about-point .description li,
#membership.membership .point-history .content .point-history-summary .description,
#membership.membership .guide .reward-list .description {
    font-size: 2.76vw;
  }
  #membership.membership .guide .register {
    margin-top: 10.67vw;
    padding: 6.4vw 4.27vw;
    border-radius: 3.2vw;
  }
  #membership.membership .guide .register .box {
    margin: 0 auto 4.27vw;
    padding: 4.27vw;
    border-radius: 0.53vw;
    font-size: 3.2vw;
  }
  #membership.membership .guide .register .box:before {
    width: 4.27vw;
    height: 4.27vw;
    margin-right: 2.13vw;
    line-height: 4.27vw;
  }
  #membership.membership .guide .register .box .content {
    font-size: 2.67vw;
  }
  #membership.membership .guide .register .heading,
#membership.membership .login .heading {
    font-size: 3.1vw;
  }
  #membership.membership .login .heading {
    margin-bottom: 4.27vw;
  }
  #membership.membership .login .heading::before {
    margin-right: 1.33vw;
  }
  #membership.membership .login .heading::after {
    margin-left: 1.33vw;
  }
  #membership.membership .guide .register .description-wrapper {
    margin-top: 3.1vw;
  }
  #membership.membership .guide .register .description,
#membership.membership .login .register-description {
    margin-top: 2.13vw;
    font-size: 2.76vw;
  }
  #membership.membership .login .register-description {
    margin-top: 6.4vw;
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper {
    margin-top: 4.27vw;
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .checkbox {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 0.53vw;
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .checkbox:checked {
    box-shadow: 0 0 0 6.4vw var(--checked-color) inset;
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .checkbox:after {
    top: 1.87vw;
    left: 1.6vw;
    width: 3.2vw;
    height: 2.4vw;
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .label {
    margin-left: 2.13vw;
    font-size: 3.1vw;
  }
  #membership.membership .guide .register .link-wrapper {
    margin-top: 6.4vw;
  }
  #membership.membership .login .link-wrapper {
    margin-top: 4.27vw;
  }
  #membership.membership .guide .mypage-link {
    margin-top: 6.9vw;
  }
  #membership.membership .guide .register .link,
#membership.membership .guide .mypage-link .link,
#membership.membership .login .link {
    width: 100vw;
    padding: 3.2vw 4.8vw;
    border-radius: 1.6vw;
    font-size: 3.1vw;
  }
  #membership.membership .guide .register .login {
    margin-top: 6.4vw;
    font-size: 2.76vw;
  }
  #membership.membership .mypage .logout {
    font-size: 2.76vw;
  }
  #membership.membership .mypage .content .customer-info-wrapper {
    margin-bottom: 2.76vw;
  }
  #membership.membership .mypage .content .customer-info {
    padding-left: 4.8vw;
    font-size: 2.76vw;
  }
  #membership.membership .mypage .content .definition-list {
    margin-top: 4.27vw;
  }
  #membership.membership .mypage .content .definition-term {
    font-size: 2.76vw;
  }
  #membership.membership .mypage .content .definition-description {
    margin-top: 2.13vw;
    padding: 2.76vw 1.38vw;
    gap: 2.13vw 0;
  }
  #membership.membership .mypage .content .definition-description .mail-address {
    padding: 3.2vw 4.8vw;
    border-radius: 1.07vw;
  }
  #membership.membership .mypage .content .definition-description .edit {
    padding: 3.2vw 4.8vw;
    border-radius: 1.6vw;
    font-size: 3.1vw;
  }
  #membership.membership .draft .message {
    margin: 2.67vw;
    font-size: 4.27vw;
  }
  #membership .leave-wrapper {
    margin-top: 10.67vw;
  }
  #membership .leave-wrapper .leave {
    font-size: 2.76vw;
  }
  #membership.membership .flash-message {
    margin: 0 0 5.52vw;
    padding: 2.76vw;
    font-size: 2.41vw;
  }
  #membership.membership .draft .content .definition-list {
    margin-top: 6.9vw;
  }
  #membership.membership .mypage .content .definition-description .point-amount {
    font-size: 3.1vw;
  }
  #membership.membership .mypage .content .definition-description .point-expiry-date {
    font-size: 2.07vw;
  }
  #membership.membership .mypage .content .about-wrapper .about {
    font-size: 2.07vw;
  }
  #membership.membership .mypage .reward-list .howto {
    margin-top: 2.76vw;
  }
  #membership.membership .mypage .reward-list .howto .caption {
    padding: 2.76vw;
  }
  #membership.membership .mypage .reward-list .howto .caption .text {
    font-size: 2.41vw;
  }
  #membership.membership .mypage .reward-list .howto .description {
    padding: 0 2.76vw 2.76vw;
  }
  #membership.membership .mypage .reward-list .howto .description .text {
    font-size: 2.41vw;
  }
  #membership.membership .mypage .reward-list .reward-card-list {
    grid-gap: 2.76vw;
    margin-top: 2.76vw;
    gap: 2.76vw;
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .title,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .title {
    margin-top: 1.38vw;
    font-size: 2.41vw;
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper {
    margin-top: 0.69vw;
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point-icon,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point-icon {
    width: 2.76vw;
    height: 2.76vw;
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point {
    margin-left: 0.69vw;
    font-size: 2.07vw;
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .description {
    margin-top: 0.69vw;
    font-size: 2.07vw;
  }
  #membership.membership .mypage .card {
    max-width: 58.62vw;
    min-height: 34.48vw;
    max-height: 34.48vw;
    border-radius: 1.38vw;
  }
  #membership.membership .mypage .card .logo-text {
    margin: 0 4.14vw 0.69vw;
    font-size: 5.52vw;
  }
  #membership.membership .mypage .card .membership-name {
    margin: 0 4.14vw 0.69vw;
  }
}
@media not all and (min-width: 580px) {
  .l-footer__links {
    flex-direction: column;
  }
  .p-introductionBox:nth-of-type(2) .p-introductionBox__image svg:not(.c-svgBase) {
    border-radius: 100% 100% 0 0;
  }
  .p-itemDetail__priceText--number {
    display: block;
  }
  .lum-close-button {
    right: auto;
    left: 5px;
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__title {
    font-size: 4.27vw;
  }
  .communityRegisterButtons {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  #membership.membership .leave-modal-wrapper .leave-modal {
    width: 90%;
    padding: 32px 12px 24px;
  }
  #membership.membership .mypage .reward-list .howto .description .image {
    width: 68.8vw;
    margin: 3.2vw auto 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .p-itemDetail__buttonWrap {
    flex-direction: column;
  }
  .p-itemDetail__report {
    margin-top: clamp(4px, 0.625vw, 19px);
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .l-header .appsItemCategoryTag_child a:hover {
    opacity: 0.7;
    transition: opacity 0.3s linear;
  }
  .l-header__baseMenu ul > li > a:hover {
    opacity: 0.6;
    transition: all 0.3s linear;
  }
  .c-link:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s linear, transform 0.2s linear, box-shadow 0.2s linear;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    width: calc(100% - (100% - 67.5vw) / 2);
    margin-right: 0;
    margin-left: calc((100% - 67.5vw) / 2);
    padding: clamp(7px, 1.25vw, 38px) 0 0;
  }
  .l-header__inner--clone {
    -webkit-mask-position: left top;
    -webkit-mask-size: auto clamp(365px, 63vw, 1890px);
            mask-position: left top;
            mask-size: auto clamp(365px, 63vw, 1890px);
  }
  .l-header__inner--clone .l-header__logo,
.l-header__inner--clone .l-header__spMenu {
    display: block;
    opacity: 0;
  }
  .mainColor--light .l-header__inner--clone .l-header__navi a {
    color: #333;
  }
  .mainColor--dark .l-header__inner--clone .l-header__navi a {
    color: #fff;
  }
  .l-header__inner--clone .l-header__naviItem.home.hover,
.l-header__inner--clone .l-header__naviItem.about.hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
  .l-header__logo {
    max-width: 100%;
    max-height: clamp(36px, 6.25vw, 188px);
    margin-right: clamp(4px, 0.625vw, 19px);
  }
  .l-header__logo span {
    width: 95%;
  }
  .l-header__logo.small span {
    font-size: clamp(10px, 1.75vw, 53px);
  }
  .l-header__logo.middle span {
    font-size: clamp(12px, 2.125vw, 64px);
  }
  .l-header__logo.large span {
    font-size: clamp(15px, 2.625vw, 79px);
  }
  .l-header__logo .logoImage {
    max-width: 85%;
    max-height: clamp(54px, 9.375vw, 281px);
  }
  .l-header__naviButton {
    display: none;
  }
  .l-header__naviWrapperInner {
    display: flex;
    align-items: center;
    background-color: transparent !important;
  }
  .l-header__navi {
    flex-direction: row;
    margin: 0;
    margin-right: clamp(18px, 3.125vw, 94px);
    gap: clamp(15px, 2.5vw, 75px);
  }
  .l-header__naviItem {
    padding-left: 0;
  }
  .l-header__naviItem::before {
    display: none;
  }
  .l-header__naviItem a {
    font-size: clamp(6px, 1vw, 30px);
  }
  .l-header__categoryTitle {
    font-size: clamp(6px, 1vw, 30px);
  }
  .l-header__categoryList {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 10px;
  }
  .l-header #appsItemCategoryTag {
    padding: 30px 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .l-header .appsItemCategoryTag_child {
    margin-top: clamp(6px, 1.063vw, 32px);
  }
  .l-header .appsItemCategoryTag_lowerchild {
    margin-top: clamp(3px, 0.438vw, 13px);
    padding-left: 0;
  }
  .l-header .appsItemCategoryTag_lowerchild li {
    margin-top: clamp(2px, 0.313vw, 9px);
  }
  .l-header .appsItemCategoryTag_child a {
    font-size: clamp(5px, 0.875vw, 26px);
    line-height: 1.5;
  }
  .l-header .appsItemCategoryTag_child a:focus {
    opacity: 0.7;
    transition: opacity 0.3s linear;
  }
  .l-header .appsItemCategoryTag_lowerchild a {
    padding-left: clamp(7px, 1.25vw, 38px);
  }
  .l-header .appsItemCategoryTag_lowerchild a::before {
    top: clamp(3px, 0.594vw, 18px);
    left: clamp(2px, 0.313vw, 9px);
    width: clamp(3px, 0.5vw, 15px);
  }
  .l-header__subNavi {
    margin-bottom: 0;
  }
  .l-header__search {
    margin-top: clamp(1px, 0.125vw, 4px);
    padding-top: clamp(7px, 1.125vw, 34px);
    padding-right: clamp(3px, 0.5vw, 15px);
    padding-bottom: clamp(7px, 1.125vw, 34px);
  }
  .l-header__search svg {
    width: clamp(11px, 1.875vw, 56px);
  }
  .l-header__search a::after {
    margin-top: 0;
    margin-left: 3px;
    transform: scale(0.5);
    transform-origin: 0 0;
    font-size: clamp(9px, 1.5vw, 45px);
  }
  .l-header__mypage {
    width: clamp(29px, 5vw, 150px);
    margin-top: clamp(1px, 0.188vw, 6px);
    margin-right: clamp(7px, 1.25vw, 38px);
    margin-left: clamp(-16px, -2.75vw, -83px);
    padding-top: clamp(7px, 1.125vw, 34px);
    padding-bottom: clamp(7px, 1.125vw, 34px);
    padding-left: 0;
  }
  .l-header__mypage svg {
    width: clamp(7px, 1.125vw, 34px);
    margin-left: clamp(7px, 1.25vw, 38px);
  }
  .l-header__mypage a::after {
    margin-top: clamp(1px, 0.25vw, 8px);
    margin-left: 0;
    transform: scale(0.48, 0.5);
    font-size: clamp(9px, 1.5vw, 45px);
  }
  .p-searchArea.active {
    z-index: 1;
  }
  .p-searchArea form {
    display: flex;
  }
  .p-searchArea input[type=text] {
    margin-bottom: 0;
    border-bottom: 2px solid #333;
    border-radius: 4px 0 0 4px;
  }
  .p-searchArea input[type=submit] {
    width: auto;
    height: auto;
    padding: 0 25px 0 55px;
    border-top: 2px solid #333;
    border-left: none;
    background-position: left calc(50% - 2.3em) center;
    background-size: 20px auto;
    cursor: pointer;
  }
  .p-searchArea__close {
    top: -70px;
    right: 10px;
  }
  .l-header__baseMenu {
    margin-top: 0;
  }
  .l-header__baseMenu ul {
    padding-top: clamp(7px, 1.125vw, 34px);
    padding-right: clamp(17px, 3vw, 90px);
    padding-bottom: clamp(7px, 1.125vw, 34px);
    gap: clamp(12px, 2vw, 60px);
  }
  .l-header__baseMenu ul > li {
    width: clamp(10px, 1.75vw, 53px);
    gap: clamp(14px, 2.375vw, 71px);
  }
  .l-header__baseMenu ul > li img {
    width: clamp(10px, 1.75vw, 53px);
  }
  .background--dark .l-header__search svg,
.background--dark .l-header__mypage svg,
.background--dark .l-header__baseMenu ul > li img {
    filter: brightness(0) invert(1) contrast(1);
  }
  .l-header__baseMenu ul > li.base a::after,
.l-header__baseMenu ul > li.cart a::after {
    margin-top: clamp(2px, 0.313vw, 9px);
    transform: scale(0.5);
    transform-origin: 0 0;
    font-size: clamp(9px, 1.5vw, 45px);
  }
  .background--dark .l-header__search a::after,
.background--dark .l-header__mypage a::after,
.background--dark .l-header__baseMenu ul > li.base a::after,
.background--dark .l-header__baseMenu ul > li.cart a::after {
    color: #fff;
  }
  .l-header__baseMenu ul > li.cart a::after {
    padding-left: 0;
  }
  .l-header__baseMenu ul > li > a:focus {
    opacity: 0.6;
    transition: all 0.3s linear;
  }
  .l-footer {
    padding-top: clamp(36px, 6.25vw, 188px);
    padding-bottom: clamp(29px, 5vw, 150px);
  }
  .l-footer::before {
    top: auto;
    bottom: clamp(-6px, -1vw, -30px);
    height: clamp(182px, 31.331vw, 940px);
    background-position: center;
    background-size: cover;
  }
  .l-footer::after {
    display: none;
  }
  .l-footer__logoWrapper {
    flex: 1;
    padding-right: clamp(9px, 1.5vw, 45px);
    overflow: hidden;
  }
  .l-footer__logo {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }
  .l-footer__logo span {
    font-size: clamp(15px, 2.625vw, 79px);
    line-height: 1;
  }
  .l-footer__logo.small span {
    font-size: clamp(10px, 1.75vw, 53px);
  }
  .l-footer__logo.middle span {
    font-size: clamp(12px, 2.125vw, 64px);
  }
  .l-footer__logo.large span {
    font-size: clamp(15px, 2.625vw, 79px);
  }
  .l-footer__logo .logoImage {
    max-width: 30%;
    max-height: clamp(36px, 6.25vw, 188px);
  }
  .l-footer__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: clamp(11px, 1.875vw, 56px);
  }
  .l-footer__sns {
    justify-content: flex-start;
    height: clamp(13px, 2.188vw, 66px);
    margin-top: 0;
    gap: clamp(3px, 0.5vw, 15px);
  }
  .l-footer__snsItem a {
    width: clamp(13px, 2.188vw, 66px);
    height: clamp(13px, 2.188vw, 66px);
  }
  .l-footer__snsItem--twitter::before {
    width: clamp(6px, 1.063vw, 32px);
    height: clamp(5px, 0.938vw, 28px);
  }
  .l-footer__snsItem--facebook::before {
    width: clamp(7px, 1.25vw, 38px);
    height: clamp(5px, 0.938vw, 28px);
  }
  .l-footer__snsItem--ameba::before {
    width: clamp(7px, 1.25vw, 38px);
    height: clamp(6px, 1.063vw, 32px);
  }
  .l-footer__snsItem--instagram::before {
    width: clamp(7px, 1.25vw, 38px);
    height: clamp(5px, 0.938vw, 28px);
  }
  .l-footer__snsItem--line::before {
    width: clamp(7px, 1.25vw, 38px);
    height: clamp(6px, 1.063vw, 32px);
  }
  .l-footer__snsItem--youtube::before {
    width: clamp(7px, 1.25vw, 38px);
    height: clamp(5px, 0.813vw, 24px);
  }
  .l-footer__snsItem--tiktok::before {
    width: clamp(7px, 1.125vw, 34px);
    height: clamp(5px, 0.938vw, 28px);
  }
  .l-footer__snsItem--note::before {
    width: clamp(7px, 1.25vw, 38px);
    height: clamp(5px, 0.938vw, 28px);
  }
  .l-footer__linksWrapper {
    display: flex;
    justify-content: space-between;
    padding-top: clamp(11px, 1.875vw, 56px);
  }
  .l-footer__links {
    justify-content: flex-start;
    gap: clamp(11px, 1.875vw, 56px);
  }
  .l-footer__linksItem,
.l-footer__linksItem a {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .l-footer__copyright {
    margin-top: 0;
    font-size: clamp(4px, 0.75vw, 23px);
    text-align: left;
  }
  .l-footer__scrollTopButton {
    right: clamp(18px, 3.125vw, 94px);
    bottom: clamp(11px, 1.875vw, 56px);
  }
  .l-footer__scrollTopButton.inquiryConfirm {
    bottom: calc(2.93vw + 60px);
  }
  .l-footer__scrollTopButton.visibleMessage {
    right: clamp(15px, 2.5vw, 75px);
  }
  .l-footer__scrollTopButton a {
    width: clamp(25px, 4.375vw, 131px);
    height: clamp(25px, 4.375vw, 131px);
  }
  .l-footer__scrollTopButton a::before {
    width: clamp(6px, 1vw, 30px);
    height: clamp(6px, 1vw, 30px);
  }
  .l-footer__scrollTopButton a::after {
    bottom: clamp(4px, 0.625vw, 19px);
    transform: scale(0.5);
    transform-origin: bottom center;
    font-size: clamp(7px, 1.25vw, 38px);
  }
  #x_message div.msg_startButton {
    right: clamp(15px, 2.5vw, 75px);
    bottom: clamp(9px, 1.5vw, 45px);
    width: clamp(25px, 4.375vw, 131px);
    height: clamp(25px, 4.375vw, 131px);
  }
  #x_message span.msg_startButton__icon {
    margin-top: 0;
    padding-right: clamp(1px, 0.125vw, 4px);
    font-size: clamp(11px, 1.875vw, 56px);
    line-height: clamp(25px, 4.375vw, 131px) !important;
  }
  .l-main {
    margin-bottom: clamp(44px, 7.5vw, 225px);
  }
  .l-appInfoBanner .informationBanner {
    padding: clamp(3px, 0.5vw, 15px) clamp(6px, 1vw, 30px);
  }
  .l-appInfoBanner .informationBannerContainer {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .l-appInfoBanner .informationBannerIcon {
    height: clamp(9px, 1.5vw, 45px);
    margin-top: 0;
    margin-right: clamp(3px, 0.5vw, 15px);
  }
  .l-appInfoBanner .informationBannerIcon i {
    font-size: clamp(8px, 1.375vw, 41px);
    line-height: clamp(9px, 1.5vw, 45px);
  }
  .l-appInfoBanner .informationBannerClose {
    margin-top: clamp(1px, 0.188vw, 6px);
    margin-right: clamp(3px, 0.5vw, 15px);
    padding: 0 clamp(2px, 0.313vw, 9px);
    font-size: clamp(7px, 1.125vw, 34px);
  }
  .l-appInfoBanner .informationBannerArrow {
    margin-top: clamp(1px, 0.188vw, 6px);
    margin-left: clamp(3px, 0.5vw, 15px);
    font-size: clamp(7px, 1.25vw, 38px);
  }
  .l-mailMagagize {
    margin-top: clamp(18px, 3.125vw, 94px);
  }
  .l-mailMagagize::before {
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 443.7 307.9"><path d="M381.1,48.3c40.4,31,63.7,75.5,62.5,126.1c-1.5,50.4-28,106.9-75.5,125.7c-47.6,18.8-116.2-0.1-183.9-18.3S49.9,245.9,19.4,204.9S-5.5,99.2,35.4,58.4C75.9,17.4,151.7,0,218,0C284.1,0,341,17.2,381.1,48.3z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    display: block;
    z-index: -1;
    position: absolute;
    background-color: #fff;
    content: "";
            mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 443.7 307.9"><path d="M381.1,48.3c40.4,31,63.7,75.5,62.5,126.1c-1.5,50.4-28,106.9-75.5,125.7c-47.6,18.8-116.2-0.1-183.9-18.3S49.9,245.9,19.4,204.9S-5.5,99.2,35.4,58.4C75.9,17.4,151.7,0,218,0C284.1,0,341,17.2,381.1,48.3z" /></svg>');
            mask-position: left top;
            mask-repeat: no-repeat;
  }
  .l-mailMagagize::before {
    -webkit-mask-size: auto clamp(111px, 19.188vw, 576px);
    top: 0;
    left: calc(50% - 37.5vw);
    width: 100%;
    height: 100%;
            mask-size: auto clamp(111px, 19.188vw, 576px);
  }
  .l-mailMagagize__flex {
    display: flex;
    align-items: center;
    min-height: clamp(111px, 19.188vw, 576px);
  }
  .l-mailMagagize__bg .l-mailMagagize__flex {
    width: clamp(196px, 33.75vw, 1013px);
    margin-top: 0.05vw;
    margin-left: 3.8vw;
  }
  .l-mailMagagize__textWrapper {
    flex: 1;
    margin-right: clamp(22px, 3.75vw, 113px);
  }
  .background--dark .l-mailMagagize__bg {
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 443.7 307.9"><path d="M381.1,48.3c40.4,31,63.7,75.5,62.5,126.1c-1.5,50.4-28,106.9-75.5,125.7c-47.6,18.8-116.2-0.1-183.9-18.3S49.9,245.9,19.4,204.9S-5.5,99.2,35.4,58.4C75.9,17.4,151.7,0,218,0C284.1,0,341,17.2,381.1,48.3z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9019607843);
            mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 443.7 307.9"><path d="M381.1,48.3c40.4,31,63.7,75.5,62.5,126.1c-1.5,50.4-28,106.9-75.5,125.7c-47.6,18.8-116.2-0.1-183.9-18.3S49.9,245.9,19.4,204.9S-5.5,99.2,35.4,58.4C75.9,17.4,151.7,0,218,0C284.1,0,341,17.2,381.1,48.3z" /></svg>');
            mask-position: left top;
            mask-repeat: no-repeat;
  }
  .background--dark .l-mailMagagize__bg {
    -webkit-mask-size: auto clamp(111px, 19.188vw, 576px);
    top: 0;
    left: calc(50% - 37.53vw);
    width: 100%;
    height: 100%;
            mask-size: auto clamp(111px, 19.188vw, 576px);
  }
  .l-mailMagagize__title {
    padding-left: clamp(15px, 2.5vw, 75px);
    font-size: clamp(10px, 1.75vw, 53px);
  }
  .l-mailMagagize__title::before {
    top: clamp(8px, 1.375vw, 41px);
    width: clamp(10px, 1.75vw, 53px);
    height: clamp(2px, 0.313vw, 9px);
  }
  .l-mailMagagize__text {
    margin-top: clamp(6px, 1vw, 30px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .l-mailMagagize__formWrapper {
    position: static;
    width: clamp(196px, 33.75vw, 1013px);
    margin-top: 0;
  }
  .l-mailMagagize .mailMagazineSubscribe_input {
    padding: clamp(5px, 0.938vw, 28px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .l-mailMagagize .mailMagazineSubscribe_submit {
    padding: clamp(5px, 0.938vw, 28px) clamp(7px, 1.25vw, 38px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .mailMagazineSubscribe_confirm {
    font-size: clamp(6px, 1vw, 30px);
  }
  .l-rootContainer::after {
    -webkit-mask-position: left top;
    -webkit-mask-size: auto clamp(365px, 63vw, 1890px);
            mask-position: left top;
            mask-size: auto clamp(365px, 63vw, 1890px);
  }
  .c-link:focus {
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s linear, transform 0.2s linear, box-shadow 0.2s linear;
  }
  .c-button {
    width: clamp(152px, 26.125vw, 784px);
    padding: clamp(9px, 1.5vw, 45px) clamp(7px, 1.25vw, 38px);
  }
  .c-button__text {
    font-size: clamp(9px, 1.5vw, 45px);
  }
  .c-button__pickup:not(#_) {
    width: clamp(152px, 26.125vw, 784px);
    margin-left: 0;
    padding: clamp(9px, 1.5vw, 45px) clamp(11px, 1.875vw, 56px);
    background-color: transparent;
    transition: width 0.3s linear;
  }
  .c-button__pickup::before {
    right: auto;
    left: calc(50% + clamp(65px, 11.25vw, 338px));
    width: clamp(18px, 3.125vw, 94px);
  }
  .c-button__pickup:not(#_):hover {
    opacity: 0.8;
  }
  .c-button__pickup:not(#_):hover::before {
    left: calc(50% + clamp(69px, 11.875vw, 356px));
  }
  .c-button__arrow {
    display: block;
    position: absolute;
    top: 43%;
    right: 0.63vw;
    width: clamp(25px, 4.369vw, 131px);
    height: clamp(11px, 1.813vw, 54px);
    transform: translateY(-50%);
    opacity: 0;
  }
  .c-infoBar::before {
    left: -1vw;
    width: clamp(19px, 3.25vw, 98px);
    transition: width 0.3s linear, left 0.3s linear;
  }
  .c-infoBar:hover::before {
    left: 1.6vw;
    width: clamp(9px, 1.563vw, 47px);
    transition: width 0.3s linear, left 0.3s linear;
  }
  .c-infoBar__text {
    font-size: clamp(7px, 1.125vw, 34px);
  }
  .c-infoBar__text.u-noLink {
    padding-top: clamp(7px, 1.25vw, 38px);
    padding-right: clamp(18px, 3.125vw, 94px);
    padding-bottom: clamp(7px, 1.25vw, 38px);
    padding-left: clamp(24px, 4.063vw, 122px);
  }
  .c-infoBar__text a {
    padding-top: clamp(7px, 1.25vw, 38px);
    padding-right: clamp(18px, 3.125vw, 94px);
    padding-bottom: clamp(7px, 1.188vw, 36px);
    padding-left: clamp(24px, 4.063vw, 122px);
  }
  .c-contentBlock {
    width: clamp(392px, 67.5vw, 2025px);
  }
  .c-card__image,
.blog_head_image a,
.communityMain .communityImageContainer:not(#_) {
    z-index: 1;
    position: relative;
    height: clamp(94px, 16.125vw, 484px);
    border-radius: clamp(9px, 1.5vw, 45px);
    will-change: transform;
  }
  .c-card__image img,
.blog_head_image img,
.communityMain .communityImageResize {
    transition: transform 0.3s linear;
  }
  .c-card:hover .c-card__image img,
.blog_inner:hover .blog_head_image img,
.communityItem:hover .communityImageResize {
    transform: scale(1.1, 1.1);
    transition: transform 0.3s linear;
  }
  .c-card__textWrapper,
.communityMain .communityItemMeta {
    padding-top: clamp(6px, 1.063vw, 32px);
    padding-right: clamp(4px, 0.75vw, 23px);
    padding-left: clamp(4px, 0.75vw, 23px);
  }
  .blog_title {
    padding-top: clamp(6px, 1.063vw, 32px);
    padding-right: clamp(6px, 1vw, 30px);
    padding-left: clamp(6px, 1vw, 30px);
  }
  .blog_publish {
    padding-right: clamp(6px, 1vw, 30px);
    padding-left: clamp(6px, 1vw, 30px);
  }
  .c-card__title,
.blog_title h2,
.p-community .communityMain .communityItems .communityItem .communityItemTitle {
    font-size: clamp(7px, 1.25vw, 38px);
  }
  .p-community .communityMain .communityItems .communityItem .communityItemTitle {
    margin-bottom: clamp(4px, 0.625vw, 19px);
  }
  .c-card__text,
div#about .publish_date,
.p-community .communityMain .communityItems .communityItem .communityItemPrice {
    margin-top: clamp(4px, 0.625vw, 19px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .c-card__text--sold,
.p-community .communityMain .communityItems .communityItem .communityItemPrice {
    margin-right: clamp(3px, 0.5vw, 15px);
  }
  .c-card__tagWrapper {
    top: clamp(-10px, -1.688vw, -51px);
    left: clamp(-10px, -1.688vw, -51px);
    gap: clamp(4px, 0.625vw, 19px);
  }
  .c-card__tagWrapper .label_image,
.p-community .communityMain .communityItems .communityItem .communityLabelImage {
    height: clamp(29px, 5vw, 150px);
  }
  .c-card__saleStatusWrapper {
    right: clamp(7px, 1.25vw, 38px);
  }
  .c-card__saleStatus {
    padding: clamp(2px, 0.4vw, 12px) clamp(5px, 0.875vw, 26px) clamp(3px, 0.45vw, 14px);
    font-size: clamp(5px, 0.938vw, 28px);
  }
  .c-card__status,
.p-community .communityMain .communityItems .communityItem .discount.insert,
.p-community .communityMain .communityItems .communityItem .communityItemLabel.soldOutText,
.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock,
.p-community .communityMain .communityItems .communityItem .communityItemLabelBlock:not(:first-child) {
    margin-top: clamp(1px, 0.188vw, 6px);
    margin-right: clamp(2px, 0.313vw, 9px);
    margin-bottom: clamp(1px, 0.188vw, 6px);
    padding-top: clamp(2px, 0.406vw, 12px);
    padding-right: clamp(4px, 0.688vw, 21px);
    padding-bottom: clamp(2px, 0.344vw, 10px);
    padding-left: clamp(4px, 0.625vw, 19px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .c-card__status:first-of-type {
    margin-left: clamp(3px, 0.5vw, 15px);
  }
  .c-card__text--discountPrice {
    margin-right: clamp(3px, 0.5vw, 15px);
  }
  .c-column__three .c-card {
    width: clamp(125px, 21.5vw, 645px);
    margin-top: clamp(13px, 2.313vw, 69px);
    margin-left: clamp(9px, 1.5vw, 45px);
  }
  .c-column__three .blog_inner {
    width: clamp(125px, 21.5vw, 645px);
    margin-top: clamp(15px, 2.625vw, 79px);
    margin-left: clamp(9px, 1.5vw, 45px);
  }
  .c-column__three .c-card:nth-child(2n+1),
.c-column__three .blog_inner:nth-child(2n+1) {
    margin-left: clamp(9px, 1.5vw, 45px);
  }
  .c-column__three .c-card:nth-child(-n+3),
.c-column__three .blog_inner:nth-child(-n+3) {
    margin-top: 0;
  }
  .c-column__three .c-card:nth-child(3n+1),
.c-column__three .blog_inner:nth-child(3n+1) {
    margin-left: 0;
  }
  .swiper-button-next,
.swiper-button-prev {
    width: clamp(29px, 5vw, 150px);
    height: clamp(29px, 5vw, 150px);
  }
  .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: clamp(10px, 1.75vw, 53px);
  }
  .c-heading,
.c-lowerCommon h1,
.c-lowerCommon h2,
.p-community .communityMain .communityItemHeader,
.p-community .communityMain .communityUrlHeader {
    font-size: clamp(15px, 2.5vw, 75px);
  }
  .l-lowerPage .c-heading,
.c-lowerCommon h1,
.c-lowerCommon h2,
.p-community .communityMain .communityItemHeader,
.p-community .communityMain .communityUrlHeader {
    margin-bottom: clamp(27px, 4.688vw, 141px);
  }
  .c-lowerCommon h1,
.c-lowerCommon h2 {
    padding-top: 0;
    padding-right: clamp(29px, 5vw, 150px);
    padding-left: clamp(29px, 5vw, 150px);
  }
  .p-community .communityMain .communityTitle {
    margin-bottom: clamp(40px, 6.875vw, 206px);
    padding-top: 0;
    padding-right: clamp(29px, 5vw, 150px);
    padding-left: clamp(29px, 5vw, 150px);
    font-size: clamp(15px, 2.5vw, 75px);
  }
  .l-lowerPage .c-lowerWrapper {
    margin-top: clamp(80px, 13.75vw, 413px);
    margin-bottom: clamp(29px, 5vw, 150px);
  }
  .c-lowerCommon h3,
#privacy dt {
    margin-top: clamp(15px, 2.5vw, 75px);
    margin-bottom: clamp(4px, 0.75vw, 23px);
    padding-left: clamp(9px, 1.563vw, 47px);
    font-size: clamp(7px, 1.25vw, 38px);
  }
  .c-lowerCommon p,
.c-lowerCommon dt,
.c-lowerCommon dd {
    font-size: clamp(6px, 1vw, 30px);
  }
  .c-lowerCommon .error-message::before {
    margin-right: clamp(1px, 0.125vw, 4px);
    vertical-align: 0;
  }
  .c-lower__title {
    margin-bottom: clamp(27px, 4.688vw, 141px);
    padding-right: clamp(29px, 5vw, 150px);
    padding-left: clamp(29px, 5vw, 150px);
  }
  .c-contentBlock > .c-lower__title:first-child {
    padding-top: 0;
  }
  .law_attention,
.atobaraiTerm__title {
    margin-top: clamp(4px, 0.625vw, 19px);
  }
  .breadcrumb {
    margin-bottom: clamp(12px, 2vw, 60px);
  }
  .breadcrumb__child {
    font-size: clamp(6px, 1vw, 30px);
  }
  .breadcrumb__child:first-of-type a {
    padding-left: clamp(8px, 1.375vw, 41px);
  }
  .breadcrumb__child:first-of-type a::before {
    width: clamp(7px, 1.125vw, 34px);
    height: clamp(7px, 1.125vw, 34px);
  }
  .p-mainVisual {
    height: clamp(319px, 55vw, 1650px);
    min-height: auto;
    margin-bottom: clamp(45px, 7.813vw, 234px);
    padding-bottom: 0;
  }
  .p-mainVisual::before {
    display: none;
  }
  .p-mainVisual__text {
    position: absolute;
    top: 52%;
    right: 0;
    left: 0;
    width: 67.5vw;
    padding-top: 0;
    transform: translateY(-50%);
  }
  .p-mainVisual__textInner {
    width: clamp(185px, 31.875vw, 956px);
  }
  .p-mainVisual__title {
    margin-right: clamp(4px, 0.625vw, 19px);
    font-size: clamp(13px, 2.25vw, 68px);
  }
  .p-mainVisual__subTitle {
    margin-top: clamp(13px, 2.25vw, 68px);
    font-size: clamp(7px, 1.125vw, 34px);
  }
  .p-mainVisual__infoBar {
    position: absolute;
    top: clamp(270px, 46.625vw, 1399px);
    right: 0;
    width: clamp(284px, 49vw, 1470px);
    margin: 0;
  }
  .p-mainVisual__mainImage {
    top: clamp(40px, 6.875vw, 206px);
    right: auto;
    left: calc(50% - 1.03vw);
    width: clamp(266px, 45.819vw, 1375px);
    height: clamp(208px, 35.925vw, 1078px);
  }
  .p-mainVisual__mainImage::after {
    top: clamp(7px, 1.125vw, 34px);
    left: clamp(5px, 0.813vw, 24px);
    width: clamp(266px, 45.819vw, 1375px);
    height: clamp(208px, 35.925vw, 1078px);
  }
  .p-mainVisual__secondImage {
    top: clamp(34px, 5.938vw, 178px);
    left: calc(50% - 43.72vw);
    width: clamp(85px, 14.631vw, 439px);
    height: clamp(76px, 13.144vw, 394px);
  }
  .p-mainVisual__secondImage::after {
    top: clamp(3px, 0.438vw, 13px);
    left: clamp(3px, 0.438vw, 13px);
    width: clamp(85px, 14.631vw, 439px);
    height: clamp(76px, 13.144vw, 394px);
  }
  .p-mainVisual__thirdImage {
    top: clamp(222px, 38.25vw, 1148px);
    left: calc(50% - 27.16vw);
    width: clamp(119px, 20.563vw, 617px);
    height: clamp(94px, 16.163vw, 485px);
  }
  .p-mainVisual__thirdImage::after {
    top: clamp(4px, 0.625vw, 19px);
    left: clamp(3px, 0.438vw, 13px);
    width: clamp(119px, 20.563vw, 617px);
    height: clamp(94px, 16.163vw, 485px);
  }
  .p-topBackground::before {
    -webkit-mask-position: right top;
    -webkit-mask-size: auto clamp(365px, 63vw, 1890px);
            mask-position: right top;
            mask-size: auto clamp(365px, 63vw, 1890px);
  }
  .p-introductionBlock {
    padding-bottom: clamp(94px, 16.25vw, 488px);
    gap: clamp(34px, 5.875vw, 176px);
  }
  .p-introductionBlock::before {
    -webkit-mask-position: center bottom -2px;
            mask-position: center bottom -2px;
  }
  .p-introductionBox::before {
    border-radius: 0 0 0 clamp(5px, 0.938vw, 28px);
  }
  .p-introductionBox::after {
    border-radius: 0 clamp(5px, 0.938vw, 28px) 0 0;
  }
  .p-introductionBox__title {
    margin-bottom: clamp(17px, 3vw, 90px);
    padding-right: clamp(33px, 5.625vw, 169px);
    font-size: clamp(15px, 2.5vw, 75px);
    line-height: 1.4;
  }
  .p-introductionBox__title::before {
    top: 24px;
    height: clamp(2px, 0.313vw, 9px);
  }
  .p-introductionBox__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: clamp(12px, 2vw, 60px);
    padding-bottom: clamp(23px, 4vw, 120px);
    padding-left: clamp(20px, 3.5vw, 105px);
  }
  .p-introductionBox__image {
    width: clamp(153px, 26.344vw, 790px);
    height: clamp(125px, 21.588vw, 648px);
    margin-right: clamp(20px, 3.5vw, 105px);
    margin-left: 0;
  }
  .p-introductionBox__image::after {
    top: clamp(3px, 0.525vw, 16px);
    left: clamp(3px, 0.5vw, 15px);
    width: clamp(153px, 26.344vw, 790px);
    height: clamp(125px, 21.588vw, 648px);
  }
  .p-introductionBox:nth-of-type(2) .p-introductionBox__image {
    width: clamp(152px, 26.288vw, 789px);
    height: clamp(134px, 23.144vw, 694px);
  }
  .p-introductionBox:nth-of-type(2) .p-introductionBox__image::after {
    top: clamp(5px, 0.938vw, 28px);
    left: clamp(2px, 0.313vw, 9px);
    width: clamp(152px, 26.288vw, 789px);
    height: clamp(134px, 23.144vw, 694px);
  }
  .p-introductionBox:nth-of-type(3) .p-introductionBox__image {
    width: clamp(153px, 26.319vw, 790px);
    height: clamp(129px, 22.25vw, 668px);
  }
  .p-introductionBox:nth-of-type(3) .p-introductionBox__image::after {
    top: clamp(4px, 0.75vw, 23px);
    left: clamp(4px, 0.625vw, 19px);
    width: clamp(153px, 26.319vw, 790px);
    height: clamp(129px, 22.25vw, 668px);
  }
  .p-introductionBox__textWrapper {
    margin-top: 0;
    padding-right: clamp(5px, 0.938vw, 28px);
  }
  .p-introductionBox__text {
    font-size: clamp(6px, 1vw, 30px);
    line-height: 2.25;
  }
  .p-introductionBox__link {
    margin-top: clamp(10px, 1.75vw, 53px);
    text-align: left;
  }
  .p-movieBlock {
    margin-bottom: clamp(56px, 9.688vw, 291px);
    padding-top: clamp(25px, 4.375vw, 131px);
  }
  .p-movieBox__textWrapper {
    margin-top: clamp(12px, 2vw, 60px);
  }
  .p-movieBox__text {
    font-size: clamp(6px, 1vw, 30px);
    text-align: center;
  }
  .p-pickupBlock {
    padding-top: clamp(48px, 8.313vw, 249px);
    padding-bottom: clamp(44px, 7.5vw, 225px);
  }
  .p-pickupBlock::after {
    -webkit-mask-size: 100% auto, 100% auto;
            mask-size: 100% auto, 100% auto;
  }
  .p-pickupBlock.moreMargin {
    margin-top: clamp(51px, 8.75vw, 263px);
  }
  .p-pickupBlock__ribbon::before {
    top: -7.5vw;
    left: calc(50% - 43vw);
    width: clamp(109px, 18.781vw, 563px);
    height: clamp(106px, 18.313vw, 549px);
  }
  .p-pickupBlock__title {
    margin-bottom: clamp(16px, 2.813vw, 84px);
  }
  .p-pickupBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: clamp(344px, 59.375vw, 1781px);
    padding-bottom: clamp(5px, 0.938vw, 28px);
  }
  .p-pickupBox__image {
    width: clamp(160px, 27.613vw, 828px);
    height: clamp(146px, 25.219vw, 757px);
    margin: 0;
  }
  .p-pickupBox__image::after {
    top: clamp(4px, 0.75vw, 23px);
    left: clamp(3px, 0.563vw, 17px);
    width: clamp(160px, 27.613vw, 828px);
    height: clamp(146px, 25.219vw, 757px);
  }
  .p-pickupBox__textWrapper {
    flex: 1;
    margin-top: 0;
    margin-left: clamp(15px, 2.625vw, 79px);
  }
  .p-pickupBox__text {
    font-size: clamp(6px, 1vw, 30px);
    line-height: 2.25;
  }
  .p-pickupBox__link {
    margin-top: clamp(11px, 1.875vw, 56px);
    text-align: left;
  }
  .p-pickupBlock .swiper-button-next,
.p-pickupBlock .swiper-button-prev {
    top: 50%;
  }
  .p-pickupBlock .swiper-button-next,
.p-pickupBlock .swiper-container-rtl .swiper-button-prev {
    right: clamp(65px, 11.25vw, 338px);
  }
  .p-pickupBlock .swiper-button-prev,
.p-pickupBlock .swiper-container-rtl .swiper-button-next {
    left: clamp(65px, 11.25vw, 338px);
  }
  .p-itemListBlock {
    padding-top: clamp(36px, 6.25vw, 188px);
    padding-bottom: clamp(55px, 9.5vw, 285px);
  }
  .p-itemListBlock__title {
    margin-bottom: clamp(27px, 4.688vw, 141px);
  }
  .p-itemListBlock__link,
.p-itemListBlock__link--noItem {
    margin-top: clamp(25px, 4.375vw, 131px);
  }
  .p-itemList__noItem {
    margin-top: clamp(29px, 5vw, 150px);
    font-size: clamp(9px, 1.5vw, 45px);
  }
  .p-item__loading {
    margin-top: clamp(7px, 1.25vw, 38px);
  }
  body.topItemList--off .p-blogListBlock {
    padding-top: clamp(55px, 9.5vw, 285px);
  }
  .p-blogListBlock__title {
    margin-bottom: clamp(27px, 4.688vw, 141px);
    padding-top: 0;
    padding-right: clamp(29px, 5vw, 150px);
    padding-left: clamp(29px, 5vw, 150px);
  }
  .p-blogListBox {
    width: clamp(392px, 67.5vw, 2025px);
  }
  .p-blogListBox.is-active {
    width: 100%;
  }
  .p-blogListBox .c-card {
    width: clamp(125px, 21.5vw, 645px);
    margin-right: clamp(9px, 1.5vw, 45px);
  }
  .p-blogListBlock__link {
    margin-top: clamp(27px, 4.625vw, 139px);
  }
  .p-blogListBlock :not(.is-active) .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .p-blogListBlock .swiper-button-next,
.p-blogListBlock .swiper-container-rtl .swiper-button-prev {
    right: clamp(22px, 3.75vw, 113px);
  }
  .p-blogListBlock .swiper-button-prev,
.p-blogListBlock .swiper-container-rtl .swiper-button-next {
    left: clamp(22px, 3.75vw, 113px);
  }
  .p-blogListBox .paginate-wrp {
    margin-top: clamp(22px, 3.75vw, 113px);
  }
  .paginate-wrp .paginate li {
    margin: 0 clamp(2px, 0.313vw, 9px);
  }
  .paginate-wrp .paginate li a {
    width: clamp(18px, 3.125vw, 94px);
    height: clamp(18px, 3.125vw, 94px);
    font-size: clamp(6px, 1vw, 30px);
    line-height: clamp(18px, 3.125vw, 94px);
  }
  .paginate-wrp .paginate .next a,
.paginate-wrp .paginate .prev a {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .p-blogListBox .main #about.blogListMain .blog_publish {
    margin-top: clamp(4px, 0.625vw, 19px);
  }
  .p-blogListBox .blogDetail {
    width: clamp(290px, 50vw, 1500px);
    margin-right: auto;
    margin-left: auto;
  }
  div.main #about.blogListMain .blog_publish .publish_date {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .p-blogListBox .blogDetail .blog_contents {
    font-size: clamp(6px, 1vw, 30px);
  }
  div.main #about.blogDetail .blog_publish {
    margin-bottom: clamp(4px, 0.625vw, 19px);
  }
  div.main #about.blogDetail .blog_title {
    margin-bottom: clamp(15px, 2.5vw, 75px);
  }
  .p-blogListBox .blogDetail .blog_title h2 a {
    font-size: clamp(11px, 1.875vw, 56px);
  }
  .p-blogListBox .blogDetail .p-blogImage__first {
    height: clamp(163px, 28.125vw, 844px);
    margin: 0 0 clamp(15px, 2.5vw, 75px) !important;
  }
  div.main #about.blogDetail .blog_body h3 {
    margin-top: clamp(20px, 3.5vw, 105px);
    padding-bottom: 0;
    padding-left: clamp(9px, 1.563vw, 47px);
    font-size: clamp(9px, 1.5vw, 45px);
    line-height: 1.5;
  }
  .p-blogListBox .main #about .social {
    margin-top: clamp(33px, 5.625vw, 169px);
  }
  .p-about__mainWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(51px, 8.75vw, 263px);
  }
  .p-about__mainImage {
    width: clamp(145px, 25vw, 750px);
    height: clamp(145px, 25vw, 750px);
    margin-right: clamp(18px, 3.125vw, 94px);
    margin-bottom: 0;
    margin-left: 0;
  }
  .p-about__mainImage::after {
    top: clamp(3px, 0.525vw, 16px);
    left: clamp(3px, 0.5vw, 15px);
    width: clamp(145px, 25vw, 750px);
    height: clamp(145px, 25vw, 750px);
  }
  .p-about__mainText p {
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-about__storeWrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(51px, 8.75vw, 263px);
  }
  .p-about__storeImage {
    width: clamp(181px, 31.25vw, 938px);
    height: clamp(163px, 28.125vw, 844px);
    margin-right: 0;
    margin-bottom: 0;
    margin-left: clamp(18px, 3.125vw, 94px);
  }
  .p-about__storeImage::after {
    top: clamp(3px, 0.525vw, 16px);
    left: clamp(3px, 0.5vw, 15px);
    width: clamp(181px, 31.25vw, 938px);
    height: clamp(163px, 28.125vw, 844px);
  }
  .p-about__storeText {
    margin-bottom: clamp(15px, 2.5vw, 75px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-about__storeInfo {
    margin-bottom: clamp(9px, 1.563vw, 47px);
  }
  .p-about__storeInfo dt {
    width: 9.375vw;
    margin-bottom: clamp(4px, 0.625vw, 19px);
    padding-left: clamp(9px, 1.563vw, 47px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-about__storeInfo dd {
    width: calc(100% - 9.375vw);
    margin-bottom: clamp(4px, 0.625vw, 19px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-about__storeMapButton {
    text-align: left;
  }
  .p-about__faqWrap {
    margin-bottom: clamp(11px, 1.875vw, 56px);
  }
  .p-about__faqBox {
    margin-bottom: clamp(18px, 3.125vw, 94px);
  }
  .p-about__faqTitle {
    margin-bottom: clamp(4px, 0.75vw, 23px);
    padding-left: clamp(9px, 1.563vw, 47px);
    font-size: clamp(7px, 1.25vw, 38px);
  }
  .p-about__faqText {
    padding-left: clamp(9px, 1.563vw, 47px);
  }
  .p-about__faqText p {
    font-size: clamp(6px, 1vw, 30px);
  }
  #privacy li {
    margin-top: clamp(4px, 0.75vw, 23px);
  }
  .background--dark .law__telnum {
    padding: clamp(2px, 0.313vw, 9px);
  }
  .p-contact__infoArea {
    margin-bottom: clamp(15px, 2.5vw, 75px);
    padding: clamp(9px, 1.5vw, 45px);
  }
  .inquirySection {
    width: clamp(290px, 50vw, 1500px);
    margin-right: auto;
    margin-left: auto;
  }
  .inquirySection dt {
    margin-top: clamp(15px, 2.5vw, 75px);
    margin-bottom: clamp(4px, 0.75vw, 23px);
    padding-left: clamp(9px, 1.563vw, 47px);
    font-size: clamp(7px, 1.25vw, 38px);
  }
  .inquirySection dt:first-of-type {
    margin-top: clamp(5px, 0.938vw, 28px);
  }
  .inquirySection input[type=text],
.inquirySection input[type=email],
.inquirySection input[type=tel],
.inquirySection input[type=number] {
    padding: clamp(6px, 1vw, 30px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .inquirySection textarea {
    height: clamp(73px, 12.5vw, 375px);
    padding: clamp(6px, 1vw, 30px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .inquirySection#inquiryCompleteSection a {
    font-size: clamp(6px, 1vw, 30px);
  }
  #buttonLeave {
    height: clamp(29px, 5vw, 150px);
    margin-top: clamp(15px, 2.5vw, 75px);
    font-size: clamp(9px, 1.5vw, 45px);
    cursor: pointer;
  }
  .p-categoryList {
    margin-top: clamp(-3px, -0.5vw, -15px);
    margin-bottom: clamp(15px, 2.5vw, 75px);
    margin-left: clamp(-3px, -0.5vw, -15px);
  }
  .p-categoryList li {
    margin-top: clamp(3px, 0.5vw, 15px);
    margin-left: clamp(3px, 0.5vw, 15px);
  }
  .p-categoryList a {
    padding: clamp(4px, 0.688vw, 21px) clamp(4px, 0.75vw, 23px) clamp(4px, 0.625vw, 19px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-ItemDetail__mainBox {
    display: flex;
  }
  .p-itemDetail__imageWrap {
    width: clamp(218px, 37.5vw, 1125px);
    margin-right: clamp(15px, 2.5vw, 75px);
    margin-bottom: 0;
  }
  .p-itemDetail__tagWrapper {
    top: clamp(-10px, -1.688vw, -51px);
    left: clamp(-10px, -1.688vw, -51px);
    gap: clamp(4px, 0.625vw, 19px);
  }
  .p-itemDetail__tagWrapper .label_image {
    height: clamp(29px, 5vw, 150px);
  }
  .p-itemDetail__slider .swiper-slide {
    height: clamp(163px, 28.125vw, 844px);
    border: solid 2px #fff;
    border-radius: clamp(12px, 2vw, 60px);
  }
  .p-itemDetail__thumbnail {
    margin-top: clamp(9px, 1.5vw, 45px);
  }
  .p-itemDetail__thumbnail .swiper-slide {
    height: clamp(39px, 6.75vw, 203px);
    border-radius: clamp(6px, 1vw, 30px);
    cursor: pointer;
  }
  .thumb-button-next,
.thumb-button-prev {
    width: clamp(9px, 1.5vw, 45px);
  }
  .thumb-button-next::after,
.thumb-button-prev::after {
    font-size: clamp(7px, 1.125vw, 34px);
  }
  .p-itemDetail__description {
    margin-bottom: clamp(6px, 1vw, 30px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-itemDetail__attention p,
.p-itemDetail__attention .takeout__data,
.p-itemDetail__attention p.salesPeriod--term span:nth-of-type(2) {
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-itemDetail__attention p.attention {
    font-size: clamp(5px, 0.813vw, 24px);
  }
  .p-itemDetail__attention p.salesPeriod--finish {
    margin-bottom: clamp(7px, 1.25vw, 38px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-itemDetail__attention .communityLabel,
.p-itemDetail__attention .membershipPoint {
    margin-bottom: clamp(6px, 1vw, 30px);
    padding: clamp(4px, 0.625vw, 19px) clamp(6px, 1vw, 30px);
  }
  .p-itemDetail__attention .communityLabel__title,
.p-itemDetail__attention .membershipPoint__pointName {
    font-size: clamp(6px, 1vw, 30px) !important;
  }
  .p-itemDetail__attention .membershipPoint__amountWrapper {
    margin-top: clamp(-4px, -0.625vw, -19px);
  }
  .p-itemDetail__attention .membershipPoint__amount {
    margin-right: clamp(1px, 0.25vw, 8px);
    font-size: clamp(7px, 1.25vw, 38px);
  }
  .p-itemDetail__attention .communityLabel__note {
    font-size: clamp(5px, 0.813vw, 24px) !important;
  }
  .p-itemDetail__title {
    margin-bottom: clamp(1px, 0.25vw, 8px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-itemDetail__price {
    margin-top: clamp(15px, 2.5vw, 75px);
    font-size: clamp(8px, 1.375vw, 41px);
  }
  .p-itemDetail__purchase .ageVerificationWarning {
    margin: clamp(9px, 1.5vw, 45px) 0;
    font-size: clamp(8px, 1.438vw, 43px);
  }
  .p-itemDetail__priceText--stock,
.p-itemDetail__price .comingSoon {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .p-itemDetail__priceText--discountRatio {
    margin-left: clamp(4px, 0.625vw, 19px);
    padding: 0 clamp(4px, 0.625vw, 19px);
    font-size: clamp(5px, 0.875vw, 26px);
    vertical-align: clamp(0px, 0.063vw, 2px);
  }
  .p-itemDetail__priceText--discountPrice {
    margin-top: clamp(3px, 0.5vw, 15px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-itemDetail__priceText--small {
    width: clamp(36px, 6.25vw, 188px);
    margin-right: clamp(3px, 0.5vw, 15px);
    padding: clamp(0px, 0.063vw, 2px) clamp(1px, 0.25vw, 8px);
    font-size: clamp(6px, 1vw, 30px);
    vertical-align: clamp(1px, 0.188vw, 6px);
  }
  .p-itemDetail__priceText:not(:first-of-type) .p-itemDetail__priceText--small {
    margin-top: clamp(1px, 0.25vw, 8px);
  }
  .p-itemDetail__priceText .p-itemDetail__priceText--discountPrice {
    margin-right: clamp(4px, 0.625vw, 19px);
  }
  .p-itemDetail__price .bnplBanner {
    margin-top: clamp(3px, 0.5vw, 15px);
    padding: clamp(3px, 0.5vw, 15px) clamp(4px, 0.75vw, 23px);
  }
  .p-itemDetail__price .bnplBanner__logo {
    width: clamp(44px, 7.5vw, 225px);
    height: auto;
    margin-right: clamp(1px, 0.125vw, 4px);
  }
  .p-itemDetail__price .bnplBanner__line {
    font-size: clamp(4px, 0.75vw, 23px);
  }
  .p-itemDetail__price .bnplBanner__line > b {
    margin-top: clamp(-2px, -0.313vw, -9px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .p-itemDetail__price .bnplBanner__help {
    margin: 0 0 0 clamp(1px, 0.25vw, 8px) !important;
    font-size: clamp(6px, 1vw, 30px) !important;
  }
  .p-itemDetail__attention .lottery__label,
.p-itemDetail__attention .preOrder__label,
.p-itemDetail__attention .takeout__label,
.p-itemDetail__attention p.salesPeriod--term span:first-of-type {
    margin-top: clamp(7px, 1.25vw, 38px);
    margin-bottom: clamp(1px, 0.25vw, 8px);
    padding-left: clamp(9px, 1.563vw, 47px);
    font-size: clamp(7px, 1.125vw, 34px);
  }
  .p-itemDetail__attention .lottery,
.p-itemDetail__attention .preOrder,
.p-itemDetail__attention .takeout,
.p-itemDetail__attention p.salesPeriod--term {
    margin-bottom: clamp(7px, 1.25vw, 38px);
  }
  .p-itemDetail__purchase {
    margin-top: clamp(5px, 0.938vw, 28px);
    font-size: clamp(6px, 1vw, 30px);
  }
  body #purchase_form #itemSelect #variationSelectWrap select.itemOption__select:not(#_),
body form[id] #itemSelect #variationSelectWrap select.itemOption__select:not(#_),
body form[id] #itemSelect #amountSelectWrap #amountSelect:not(#_),
body form[id] #itemSelect #variationSelectWrap #valiationSelect:not(#_),
body #purchase_form #itemSelect #variationSelectWrap #valiationSelect:not(#_),
body form[id] #itemSelect .itemOptionElement select.itemOption__select:not(#_) {
    min-height: clamp(15px, 2.5vw, 75px);
    margin-bottom: clamp(3px, 0.438vw, 13px);
    padding-top: clamp(2px, 0.313vw, 9px);
    padding-right: clamp(9px, 1.563vw, 47px);
    padding-bottom: clamp(1px, 0.125vw, 4px);
    padding-left: clamp(2px, 0.313vw, 9px);
    background-position: right clamp(3px, 0.563vw, 17px) center;
    background-size: clamp(3px, 0.5vw, 15px) auto;
    font-size: clamp(6px, 1vw, 30px);
  }
  body form[id] #itemSelect .itemOptionElement .itemOption__input:not(#_) {
    height: clamp(15px, 2.5vw, 75px);
    margin-bottom: clamp(3px, 0.438vw, 13px);
    padding: 0 clamp(3px, 0.5vw, 15px);
    font-size: clamp(6px, 1vw, 30px);
  }
  body form[id] #itemSelect .itemOptionElement .itemOption__caption {
    margin-top: clamp(1px, 0.188vw, 6px);
    font-size: clamp(5px, 0.813vw, 24px);
  }
  body form[id] #itemSelect .itemOptionElement .itemOption__bottomCaptionBlock {
    margin-top: 0;
    margin-bottom: clamp(2px, 0.375vw, 11px);
  }
  body form[id] #itemSelect .itemOption__caption--error {
    margin-bottom: clamp(4px, 0.75vw, 23px);
    font-size: clamp(4px, 0.75vw, 23px);
  }
  body form[id] #itemSelect .itemOption__caption--error::before {
    margin-right: clamp(1px, 0.125vw, 4px);
    vertical-align: 0;
  }
  body form[id] #itemSelect .itemOptionElement .itemOption__count {
    margin-top: 0;
    margin-left: clamp(1px, 0.188vw, 6px);
    font-size: clamp(4px, 0.75vw, 23px);
  }
  body form[id] #itemSelect .itemOptionElement .itemOption__count--error {
    margin-top: clamp(-11px, -1.875vw, -56px);
  }
  .p-itemDetail__purchase .purchaseButton {
    margin-top: clamp(5px, 0.938vw, 28px);
  }
  .p-itemDetail__purchase .purchaseButton__btn--addToCart {
    padding: clamp(7px, 1.125vw, 34px) clamp(5px, 0.938vw, 28px);
    font-size: clamp(7px, 1.25vw, 38px);
  }
  .p-itemDetail__purchase .purchaseButton__btn--notApplying,
.p-itemDetail__purchase .purchaseButton__btn--soldOut,
.p-itemDetail__purchase .purchaseButton__btn--requestRestockMail,
.p-itemDetail__purchase .purchaseButton__btn--comingSoon,
.p-itemDetail__purchase .purchaseButton__btn--comingSoonStay,
.p-itemDetail__purchase .purchaseButton__btn--endOfSale {
    width: 100%;
    padding: clamp(5px, 0.875vw, 26px);
    font-size: clamp(7px, 1.25vw, 38px);
  }
  .p-itemDetail__purchase #communityPurchase {
    margin-top: clamp(7px, 1.25vw, 38px);
  }
  .p-itemDetail__purchase #communityPurchase .communitySignin p {
    font-size: clamp(5px, 0.813vw, 24px) !important;
  }
  .purchaseButton .easyOverseasSales {
    row-gap: clamp(6px, 1vw, 30px);
    padding: clamp(6px, 1vw, 30px) 0;
  }
  .purchaseButton .easyOverseasSales__label {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .purchaseButton .easyOverseasSalesArea__link {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .p-itemDetail__buttonWrap {
    margin-top: clamp(11px, 1.875vw, 56px);
  }
  .p-itemDetail__ShareButtonWrap {
    gap: clamp(4px, 0.625vw, 19px);
  }
  .p-itemDetail__report #openIllegalReport {
    font-size: 14px;
  }
  .p-itemDetail__custom {
    margin-top: clamp(17px, 3vw, 90px);
  }
  .p-itemDetail__custom #appsItemDetailCustom {
    margin-top: clamp(17px, 3vw, 90px);
    margin-right: auto;
    margin-left: auto;
    padding: clamp(19px, 3.25vw, 98px) clamp(29px, 5vw, 150px) clamp(10px, 1.75vw, 53px);
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading {
    margin: clamp(23px, 4vw, 120px) 0 clamp(9px, 1.5vw, 45px);
    padding-left: clamp(11px, 1.875vw, 56px);
    font-size: clamp(9px, 1.5vw, 45px);
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
    margin-bottom: clamp(9px, 1.5vw, 45px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_image {
    margin-bottom: clamp(9px, 1.5vw, 45px);
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_youtube,
.p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_vimeo {
    height: clamp(188px, 32.344vw, 970px);
    margin-bottom: clamp(9px, 1.5vw, 45px);
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .appsItemDetailCustomTag_slider {
    max-width: clamp(254px, 43.75vw, 1313px);
    max-height: clamp(254px, 43.75vw, 1313px);
    margin-bottom: clamp(15px, 2.5vw, 75px);
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .baseCarousel__button {
    width: clamp(20px, 3.5vw, 105px);
    height: clamp(20px, 3.5vw, 105px);
    font-size: clamp(7px, 1.125vw, 34px);
  }
  .p-ItemDetailBox .p-itemDetail__custom #appsItemDetailCustomTag .baseCarousel__caption {
    margin-top: clamp(3px, 0.5vw, 15px);
    font-size: clamp(4px, 0.75vw, 23px);
  }
  .p-itemDetail__review .review01__title {
    padding: clamp(15px, 2.5vw, 75px) 0 clamp(4px, 0.75vw, 23px);
    font-size: clamp(6px, 1vw, 30px) !important;
  }
  .p-itemDetail__related {
    margin-top: clamp(26px, 4.5vw, 135px);
    margin-bottom: clamp(12px, 2vw, 60px);
  }
  .p-itemDetail__relatedBox {
    width: clamp(125px, 21.5vw, 645px);
    margin-top: clamp(13px, 2.313vw, 69px);
    margin-left: clamp(9px, 1.5vw, 45px);
  }
  .p-itemDetail__relatedBox:nth-of-type(-n + 2) {
    margin-top: clamp(13px, 2.313vw, 69px);
  }
  .p-itemDetail__relatedBox:nth-of-type(2n + 1) {
    margin-left: clamp(9px, 1.5vw, 45px);
  }
  .p-itemDetail__relatedBox:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-itemDetail__relatedBox:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .p-community .communityMain .communityContent {
    display: flex;
  }
  .p-community .communityMain .communityOverview {
    flex: 1;
    width: auto;
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-community .communityMain .communityNav {
    width: clamp(138px, 23.75vw, 713px);
    margin-top: 0;
    margin-left: clamp(18px, 3.125vw, 94px);
  }
  .p-community .communityMain #limitedItem,
.p-community .communityMain #limitedUrl {
    margin-top: clamp(36px, 6.25vw, 188px);
  }
  .p-community .communityMain section.limited p {
    margin-top: -4vw;
  }
  .p-community .communityMain #productsLimitedUrl {
    margin-top: clamp(9px, 1.5vw, 45px);
  }
  .p-community .communityMain #productsLimitedUrl .urlBox {
    margin-bottom: clamp(7px, 1.25vw, 38px);
    padding: clamp(6px, 1vw, 30px);
  }
  .p-community .communityMain #productsLimitedUrl .urlBox .title {
    font-size: clamp(6px, 1vw, 30px);
  }
  .p-community .communityMain #productsLimitedUrl .urlBox .url {
    margin-top: clamp(3px, 0.5vw, 15px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .p-community .communityMain .communityItems .communityItem {
    width: clamp(125px, 21.5vw, 645px);
    margin-top: clamp(13px, 2.313vw, 69px);
    margin-left: clamp(9px, 1.5vw, 45px);
  }
  .p-community .communityMain .communityItems .communityItem:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-community .communityMain .communityItems .communityItem:nth-child(2n+1) {
    margin-left: clamp(9px, 1.5vw, 45px);
  }
  .p-community .communityMain .communityItems .communityItem:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-community .communityMain .communityPrice h3 {
    font-size: clamp(7px, 1.125vw, 34px);
  }
  .p-community .communityMain .communityPrice p {
    margin-bottom: clamp(6px, 1vw, 30px);
    font-size: clamp(9px, 1.5vw, 45px);
  }
  .p-community .communityMain .communitySignin {
    margin-top: clamp(7px, 1.25vw, 38px);
    padding: clamp(5px, 0.875vw, 26px);
  }
  .p-community .communityMain .communityRegister p,
.p-community .communityMain .communitySignin p {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .p-community .communityMain .communitySignin p {
    margin-bottom: clamp(6px, 1vw, 30px);
  }
  .p-community .communityMain .payidLogoutText {
    margin-top: clamp(4px, 0.625vw, 19px);
  }
  .p-community .communityMain .communityModalTextNotice {
    margin-top: clamp(2px, 0.375vw, 11px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .p-community .communityMain .communityModalTextNotice:first-of-type {
    margin-top: clamp(5px, 0.938vw, 28px);
  }
  .p-community .communityMain .communityModal .communityModalTextNotice {
    margin-bottom: clamp(5px, 0.938vw, 28px);
  }
  .p-community .communityMain .flashMessage .message {
    padding: clamp(3px, 0.5vw, 15px) clamp(5px, 0.875vw, 26px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .p-community .communityMain .flashMessage .message:last-child {
    margin-bottom: clamp(13px, 2.25vw, 68px);
  }
  .p-community .communityMain .communityTerm {
    margin-top: clamp(4px, 0.625vw, 19px);
  }
  .p-community .communityMain .communityButtonPayid .communityButtonPayid__icon {
    width: clamp(32px, 5.5vw, 165px);
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__inner,
.is_takeoutModalOpen #takeoutModal .takeoutModal__inner,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__inner,
#postageInfo .shippingInfo__inner,
.communityModal .communityModalContent {
    padding: clamp(9px, 1.5vw, 45px) clamp(12px, 2vw, 60px);
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__container,
.is_takeoutModalOpen #takeoutModal .takeoutModal__container,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__container,
.communityMain .communityBox .communityModal {
    width: clamp(203px, 35vw, 1050px);
  }
  .communityMain .communityBox .communityModal {
    max-width: clamp(203px, 35vw, 1050px);
    scrollbar-color: #666 #e0e0e0;
    scrollbar-width: thin;
  }
  body #postageInfo {
    width: auto;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__title,
.is_takeoutModalOpen #takeoutModal .takeoutModal__title,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__title,
#postageInfo .shippingInfo__title,
.communityMain .communityModal .communityModalHeader {
    padding: clamp(5px, 0.938vw, 28px) 0;
    font-size: clamp(7px, 1.25vw, 38px);
  }
  .communityMain .communityModal .communityModalHeader {
    padding-bottom: clamp(5px, 0.938vw, 28px) !important;
  }
  #postageInfo .shippingInfo__title {
    padding: 18px 0;
    font-size: 24px;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__text,
.is_takeoutModalOpen #takeoutModal .takeoutModal__text,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__text,
.p-community .communityMain .communityModalText,
.p-community .communityMain .communityModalTable__Body,
.purchaseButtonModal__container .purchaseButtonModal__ageVerificationWarningText {
    margin: 0 0 clamp(7px, 1.25vw, 38px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__text {
    margin-bottom: 0;
  }
  .p-community .communityMain .communityModalTable__Body {
    margin: 0 0 clamp(4px, 0.625vw, 19px);
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__label,
.is_takeoutModalOpen #takeoutModal .takeoutModal__head,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__label,
.communityMain .communityModal .communityModalTable__Title {
    margin-bottom: clamp(4px, 0.625vw, 19px);
    padding-left: clamp(8px, 1.438vw, 43px);
    font-size: clamp(6px, 1vw, 30px);
  }
  #postageInfo .shippingList__title {
    margin-bottom: 8px;
    padding-left: 22px;
    font-size: 18px;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__input,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__input {
    height: clamp(16px, 2.813vw, 84px);
    margin-bottom: clamp(4px, 0.625vw, 19px);
    padding: clamp(2px, 0.313vw, 9px) clamp(4px, 0.625vw, 19px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__information,
.is_takeoutModalOpen #takeoutModal .takeoutModal__description_list {
    margin: 0 auto clamp(9px, 1.5vw, 45px);
    padding: clamp(3px, 0.5vw, 15px) clamp(4px, 0.625vw, 19px);
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__description_list {
    margin-bottom: 0;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__information .si-information {
    margin-top: clamp(1px, 0.25vw, 8px);
    font-size: clamp(4px, 0.75vw, 23px);
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__informationText {
    margin-left: clamp(2px, 0.375vw, 11px);
    font-size: clamp(5px, 0.813vw, 24px);
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__description_list {
    font-size: clamp(5px, 0.813vw, 24px);
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__week {
    margin-right: clamp(3px, 0.5vw, 15px);
  }
  .is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__subText {
    margin: 0 0 clamp(7px, 1.25vw, 38px);
  }
  .is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__subTextChild {
    font-size: clamp(5px, 0.813vw, 24px);
  }
  .is_takeoutModalOpen #takeoutModal .takeoutModal__section {
    padding: 0 0 clamp(6px, 1vw, 30px);
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__btn,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--submit,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--close,
.communityMain .communityModal .communityButton {
    width: clamp(94px, 16.25vw, 488px);
    height: clamp(16px, 2.813vw, 84px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__btn--submit {
    margin-top: clamp(9px, 1.5vw, 45px);
  }
  .communityMain .communityModal .communityModalButton {
    margin-top: clamp(4px, 0.625vw, 19px);
    padding: clamp(5px, 0.875vw, 26px) 0;
  }
  .communityMain .communityModal .communityModalButton:first-of-type {
    margin-top: clamp(5px, 0.938vw, 28px);
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__error,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__error {
    margin: 0 0 clamp(6px, 1vw, 30px);
    padding: clamp(3px, 0.5vw, 15px) clamp(4px, 0.625vw, 19px);
    font-size: clamp(4px, 0.75vw, 23px);
  }
  .is_purchaseButtonModalOpen .ageVerificationModal__error,
.is_purchaseButtonModalOpen .purchaseButtonModal__error.ageVerificationModal__error {
    margin-top: clamp(9px, 1.5vw, 45px);
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__errorIcon,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__errorIcon {
    width: clamp(4px, 0.75vw, 23px);
    margin-right: clamp(2px, 0.375vw, 11px);
  }
  .is_purchaseButtonModalOpen .is_success .purchaseButtonModal__resultText {
    margin-top: 0;
    margin-bottom: clamp(7px, 1.25vw, 38px);
    padding: clamp(5px, 0.875vw, 26px) clamp(4px, 0.75vw, 23px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .is_purchaseButtonModalOpen .cot-itemOrder-ageVerification-footer {
    margin-top: clamp(-22px, -3.75vw, -113px);
  }
  .communityOverlay .communityModal {
    width: clamp(203px, 35vw, 1050px);
  }
  .communityOverlay .communityContent {
    padding: 0 clamp(12px, 2vw, 60px) clamp(9px, 1.5vw, 45px);
  }
  body .communityOverlay .communityModalHeader {
    padding: clamp(5px, 0.938vw, 28px) 0 !important;
    font-size: clamp(7px, 1.25vw, 38px) !important;
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon,
.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon,
.communityOverlay .communityModalHeader .communityModalClose:not(#_),
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon {
    top: clamp(9px, 1.5vw, 45px);
    right: clamp(7px, 1.25vw, 38px);
    width: clamp(6px, 1vw, 30px);
    height: clamp(6px, 1vw, 30px);
  }
  .is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon::before,
.is_purchaseButtonModalOpen .purchaseButtonModal__closeIcon::after,
.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon::before,
.is_takeoutModalOpen #takeoutModal .takeoutModal__closeIcon::after,
.communityOverlay .communityModalHeader .communityModalClose::before,
.communityOverlay .communityModalHeader .communityModalClose::after,
.communityMain .communityModalHeader .communityModalClose::before,
.communityMain .communityModalHeader .communityModalClosec,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon::before,
.is_salesPeriodModalOpen #salesPeriodModal .salesPeriodModal__closeIcon::after {
    top: clamp(3px, 0.438vw, 13px);
    right: clamp(-1px, -0.188vw, -6px);
    width: clamp(8px, 1.375vw, 41px);
    height: clamp(1px, 0.125vw, 4px);
  }
  .communityOverlay .communityTitle {
    margin-top: clamp(9px, 1.5vw, 45px) !important;
    padding: 0 clamp(12px, 2vw, 60px);
    font-size: clamp(7px, 1.125vw, 34px) !important;
  }
  .communityOverlay .communityPrice {
    margin-top: clamp(5px, 0.938vw, 28px) !important;
  }
  .communityOverlay .communityPrice h3 {
    margin: 0 clamp(4px, 0.625vw, 19px) 0 0 !important;
    font-size: clamp(6px, 1vw, 30px) !important;
  }
  .communityOverlay .communityPrice p {
    font-size: clamp(9px, 1.5vw, 45px) !important;
  }
  .communityOverlay .communityOverview {
    margin-top: clamp(8px, 1.375vw, 41px) !important;
    font-size: clamp(6px, 1vw, 30px);
  }
  .communityOverlay .communityLinkMore {
    margin-top: clamp(6px, 1vw, 30px) !important;
    font-size: clamp(6px, 1vw, 30px) !important;
  }
  .communityOverlay .communityRegister {
    margin-top: clamp(8px, 1.375vw, 41px);
  }
  .communityOverlay .communityModal .button {
    width: calc(50% - 11px);
    padding: clamp(5px, 0.875vw, 26px) clamp(4px, 0.75vw, 23px);
    font-size: clamp(6px, 1vw, 30px);
  }
  .communityOverlay .communityModal .button__purchase .buttonPayid__icon {
    width: clamp(33px, 5.625vw, 169px);
  }
  .p-ItemDetailBox .communityBox .buttonPayid__icon {
    width: clamp(36px, 6.25vw, 188px);
    margin-right: clamp(2px, 0.313vw, 9px);
  }
  .p-ItemDetailBox .communityBox .buttonPayid__text {
    font-size: clamp(6px, 1vw, 30px);
  }
  .communityOverlay .communityTerms,
.communityOverlay .communityTerms a {
    margin-top: clamp(7px, 1.25vw, 38px) !important;
    font-size: clamp(5px, 0.875vw, 26px) !important;
  }
  .communityOverlay .communityTextNotice {
    margin-top: clamp(2px, 0.313vw, 9px) !important;
    font-size: clamp(4px, 0.75vw, 23px) !important;
  }
  #postageInfo .shippingInfoBlock {
    width: 740px;
    min-height: 400px;
    scrollbar-color: #666 #e0e0e0;
    scrollbar-width: thin;
  }
  #postageInfo .shippingInfo__tabButton {
    height: 56px;
    font-size: 18px;
  }
  #postageInfo #shippingInfo__intro,
#postageInfo .shippingList__description,
#postageInfo .cot-shipping-methodInfoLocation,
#postageInfo .cot-shipping-accordionLabel,
#postageInfo .cot-shipping-accordionContent,
#postageInfo .priceSet,
#postageInfo .shippingList__info .price {
    font-size: 16px;
  }
  #postageInfo .shippingList {
    margin: 0 0 30px;
  }
  #postageInfo .shippingList:last-of-type {
    margin-bottom: 10px;
  }
  #postageInfo #postageClose {
    top: 26px;
    right: 26px;
    width: 16px;
    height: 16px;
  }
  #postageInfo #postageClose::before,
#postageInfo #postageClose::after {
    top: 7px;
    width: 22px;
    height: 2px;
  }
  #postageInfo .areaSetting_map {
    width: 670px;
    height: 500px;
    background-size: 50%;
  }
  #postageInfo .postageArea {
    position: absolute;
    margin: 10px;
  }
  #postageInfo .prefBox {
    width: 120px;
  }
  #postageInfo .prefBox__list {
    display: block;
    position: relative;
    font-size: 13px;
  }
  #postageInfo .postage {
    position: absolute;
    font-size: 12px;
  }
  #postageInfo .area1 {
    top: 50px;
    right: 0;
  }
  #postageInfo .area2 {
    top: 115px;
    right: 0;
  }
  #postageInfo .area3 {
    right: 130px;
    bottom: 0;
  }
  #postageInfo .area4 {
    top: 0;
    left: 260px;
  }
  #postageInfo .area5 {
    top: 0;
    left: 0;
  }
  #postageInfo .area6 {
    right: 0;
    bottom: 0;
  }
  #postageInfo .area7 {
    bottom: 0;
    left: 270px;
  }
  #postageInfo .area8 {
    top: 0;
    left: 130px;
  }
  #postageInfo .area9 {
    top: 115px;
    left: 0;
  }
  #postageInfo .area10 {
    bottom: 0;
    left: 0;
  }
  #postageInfo .area11 {
    bottom: 0;
    left: 130px;
  }
  #postageInfo .areaTitle {
    font-size: 12px;
  }
  #membership.membership .guide .img-wrapper,
#membership.membership .mypage .img-wrapper {
    margin-bottom: clamp(6px, 1vw, 30px);
  }
  #membership.membership .guide .img-wrapper .img,
#membership.membership .mypage .img-wrapper .img {
    margin-bottom: clamp(9px, 1.5vw, 45px);
  }
  #membership.membership .mypage .heading-wrapper {
    margin-top: clamp(9px, 1.5vw, 45px);
    margin-bottom: clamp(20px, 3.5vw, 105px);
  }
  #membership.membership .mypage .heading {
    font-size: clamp(9px, 1.5vw, 45px);
  }
  #membership.membership .guide .about-point,
#membership.membership .mypage .reward-list,
#membership.membership .guide .reward-list {
    margin-top: clamp(22px, 3.75vw, 113px);
  }
  #membership.membership .guide .content .heading,
#membership.membership .guide .about-point .heading-point,
#membership.membership .point-history .content .point-history-summary .point-name,
#membership.membership .draft .heading,
#membership.membership .mypage .reward-list .title,
#membership.membership .guide .reward-list .title {
    margin-bottom: clamp(12px, 2vw, 60px);
    font-size: clamp(9px, 1.5vw, 45px);
  }
  #membership.membership .guide .content .description,
#membership.membership .guide .about-point .description,
#membership.membership .point-history .content .point-history-summary .description {
    margin-top: clamp(12px, 2vw, 60px);
  }
  #membership.membership .guide .content .description > p,
#membership.membership .guide .about-point .description li,
#membership.membership .point-history .content .point-history-summary .description,
#membership.membership .guide .reward-list .description {
    font-size: clamp(6px, 1vw, 30px);
  }
  #membership.membership .guide .register {
    margin-top: clamp(23px, 4vw, 120px);
    padding: clamp(9px, 1.5vw, 45px) clamp(6px, 1vw, 30px);
    border-radius: clamp(4px, 0.75vw, 23px);
  }
  #membership.membership .guide .register .box {
    margin: 0 auto clamp(6px, 1vw, 30px);
    padding: clamp(6px, 1vw, 30px);
    border-radius: clamp(1px, 0.125vw, 4px);
    font-size: clamp(4px, 0.75vw, 23px);
  }
  #membership.membership .guide .register .box:before {
    width: clamp(6px, 1vw, 30px);
    height: clamp(6px, 1vw, 30px);
    margin-right: clamp(3px, 0.5vw, 15px);
    line-height: clamp(6px, 1vw, 30px);
  }
  #membership.membership .guide .register .box .content {
    flex: inherit;
    font-size: clamp(4px, 0.75vw, 23px);
  }
  #membership.membership .guide .register .heading,
#membership.membership .login .heading {
    font-size: clamp(7px, 1.125vw, 34px);
  }
  #membership.membership .login .heading {
    margin-bottom: clamp(6px, 1vw, 30px);
  }
  #membership.membership .login .heading::before {
    margin-right: clamp(2px, 0.313vw, 9px);
  }
  #membership.membership .login .heading::after {
    margin-left: clamp(2px, 0.313vw, 9px);
  }
  #membership.membership .guide .register .description-wrapper {
    margin-top: clamp(6px, 1vw, 30px);
  }
  #membership.membership .guide .register .description,
#membership.membership .login .register-description {
    margin-top: clamp(3px, 0.5vw, 15px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  #membership.membership .login .register-description {
    margin-top: clamp(9px, 1.5vw, 45px);
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper {
    margin-top: clamp(6px, 1vw, 30px);
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .checkbox {
    width: clamp(9px, 1.5vw, 45px);
    height: clamp(9px, 1.5vw, 45px);
    border-radius: clamp(1px, 0.125vw, 4px);
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .checkbox:checked {
    box-shadow: 0 0 0 clamp(9px, 1.5vw, 45px) var(--checked-color) inset;
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .checkbox:after {
    top: clamp(3px, 0.438vw, 13px);
    left: clamp(2px, 0.375vw, 11px);
    width: clamp(4px, 0.75vw, 23px);
    height: clamp(3px, 0.563vw, 17px);
  }
  #membership.membership .guide .register .mail-magazine .mail-magazine-wrapper .label {
    margin-left: clamp(3px, 0.5vw, 15px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  #membership.membership .guide .register .link-wrapper {
    margin-top: clamp(9px, 1.5vw, 45px);
  }
  #membership.membership .login .link-wrapper {
    margin-top: clamp(6px, 1vw, 30px);
  }
  #membership.membership .guide .mypage-link {
    margin-top: clamp(20px, 3.5vw, 105px);
  }
  #membership.membership .guide .register .link,
#membership.membership .guide .mypage-link .link,
#membership.membership .login .link {
    width: clamp(136px, 23.438vw, 703px);
    max-width: 80%;
    padding: clamp(7px, 1.125vw, 34px) clamp(9px, 1.5vw, 45px);
    border-radius: clamp(2px, 0.375vw, 11px);
    font-size: clamp(6px, 1vw, 30px);
  }
  #membership.membership .guide .register .login {
    margin-top: clamp(9px, 1.5vw, 45px);
    font-size: clamp(4px, 0.75vw, 23px);
  }
  #membership.membership .mypage .logout {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  #membership.membership .mypage .content .customer-info-wrapper {
    margin-bottom: clamp(6px, 1vw, 30px);
  }
  #membership.membership .mypage .content .customer-info {
    padding-left: clamp(9px, 1.563vw, 47px);
    font-size: clamp(7px, 1.125vw, 34px);
  }
  #membership.membership .mypage .content .definition-list {
    margin-top: clamp(7px, 1.125vw, 34px);
  }
  #membership.membership .mypage .content .definition-term {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  #membership.membership .mypage .content .definition-description {
    margin-top: clamp(3px, 0.5vw, 15px);
    padding: clamp(4px, 0.75vw, 23px) clamp(3px, 0.5vw, 15px) clamp(6px, 1vw, 30px);
    gap: clamp(3px, 0.5vw, 15px);
  }
  #membership.membership .mypage .content .definition-description .mail-address {
    padding: clamp(6px, 1vw, 30px) clamp(3px, 0.5vw, 15px);
    border-radius: clamp(1px, 0.25vw, 8px);
  }
  #membership.membership .mypage .content .definition-description .edit {
    padding: clamp(7px, 1.25vw, 38px) 0;
    border-radius: clamp(2px, 0.375vw, 11px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  #membership.membership .draft .message {
    margin: clamp(4px, 0.625vw, 19px) 0;
    font-size: clamp(6px, 1vw, 30px);
  }
  #membership .leave-wrapper {
    margin-top: clamp(15px, 2.5vw, 75px);
  }
  #membership .leave-wrapper .leave {
    font-size: clamp(5px, 0.875vw, 26px);
  }
  #membership.membership .flash-message {
    margin: 0 0 clamp(12px, 2vw, 60px);
    padding: clamp(6px, 1vw, 30px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  #membership.membership .draft .content .definition-list {
    margin-top: clamp(15px, 2.5vw, 75px);
  }
  #membership.membership .mypage .content .definition-description .point-amount {
    font-size: clamp(9px, 1.5vw, 45px);
  }
  #membership.membership .mypage .content .definition-description .point-expiry-date {
    font-size: clamp(4px, 0.75vw, 23px);
  }
  #membership.membership .mypage .content .about-wrapper .about {
    font-size: clamp(4px, 0.75vw, 23px);
  }
  #membership.membership .mypage .reward-list .howto {
    margin-top: clamp(6px, 1vw, 30px);
  }
  #membership.membership .mypage .reward-list .howto .caption {
    padding: clamp(12px, 2vw, 60px) clamp(15px, 2.5vw, 75px);
    cursor: pointer;
  }
  #membership.membership .mypage .reward-list .howto .caption .text {
    font-size: clamp(7px, 1.125vw, 34px);
  }
  #membership.membership .mypage .reward-list .howto .description {
    padding: 0 clamp(15px, 2.5vw, 75px) clamp(6px, 1vw, 30px);
  }
  #membership.membership .mypage .reward-list .howto .description .text {
    margin-right: clamp(9px, 1.5vw, 45px);
    font-size: clamp(6px, 1vw, 30px);
  }
  #membership.membership .mypage .reward-list .howto .description .image {
    width: clamp(94px, 16.125vw, 484px);
  }
  #membership.membership .mypage .reward-list .reward-card-list {
    grid-gap: clamp(6px, 1vw, 30px);
    margin-top: clamp(12px, 2vw, 60px);
    gap: clamp(6px, 1vw, 30px);
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .title,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .title {
    margin-top: clamp(3px, 0.5vw, 15px);
    font-size: clamp(5px, 0.875vw, 26px);
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper {
    margin-top: clamp(1px, 0.25vw, 8px);
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point-icon,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point-icon {
    width: clamp(6px, 1vw, 30px);
    height: clamp(6px, 1vw, 30px);
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point,
#membership.membership .guide .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchange-point-wrapper .exchange-point {
    margin-left: clamp(1px, 0.25vw, 8px);
    font-size: clamp(4px, 0.75vw, 23px);
  }
  #membership.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .description {
    margin-top: clamp(1px, 0.25vw, 8px);
    font-size: clamp(4px, 0.75vw, 23px);
  }
  #membership.membership .mypage .card {
    min-width: clamp(137px, 23.625vw, 709px);
    max-width: clamp(137px, 23.625vw, 709px);
    min-height: clamp(87px, 15vw, 450px);
    max-height: clamp(87px, 15vw, 450px);
    margin-right: clamp(9px, 1.5vw, 45px);
    border-radius: clamp(3px, 0.5vw, 15px);
  }
  #membership.membership .mypage .card .logo-text {
    margin: 0 clamp(9px, 1.5vw, 45px) clamp(1px, 0.25vw, 8px);
    font-size: clamp(12px, 2vw, 60px);
  }
  #membership.membership .mypage .card .membership-name {
    margin: 0 clamp(9px, 1.5vw, 45px) clamp(1px, 0.25vw, 8px);
  }
  .u-spOnly {
    display: none;
  }
}
@media not all and (min-width: 1024px) {
  .l-header__spMenu {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 2.67vw;
    padding-right: 5vw;
  }
  .l-header__spMenu.fixed {
    position: fixed;
  }
  .l-header__naviButton {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    cursor: pointer;
  }
  .l-hamburgerMenu__bar,
.l-hamburgerMenu__bar::before,
.l-hamburgerMenu__bar::after {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    height: 1px;
    margin: auto;
    background-color: #fff;
    transition: transform 0.25s;
  }
  .l-hamburgerMenu__bar {
    top: 35%;
    background-color: transparent;
  }
  .l-hamburgerMenu__bar::before {
    top: 0;
    content: "";
  }
  .l-hamburgerMenu__bar::after {
    top: 7px;
    content: "";
  }
  .subColor--light .l-hamburgerMenu__bar::before,
.subColor--light .l-hamburgerMenu__bar::after {
    background-color: #333;
  }
  .l-hamburgerMenu__menu {
    position: absolute;
    right: 0;
    bottom: 13px;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .subColor--light .l-hamburgerMenu__menu {
    color: #333;
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar {
    top: 40%;
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::before {
    top: 0;
    transform: rotate(45deg);
    content: "";
    transition: transform 0.25s;
  }
  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::after {
    top: 0;
    transform: rotate(-45deg);
    content: "";
    transition: transform 0.25s;
  }
  /* スマホメニューオープン時の背景固定用 */
  body.fixed {
    position: fixed;
    width: 100%;
  }
  .l-header__naviWrapper {
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transform: translate(100%);
    transition: transform 0.5s;
  }
  .l-header__naviWrapper.is-show {
    transform: translateZ(0);
  }
  .l-header__naviWrapperInner {
    -webkit-overflow-scrolling: touch;
    display: flex;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 8vw;
    overflow-y: scroll;
  }
  .l-header__naviWrapperInner.js-justify {
    justify-content: flex-start;
  }
  .l-header__naviWrapper nav {
    min-height: auto;
  }
  @supports (-webkit-touch-callout: none) {
    .l-header__naviWrapperInner {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }
  .background--dark .l-header__naviItem a {
    color: #333;
  }
  .mainColor--dark .l-header__naviItem a {
    color: #fff;
  }
  .background--dark .l-header__categoryTitle {
    color: #333;
  }
  .mainColor--dark .l-header__categoryTitle {
    color: #fff;
  }
  .mainColor--dark .l-header .appsItemCategoryTag_lowerchild a::before {
    background-color: #fff;
  }
  .overlay {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.5s;
  }
  .overlay.is-show {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  .background--light .p-searchArea input[type=submit] {
    border-top: 2px solid #333;
  }
  .mainColor--dark .l-header__search svg,
.mainColor--dark .l-header__mypage svg,
.mainColor--dark .l-header__baseMenu ul > li img {
    filter: brightness(0) invert(1) contrast(1);
  }
  .mainColor--dark .l-header__search a::after,
.mainColor--dark .l-header__mypage a::after,
.mainColor--dark .l-header__baseMenu ul > li.base a::after,
.mainColor--dark .l-header__baseMenu ul > li.cart a::after {
    color: #fff;
  }
  .background--dark:not(.mainColor--dark) .p-mainVisual__title {
    color: #333;
  }
  .mainColor--dark .p-mainVisual__title {
    color: #fff;
  }
  .background--dark:not(.mainColor--dark) .p-mainVisual__subTitle {
    color: #333;
  }
  .mainColor--dark .p-mainVisual__subTitle {
    color: #fff;
  }
  .p-blogListBlock .swiper-button-next,
.p-blogListBlock .swiper-button-prev {
    top: 44%;
    margin-top: 0;
  }
  body #postageInfo.shippingModal.centeringFixForPostageInfo {
    min-height: 0;
  }
  #postageInfo .areaSetting_map {
    background-image: none;
  }
  #postageInfo .area1,
#postageInfo .area2,
#postageInfo .area3,
#postageInfo .area4,
#postageInfo .area5,
#postageInfo .area6,
#postageInfo .area7,
#postageInfo .area8,
#postageInfo .area9,
#postageInfo .area10,
#postageInfo .area11 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .u-pcOnly {
    display: none;
  }
}
@media screen and (min-width: 3000px) {
  .l-header__baseMenu ul > li {
    gap: 71.4px;
  }
  .p-mainVisual__text {
    width: 2025px;
  }
  .p-mainVisual__mainImage {
    left: calc(50% - 30.9px);
  }
  .p-mainVisual__secondImage {
    left: calc(50% - 1311.6px);
  }
  .p-mainVisual__thirdImage {
    left: calc(50% - 814.8px);
  }
  .p-topBackground::before {
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1600 1008" preserveAspectRatio="none"><path d="M1600,1008V218.9c-43.6,44.3-95.7,94.8-156.6,144.7c-113.8,92.4-219.2,169-357.4,201c-137.9,32.7-222.1,26.9-360,59.6c-138.2,32-411.5,123.5-528.1,209.1C84.7,917.1,59.9,935.4,0,1003.3v4.7H1600z" /></svg>');
    -webkit-mask-size: 120vw 66vw;
            mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1600 1008" preserveAspectRatio="none"><path d="M1600,1008V218.9c-43.6,44.3-95.7,94.8-156.6,144.7c-113.8,92.4-219.2,169-357.4,201c-137.9,32.7-222.1,26.9-360,59.6c-138.2,32-411.5,123.5-528.1,209.1C84.7,917.1,59.9,935.4,0,1003.3v4.7H1600z" /></svg>');
  }
  .p-pickupBlock__ribbon::before {
    top: -225px;
  }
  .p-about__storeInfo dt {
    width: 281px;
  }
  .p-about__storeInfo dd {
    width: calc(100% - 281px);
  }
  .p-community .communityMain section.limited p {
    margin-top: -120px;
  }
}
@media (hover: none) {
  .l-header .appsItemCategoryTag_child a:active {
    opacity: 0.7;
  }
  .l-header__baseMenu ul > li > a:active {
    opacity: 0.6;
  }
  .c-link:active {
    opacity: 0.7;
  }
}