@charset "UTF-8";

body {
  margin: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff?348jxe") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-family: 'A1 Gothic R', sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-width: 320px;
  color: #1c2940;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  color: #fff;
  background: #1c2940;
}

::selection {
  color: #fff;
  background: #1c2940;
}

body {
  position: relative;
  background: url("../img/common/bg.png") repeat;
}

main {
  position: relative;
}

main,
article,
aside,
details,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #1c2940;
  text-decoration: none;
  background-color: transparent;
}

a:focus {
  color: #838994;
}

button {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
}

input,
select,
textarea {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

a,
button {
  display: inline-block;
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

div,
p,
li,
dt,
dd,
th,
td,
pre {
  line-break: strict;
  -ms-line-break: strict;
  -webkit-line-break: strict;
  word-break: break-strict;
  -ms-word-break: break-strict;
}

ul,
ol {
  list-style: none;
}

img {
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

.light_only_ {
  display: block;
}

.dark_only_ {
  display: none;
}

.placer_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placer_ img,
.placer_ svg {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@supports (-ms-ime-align: auto) {
  wbr::before {
    content: '\200B';
  }
}

.fontA1GothicL,
.fontA1GothicR,
.fontA1GothicM {
  display: none;
}

.fontA1GothicL {
  font-family: 'A1 Gothic L';
}

.fontA1GothicR {
  font-family: 'A1 Gothic R';
}

.fontA1GothicM {
  font-family: 'A1 Gothic M';
}

.text_type_a {
  font-family: 'A1 Gothic R';
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin: -0.3em 0;
}

.text_type_b {
  font-family: 'A1 Gothic R';
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin: -0.3em 0;
}

.text_type_c {
  font-family: 'A1 Gothic R';
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin: -0.2em 0;
}

.button_ {
  font-size: 1rem;
  line-height: 2.0001;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 64px;
  border: solid 1px;
  border-radius: 6px;
  transition: color 300ms, background 300ms;
}

.windows .button_ {
  padding-top: 0.2em;
}

.button_:disabled {
  pointer-events: none;
}

.button_.small_ {
  font-size: 0.875rem;
  line-height: 1.85724;
  height: 46px;
}

.button_.bordered_ {
  color: #1c2940;
  border-color: #1c2940;
  background-color: transparent;
}

.button_.filled_ {
  color: #fff;
  border-color: #1c2940;
  background: #1c2940;
}

.text_link_ {
  font-size: 0.875rem;
  line-height: 1.28581;
  letter-spacing: -0.03em;
  color: #1c2940;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-bottom: solid 1px #1c2940;
  transition: opacity 200ms;
}

.buy_container_ {
  position: relative;
  width: 88.88889%;
  max-width: 1493.33333px;
  margin: 0 auto;
}

.buy_content_ {
  display: flex;
  padding-top: 10.625rem;
  padding-bottom: 9.375rem;
}

.buy_main_ {
  flex: 1;
  padding: 0 5.55556vw;
}

.buy_aside_ {
  width: 25rem;
  padding-left: 5rem;
  margin-left: 5.55556vw;
  border-left: solid 1px #e5e7e9;
}

.buy_cart_ {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  margin-top: -7.5rem;
}

.buy_cart_ .cart_opener_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 54px;
  padding: 0 5.64103%;
  margin-left: -6.35838%;
  border-top: solid 1px #ccced3;
  border-bottom: solid 1px #ccced3;
  background: rgba(131, 137, 148, 0.1);
}

.buy_cart_ .cart_opener_ .title_ {
  display: flex;
  align-items: center;
}

.buy_cart_ .cart_opener_ .title_ span {
  font-size: 1rem;
  line-height: 2.0001;
  letter-spacing: -0.02em;
  display: block;
  padding-top: 0.12em;
}

.buy_cart_ .cart_opener_ .title_:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  font-size: 17px;
  margin-right: 0.5em;
}

.buy_cart_ .cart_opener_ .title_:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\e906';
  font-size: 10px;
  transform: scale(0.7);
  margin-left: 1em;
}

.buy_cart_ .cart_opener_ .total_ {
  font-size: 1rem;
  line-height: 2.0001;
  letter-spacing: 0.03em;
  padding-top: 0.12em;
}

.buy_cart_ .cart_opener_[aria-expanded='true'] .title_:after {
  transform: scale(0.7, -0.7);
}

.buy_cart_ .cart_accordion_ .cart_items_ {
  padding-bottom: 3.75rem;
  border-bottom: solid 1px #e5e7e9;
}

.buy_cart_ .cart_accordion_ .cart_items_ li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.buy_cart_ .cart_accordion_ .item_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buy_cart_ .cart_accordion_ .item_left_ {
  width: 15.25%;
  margin-right: 1.0625rem;
}

.buy_cart_ .cart_accordion_ .item_center_ {
  flex: 1;
}

.buy_cart_ .cart_accordion_ .item_image_ {
  position: relative;
  padding-top: 131.03448%;
}

.buy_cart_ .cart_accordion_ .item_title_ {
  font-size: 0.875rem;
  line-height: 1.85724;
  letter-spacing: -0.03em;
}

.buy_cart_ .cart_accordion_ .item_data_ {
  display: flex;
  align-items: center;
}

.buy_cart_ .cart_accordion_ .item_color_ {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
}

.buy_cart_ .cart_accordion_ .item_color_:after {
  content: '|';
  color: #e1e1e1;
  margin: 0 1em;
}

.buy_cart_ .cart_accordion_ .item_size_ {
  font-size: 0.75rem;
  line-height: 2.16677;
  letter-spacing: -0.04em;
}

.buy_cart_ .cart_accordion_ .item_price_ {
  font-size: 0.75rem;
  line-height: 2.5001;
  letter-spacing: 0.04em;
}

.buy_cart_ .cart_accordion_ .sub_total_ {
  padding: 1.25rem 0;
  border-bottom: solid 1px #e5e7e9;
}

.buy_cart_ .cart_accordion_ .sub_total_ table {
  width: 100%;
}

.buy_cart_ .cart_accordion_ .sub_total_ table th,
.buy_cart_ .cart_accordion_ .sub_total_ table td {
  vertical-align: middle;
}

.buy_cart_ .cart_accordion_ .sub_total_ table th {
  font-size: 0.875rem;
  line-height: 2.28581;
  letter-spacing: -0.02em;
  text-align: left;
}

.buy_cart_ .cart_accordion_ .sub_total_ table td {
  text-align: right;
}

.buy_cart_ .cart_accordion_ .sub_total_ table td .amount_ {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: 0.04em;
}

.buy_cart_ .cart_accordion_ .sub_total_ table td .small_ {
  color: #838994;
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
}

.buy_cart_ .cart_accordion_ .total_ {
  padding: 1.25rem 0;
}

.buy_cart_ .cart_accordion_ .total_ table {
  width: 100%;
}

.buy_cart_ .cart_accordion_ .total_ table th,
.buy_cart_ .cart_accordion_ .total_ table td {
  vertical-align: middle;
}

.buy_cart_ .cart_accordion_ .total_ table th {
  font-size: 1rem;
  line-height: 2.0001;
  text-align: left;
}

.buy_cart_ .cart_accordion_ .total_ table td {
  font-size: 1rem;
  line-height: 2.0001;
  letter-spacing: 0.03em;
  text-align: right;
}

#cart_modal .cart_empty_ {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'A1 Gothic M';
  font-size: 1rem;
  line-height: 2.0001;
}

#cart_modal .cart_inner_ {
  display: flex;
  flex-direction: column;
}

#cart_modal .cart_header_ {
  flex-shrink: 0;
}

#cart_modal .cart_items_ {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  min-height: 18.125rem;
  overflow: hidden;
}

#cart_modal .cart_items_ .scrollable_ {
  flex: 1;
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
}

#cart_modal .cart_items_ .scrollable_track_ {
  position: relative;
  opacity: 1;
}

#cart_modal .cart_check_ {
  flex-shrink: 0;
}

#cart_modal .cart_title_ {
  font-size: 1.25rem;
  line-height: 2.2001;
  margin-bottom: 1rem;
}

#cart_modal .cart_error_ {
  padding: 1rem;
  border: solid 1px #ccced3;
  margin-bottom: 2.5rem;
}

#cart_modal .cart_error_ p {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
}

#cart_modal .cart_error_ .head_ {
  text-indent: -1em;
  padding-left: 1em;
}

#cart_modal .cart_error_ .red_ {
  color: #ff0000;
}

#cart_modal .cart_items_ {
  border-bottom: solid 1px #e5e7e9;
}

#cart_modal .cart_items_ ul {
  padding-bottom: 3.625rem;
}

#cart_modal .cart_items_ li:not(:last-child) {
  margin-bottom: 1.25rem;
}

#cart_modal .item_ {
  display: flex;
  justify-content: space-between;
}

#cart_modal .item_left_ {
  width: 34.5%;
  margin-right: 1.375rem;
}

#cart_modal .item_right_ {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

#cart_modal .item_image_ {
  position: relative;
  padding-top: 131.03448%;
}

#cart_modal .item_grid_ {
  display: -ms-grid;
  -ms-grid-rows: auto auto auto 1fr;
  -ms-grid-columns: 1fr auto;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  grid-template-columns: 1fr auto;
  width: 100%;
}

#cart_modal .item_title_ {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  font-size: 0.875rem;
  line-height: 1.85724;
  letter-spacing: -0.03em;
}

#cart_modal .item_data_ {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  display: flex;
  align-items: center;
}

#cart_modal .item_color_ {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
}

#cart_modal .item_color_:after {
  content: '|';
  color: #e1e1e1;
  margin: 0 1em;
}

#cart_modal .item_size_ {
  font-size: 0.75rem;
  line-height: 2.16677;
  letter-spacing: -0.04em;
}

#cart_modal .item_price_ {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  font-size: 0.75rem;
  line-height: 2.5001;
  letter-spacing: 0.04em;
}

#cart_modal .item_quantity_ {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
  display: flex;
  align-items: flex-end;
  margin-top: 3.4375rem;
}

#cart_modal .item_counter_ {
  display: flex;
  justify-content: space-between;
  border: solid 1px #e5e7e9;
  border-radius: 6px;
}

#cart_modal .item_counter_ button {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.625rem;
  padding: 0 1em;
}

#cart_modal .item_counter_ input {
  font-size: 0.875rem;
  line-height: 2.14296;
  letter-spacing: -0.03em;
  width: 3.5em;
  text-align: center;
}

#cart_modal .item_delete_ {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
  display: flex;
  align-items: flex-end;
}

#cart_modal .item_delete_ div {
  display: flex;
  align-items: center;
  height: 1.875rem;
}

#cart_modal .additional_ {
  padding-top: 1.6875rem;
  padding-bottom: 1.9375rem;
  border-bottom: solid 1px #e5e7e9;
}

#cart_modal .additional_ dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cart_modal .additional_ dl:not(:last-child) {
  margin-bottom: 0.1875rem;
}

#cart_modal .additional_ dl dd {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: 0.04em;
}

#cart_modal .additional_ dl dd:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e910';
  font-size: 10px;
  margin-right: 0.5em;
}

#cart_modal .subtotal_ {
  padding-top: 2.875rem;
  padding-bottom: 1.4375rem;
}

#cart_modal .subtotal_ table {
  width: 100%;
}

#cart_modal .subtotal_ table th,
#cart_modal .subtotal_ table td {
  vertical-align: middle;
}

#cart_modal .subtotal_ table th {
  font-size: 0.875rem;
  line-height: 1.85724;
  letter-spacing: -0.03em;
  text-align: left;
}

#cart_modal .subtotal_ table td {
  text-align: right;
}

#cart_modal .subtotal_ table td .amount_ {
  font-size: 1rem;
  line-height: 2.0001;
  letter-spacing: 0.03em;
}

#cart_modal .subtotal_ table td .small_ {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
  color: #838994;
}

#cart_modal .button_ {
  width: 100%;
  margin-bottom: 0.75rem;
}

#cart_modal .update_ {
  font-size: 0.75rem;
  line-height: 2.0001;
  letter-spacing: -0.03em;
  height: 34px;
  color: #1c2940;
  background: #e5e7e9;
  border: none;
  margin-bottom: 0.625rem;
}

#cart_modal .attention_ {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
  color: #838994;
  text-indent: -1em;
  padding-left: 1em;
}

/* ---------------------------------------------------------------
    フォームラッパー
--------------------------------------------------------------- */

.form_wrapper_ {
  max-width: 640px;
  margin: 0 auto;
}

/* ---------------------------------------------------------------
    フォーム部品
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
    テキストフィールド
--------------------------------------------------------------- */

.floating-input_ {
  position: relative;
}

.floating-input_ input,
.floating-input_ textarea {
  font-size: 1rem;
  line-height: 2.0001;
  font-family: sans-serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.875em 1.25em 0.375em;
  border-radius: 0.375em;
  border: solid 1px #ccced3;
  background: transparent;
  transition: border-color 200ms;
  color: #1c2940;
}

.windows .floating-input_ input,
.windows
    .floating-input_ textarea {
  padding: 1em 1.25em 0.25em;
}

.floating-input_ input:focus,
.floating-input_ input.focused_,
.floating-input_ textarea:focus,
.floating-input_ textarea.focused_ {
  border-color: #1c2940;
}

.floating-input_ input:focus ~ label,
.floating-input_ input.focused_ ~ label,
.floating-input_ textarea:focus ~ label,
.floating-input_ textarea.focused_ ~ label {
  letter-spacing: -0.04em;
  transform: scale(0.625) translate3d(0.8em, -0.4em, 0);
}

.floating-input_ input::-webkit-input-placeholder,
.floating-input_ textarea::-webkit-input-placeholder {
  color: transparent;
}

.floating-input_ input::-moz-placeholder,
.floating-input_ textarea::-moz-placeholder {
  color: transparent;
}

.floating-input_ input:-ms-input-placeholder,
.floating-input_ textarea:-ms-input-placeholder {
  color: transparent;
}

.floating-input_ input::-ms-input-placeholder,
.floating-input_ textarea::-ms-input-placeholder {
  color: transparent;
}

.floating-input_ input::placeholder,
.floating-input_ textarea::placeholder {
  color: transparent;
}

.floating-input_ input::-ms-input-placeholder,
.floating-input_ textarea::-ms-input-placeholder {
  color: transparent;
}

.floating-input_ input:-webkit-autofill,
.floating-input_ textarea:-webkit-autofill {
  box-shadow: 0 0 0 100px #f4f4f1 inset;
}

.floating-input_ input::-ms-clear,
.floating-input_ textarea::-ms-clear {
  display: none;
}

.floating-input_ textarea {
  font-size: 1rem;
  line-height: 1.5001;
  height: 140px;
  resize: vertical;
}

.floating-input_ label {
  font-size: 1rem;
  line-height: 2.0001;
  color: #838994;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.625em 1.25em;
  border: solid 1px transparent;
  pointer-events: none;
  transform-origin: 0 0;
  transition: transform 150ms;
}

.windows .floating-input_ label {
  padding: 0.75em 1.25em 0.5em;
}

.floating-input_.has_error_ input,
.floating-input_.has_error_ textarea {
  color: #ff0000;
  border-color: #ff0000;
  background: rgba(241, 118, 118, 0.1);
}

.floating-input_.has_error_ label {
  color: #ff0000;
}

.floating-input_ .input_message_ {
  font-size: 0.75rem;
  line-height: 1.5001;
  letter-spacing: -0.04em;
  margin-top: 0.375rem;
}

.floating-input_ .input_error_ {
  font-size: 0.75rem;
  line-height: 1.5001;
  letter-spacing: -0.04em;
  margin-top: 0.375rem;
  color: #ff0000;
}

/* ---------------------------------------------------------------
    セレクトボックス
--------------------------------------------------------------- */

.floating-select_ {
  position: relative;
}

.floating-select_ select {
  font-size: 1rem;
  line-height: 2.0001;
  font-family: sans-serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.875em 1.25em 0.375em;
  border-radius: 0.375em;
  border: solid 1px #ccced3;
  background: transparent;
  transition: border-color 200ms;
  color: #1c2940;
}

.windows .floating-select_ select {
  padding: 1em 1.25em 0.25em;
}

.floating-select_ select:focus,
.floating-select_ select.focused_ {
  border-color: #1c2940;
}

.floating-select_ select:focus ~ label,
.floating-select_ select.focused_ ~ label {
  letter-spacing: -0.04em;
  transform: scale(0.625) translate3d(0.8em, -0.4em, 0);
}

.floating-select_ select::-webkit-input-placeholder {
  color: transparent;
}

.floating-select_ select::-moz-placeholder {
  color: transparent;
}

.floating-select_ select:-ms-input-placeholder {
  color: transparent;
}

.floating-select_ select::-ms-input-placeholder {
  color: transparent;
}

.floating-select_ select::placeholder {
  color: transparent;
}

.floating-select_ select::-ms-input-placeholder {
  color: transparent;
}

.floating-select_ select:-webkit-autofill {
  box-shadow: 0 0 0 100px #f4f4f1 inset;
}

.floating-select_ select::-ms-expand {
  display: none;
}

.floating-select_ label {
  font-size: 1rem;
  line-height: 2.0001;
  color: #838994;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.625em 1.25em;
  border: solid 1px transparent;
  pointer-events: none;
  transform-origin: 0 0;
  transition: transform 150ms;
}

.windows .floating-select_ label {
  padding: 0.75em 1.25em 0.5em;
}

.floating-select_:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #1c2940;
  content: '\e906';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  pointer-events: none;
  transform: scale(0.6);
}

.floating-select_ .input_message_ {
  font-size: 0.75rem;
  line-height: 1.5001;
  letter-spacing: -0.04em;
  margin-top: 0.375rem;
}

.floating-select_ .input_error_ {
  font-size: 0.75rem;
  line-height: 1.5001;
  letter-spacing: -0.04em;
  margin-top: 0.375rem;
  color: #ff0000;
}

.simple-select_ {
  position: relative;
}

.simple-select_ select {
  font-size: 1rem;
  line-height: 2.0001;
  font-family: sans-serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.625em 1.25em;
  border-radius: 0.375em;
  border: solid 1px #ccced3;
  background: transparent;
  transition: border-color 200ms;
  color: #838994;
}

.windows .simple-select_ select {
  padding: 0.75em 1.25em 0.5em;
}

.simple-select_ select:focus,
.simple-select_ select.focused_,
.simple-select_ select.selected_ {
  color: #1c2940;
  border-color: #1c2940;
}

.simple-select_ select:-webkit-autofill {
  box-shadow: 0 0 0 100px #f4f4f1 inset;
}

.simple-select_ select::-ms-expand {
  display: none;
}

.simple-select_:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #1c2940;
  content: '\e906';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  pointer-events: none;
  transform: scale(0.6);
}

.simple-select_ .input_message_ {
  font-size: 0.75rem;
  line-height: 1.5001;
  letter-spacing: -0.04em;
  margin-top: 0.375rem;
}

.simple-select_ .input_error_ {
  font-size: 0.75rem;
  line-height: 1.5001;
  letter-spacing: -0.04em;
  margin-top: 0.375rem;
  color: #ff0000;
}

/* ---------------------------------------------------------------
    ラジオボタン
--------------------------------------------------------------- */

input[type='radio'] {
  position: absolute;
  opacity: 0;
}

input[type='radio'] + label:not(.default_) {
  font-size: 1rem;
  line-height: 2.0001;
  display: block;
  position: relative;
  padding-left: 1.6875rem;
  cursor: pointer;
}

.windows input[type='radio'] + label:not(.default_) {
  font-size: 1rem;
  line-height: 1.8126;
  padding-top: 0.1875rem;
}

input[type='radio'] + label:not(.default_):before,
input[type='radio'] + label:not(.default_):after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  margin-top: -9px;
}

input[type='radio'] + label:not(.default_):before {
  background: #ccced3;
}

input[type='radio'] + label:not(.default_):after {
  background: #1c2940;
  opacity: 0;
  transform: scale(0.01);
  transition: transform 200ms, opacity 200ms;
}

input[type='radio']:checked + label:not(.default_):after {
  opacity: 1;
  transform: scale(0.44444);
}

/* ---------------------------------------------------------------
    チェックボックス
--------------------------------------------------------------- */

input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}

input[type='checkbox'] + label:not(.default_) {
  font-size: 0.875rem;
  line-height: 2.0001;
  letter-spacing: -0.04em;
  position: relative;
  display: block;
  padding-left: 1.625rem;
  cursor: pointer;
}

.windows input[type='checkbox'] + label:not(.default_) {
  font-size: 0.875rem;
  line-height: 1.85724;
  padding-top: 0.125rem;
}

input[type='checkbox'] + label:not(.default_):before,
input[type='checkbox'] + label:not(.default_):after {
  content: '';
  display: block;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  top: 0.3125rem;
  left: 0;
}

input[type='checkbox'] + label:not(.default_):before {
  border-radius: 6px;
  margin-right: 10px;
  background: #ccced3;
}

input[type='checkbox'] + label:not(.default_):after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e915';
  color: #fff;
  font-size: 1.125rem;
  opacity: 0;
  transform: scale(0.01);
  transition: transform 200ms, opacity 200ms;
  transform-origin: 40% 80%;
}

input[type='checkbox']:checked + label:not(.default_):before {
  background: #1c2940;
}

input[type='checkbox']:checked + label:not(.default_):after {
  opacity: 1;
  transform: scale(1);
}

/* ---------------------------------------------------------------
  疑似セレクトボックス
--------------------------------------------------------------- */

.fake_select_ {
  position: relative;
  width: 10rem;
}

.fake_select_ .fake_select_value_ {
  font-size: 1.25rem;
  line-height: 2.0001;
  letter-spacing: -0.02em;
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 13px;
  cursor: pointer;
}

.fake_select_ .fake_select_value_:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #1c2940;
  content: '\e906';
  position: absolute;
  top: 0.9375rem;
  right: 0;
  pointer-events: none;
  transform: scale(0.6);
}

.fake_select_ .fake_select_accordion_ {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 400ms;
  transition: grid-template-rows 400ms, -ms-grid-rows 400ms;
}

.fake_select_ .fake_select_accordion_ ul {
  position: relative;
  height: auto;
}

.fake_select_ input:checked ~ .fake_select_accordion_ {
  grid-template-rows: 1fr;
}

.fake_select_ ul {
  position: absolute;
  width: 100%;
  height: 0px;
  background: url("../img/common/bg.png") repeat;
  border-bottom: solid 1px #ccced3;
  overflow: hidden;
  z-index: 1;
}

.fake_select_ ul li button,
.fake_select_ ul li a {
  font-size: 1.25rem;
  line-height: 2.0001;
  letter-spacing: -0.02em;
  display: block;
  width: 100%;
  text-align: left;
  transition: opacity 200ms;
}

.fake_select_ ul li:last-child {
  padding-bottom: 13px;
}

#footer {
  --color-text: #1c2940;
  --color-hover: #838994;
  --color-border: #ccced3;
  position: relative;
  margin-top: auto;
}

#footer a {
  color: var(--color-text);
  transition: color 200ms;
}

#footer .footer_container_ {
  position: relative;
  width: 88.88889%;
  max-width: 1493.33333px;
  margin-left: auto;
  margin-right: auto;
}

#footer .footer_upper_ {
  display: flex;
  align-items: flex-end;
}

#footer .footer_logo_ {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga';
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  font-size: 11.125rem;
  line-height: 0.3765;
  margin-right: 7rem;
  margin-bottom: 1.875rem;
}

#footer #footer_img {
  width: auto;
  height: 9.125rem;
}

#footer .footer_lower_ {
  position: relative;
  padding: 1.5rem 0 1.625rem;
  border-top: solid 1px var(--color-border);
}

#footer .flooter_lower_block1_ {
  position: absolute;
  top: -3.4375rem;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
}

#footer .flooter_lower_block2_ {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

#footer .footer_sns_ {
  display: flex;
}

#footer .footer_sns_ li {
  display: flex;
  align-items: center;
}

#footer .footer_sns_ li:nth-child(1) {
  margin-right: 1.125rem;
}

#footer .footer_sns_ li:nth-child(2) {
  margin-right: 1.5rem;
}

#footer .footer_sns_ li:nth-child(3) {
  margin-right: 1.3125rem;
}

#footer .footer_sns_ li a {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga';
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  font-size: 1rem;
  line-height: 1.0001;
  padding: 8px;
  transition: color 200ms;
}

#footer .footer_sns_ li a.line_ {
  font-size: 1.875rem;
  line-height: 0.36677;
}

#footer .footer_oversea_ {
  display: flex;
  margin-right: 2rem;
}

#footer .footer_oversea_ li {
  display: flex;
  align-items: center;
}

#footer .footer_oversea_ li:not(:last-child):after {
  content: '';
  display: inline-block;
  height: 0.6875rem;
  border-right: solid 1px var(--color-border);
  margin: 0 0.9375rem;
  transform: skew(-15deg, 0deg);
}

#footer .footer_oversea_ li a {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
  color: #838994;
  transition: color 200ms;
}

#footer .footer_oversea_ li a:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e91a';
  font-size: 91.66667%;
  margin-left: 0.4375rem;
}

#footer .footer_links_ {
  display: flex;
  flex-wrap: wrap;
}

#footer .footer_links_ li:not(:last-child) {
  margin-right: 1.9375rem;
}

#footer .footer_links_ li a {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
}

#footer .footer_right_ {
  display: flex;
}

#footer .footer_language_ {
  display: flex;
  text-transform: uppercase;
  margin-right: 1.8125rem;
}

#footer .footer_language_ li {
  display: flex;
  align-items: center;
}

#footer .footer_language_ li:not(:last-child):after {
  content: '';
  display: inline-block;
  height: 0.6875rem;
  border-right: solid 1px var(--color-border);
  margin: 0 0.375rem;
  transform: skew(-15deg, 0deg);
}

#footer .footer_language_ li a {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
  display: block;
  padding: 0 10px;
}

[lang='ja'] #footer .footer_language_ li a[hreflang='ja'],
[lang='en'] #footer .footer_language_ li a[hreflang='en'] {
  color: var(--color-hover);
  pointer-events: none;
}

#footer .footer_copyright_ {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
  transition: margin 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#header:before,
#header:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.75rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#header:before {
  background: url("../img/common/bg.png") repeat;
}

#header:after {
  background: #f5f5f2;
}

#header[data-scroll='true']::before {
  opacity: 0.15;
}

#header[data-scroll='true']::after {
  opacity: 0.8;
}

#header[data-visible='false'] {
  transform: translate3d(0, -6.75rem, 0);
}

.modal_opened_ #header {
  z-index: 10000;
}

#header .header_left_ a,
#header .header_right_ a {
  transition: color 200ms;
}

#header .header_container_ {
  position: relative;
  width: 88.88889%;
  max-width: 1493.33333px;
  margin-left: auto;
  margin-right: auto;
  top: 66px;
  z-index: 1;
}

#header .header_logo_ {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga';
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  font-size: 5.5rem;
  line-height: 0.3751;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -1rem;
  margin-left: -2.75rem;
}

#header .header_bar_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0;
}

#header .header_left_,
#header .header_right_ {
  display: flex;
  align-items: center;
}

#header .header_left_ {
  margin-left: -15px;
}

#header .header_middle_ .modal_ {
  z-index: initial;
}

#header .header_right_ {
  margin-right: -12px;
  z-index: 1;
}

#header .header_links_ {
  font-size: 1rem;
  line-height: 2.1876;
  display: flex;
  align-items: center;
  margin-left: 1.5625em;
}

#header .header_links_ li:not(:last-child) {
  margin-right: 1.875em;
}

#header .menu_button_ {
  padding: 15px;
  transition: color 200ms;
}

#header .menu_button_:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6875rem;
  line-height: 0.59269;
  display: block;
  content: '\e90c';
}

#header .mypage_,
#header .cart_button_ {
  font-size: 1.125rem;
  line-height: 1.0001;
  display: flex;
  align-items: center;
}

#header .mypage_:before,
#header .cart_button_:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header .mypage_ {
  padding: 15px;
  margin-right: 4px;
}

#header .mypage_:before {
  content: '\e90e';
}

#header .cart_button_ {
  padding: 15px 12px;
  transition: color 200ms;
}

#header .cart_button_:before {
  content: '\e902';
}

#header .cart_item_num_holder_ {
  font-family: 'A1 Gothic M';
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 19px;
  height: 19px;
  margin-left: 5px;
}

#header .cart_item_num_holder_::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: red;
  transform: scale(0);
}

#header .cart_item_num_holder_ .cart_item_num_ {
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
}

.windows #header .cart_item_num_holder_ .cart_item_num_ {
  padding-top: 0.25em;
}

#header .cart_item_num_holder_[data-animated='false']::before {
  transform: none;
}

#header .cart_item_num_holder_[data-animated='false'] .cart_item_num_ {
  opacity: 1;
}

#header .cart_item_num_holder_[data-animated='true']::before {
  -webkit-animation: cartin 400ms cubic-bezier(0.74, 0.25, 0.44, 1) forwards;
  animation: cartin 400ms cubic-bezier(0.74, 0.25, 0.44, 1) forwards;
}

#header .cart_item_num_holder_[data-animated='true'] .cart_item_num_ {
  opacity: 1;
  transition: opacity 300ms ease 200ms;
}

@-webkit-keyframes cartin {
  0% {
    transform: scale(0);
  }

  60% {
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes cartin {
  0% {
    transform: scale(0);
  }

  60% {
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

#header .num_font_loader_ {
  display: none !important;
}

.modal_ {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 100000;
  overflow: hidden;
  transition: left 0ms 500ms;
}

.modal_[data-visible='true'] {
  left: 0;
  transition: left 0ms;
}

.modal_[data-visible='true'] .modal_back_close_ {
  opacity: 0.5;
}

.modal_[data-visible='true'] .modal_touch_close_ {
  opacity: 1;
  transform: scale(1);
  transition: opacity 200ms 500ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1) 500ms;
}

.modal_[data-visible='true'] .modal_window_ {
  opacity: 1;
  height: 100%;
}

.modal_[data-pointer='false'] .modal_back_close_ {
  cursor: default;
}

.modal_opened_ {
  overflow: hidden;
}

.modal_back_close_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: none;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.modal_pointer_,
.modal_touch_close_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  margin: -28px 0 0 -28px;
  opacity: 0;
  transform: scale(0.01);
}

.modal_pointer_:before,
.modal_touch_close_:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e903';
  color: #000;
  font-size: 12px;
}

.modal_pointer_ {
  position: fixed;
  z-index: 30000;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.01);
  transition: opacity 100ms 100ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

.modal_pointer_.show_ {
  opacity: 1;
  transform: scale(1);
  transition: opacity 100ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

.modal_touch_close_ {
  position: absolute;
  bottom: 40px;
  transition: opacity 200ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

@supports (-ms-ime-align: auto) {
  .modal_touch_close_ {
    display: none;
  }
}

.modal_window_ {
  position: relative;
  background: url("../img/common/bg.png") repeat;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  transition: height 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.modal_header_ {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 22px;
  background: url("../img/common/bg.png") repeat;
  z-index: 1;
}

.modal_header_ .modal_header_inner_ {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88.71795vw;
  height: 50px;
  margin: 0 auto;
}

.modal_header_ .modal_header_close_ {
  position: absolute;
  bottom: 0;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 15px;
}

.modal_header_ .modal_header_close_:before,
.modal_header_ .modal_header_close_:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28.284px;
  height: 1px;
  background: #1c2940;
}

.modal_header_ .modal_header_close_:before {
  transform: translateX(-50%) rotate(45deg);
}

.modal_header_ .modal_header_close_:after {
  transform: translateX(-50%) rotate(-45deg);
}

.modal_header_ .modal_header_close_:first-child {
  left: 0;
  margin-left: -12px;
}

.modal_header_ .modal_header_close_:last-child {
  right: 0;
  margin-right: -12px;
}

.modal_header_ .modal_title_ {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga';
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  font-size: 5.5rem;
  line-height: 0.3751;
}

.modal_container_ {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.modal_container_ > .scrollable_track_ {
  z-index: 2;
}

.modal_content_ {
  width: 88.71795vw;
  padding-top: 110px;
  padding-bottom: 22px;
  margin: 0 auto;
}

.left_modal_ .modal_touch_close_ {
  right: -112px;
}

.right_modal_ .modal_touch_close_ {
  left: -84px;
}

.center_modal_ .modal_touch_close_ {
  display: block !important;
  left: 50%;
  bottom: -90px;
}

.center_modal_ .modal_window_ {
  opacity: 1;
  transition: height 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.fullsize_modal_ .modal_bottom_ {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
  pointer-events: none;
}

.fullsize_modal_ .modal_bottom_ button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #1c2940;
  background: #fff;
  border-radius: 50%;
  pointer-events: auto;
  opacity: 0;
  transform: scale(0.01);
  transition: opacity 200ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1);
}

.fullsize_modal_ .modal_bottom_ button:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fullsize_modal_ .modal_bottom_ .modal_bottom_back_:before {
  content: '\e91e';
  font-size: 10px;
}

.fullsize_modal_ .modal_bottom_ .modal_bottom_close_:before {
  content: '\e903';
  font-size: 12px;
}

.fullsize_modal_ .modal_bottom_ .modal_bottom_back_ {
  display: none;
}

.fullsize_modal_[data-visible='true'] .modal_bottom_ button {
  opacity: 1;
  transform: scale(1);
  transition: opacity 200ms 500ms, transform 200ms cubic-bezier(0.77, 0, 0.175, 1) 500ms;
}

#navmenu .search_ {
  position: relative;
  margin-bottom: 56px;
}

#navmenu .search_ .search_input_ {
  position: relative;
}

#navmenu .search_ .search_input_ input[type='text'] {
  font-size: 1rem;
  line-height: 1.5001;
  box-sizing: border-box;
  width: 100%;
  padding-top: 1em;
  padding-left: 1.125em;
  padding-right: 3em;
  padding-bottom: 0.875em;
  background: #fff;
  border-radius: 6px;
}

#navmenu .search_ .search_input_ input[type='text'].focused_ + label {
  display: none;
}

#navmenu .search_ .search_input_ label {
  font-size: 0.75rem;
  line-height: 2.0001;
  letter-spacing: -0.02em;
  color: #838994;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.41667em;
  padding-left: 1.5em;
  padding-bottom: 1.08333em;
  pointer-events: none;
}

#navmenu .search_ button {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  height: 100%;
  transition: color 200ms;
}

#navmenu .search_ button:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: '\e912';
  padding: 0 1.25rem;
}

#navmenu .navs_ {
  position: relative;
  overflow: hidden;
}

#navmenu .navs_slide_ {
  display: flex;
  width: 100%;
}

.modal_opened_ #navmenu .navs_slide_ {
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#navmenu .navs_slide_item_ {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1.125rem;
}

#navmenu .nav_category_ .back_ {
  font-size: 0.75rem;
  line-height: 2.91677;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: -0.75rem;
  margin-bottom: 1.6875rem;
  transition: color 200ms;
}

#navmenu .nav_category_ .back_:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\e901';
  font-size: 83.33333%;
  transform: scale(-1, 1);
  margin-right: 0.8em;
  transition: transform 200ms;
}

#navmenu .nav_category_ ul {
  display: flex;
  flex-direction: column;
}

#navmenu .nav_category_ ul a {
  font-family: 'A1 Gothic M';
  display: block;
  transition: color 200ms;
}

#navmenu .nav_category_ ul a.color-red {
  color: #f00;
}

#navmenu .navs_slide_item_:not(:first-child) .nav_category_ div[data-genre] {
  display: none;
}

#navmenu .navs_slide_item_:not(:first-child) .nav_category_ div[data-genre].show_ {
  display: block;
}

#navmenu .nav_items_ em,
#navmenu .nav_contents_ em {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
  color: #838994;
  display: block;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #e5e7e9;
}

#navmenu .nav_items_ ul,
#navmenu .nav_contents_ ul {
  gap: 12px;
}

#navmenu .nav_items_ a,
#navmenu .nav_contents_ a {
  font-size: 1rem;
  line-height: 2.0001;
  letter-spacing: 0em;
}

#navmenu .nav_items_ a[data-genre],
#navmenu .nav_contents_ a[data-genre] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#navmenu .nav_items_ a[data-genre]:after,
#navmenu .nav_contents_ a[data-genre]:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  content: '\e901';
  margin-right: 0.4375rem;
  transition: transform 200ms;
}

#navmenu .nav_notice_ {
  margin-bottom: 36px;
}

#navmenu .nav_notice_:has(label) {
  position: relative;
  box-sizing: border-box;
  height: 90px;
  padding-bottom: 40px;
  overflow: hidden;
  interpolate-size: allow-keywords;
  transition: height 500ms;
}

#navmenu .nav_notice_:has(label)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg, #f5f5f2, transparent);
  transition: transform 500ms;
}

#navmenu .nav_notice_:has(input:checked) {
  height: auto;
}

#navmenu .nav_notice_:has(input:checked) label .button::after {
  display: none;
}

#navmenu .nav_notice_:has(input:checked)::after {
  transform: translate3d(0, 100%, 0);
}

#navmenu .nav_notice_ ul {
  gap: 12px;
}

#navmenu .nav_notice_ a {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
}

#navmenu .nav_notice_ a .date {
  display: block;
  font-size: 83.33333%;
  font-weight: 400;
  line-height: 1.2;
}

#navmenu .nav_notice_ input {
  display: none;
}

#navmenu .nav_notice_ label {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  cursor: pointer;
  z-index: 1;
}

#navmenu .nav_notice_ label .button {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: solid 1px #1c2940;
  border-radius: 50%;
  margin: auto;
}

#navmenu .nav_notice_ label .button::before,
#navmenu .nav_notice_ label .button::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  background: #1c2940;
}

#navmenu .nav_notice_ label .button::before {
  width: 7px;
  height: 1px;
}

#navmenu .nav_notice_ label .button::after {
  width: 1px;
  height: 7px;
}

#navmenu .nav_notice_ label::before,
#navmenu .nav_notice_ label::after {
  content: '';
  position: absolute;
  inset: 0 auto;
  width: calc(50% - 21px);
  height: 1px;
  background: #e5e7e9;
  margin: auto;
}

#navmenu .nav_notice_ label::before {
  left: 0;
}

#navmenu .nav_notice_ label::after {
  right: 0;
}

#navmenu .nav_items_ {
  margin-bottom: 64px;
}

#navmenu .nav_contents_ {
  margin-bottom: 36px;
}

#navmenu .nav_sub_contents_ {
  margin-bottom: 24px;
}

#navmenu .nav_sub_contents_ ul {
  gap: 8px;
}

#navmenu .nav_sub_contents_ a {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
}

#navmenu .nav_sub_contents_ a.shoplist {
  font-size: 1rem;
  line-height: 2.0001;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}

#navmenu .nav_sub_contents_ a.shoplist::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga';
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  content: '\e920';
  font-size: 18px;
  margin-left: 8px;
}

#navmenu .nav_links_ {
  padding-top: 24px;
  border-top: solid 1px #e5e7e9;
  margin-bottom: 24px;
}

#navmenu .nav_links_ ul {
  gap: 8px;
}

#navmenu .nav_links_ a {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
  color: #838994;
}

#navmenu .nav_mypage_ {
  padding-top: 24px;
  border-top: solid 1px #e5e7e9;
  margin-bottom: 48px;
}

#navmenu .nav_mypage_ ul {
  gap: 8px;
}

#navmenu .nav_mypage_ a {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
}

#navmenu .nav_mypage_ a.mypage {
  display: flex;
  align-items: flex-start;
}

#navmenu .nav_mypage_ a.mypage::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga';
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  content: '\e90e';
  font-size: 17px;
  margin-left: 0.5em;
}

#navmenu .nav_sns_ ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

#navmenu .nav_sns_ a {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga';
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  font-size: 0.8125rem;
  display: block;
  line-height: 20px;
  transition: color 200ms;
}

#navmenu .nav_sns_ a.line_ {
  font-size: 1.5rem;
}

.pager_ {
  display: flex;
  justify-content: center;
}

.pager_ a,
.pager_ span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  transition: opacity 200ms;
}

.windows .pager_ a,
.windows
    .pager_ span {
  padding-top: 0.1em;
}

.pager_ ul.page-numbers {
  display: flex;
  margin: 0 1rem;
}

.pager_ ul.page-numbers li {
  font-family: 'A1 Gothic M';
  margin: 0 0.15625rem;
}

.pager_ ul.page-numbers li a {
  width: 2.5rem;
}

.pager_ ul.page-numbers li .current {
  width: 2.5rem;
  color: #fff;
  background: #1c2940;
  border-radius: 100px;
}

.pager_ ul.page-numbers li .dots {
  line-height: 2.5rem;
}

.pager_ ul.page-numbers li .prev:before,
.pager_ ul.page-numbers li .next:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e901';
  line-height: 2.5rem;
}

.pager_ ul.page-numbers li .prev:before {
  transform: scale(-1, 1);
}

.pulldown_ {
  font-size: 1rem;
  position: relative;
}

.pulldown_ .pulldown_button_ {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0.6875rem 1.8125rem;
  border: solid 1px #ccced3;
  border-radius: 6px;
  white-space: pre;
}

.windows .pulldown_ .pulldown_button_ {
  padding: 0.75rem 1.8125rem 0.625rem 1.8125rem;
}

.pulldown_ .pulldown_button_:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e906';
  font-size: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -3.5px;
  transform: scale(0.7);
}

.pulldown_ .pulldown_accordion_ {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 0;
  margin-top: -1px;
  background: url("../img/common/bg.png") repeat;
  border: solid 1px #ccced3;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0ms 200ms, height 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.pulldown_ .pulldown_accordion_ .scrollable_ {
  height: 100%;
}

.pulldown_ .pulldown_accordion_ .scrollable_track_ {
  border-left: solid 1px #ccced3;
  background: url("../img/common/bg.png") repeat;
}

.pulldown_ .pulldown_accordion_ .scrollable_track_[data-overflow='false'] {
  display: none;
}

.pulldown_ .pulldown_accordion_ .scrollable_thumb_ {
  opacity: 1;
}

.pulldown_ .pulldown_accordion_ ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pulldown_ .pulldown_accordion_ ul li:not(:last-child) {
  border-bottom: solid 1px #ccced3;
}

.pulldown_ .pulldown_accordion_ button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.625rem 2.1875rem 0.625rem 1.875rem;
}

.pulldown_[data-direction='up'] .pulldown_button_:after {
  transform: scale(0.7, -0.7);
}

.pulldown_[data-direction='up'] .pulldown_accordion_ {
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 6px 6px 0px 0;
}

.pulldown_.opened_ .pulldown_button_ {
  border-radius: 6px 6px 0px 0;
}

.pulldown_.opened_ .pulldown_button_:after {
  transform: scale(0.7, -0.7);
}

.pulldown_.opened_[data-direction='up'] .pulldown_button_ {
  border-radius: 0 0 6px 6px;
}

.pulldown_.opened_[data-direction='up'] .pulldown_button_:after {
  transform: scale(0.7, 0.7);
}

.pulldown_.opened_ .pulldown_accordion_ {
  visibility: visible;
  transition: visibility 0ms, height 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scrollable_ {
  position: relative;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollable_::-webkit-scrollbar {
  display: none;
}

.has-custom-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.has-custom-scrollbar::-webkit-scrollbar {
  display: none;
}

.scrollable_track_ {
  position: absolute;
  box-sizing: border-box;
  display: none;
  top: 0;
  right: 0;
  padding: 3px;
  height: 100%;
  opacity: 0;
  transition: opacity 200ms;
}

.scrollable_track_.show_ {
  opacity: 1;
}

.scrollable_track_[data-visible='true'] {
  display: block;
}

.scrollable_thumb_ {
  position: relative;
  width: 6px;
  border-radius: 10px;
  background: #c1c1c1;
  cursor: pointer;
  transition: background 200ms;
}

.scrollable_thumb_.dragging_ {
  background-color: #909090 !important;
}

body > .scrollable_track_ {
  position: fixed;
  z-index: 9999;
}

.item_ {
  display: block;
}

.item_ .item_image_ {
  position: relative;
  padding-top: 131%;
  margin-bottom: 1.25rem;
}

.item_ .tags_ {
  height: 1.25rem;
  margin-bottom: 0.6875rem;
}

.item_ .item_name_ {
  font-size: 1rem;
  line-height: 2.0001;
}

.item_ .item_price_ {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: 0.04em;
}

.item_ .item_price_ .discount_price_ {
  color: #f00;
}

.item_ .item_price_ .discount_price_ + span {
  text-decoration: line-through;
  margin-left: 0.2em;
}

.slider_ {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider_ .slider_wrapper_ {
  margin-bottom: 1.875rem;
}

.slider_ .slider_mover_ {
  display: inline-flex;
  transition: transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.slider_ .slider_mover_.dragging_ {
  transition: none;
}

.slider_ .slider_mover_.resizing_ {
  transition: none;
}

.slider_ .slider_item_ {
  flex-shrink: 0;
}

.slider_ .slider_pager_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider_ .slider_progress_ {
  position: relative;
  flex: 1;
  height: 40px;
  margin-right: 2.125rem;
}

.slider_ .slider_progress_ .slider_bar_ {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #e5e7e9;
}

.slider_ .slider_progress_ .slider_bar_ .slider_cursor_ {
  position: absolute;
  height: 100%;
  background: #1c2940;
  transition: width 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.slider_ .slider_progress_ ol {
  display: flex;
}

.slider_ .slider_progress_ ol li {
  flex: 1;
}

.slider_ .slider_progress_ ol li button {
  display: block;
  width: 100%;
  height: 40px;
}

.slider_ .slider_prev_,
.slider_ .slider_next_ {
  color: #1c2940;
  transition: color 200ms;
}

.slider_ .slider_prev_::before,
.slider_ .slider_next_::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4375rem;
  display: block;
}

.slider_ .slider_prev_[data-visible='false'],
.slider_ .slider_next_[data-visible='false'] {
  color: #838994;
  pointer-events: none;
}

.slider_ .slider_prev_ {
  margin-right: 1rem;
}

.slider_ .slider_prev_:before {
  content: '\e911';
}

.slider_ .slider_next_:before {
  content: '\e90f';
}

.sticky_content_ {
  position: sticky;
}

.tag_ {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 1.25rem;
  padding: 0 0.625rem;
  border: solid 1px #1c2940;
  border-radius: 100px;
}

.tag_ span {
  font-size: 0.625rem;
  line-height: 0.6001;
  letter-spacing: -0.03em;
  padding-top: 0.02em;
  transform: translateZ(0px);
}

.windows .tag_ span {
  padding-top: 0.12em;
}

.tag_.soldout_ {
  color: #fff;
  border-color: #f17676;
  background-color: #f17676;
}

.tag_.restock_ {
  border-color: #e1e0d7;
  background-color: #e1e0d7;
}

.tags_ {
  display: flex;
}

.tags_ > li:not(:last-child),
.tags_ > .tag_:not(:last-child) {
  margin-right: 0.625rem;
}

/* ---------------------------------------------------------------
    ラッパー系
--------------------------------------------------------------- */

.wrapper_ {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.iframe .wrapper_ {
  min-height: 0;
}

.container_,
.contents_,
.mainframe_ {
  display: flex;
  flex: 1;
}

.page_ {
  overflow-x: clip;
  flex: 1;
}

.page_.align_center_ {
  display: flex;
  align-items: center;
}

.page_.align_center_ .page_container_ {
  width: 100%;
}

.page_container_ {
  position: relative;
  width: 88.88889%;
  max-width: 1493.33333px;
  margin-left: auto;
  margin-right: auto;
}

.page_contents_ {
  position: relative;
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
}

.page_contents_.has-padding_ {
  padding-top: 10.625rem;
  padding-bottom: 9.375rem;
}

.page_container_.full_,
.page_contents_.full_ {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#oversea_modal .modal_welcome_ {
  font-size: 2.25rem;
  line-height: 1.22232;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 4rem;
}

#oversea_modal .modal_text_en_ {
  font-size: 0.875rem;
  line-height: 1.57153;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 0.5rem;
}

#oversea_modal .modal_text_ja_ {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
  color: #838994;
  text-align: center;
  margin-bottom: 4.625rem;
}

#oversea_modal .modal_online_stores_ {
  font-size: 0.75rem;
  line-height: 2.0001;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 2.625rem;
  display: flex;
  align-items: center;
}

#oversea_modal .modal_online_stores_:before,
#oversea_modal .modal_online_stores_:after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background: #e5e7e9;
}

#oversea_modal .modal_online_stores_ span {
  margin: 0 0.66667em;
}

#oversea_modal .modal_buttons_ .button_ {
  width: 100%;
  margin-bottom: 10px;
}

.has-font-size-p-s {
  font-size: 0.75rem;
  line-height: 1.66677;
  letter-spacing: -0.02em;
}

.has-font-size-p-m {
  font-size: 0.875rem;
  line-height: 1.85724;
  letter-spacing: -0.02em;
}

.has-font-size-p-l {
  font-size: 1rem;
  line-height: 2.1251;
}

.has-font-size-h-s {
  font-size: 1.75rem;
  line-height: 1.57153;
  letter-spacing: 0.01em;
}

.has-font-size-h-m {
  font-size: 2.25rem;
  line-height: 1.22232;
  letter-spacing: 0.01em;
}

.has-font-size-h-l {
  font-size: 2.5rem;
  line-height: 1.1001;
  letter-spacing: -0.02em;
}

.has-font-size-h-2l {
  font-size: 3.125rem;
  line-height: 2.0001;
  letter-spacing: -0.02em;
}

.has-font-size-h-3l {
  font-size: 3.75rem;
  line-height: 1.23343;
  letter-spacing: -0.03em;
}

.has-font-style-l {
  font-family: 'A1 Gothic L';
}

.has-font-style-r {
  font-family: 'A1 Gothic R';
}

.has-font-style-m {
  font-family: 'A1 Gothic M';
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.align-items-top {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-bottom {
  align-items: flex-end;
}

.align-self-top {
  align-self: flex-start;
}

.align-self-center {
  align-self: center;
}

.align-self-bottom {
  align-self: flex-end;
}

.justify-content-left {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-right {
  justify-content: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.align-wide {
  width: 114.28571%;
  margin-left: -7.14286%;
}

.align-full {
  width: 128.57143%;
  margin-left: -14.28571%;
}

.wp-block-p45r-section.alignwide {
  width: 114.28571%;
  margin-left: -7.14286%;
}

.wp-block-p45r-section.alignfull {
  width: 128.57143%;
  margin-left: -14.28571%;
}

.wp-block-p45r-section[id] {
  margin-top: -150px;
  padding-top: 150px;
}

.wp-block-p45r-block {
  box-sizing: border-box;
  margin: 0 auto;
}

.wp-block-p45r-block.alignwide {
  width: 114.28571%;
  margin-left: -7.14286%;
}

.wp-block-p45r-block.alignfull {
  width: 128.57143%;
  margin-left: -14.28571%;
}

.wp-block-p45r-block.has-width-640 {
  max-width: 40rem;
}

.wp-block-p45r-block.has-width-800 {
  max-width: 50rem;
}

.wp-block-p45r-block.has-width-960 {
  max-width: 60rem;
}

.wp-block-p45r-block.has-padding {
  padding: 0 5rem;
}

.wp-block-p45r-block.has-text-align-left {
  text-align: left;
}

.wp-block-p45r-block.has-text-align-center {
  text-align: center;
}

.wp-block-p45r-block.has-text-align-right {
  text-align: right;
}

.wp-block-p45r-block.has-border {
  box-shadow: 0 0 1px 1px #838994;
  border-radius: 10px;
}

.wp-block-p45r-buttons {
  display: flex;
}

.wp-block-p45r-buttons.alignwide {
  width: 114.28571%;
  margin-left: -7.14286%;
}

.wp-block-p45r-buttons.alignfull {
  width: 128.57143%;
  margin-left: -14.28571%;
}

.wp-block-p45r-buttons .button_ {
  width: 100%;
}

.wp-block-p45r-buttons .button_:not(:last-child) {
  margin-right: 0.9375rem;
}

.wp-block-p45r-cover {
  text-align: center;
}

.wp-block-p45r-cover.alignwide {
  width: 114.28571%;
  margin-left: -7.14286%;
}

.wp-block-p45r-cover.alignfull {
  width: 128.57143%;
  margin-left: -14.28571%;
}

.wp-block-p45r-spacer.has-margin-5 {
  height: 0.3125rem;
}

.wp-block-p45r-spacer.has-margin-10 {
  height: 0.625rem;
}

.wp-block-p45r-spacer.has-margin-15 {
  height: 0.9375rem;
}

.wp-block-p45r-spacer.has-margin-20 {
  height: 1.25rem;
}

.wp-block-p45r-spacer.has-margin-25 {
  height: 1.5625rem;
}

.wp-block-p45r-spacer.has-margin-30 {
  height: 1.875rem;
}

.wp-block-p45r-spacer.has-margin-35 {
  height: 2.1875rem;
}

.wp-block-p45r-spacer.has-margin-40 {
  height: 2.5rem;
}

.wp-block-p45r-spacer.has-margin-45 {
  height: 2.8125rem;
}

.wp-block-p45r-spacer.has-margin-50 {
  height: 3.125rem;
}

.wp-block-p45r-spacer.has-margin-55 {
  height: 3.4375rem;
}

.wp-block-p45r-spacer.has-margin-60 {
  height: 3.75rem;
}

.wp-block-p45r-spacer.has-margin-65 {
  height: 4.0625rem;
}

.wp-block-p45r-spacer.has-margin-70 {
  height: 4.375rem;
}

.wp-block-p45r-spacer.has-margin-75 {
  height: 4.6875rem;
}

.wp-block-p45r-spacer.has-margin-80 {
  height: 5rem;
}

.wp-block-p45r-spacer.has-margin-85 {
  height: 5.3125rem;
}

.wp-block-p45r-spacer.has-margin-90 {
  height: 5.625rem;
}

.wp-block-p45r-spacer.has-margin-95 {
  height: 5.9375rem;
}

.wp-block-p45r-spacer.has-margin-100 {
  height: 6.25rem;
}

.wp-block-p45r-spacer.has-margin-105 {
  height: 6.5625rem;
}

.wp-block-p45r-spacer.has-margin-110 {
  height: 6.875rem;
}

.wp-block-p45r-spacer.has-margin-115 {
  height: 7.1875rem;
}

.wp-block-p45r-spacer.has-margin-120 {
  height: 7.5rem;
}

.wp-block-p45r-spacer.has-margin-125 {
  height: 7.8125rem;
}

.wp-block-p45r-spacer.has-margin-130 {
  height: 8.125rem;
}

.wp-block-p45r-spacer.has-margin-135 {
  height: 8.4375rem;
}

.wp-block-p45r-spacer.has-margin-140 {
  height: 8.75rem;
}

.wp-block-p45r-spacer.has-margin-145 {
  height: 9.0625rem;
}

.wp-block-p45r-spacer.has-margin-150 {
  height: 9.375rem;
}

.wp-block-p45r-spacer.has-margin-155 {
  height: 9.6875rem;
}

.wp-block-p45r-spacer.has-margin-160 {
  height: 10rem;
}

.wp-block-p45r-spacer.has-margin-165 {
  height: 10.3125rem;
}

.wp-block-p45r-spacer.has-margin-170 {
  height: 10.625rem;
}

.wp-block-p45r-spacer.has-margin-175 {
  height: 10.9375rem;
}

.wp-block-p45r-spacer.has-margin-180 {
  height: 11.25rem;
}

.wp-block-p45r-spacer.has-margin-185 {
  height: 11.5625rem;
}

.wp-block-p45r-spacer.has-margin-190 {
  height: 11.875rem;
}

.wp-block-p45r-spacer.has-margin-195 {
  height: 12.1875rem;
}

.wp-block-p45r-spacer.has-margin-200 {
  height: 12.5rem;
}

.wp-block-p45r-spacer.has-margin-205 {
  height: 12.8125rem;
}

.wp-block-p45r-spacer.has-margin-210 {
  height: 13.125rem;
}

.wp-block-p45r-spacer.has-margin-215 {
  height: 13.4375rem;
}

.wp-block-p45r-spacer.has-margin-220 {
  height: 13.75rem;
}

.wp-block-p45r-spacer.has-margin-225 {
  height: 14.0625rem;
}

.wp-block-p45r-spacer.has-margin-230 {
  height: 14.375rem;
}

.wp-block-p45r-spacer.has-margin-235 {
  height: 14.6875rem;
}

.wp-block-p45r-spacer.has-margin-240 {
  height: 15rem;
}

.wp-block-p45r-spacer.has-margin-245 {
  height: 15.3125rem;
}

.wp-block-p45r-spacer.has-margin-250 {
  height: 15.625rem;
}

.wp-block-p45r-spacer.has-margin-255 {
  height: 15.9375rem;
}

.wp-block-p45r-spacer.has-margin-260 {
  height: 16.25rem;
}

.wp-block-p45r-spacer.has-margin-265 {
  height: 16.5625rem;
}

.wp-block-p45r-spacer.has-margin-270 {
  height: 16.875rem;
}

.wp-block-p45r-spacer.has-margin-275 {
  height: 17.1875rem;
}

.wp-block-p45r-spacer.has-margin-280 {
  height: 17.5rem;
}

.wp-block-p45r-spacer.has-margin-285 {
  height: 17.8125rem;
}

.wp-block-p45r-spacer.has-margin-290 {
  height: 18.125rem;
}

.wp-block-p45r-spacer.has-margin-295 {
  height: 18.4375rem;
}

.wp-block-p45r-spacer.has-margin-300 {
  height: 18.75rem;
}

.wp-block-p45r-center {
  text-align: center;
}

.wp-block-p45r-center.alignwide {
  width: 114.28571%;
  margin-left: -7.14286%;
}

.wp-block-p45r-center.alignfull {
  width: 128.57143%;
  margin-left: -14.28571%;
}

.wp-block-p45r-center p:not(:last-child) {
  margin-bottom: 1.5em;
}

.wp-block-p45r-heading div {
  position: relative;
  display: inline-block;
}

.wp-block-p45r-heading.decorated div:before {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: url("../img/common/title_decoration.svg") left center/auto 100% no-repeat;
  margin-bottom: 1.375rem;
}

.wp-block-p45r-paragraph em {
  font-style: italic;
}

.wp-block-p45r-paragraph strong {
  font-family: 'A1 Gothic M';
}

.wp-block-p45r-paragraph a {
  text-decoration: underline;
}

.wp-block-p45r-paragraph s {
  text-decoration: line-through;
}

.wp-block-p45r-paragraph sup {
  font-size: 50%;
  vertical-align: super;
}

.wp-block-p45r-paragraph sub {
  font-size: 50%;
  vertical-align: sub;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.wp-block-table table tr {
  border-bottom: solid 1px #e5e7e9;
}

.wp-block-table table thead th,
.wp-block-table table thead td,
.wp-block-table table tfoot th,
.wp-block-table table tfoot td {
  padding: 10px 0;
}

.wp-block-table table tbody th,
.wp-block-table table tbody td {
  padding: 20px 0;
}

.wp-block-table table tbody th {
  font-size: 1rem;
  line-height: 2.0001;
}

.wp-block-table table tbody td {
  font-size: 0.875rem;
  line-height: 1.85724;
  letter-spacing: -0.03em;
}

.wp-block-table table a {
  display: inline-block;
  border-bottom: solid 1px #1c2940;
}

.wp-block-p45r-columns {
  display: flex;
  justify-content: space-between;
}

.wp-block-p45r-columns.alignwide {
  width: 114.28571%;
  margin-left: -7.14286%;
}

.wp-block-p45r-columns.alignfull {
  width: 128.57143%;
  margin-left: -14.28571%;
}

.wp-block-p45r-column {
  flex: 1;
}

figure.wp-block-image.alignwide img,
figure.wp-block-image.alignfull img {
  width: 100%;
}

figure.wp-block-image figcaption {
  margin-top: 0.9375rem;
  color: #838994;
}

div.wp-block-image {
  display: flex;
}

div.wp-block-image figure.aligncenter {
  margin: auto;
}

div.wp-block-image figure.alignleft {
  margin-right: auto;
}

div.wp-block-image figure.alignright {
  margin-left: auto;
}

.wp-block-image + .wp-block-p45r-paragraph {
  color: #838994;
}

.wp-block-p45r-media-text {
  display: flex;
  justify-content: space-between;
}

.wp-block-p45r-media-text.alignwide {
  width: 114.28571%;
  margin-left: -7.14286%;
}

.wp-block-p45r-media-text.alignfull {
  width: 128.57143%;
  margin-left: -14.28571%;
}

.wp-block-p45r-media-text .wp-block-p45r-column {
  box-sizing: border-box;
  flex: 0 0 50%;
}

.wp-block-p45r-media-text .double-image {
  flex: 0 0 48.59375%;
}

.wp-block-p45r-media-text .image-side figcaption {
  display: none;
}

.wp-block-p45r-media-text .image-side p {
  margin-top: 0.9375rem;
}

.wp-block-p45r-media-text .image-side p:empty {
  display: none;
}

.wp-block-p45r-media-text .text-side {
  padding-left: 10rem;
  z-index: 1;
}

.wp-block-p45r-media-text.is-image-right {
  flex-direction: row-reverse;
}

.wp-block-p45r-media-text.is-image-right .text-side {
  padding-left: 0;
  padding-right: 10rem;
}

.wp-block-p45r-media-text.alignwide .text-side {
  padding: 0 5rem;
}

.wp-block-p45r-media-text.alignwide.is-image-right .text-side {
  padding: 0 5rem;
}

.wp-block-p45r-slide {
  position: relative;
}

.wp-block-p45r-slide .wp-block-p45r-slide-mover {
  display: inline-flex;
  width: 100%;
  transition: transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.wp-block-p45r-slide .wp-block-p45r-slide-mover.dragging_ {
  transition: none;
}

.wp-block-p45r-slide .wp-block-p45r-slide-mover.resizing_ {
  transition: none;
}

.wp-block-p45r-slide .wp-block-p45r-slide-item {
  flex: 1;
  opacity: 0;
  transition: opacity 800ms;
  pointer-events: none;
}

.wp-block-p45r-slide .wp-block-p45r-slide-item.current_,
.wp-block-p45r-slide .wp-block-p45r-slide-item:only-child {
  opacity: 1;
  pointer-events: auto;
}

.wp-block-p45r-slide .wp-block-p45r-slide-item figure figcaption {
  display: none;
}

.wp-block-p45r-slide .wp-block-p45r-slide-item p {
  margin-top: 0.9375rem;
}

.wp-block-p45r-slide .wp-block-p45r-slide-item p:empty {
  display: none;
}

.wp-block-p45r-slide .slide_pager_ {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.wp-block-p45r-slide .slide_pager_ button {
  display: block;
  color: #838994;
  line-height: 1;
  margin: 0 0.5rem;
}

.wp-block-p45r-slide .slide_pager_ button:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4375rem;
}

.wp-block-p45r-slide .slide_pager_ button[data-visible='true'] {
  color: #1c2940;
}

.wp-block-p45r-slide .slide_pager_ .prev_:before {
  content: '\e911';
}

.wp-block-p45r-slide .slide_pager_ .next_:before {
  content: '\e90f';
}

.wp-block-p45r-tile {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-p45r-tile.alignwide {
  width: 114.28571%;
  margin-left: -7.14286%;
}

.wp-block-p45r-tile.alignfull {
  width: 128.57143%;
  margin-left: -14.28571%;
}

.wp-block-p45r-tile .wp-block-p45r-tile-item {
  margin-bottom: 3%;
}

.wp-block-p45r-tile .wp-block-p45r-tile-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-p45r-tile .wp-block-p45r-tile-item figure figcaption {
  display: none;
}

.wp-block-p45r-tile .wp-block-p45r-tile-item p {
  margin-top: 0.9375rem;
}

.wp-block-p45r-tile .wp-block-p45r-tile-item p:empty {
  display: none;
}

.wp-block-p45r-tile.has-rows-2 .wp-block-p45r-tile-item {
  width: 49%;
}

.wp-block-p45r-tile.has-rows-2 .wp-block-p45r-tile-item:not(:nth-child(2n)) {
  margin-right: 2%;
}

.wp-block-p45r-tile.has-rows-4 .wp-block-p45r-tile-item {
  width: 23.5%;
}

.wp-block-p45r-tile.has-rows-4 .wp-block-p45r-tile-item:not(:nth-child(4n)) {
  margin-right: 2%;
}

.wp-block-p45r-hr {
  height: 1px;
  background: #e5e7e9;
}

.wp-block-p45r-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 103.57143%;
  margin-left: -1.78571%;
}

.wp-block-p45r-item {
  display: block;
  flex-shrink: 0;
  width: 21.55172%;
  margin: 0 1.72414% 40px;
}

.wp-block-p45r-item .item-image {
  position: relative;
  padding-top: 135.5%;
  margin-bottom: 1.25rem;
}

.wp-block-p45r-item .tags_ {
  height: 1.25rem;
  margin-bottom: 1.0625rem;
}

.wp-block-p45r-item .item-name {
  font-size: 14px;
  line-height: 1.85724;
  font-size: 12px;
  line-height: 1.5001;
}

.wp-block-p45r-item .item-price {
  font-size: 12px;
  line-height: 1.66677;
  letter-spacing: 0.04em;
  font-size: 12px;
  line-height: 1.66677;
  letter-spacing: 0.04em;
}

.wp-block-p45r-item .item-price span {
  display: block;
}

.wp-block-p45r-item .item-price .discount_price_ {
  color: #f00;
}

.wp-block-p45r-item .item-price .discount_price_ + span {
  text-decoration: line-through;
}

.wp-block-p45r-youtube {
  position: relative;
  width: 100%;
}

.wp-block-p45r-youtube:after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 4.8125rem;
  height: 4.8125rem;
  background: url("../img/common/play.svg") center/contain no-repeat;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  transition: transform 300ms;
}

.wp-block-p45r-youtube[data-vid=''] {
  pointer-events: none;
}

.wp-block-p45r-youtube[data-vid='']:after {
  display: none;
}

#youtube_modal .modal_container_ {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

#youtube_modal .modal_container_ .video_container_ {
  position: absolute;
  inset: 0;
  background: #000;
  margin: auto;
}

#youtube_modal .modal_container_ .video_container_ iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 560px) {
  body {
    margin: 0;
  }

  .sp_only_ {
    display: none;
  }

  .buy_cart_ .cart_opener_ {
    width: 100vw;
    padding: 0 8.33333vw;
    margin-left: -8.33333vw;
  }

  .modal_header_ {
    padding-top: 34px;
  }

  .modal_header_ .modal_header_inner_ {
    width: auto;
    margin: 0 40px;
  }

  .modal_content_ {
    width: 83.33333vw;
    padding-top: 122px;
    padding-bottom: 28px;
    margin: 0 auto;
  }

  .pager_ .for_sp_ {
    display: none;
  }

  #oversea_modal .modal_buttons_ {
    display: flex;
    justify-content: center;
  }

  #oversea_modal .modal_buttons_ .button_ {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 0;
  }

  #oversea_modal .modal_buttons_ .button_:not(:last-child) {
    margin-right: 1rem;
  }

  .wp-block-p45r-block.show-only-sp {
    display: none;
  }

  .wp-block-p45r-buttons .pc-width-100 {
    max-width: 6.25rem;
  }

  .wp-block-p45r-buttons .pc-width-110 {
    max-width: 6.875rem;
  }

  .wp-block-p45r-buttons .pc-width-120 {
    max-width: 7.5rem;
  }

  .wp-block-p45r-buttons .pc-width-130 {
    max-width: 8.125rem;
  }

  .wp-block-p45r-buttons .pc-width-140 {
    max-width: 8.75rem;
  }

  .wp-block-p45r-buttons .pc-width-150 {
    max-width: 9.375rem;
  }

  .wp-block-p45r-buttons .pc-width-160 {
    max-width: 10rem;
  }

  .wp-block-p45r-buttons .pc-width-170 {
    max-width: 10.625rem;
  }

  .wp-block-p45r-buttons .pc-width-180 {
    max-width: 11.25rem;
  }

  .wp-block-p45r-buttons .pc-width-190 {
    max-width: 11.875rem;
  }

  .wp-block-p45r-buttons .pc-width-200 {
    max-width: 12.5rem;
  }

  .wp-block-p45r-buttons .pc-width-210 {
    max-width: 13.125rem;
  }

  .wp-block-p45r-buttons .pc-width-220 {
    max-width: 13.75rem;
  }

  .wp-block-p45r-buttons .pc-width-230 {
    max-width: 14.375rem;
  }

  .wp-block-p45r-buttons .pc-width-240 {
    max-width: 15rem;
  }

  .wp-block-p45r-buttons .pc-width-250 {
    max-width: 15.625rem;
  }

  .wp-block-p45r-buttons .pc-width-260 {
    max-width: 16.25rem;
  }

  .wp-block-p45r-buttons .pc-width-270 {
    max-width: 16.875rem;
  }

  .wp-block-p45r-buttons .pc-width-280 {
    max-width: 17.5rem;
  }

  .wp-block-p45r-buttons .pc-width-290 {
    max-width: 18.125rem;
  }

  .wp-block-p45r-buttons .pc-width-300 {
    max-width: 18.75rem;
  }

  .wp-block-p45r-buttons .pc-width-310 {
    max-width: 19.375rem;
  }

  .wp-block-p45r-buttons .pc-width-320 {
    max-width: 20rem;
  }

  .wp-block-p45r-buttons .pc-width-330 {
    max-width: 20.625rem;
  }

  .wp-block-p45r-buttons .pc-width-340 {
    max-width: 21.25rem;
  }

  .wp-block-p45r-buttons .pc-width-350 {
    max-width: 21.875rem;
  }

  .wp-block-p45r-buttons .pc-width-360 {
    max-width: 22.5rem;
  }

  .wp-block-p45r-buttons .pc-width-370 {
    max-width: 23.125rem;
  }

  .wp-block-p45r-buttons .pc-width-380 {
    max-width: 23.75rem;
  }

  .wp-block-p45r-buttons .pc-width-390 {
    max-width: 24.375rem;
  }

  .wp-block-p45r-buttons .pc-width-400 {
    max-width: 25rem;
  }

  .wp-block-p45r-buttons .pc-width-410 {
    max-width: 25.625rem;
  }

  .wp-block-p45r-buttons .pc-width-420 {
    max-width: 26.25rem;
  }

  .wp-block-p45r-buttons .pc-width-430 {
    max-width: 26.875rem;
  }

  .wp-block-p45r-buttons .pc-width-440 {
    max-width: 27.5rem;
  }

  .wp-block-p45r-buttons .pc-width-450 {
    max-width: 28.125rem;
  }

  .wp-block-p45r-buttons .pc-width-460 {
    max-width: 28.75rem;
  }

  .wp-block-p45r-buttons .pc-width-470 {
    max-width: 29.375rem;
  }

  .wp-block-p45r-buttons .pc-width-480 {
    max-width: 30rem;
  }

  .wp-block-p45r-buttons .pc-width-490 {
    max-width: 30.625rem;
  }

  .wp-block-p45r-buttons .pc-width-500 {
    max-width: 31.25rem;
  }

  .wp-block-p45r-buttons .pc-width-510 {
    max-width: 31.875rem;
  }

  .wp-block-p45r-buttons .pc-width-520 {
    max-width: 32.5rem;
  }

  .wp-block-p45r-buttons .pc-width-530 {
    max-width: 33.125rem;
  }

  .wp-block-p45r-buttons .pc-width-540 {
    max-width: 33.75rem;
  }

  .wp-block-p45r-buttons .pc-width-550 {
    max-width: 34.375rem;
  }

  .wp-block-p45r-buttons .pc-width-560 {
    max-width: 35rem;
  }

  .wp-block-p45r-buttons .pc-width-570 {
    max-width: 35.625rem;
  }

  .wp-block-p45r-buttons .pc-width-580 {
    max-width: 36.25rem;
  }

  .wp-block-p45r-buttons .pc-width-590 {
    max-width: 36.875rem;
  }

  .wp-block-p45r-buttons .pc-width-600 {
    max-width: 37.5rem;
  }

  .wp-block-p45r-tile.has-rows-3 .wp-block-p45r-tile-item {
    width: 30.89286%;
    margin-bottom: 5.35714%;
  }

  .wp-block-p45r-tile.has-rows-3 .wp-block-p45r-tile-item:not(:nth-child(3n)) {
    margin-right: 3.66071%;
  }
}

@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }

  .tb_only_ {
    display: none;
  }

  .buy_cart_ .cart_opener_ {
    width: calc(100% + 184px);
    padding: 0 92px;
    margin-left: -92px;
  }

  .modal_content_ {
    width: auto;
    padding-top: 122px;
    padding-bottom: 34px;
    margin: 0 85px;
  }

  .wp-block-p45r-cover .sp-image {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .buy_cart_ .cart_opener_ {
    display: none;
  }

  #cart_modal .cart_inner_ {
    box-sizing: border-box;
    height: 100vh;
  }

  #cart_modal .cart_header_ {
    padding-top: 6.75rem;
  }

  #cart_modal .cart_check_ {
    padding-bottom: 3.75rem;
  }

  #footer .footer_oversea_ li a {
    padding: 0.1875rem 0;
  }

  .modal_[data-visible='true'] .modal_window_ {
    transform: translate3d(0, 0, 0);
  }

  .modal_window_ {
    overflow: initial;
  }

  .modal_header_ {
    display: none;
  }

  .modal_content_ {
    padding-top: 38px;
    padding-bottom: 34px;
  }

  .left_modal_ .modal_window_ {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(-100%, 0, 0);
  }

  .right_modal_ .modal_window_ {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate3d(100%, 0, 0);
  }

  .right_modal_ .modal_content_ {
    width: 340px;
    padding: 0 55px;
    margin: 0;
  }

  .center_modal_ .modal_window_ {
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    width: 77.77778%;
    max-width: 1306.66667px;
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }

  .center_modal_ .modal_content_ {
    box-sizing: border-box;
    width: 100%;
    padding: 4.25rem 5rem;
    margin: 0 auto;
  }

  .fullsize_modal_ .modal_window_ {
    opacity: 0;
    height: 100%;
    transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }

  .fullsize_modal_[data-visible='true'] {
    opacity: 1;
  }

  #navmenu .modal_content_ {
    box-sizing: border-box;
    width: 25rem;
    padding: 2.5rem 2rem 2.25rem;
    margin: 0;
  }

  #oversea_modal .modal_window_ {
    width: 50rem;
    height: 37.5rem;
    max-height: 90vh;
  }

  #youtube_modal {
    display: flex;
  }

  #youtube_modal .modal_window_ {
    position: relative;
    height: auto;
    inset: auto;
  }
}

@media screen and (min-width: 1280px) {
  body {
    margin: 0;
  }

  .right_modal_ .modal_content_ {
    width: 25rem;
    padding: 0 calc((100vw - 1280 / 1440 * min(100vw, 1680px)) / 2) 0 5rem;
  }
}

@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }

  html {
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1680px) {
  body {
    margin: 0;
  }

  html {
    font-size: 18.66667px;
  }

  .align-full {
    width: 100vw;
    margin-left: calc(653.33px - 50vw);
  }

  .wp-block-p45r-section.alignfull {
    width: 100vw;
    margin-left: calc(653.33px - 50vw);
  }

  .wp-block-p45r-block.alignfull {
    width: 100vw;
    margin-left: calc(653.33px - 50vw);
  }

  .wp-block-p45r-buttons.alignfull {
    width: 100vw;
    margin-left: calc(653.33px - 50vw);
  }

  .wp-block-p45r-cover.alignfull {
    width: 100vw;
    margin-left: calc(653.33px - 50vw);
  }

  .wp-block-p45r-center.alignfull {
    width: 100vw;
    margin-left: calc(653.33px - 50vw);
  }

  .wp-block-p45r-columns.alignfull {
    width: 100vw;
    margin-left: calc(653.33px - 50vw);
  }

  .wp-block-p45r-media-text.alignfull {
    width: 100vw;
    margin-left: calc(653.33px - 50vw);
  }

  .wp-block-p45r-tile.alignfull {
    width: 100vw;
    margin-left: calc(653.33px - 50vw);
  }
}

@media screen and (max-width: 1679.8px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1439.8px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1279.8px) {
  body {
    margin: 0;
  }

  .buy_container_ {
    width: auto;
    margin: 0 55px;
  }

  .buy_main_ {
    padding: 0 55px;
  }

  .buy_aside_ {
    width: 340px;
    padding-left: 55px;
    margin-left: 55px;
  }

  #cart_modal .item_quantity_ {
    margin-top: 2.5rem;
  }

  #footer .footer_container_ {
    width: auto;
    margin-left: 55px;
    margin-right: 55px;
  }

  #header .header_container_ {
    width: auto;
    margin-left: 55px;
    margin-right: 55px;
  }

  .page_container_ {
    width: auto;
    margin-left: 55px;
    margin-right: 55px;
  }

  .page_contents_ {
    width: auto;
    margin-left: 55px;
    margin-right: 55px;
  }

  .align-wide {
    width: calc(100% + 55px * 2);
    margin-left: -55px;
  }

  .align-full {
    width: calc(100% + 55px * 4);
    margin-left: -110px;
  }

  .wp-block-p45r-section.alignwide {
    width: calc(100% + 55px * 2);
    margin-left: -55px;
  }

  .wp-block-p45r-section.alignfull {
    width: calc(100% + 55px * 4);
    margin-left: -110px;
  }

  .wp-block-p45r-block.alignwide {
    width: calc(100% + 55px * 2);
    margin-left: -55px;
  }

  .wp-block-p45r-block.alignfull {
    width: calc(100% + 55px * 4);
    margin-left: -110px;
  }

  .wp-block-p45r-block.has-padding {
    padding: 0 55px;
  }

  .wp-block-p45r-buttons.alignwide {
    width: calc(100% + 55px * 2);
    margin-left: -55px;
  }

  .wp-block-p45r-buttons.alignfull {
    width: calc(100% + 55px * 4);
    margin-left: -110px;
  }

  .wp-block-p45r-cover.alignwide {
    width: calc(100% + 55px * 2);
    margin-left: -55px;
  }

  .wp-block-p45r-cover.alignfull {
    width: calc(100% + 55px * 4);
    margin-left: -110px;
  }

  .wp-block-p45r-center.alignwide {
    width: calc(100% + 55px * 2);
    margin-left: -55px;
  }

  .wp-block-p45r-center.alignfull {
    width: calc(100% + 55px * 4);
    margin-left: -110px;
  }

  .wp-block-p45r-columns.alignwide {
    width: calc(100% + 55px * 2);
    margin-left: -55px;
  }

  .wp-block-p45r-columns.alignfull {
    width: calc(100% + 55px * 4);
    margin-left: -110px;
  }

  .wp-block-p45r-media-text.alignwide {
    width: calc(100% + 55px * 2);
    margin-left: -55px;
  }

  .wp-block-p45r-media-text.alignfull {
    width: calc(100% + 55px * 4);
    margin-left: -110px;
  }

  .wp-block-p45r-media-text .text-side {
    padding-left: 80px;
  }

  .wp-block-p45r-media-text.is-image-right .text-side {
    padding-right: 80px;
  }

  .wp-block-p45r-media-text.alignwide .text-side {
    padding: 0 0 0 80px;
  }

  .wp-block-p45r-media-text.alignwide.is-image-right .text-side {
    padding: 0 80px 0 0;
  }

  .wp-block-p45r-tile.alignwide {
    width: calc(100% + 55px * 2);
    margin-left: -55px;
  }

  .wp-block-p45r-tile.alignfull {
    width: calc(100% + 55px * 4);
    margin-left: -110px;
  }
}

@media screen and (max-width: 1180px) {
  .buy_main_ {
    padding: 0;
  }
}

@media screen and (max-width: 1023.8px) {
  body {
    margin: 0;
  }

  body {
    margin: 0;
  }

  .buy_container_ {
    flex-direction: column-reverse;
    margin: 0 92px;
  }

  .buy_content_ {
    flex-direction: column-reverse;
  }

  .buy_aside_ {
    width: auto;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 60px;
    border: none;
  }

  .buy_cart_ {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }

  .buy_cart_ .cart_accordion_ {
    height: 0;
    overflow: hidden;
  }

  .buy_cart_ .cart_accordion_.animated_ {
    transition: height 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

  .buy_cart_ .cart_accordion_[aria-hidden='false'] {
    height: auto;
  }

  .buy_cart_ .cart_accordion_ .cart_items_ {
    padding: 2.5rem 0;
  }

  .buy_cart_ .cart_accordion_ .item_left_ {
    width: 138px;
  }

  .buy_cart_ .cart_accordion_ .total_ {
    padding: 20px 0 70px;
    border-bottom: solid 1px #e5e7e9;
  }

  #cart_modal .cart_empty_ {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 14px);
  }

  #cart_modal .cart_empty_ p {
    margin-top: -4em;
  }

  #cart_modal .cart_items_ {
    flex-shrink: 0;
  }

  #cart_modal .item_left_ {
    width: 138px;
  }

  #cart_modal .item_quantity_ {
    margin-top: 3.125rem;
  }

  #footer .footer_container_ {
    width: auto;
    margin-left: 48px;
    margin-right: 48px;
  }

  #footer .footer_lower_ {
    padding: 20px 0 30px;
  }

  #footer .flooter_lower_block2_ {
    align-items: flex-end;
  }

  #footer .footer_oversea_ {
    position: absolute;
    top: 85px;
    margin-right: 0;
  }

  #footer .footer_links_ {
    width: 250px;
  }

  #footer .footer_links_ li {
    margin-top: 10px;
  }

  #header .header_container_ {
    width: auto;
    margin-left: 48px;
    margin-right: 48px;
  }

  #header .header_middle_ {
    z-index: 2;
  }

  #header .header_links_ {
    display: none;
  }

  .modal_ {
    padding: 7px;
  }

  .modal_back_close_ {
    pointer-events: none;
  }

  .modal_pointer_ {
    display: none;
  }

  .center_modal_ .modal_touch_close_ {
    display: none !important;
  }

  .page_container_ {
    width: auto;
    margin-left: 48px;
    margin-right: 48px;
  }

  .page_contents_ {
    margin-left: 48px;
    margin-right: 48px;
  }

  .align-wide {
    width: calc(100% + 48px * 2);
    margin-left: -48px;
  }

  .align-full {
    width: calc(100% + 48px * 4);
    margin-left: -96px;
  }

  .wp-block-p45r-section.alignwide {
    width: calc(100% + 48px * 2);
    margin-left: -48px;
  }

  .wp-block-p45r-section.alignfull {
    width: calc(100% + 48px * 4);
    margin-left: -96px;
  }

  .wp-block-p45r-block.alignwide {
    width: calc(100% + 48px * 2);
    margin-left: -48px;
  }

  .wp-block-p45r-block.alignfull {
    width: calc(100% + 48px * 4);
    margin-left: -96px;
  }

  .wp-block-p45r-block.has-padding {
    padding: 0 48px;
  }

  .wp-block-p45r-buttons.alignwide {
    width: calc(100% + 48px * 2);
    margin-left: -48px;
  }

  .wp-block-p45r-buttons.alignfull {
    width: calc(100% + 48px * 4);
    margin-left: -96px;
  }

  .wp-block-p45r-cover.alignwide {
    width: calc(100% + 48px * 2);
    margin-left: -48px;
  }

  .wp-block-p45r-cover.alignfull {
    width: calc(100% + 48px * 4);
    margin-left: -96px;
  }

  .wp-block-p45r-center.alignwide {
    width: calc(100% + 48px * 2);
    margin-left: -48px;
  }

  .wp-block-p45r-center.alignfull {
    width: calc(100% + 48px * 4);
    margin-left: -96px;
  }

  .wp-block-p45r-columns.alignwide {
    width: calc(100% + 48px * 2);
    margin-left: -48px;
  }

  .wp-block-p45r-columns.alignfull {
    width: calc(100% + 48px * 4);
    margin-left: -96px;
  }

  .wp-block-p45r-media-text.alignwide {
    width: calc(100% + 48px * 2);
    margin-left: -48px;
  }

  .wp-block-p45r-media-text.alignfull {
    width: calc(100% + 48px * 4);
    margin-left: -96px;
  }

  .wp-block-p45r-media-text .wp-block-p45r-column {
    flex: 0 0 46%;
  }

  .wp-block-p45r-media-text .image-side {
    margin-bottom: 34px;
  }

  .wp-block-p45r-media-text .text-side {
    padding-left: 0;
  }

  .wp-block-p45r-media-text.is-image-right .text-side {
    padding-right: 0;
  }

  .wp-block-p45r-media-text.alignwide .text-side {
    padding: 0;
  }

  .wp-block-p45r-media-text.alignwide.is-image-right .text-side {
    padding: 0;
  }

  .wp-block-p45r-tile.alignwide {
    width: calc(100% + 48px * 2);
    margin-left: -48px;
  }

  .wp-block-p45r-tile.alignfull {
    width: calc(100% + 48px * 4);
    margin-left: -96px;
  }

  #youtube_modal .modal_container_ {
    position: absolute;
    inset: 0;
    margin: auto;
  }
}

@media screen and (max-width: 768.8px) {
  body {
    margin: 0;
  }

  .buy_container_ {
    width: 83.33333%;
    margin: 0 auto;
  }

  input[type='checkbox'] + label:not(.default_):after {
    font-size: 16px;
  }

  .fake_select_ .fake_select_value_ {
    font-size: 1.125rem;
    line-height: 1.55566;
    letter-spacing: -0.02em;
  }

  .fake_select_ ul li button,
  .fake_select_ ul li a {
    font-size: 1.125rem;
    line-height: 2.0001;
    letter-spacing: -0.02em;
  }

  #footer .footer_container_ {
    width: 83.33333%;
    margin-left: auto;
    margin-right: auto;
  }

  #footer .footer_upper_ {
    justify-content: space-between;
    padding-right: 1.25rem;
  }

  #footer .footer_logo_ {
    font-size: 9.375rem;
  }

  #footer .footer_logo_ {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }

  #footer #footer_img {
    height: 7.5rem;
  }

  #footer .footer_lower_ {
    display: block;
    padding: 20px 0 26px;
  }

  #footer .flooter_lower_block1_ {
    position: static;
    flex-direction: row;
    margin-bottom: 7px;
  }

  #footer .footer_sns_ {
    margin-left: -8px;
  }

  #footer .footer_sns_ li:nth-child(1) {
    margin-right: 13px;
  }

  #footer .footer_sns_ li:nth-child(2) {
    margin-right: 18px;
  }

  #footer .footer_sns_ li:nth-child(3) {
    margin-right: 16px;
  }

  #footer .footer_oversea_ {
    position: static;
  }

  #footer .footer_right_ {
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }

  #footer .footer_language_ {
    margin-right: -7px;
  }

  #header .header_container_ {
    width: 83.33333%;
    margin-left: auto;
    margin-right: auto;
  }

  .fullsize_modal_ .modal_bottom_ {
    bottom: 48px;
  }

  #navmenu .navs_slide_item_ {
    padding: 0 1.3125rem;
  }

  #navmenu .nav_items_ em,
  #navmenu .nav_contents_ em {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  #navmenu .nav_items_ em,
  #navmenu .nav_contents_ em {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  #navmenu .nav_items_ ul,
  #navmenu .nav_contents_ ul {
    gap: 20px;
  }

  #navmenu .nav_items_ a,
  #navmenu .nav_contents_ a {
    font-size: 1.125rem;
    line-height: 1.55566;
    letter-spacing: -0.02em;
  }

  #navmenu .nav_items_ a[data-genre]:after,
  #navmenu .nav_contents_ a[data-genre]:after {
    margin-right: 0;
  }

  #navmenu .nav_notice_ {
    margin-bottom: 50px;
  }

  #navmenu .nav_notice_ a {
    font-size: 1rem;
    line-height: 1.2501;
    letter-spacing: -0.02em;
  }

  #navmenu .nav_items_ {
    margin-bottom: 50px;
  }

  #navmenu .nav_contents_ {
    margin-bottom: 50px;
  }

  #navmenu .nav_sub_contents_ ul {
    gap: 7px;
  }

  #navmenu .nav_sub_contents_ a {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  #navmenu .nav_sub_contents_ a.shoplist {
    font-size: 1.125rem;
    line-height: 1.55566;
    letter-spacing: 0em;
  }

  #navmenu .nav_sub_contents_ a.shoplist::after {
    font-size: 16px;
  }

  #navmenu .nav_links_ ul {
    gap: 4px;
  }

  #navmenu .nav_links_ a {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  #navmenu .nav_mypage_ ul {
    gap: 4px;
  }

  #navmenu .nav_mypage_ a {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  .pager_ ul.page-numbers li a {
    width: 35px;
  }

  .page_.align_center_ .page_container_ {
    width: 83.33333%;
  }

  .page_container_ {
    width: 83.33333%;
    margin-left: auto;
    margin-right: auto;
  }

  .page_contents_ {
    margin-left: 0;
    margin-right: 0;
  }

  .has-font-size-h-s {
    font-size: 1.5rem;
    line-height: 1.54177;
    letter-spacing: 0em;
  }

  .has-font-size-h-m {
    font-size: 1.8125rem;
    line-height: 1.27596;
    letter-spacing: 0em;
  }

  .has-font-size-h-l {
    font-size: 2rem;
    line-height: 1.2501;
    letter-spacing: -0.02em;
  }

  .has-font-size-h-2l {
    font-size: 2.5rem;
    line-height: 2.0001;
    letter-spacing: -0.02em;
  }

  .has-font-size-h-3l {
    font-size: 3.125rem;
    line-height: 1.2401;
    letter-spacing: -0.03em;
  }

  .align-wide {
    width: 100%;
    margin-left: 0;
  }

  .align-full {
    width: 120%;
    margin-left: -10%;
  }

  .wp-block-p45r-section.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-section.alignfull {
    width: 120%;
    margin-left: -10%;
  }

  .wp-block-p45r-block.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-block.alignfull {
    width: 120%;
    margin-left: -10%;
  }

  .wp-block-p45r-block.has-padding {
    padding: 0 10%;
  }

  .wp-block-p45r-buttons.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-buttons.alignfull {
    width: 120%;
    margin-left: -10%;
  }

  .wp-block-p45r-cover.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-cover.alignfull {
    width: 120%;
    margin-left: -10%;
  }

  .wp-block-p45r-cover .pc-image {
    display: none;
  }

  .wp-block-p45r-center.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-center.alignfull {
    width: 120%;
    margin-left: -10%;
  }

  .wp-block-p45r-center.cancel-tablet {
    text-align: left;
  }

  .wp-block-p45r-center.cancel-tablet br {
    display: none;
  }

  .wp-block-p45r-columns.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-columns.alignfull {
    width: 120%;
    margin-left: -10%;
  }

  .wp-block-p45r-columns {
    display: block;
  }

  .wp-block-p45r-media-text.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-media-text.alignfull {
    width: 120%;
    margin-left: -10%;
  }

  .wp-block-p45r-media-text {
    display: block;
  }

  .wp-block-p45r-tile.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-tile.alignfull {
    width: 120%;
    margin-left: -10%;
  }
}

@media screen and (max-width: 559.8px) {
  body {
    margin: 0;
  }

  .pc_only_ {
    display: none;
  }

  .text_type_a {
    font-size: 16px;
  }

  .button_ {
    font-size: 0.875rem;
    line-height: 1.42867;
  }

  .button_ {
    height: 54px;
  }

  .button_.small_ {
    font-size: 0.75rem;
    line-height: 2.0001;
  }

  .button_.small_ {
    height: 40px;
  }

  .text_link_ {
    font-size: 0.75rem;
    line-height: 1.33343;
    letter-spacing: -0.04em;
  }

  .buy_container_ {
    width: 88.71795%;
    margin: 0 auto;
  }

  .buy_content_ {
    padding: 130px 0 100px;
  }

  .buy_aside_ {
    margin-bottom: 33px;
  }

  .buy_cart_ .cart_opener_ .title_ span {
    font-size: 0.875rem;
    line-height: 1.71439;
    letter-spacing: -0.02em;
  }

  .buy_cart_ .cart_opener_ .total_ {
    font-size: 1rem;
    line-height: 2.0001;
    letter-spacing: 0.03em;
  }

  .buy_cart_ .cart_accordion_ .cart_items_ {
    padding: 2rem 0;
  }

  .buy_cart_ .cart_accordion_ .item_left_ {
    width: 18.78613%;
  }

  .buy_cart_ .cart_accordion_ .item_title_ {
    font-size: 0.75rem;
    line-height: 1.5001;
    letter-spacing: -0.04em;
  }

  .buy_cart_ .cart_accordion_ .item_color_ {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  .buy_cart_ .cart_accordion_ .item_size_ {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  .buy_cart_ .cart_accordion_ .item_price_ {
    font-size: 0.75rem;
    line-height: 2.66677;
    letter-spacing: 0.04em;
  }

  .buy_cart_ .cart_accordion_ .sub_total_ table th {
    font-size: 0.75rem;
    line-height: 2.66677;
    letter-spacing: -0.03em;
  }

  .buy_cart_ .cart_accordion_ .sub_total_ table td .amount_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.03em;
  }

  .buy_cart_ .cart_accordion_ .sub_total_ table td .small_ {
    font-size: 0.625rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  .buy_cart_ .cart_accordion_ .total_ {
    padding: 20px 0 70px;
  }

  .buy_cart_ .cart_accordion_ .total_ table th {
    font-size: 0.875rem;
    line-height: 2.28581;
    letter-spacing: -0.02em;
  }

  .buy_cart_ .cart_accordion_ .total_ table td {
    font-size: 1rem;
    line-height: 2.0001;
    letter-spacing: 0.03em;
  }

  #cart_modal .cart_empty_ {
    font-size: 0.875rem;
    line-height: 1.42867;
  }

  #cart_modal .cart_empty_ {
    height: calc(100vh - 12px);
  }

  #cart_modal .cart_error_ {
    margin-bottom: 1.875rem;
  }

  #cart_modal .cart_error_ p {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.03em;
  }

  #cart_modal .cart_items_ ul {
    padding-bottom: 1.875rem;
  }

  #cart_modal .cart_items_ li:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  #cart_modal .item_left_ {
    width: 24.85549%;
  }

  #cart_modal .item_right_ {
    align-items: flex-start;
  }

  #cart_modal .item_grid_ {
    display: -ms-grid;
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 1fr auto;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr auto;
  }

  #cart_modal .item_title_ {
    font-size: 0.75rem;
    line-height: 1.5001;
    letter-spacing: -0.04em;
  }

  #cart_modal .item_title_ {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
  }

  #cart_modal .item_data_ {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
  }

  #cart_modal .item_color_ {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  #cart_modal .item_size_ {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  #cart_modal .item_price_ {
    font-size: 0.75rem;
    line-height: 2.66677;
    letter-spacing: 0.04em;
  }

  #cart_modal .item_price_ {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  #cart_modal .item_quantity_ {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    margin-top: 1.25rem;
  }

  #cart_modal .item_counter_ input {
    font-size: 0.75rem;
    line-height: 2.5001;
  }

  #cart_modal .item_delete_ {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/span 1;
    align-items: center;
    justify-content: flex-end;
  }

  #cart_modal .additional_ dl dd {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: 0.04em;
  }

  #cart_modal .subtotal_ table th {
    font-size: 0.875rem;
    line-height: 1.71439;
    letter-spacing: -0.02em;
  }

  #cart_modal .subtotal_ table td .small_ {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  .floating-input_ .input_message_ {
    font-size: 0.625rem;
    line-height: 1.5001;
    letter-spacing: -0.03em;
  }

  .floating-input_ .input_message_ {
    margin-top: 6px;
  }

  .floating-input_ .input_error_ {
    font-size: 0.625rem;
    line-height: 1.5001;
    letter-spacing: -0.03em;
  }

  .floating-input_ .input_error_ {
    margin-top: 6px;
  }

  .floating-select_ .input_message_ {
    font-size: 0.625rem;
    line-height: 1.5001;
    letter-spacing: -0.03em;
  }

  .floating-select_ .input_message_ {
    margin-top: 6px;
  }

  .floating-select_ .input_error_ {
    font-size: 0.625rem;
    line-height: 1.5001;
    letter-spacing: -0.03em;
  }

  .floating-select_ .input_error_ {
    margin-top: 6px;
  }

  .simple-select_ .input_message_ {
    font-size: 0.625rem;
    line-height: 1.5001;
    letter-spacing: -0.03em;
  }

  .simple-select_ .input_message_ {
    margin-top: 6px;
  }

  .simple-select_ .input_error_ {
    font-size: 0.625rem;
    line-height: 1.5001;
    letter-spacing: -0.03em;
  }

  .simple-select_ .input_error_ {
    margin-top: 6px;
  }

  input[type='radio'] + label:not(.default_) {
    font-size: 0.875rem;
    line-height: 1.85724;
    letter-spacing: -0.04em;
  }

  input[type='radio'] + label:not(.default_) {
    padding-top: 2px;
    padding-left: 27px;
  }

  .windows input[type='radio'] + label:not(.default_) {
    font-size: 0.875rem;
    line-height: 1.71439;
    letter-spacing: -0.04em;
  }

  .windows input[type='radio'] + label:not(.default_) {
    padding-top: 2px;
  }

  input[type='radio'] + label:not(.default_):before,
  input[type='radio'] + label:not(.default_):after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }

  input[type='checkbox'] + label:not(.default_) {
    font-size: 0.75rem;
    line-height: 2.33343;
    letter-spacing: -0.04em;
  }

  input[type='checkbox'] + label:not(.default_) {
    padding-left: 23px;
  }

  .windows input[type='checkbox'] + label:not(.default_) {
    font-size: 0.75rem;
    line-height: 2.16677;
    letter-spacing: -0.04em;
  }

  .windows input[type='checkbox'] + label:not(.default_) {
    padding-top: 2px;
  }

  input[type='checkbox'] + label:not(.default_):before,
  input[type='checkbox'] + label:not(.default_):after {
    width: 1rem;
    height: 1rem;
    top: 0.375rem;
  }

  #footer .footer_container_ {
    width: 88.71795%;
    margin-left: auto;
    margin-right: auto;
  }

  #footer .footer_logo_ {
    font-size: 5.6875rem;
    line-height: 0.37373;
  }

  #footer #footer_img {
    height: 6.3125rem;
  }

  #footer .footer_sns_ li a {
    font-size: 0.875rem;
    line-height: 1.0001;
  }

  #footer .footer_sns_ li a.line_ {
    font-size: 1.625rem;
    line-height: 0.53856;
  }

  #footer .footer_oversea_ li:not(:last-child):after {
    margin: 0 11px;
  }

  #footer .footer_oversea_ li a {
    font-size: 0.625rem;
    line-height: 3.0001;
    letter-spacing: -0.03em;
  }

  #footer .footer_oversea_ li a:after {
    font-size: 10px;
    margin-left: 5px;
  }

  #footer .footer_links_ {
    width: 200px;
  }

  #footer .footer_links_ li {
    margin-top: 10px;
  }

  #footer .footer_links_ li:not(:last-child) {
    margin-right: 21px;
  }

  #footer .footer_links_ li a {
    font-size: 0.625rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  #footer .footer_language_ li:not(:last-child):after {
    height: 9px;
    margin: 0 3px 0 0;
  }

  #footer .footer_language_ li a {
    font-size: 0.625rem;
    line-height: 4.0001;
    letter-spacing: -0.03em;
  }

  #footer .footer_copyright_ {
    font-size: 0.625rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  #header:before,
  #header:after {
    height: 89px;
  }

  #header[data-scroll='true'] {
    margin-top: -17px;
  }

  .modal_opened_ #header[data-scroll='true'] {
    margin-top: 0;
    transition-duration: 100ms;
  }

  #header[data-visible='false'] {
    transform: translate3d(0, -89px, 0);
  }

  #header .header_container_ {
    width: 88.71795%;
    margin-left: auto;
    margin-right: auto;
  }

  #header .header_container_ {
    top: 53px;
  }

  #header .header_logo_ {
    font-size: 3.75rem;
    line-height: 0.36677;
  }

  #header .header_logo_ {
    margin-top: -11px;
    margin-left: -30px;
  }

  #header .header_right_ {
    margin-right: -7px;
  }

  #header .menu_button_:before {
    font-size: 0.875rem;
    line-height: 1.0001;
  }

  #header .menu_button_:before {
    content: '\e904';
  }

  #header .mypage_ {
    margin-right: 0;
  }

  .modal_ {
    padding: 6px;
  }

  .modal_header_ .modal_title_ {
    font-size: 3.75rem;
    line-height: 0.36677;
  }

  .pager_ .for_pc_ {
    display: none;
  }

  .pager_ ul.page-numbers li {
    margin: 0 1px;
  }

  .pager_ ul.page-numbers li a {
    width: 32px;
  }

  .pager_ ul.page-numbers li .prev,
  .pager_ ul.page-numbers li .next {
    width: 30px;
  }

  .pulldown_ {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
  }

  .pulldown_ .pulldown_button_ {
    padding: 7px 19px;
  }

  .windows .pulldown_ .pulldown_button_ {
    padding: 7px 19px 6px 19px;
  }

  .pulldown_ .pulldown_button_:after {
    right: 15px;
  }

  .pulldown_ .pulldown_accordion_ button {
    padding: 0.625rem 1.75rem 0.625rem 1.25rem;
  }

  .scrollable_track_ {
    padding: 4px;
  }

  .scrollable_thumb_ {
    width: 5px;
  }

  .item_ .item_name_ {
    font-size: 0.875rem;
    line-height: 1.42867;
  }

  .item_ .item_price_ {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: 0.04em;
  }

  .slider_ .slider_wrapper_ {
    margin-bottom: 30px;
  }

  .slider_ .slider_progress_ {
    margin-right: 37.5px;
  }

  .slider_ .slider_prev_::before,
  .slider_ .slider_next_::before {
    font-size: 2.5rem;
  }

  .slider_ .slider_prev_ {
    margin-right: 12.5px;
  }

  .tag_ span {
    font-size: 0.625rem;
    line-height: 0.6001;
    letter-spacing: -0.03em;
  }

  .tags_ > li:not(:last-child),
  .tags_ > .tag_:not(:last-child) {
    margin-right: 0.25rem;
  }

  .page_.align_center_ .page_container_ {
    width: 88.71795%;
  }

  .page_container_ {
    width: 88.71795%;
    margin-left: auto;
    margin-right: auto;
  }

  .page_contents_ {
    margin-left: 0;
    margin-right: 0;
  }

  .page_contents_.has-padding_ {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  #oversea_modal .modal_welcome_ {
    font-size: 1.375rem;
    line-height: 1.36374;
    letter-spacing: -0.02em;
  }

  #oversea_modal .modal_welcome_ {
    margin-bottom: 30px;
  }

  #oversea_modal .modal_text_en_ {
    font-size: 0.875rem;
    line-height: 1.71439;
    letter-spacing: -0.02em;
  }

  #oversea_modal .modal_text_en_ {
    margin-bottom: 20px;
  }

  #oversea_modal .modal_text_ja_ {
    font-size: 0.625rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  #oversea_modal .modal_text_ja_ {
    margin-bottom: 48px;
  }

  #oversea_modal .modal_online_stores_ {
    font-size: 0.75rem;
    line-height: 2.0001;
    letter-spacing: -0.03em;
  }

  #oversea_modal .modal_online_stores_ {
    margin-bottom: 20px;
  }

  .has-font-size-p-s {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.03em;
  }

  .has-font-size-p-m {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: -0.03em;
  }

  .has-font-size-p-l {
    font-size: 0.875rem;
    line-height: 1.71439;
    letter-spacing: -0.02em;
  }

  .has-font-size-h-s {
    font-size: 1.25rem;
    line-height: 1.5001;
    letter-spacing: -0.02em;
  }

  .has-font-size-h-m {
    font-size: 1.375rem;
    line-height: 1.36374;
    letter-spacing: -0.02em;
  }

  .has-font-size-h-l {
    font-size: 1.375rem;
    line-height: 1.36374;
    letter-spacing: -0.02em;
  }

  .has-font-size-h-2l {
    font-size: 1.875rem;
    line-height: 2.0001;
    letter-spacing: -0.02em;
  }

  .has-font-size-h-3l {
    font-size: 2.5rem;
    line-height: 1.1551;
    letter-spacing: -0.03em;
  }

  .align-wide {
    width: 100%;
    margin-left: 0;
  }

  .align-full {
    width: 112.71676%;
    margin-left: -6.35838%;
  }

  .wp-block-p45r-section.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-section.alignfull {
    width: 112.71676%;
    margin-left: -6.35838%;
  }

  .wp-block-p45r-block.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-block.alignfull {
    width: 112.71676%;
    margin-left: -6.35838%;
  }

  .wp-block-p45r-block.has-padding {
    padding: 0 6.35838%;
  }

  .wp-block-p45r-block.show-only-pc {
    display: none;
  }

  .wp-block-p45r-buttons.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-buttons.alignfull {
    width: 112.71676%;
    margin-left: -6.35838%;
  }

  .wp-block-p45r-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .wp-block-p45r-buttons.justify-content-center {
    align-items: center;
  }

  .wp-block-p45r-buttons .button_:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .wp-block-p45r-buttons .sp-width-100 {
    max-width: 6.25rem;
  }

  .wp-block-p45r-buttons .sp-width-110 {
    max-width: 6.875rem;
  }

  .wp-block-p45r-buttons .sp-width-120 {
    max-width: 7.5rem;
  }

  .wp-block-p45r-buttons .sp-width-130 {
    max-width: 8.125rem;
  }

  .wp-block-p45r-buttons .sp-width-140 {
    max-width: 8.75rem;
  }

  .wp-block-p45r-buttons .sp-width-150 {
    max-width: 9.375rem;
  }

  .wp-block-p45r-buttons .sp-width-160 {
    max-width: 10rem;
  }

  .wp-block-p45r-buttons .sp-width-170 {
    max-width: 10.625rem;
  }

  .wp-block-p45r-buttons .sp-width-180 {
    max-width: 11.25rem;
  }

  .wp-block-p45r-buttons .sp-width-190 {
    max-width: 11.875rem;
  }

  .wp-block-p45r-buttons .sp-width-200 {
    max-width: 12.5rem;
  }

  .wp-block-p45r-buttons .sp-width-210 {
    max-width: 13.125rem;
  }

  .wp-block-p45r-buttons .sp-width-220 {
    max-width: 13.75rem;
  }

  .wp-block-p45r-buttons .sp-width-230 {
    max-width: 14.375rem;
  }

  .wp-block-p45r-buttons .sp-width-240 {
    max-width: 15rem;
  }

  .wp-block-p45r-buttons .sp-width-250 {
    max-width: 15.625rem;
  }

  .wp-block-p45r-buttons .sp-width-260 {
    max-width: 16.25rem;
  }

  .wp-block-p45r-buttons .sp-width-270 {
    max-width: 16.875rem;
  }

  .wp-block-p45r-buttons .sp-width-280 {
    max-width: 17.5rem;
  }

  .wp-block-p45r-buttons .sp-width-290 {
    max-width: 18.125rem;
  }

  .wp-block-p45r-buttons .sp-width-300 {
    max-width: 18.75rem;
  }

  .wp-block-p45r-buttons .sp-width-310 {
    max-width: 19.375rem;
  }

  .wp-block-p45r-buttons .sp-width-320 {
    max-width: 20rem;
  }

  .wp-block-p45r-buttons .sp-width-330 {
    max-width: 20.625rem;
  }

  .wp-block-p45r-buttons .sp-width-340 {
    max-width: 21.25rem;
  }

  .wp-block-p45r-buttons .sp-width-350 {
    max-width: 21.875rem;
  }

  .wp-block-p45r-buttons .sp-width-360 {
    max-width: 22.5rem;
  }

  .wp-block-p45r-buttons .sp-width-370 {
    max-width: 23.125rem;
  }

  .wp-block-p45r-buttons .sp-width-380 {
    max-width: 23.75rem;
  }

  .wp-block-p45r-buttons .sp-width-390 {
    max-width: 24.375rem;
  }

  .wp-block-p45r-buttons .sp-width-400 {
    max-width: 25rem;
  }

  .wp-block-p45r-buttons .sp-width-410 {
    max-width: 25.625rem;
  }

  .wp-block-p45r-buttons .sp-width-420 {
    max-width: 26.25rem;
  }

  .wp-block-p45r-buttons .sp-width-430 {
    max-width: 26.875rem;
  }

  .wp-block-p45r-buttons .sp-width-440 {
    max-width: 27.5rem;
  }

  .wp-block-p45r-buttons .sp-width-450 {
    max-width: 28.125rem;
  }

  .wp-block-p45r-buttons .sp-width-460 {
    max-width: 28.75rem;
  }

  .wp-block-p45r-buttons .sp-width-470 {
    max-width: 29.375rem;
  }

  .wp-block-p45r-buttons .sp-width-480 {
    max-width: 30rem;
  }

  .wp-block-p45r-buttons .sp-width-490 {
    max-width: 30.625rem;
  }

  .wp-block-p45r-buttons .sp-width-500 {
    max-width: 31.25rem;
  }

  .wp-block-p45r-buttons .sp-width-510 {
    max-width: 31.875rem;
  }

  .wp-block-p45r-buttons .sp-width-520 {
    max-width: 32.5rem;
  }

  .wp-block-p45r-buttons .sp-width-530 {
    max-width: 33.125rem;
  }

  .wp-block-p45r-buttons .sp-width-540 {
    max-width: 33.75rem;
  }

  .wp-block-p45r-buttons .sp-width-550 {
    max-width: 34.375rem;
  }

  .wp-block-p45r-buttons .sp-width-560 {
    max-width: 35rem;
  }

  .wp-block-p45r-buttons .sp-width-570 {
    max-width: 35.625rem;
  }

  .wp-block-p45r-buttons .sp-width-580 {
    max-width: 36.25rem;
  }

  .wp-block-p45r-buttons .sp-width-590 {
    max-width: 36.875rem;
  }

  .wp-block-p45r-buttons .sp-width-600 {
    max-width: 37.5rem;
  }

  .wp-block-p45r-cover.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-cover.alignfull {
    width: 112.71676%;
    margin-left: -6.35838%;
  }

  .wp-block-p45r-spacer.has-margin-5 {
    height: 3.75px;
  }

  .wp-block-p45r-spacer.has-margin-10 {
    height: 7.5px;
  }

  .wp-block-p45r-spacer.has-margin-15 {
    height: 11.25px;
  }

  .wp-block-p45r-spacer.has-margin-20 {
    height: 15px;
  }

  .wp-block-p45r-spacer.has-margin-25 {
    height: 18.75px;
  }

  .wp-block-p45r-spacer.has-margin-30 {
    height: 22.5px;
  }

  .wp-block-p45r-spacer.has-margin-35 {
    height: 26.25px;
  }

  .wp-block-p45r-spacer.has-margin-40 {
    height: 30px;
  }

  .wp-block-p45r-spacer.has-margin-45 {
    height: 33.75px;
  }

  .wp-block-p45r-spacer.has-margin-50 {
    height: 37.5px;
  }

  .wp-block-p45r-spacer.has-margin-55 {
    height: 41.25px;
  }

  .wp-block-p45r-spacer.has-margin-60 {
    height: 45px;
  }

  .wp-block-p45r-spacer.has-margin-65 {
    height: 48.75px;
  }

  .wp-block-p45r-spacer.has-margin-70 {
    height: 52.5px;
  }

  .wp-block-p45r-spacer.has-margin-75 {
    height: 56.25px;
  }

  .wp-block-p45r-spacer.has-margin-80 {
    height: 60px;
  }

  .wp-block-p45r-spacer.has-margin-85 {
    height: 63.75px;
  }

  .wp-block-p45r-spacer.has-margin-90 {
    height: 67.5px;
  }

  .wp-block-p45r-spacer.has-margin-95 {
    height: 71.25px;
  }

  .wp-block-p45r-spacer.has-margin-100 {
    height: 75px;
  }

  .wp-block-p45r-spacer.has-margin-105 {
    height: 78.75px;
  }

  .wp-block-p45r-spacer.has-margin-110 {
    height: 82.5px;
  }

  .wp-block-p45r-spacer.has-margin-115 {
    height: 86.25px;
  }

  .wp-block-p45r-spacer.has-margin-120 {
    height: 90px;
  }

  .wp-block-p45r-spacer.has-margin-125 {
    height: 93.75px;
  }

  .wp-block-p45r-spacer.has-margin-130 {
    height: 97.5px;
  }

  .wp-block-p45r-spacer.has-margin-135 {
    height: 101.25px;
  }

  .wp-block-p45r-spacer.has-margin-140 {
    height: 105px;
  }

  .wp-block-p45r-spacer.has-margin-145 {
    height: 108.75px;
  }

  .wp-block-p45r-spacer.has-margin-150 {
    height: 112.5px;
  }

  .wp-block-p45r-spacer.has-margin-155 {
    height: 116.25px;
  }

  .wp-block-p45r-spacer.has-margin-160 {
    height: 120px;
  }

  .wp-block-p45r-spacer.has-margin-165 {
    height: 123.75px;
  }

  .wp-block-p45r-spacer.has-margin-170 {
    height: 127.5px;
  }

  .wp-block-p45r-spacer.has-margin-175 {
    height: 131.25px;
  }

  .wp-block-p45r-spacer.has-margin-180 {
    height: 135px;
  }

  .wp-block-p45r-spacer.has-margin-185 {
    height: 138.75px;
  }

  .wp-block-p45r-spacer.has-margin-190 {
    height: 142.5px;
  }

  .wp-block-p45r-spacer.has-margin-195 {
    height: 146.25px;
  }

  .wp-block-p45r-spacer.has-margin-200 {
    height: 150px;
  }

  .wp-block-p45r-spacer.has-margin-205 {
    height: 153.75px;
  }

  .wp-block-p45r-spacer.has-margin-210 {
    height: 157.5px;
  }

  .wp-block-p45r-spacer.has-margin-215 {
    height: 161.25px;
  }

  .wp-block-p45r-spacer.has-margin-220 {
    height: 165px;
  }

  .wp-block-p45r-spacer.has-margin-225 {
    height: 168.75px;
  }

  .wp-block-p45r-spacer.has-margin-230 {
    height: 172.5px;
  }

  .wp-block-p45r-spacer.has-margin-235 {
    height: 176.25px;
  }

  .wp-block-p45r-spacer.has-margin-240 {
    height: 180px;
  }

  .wp-block-p45r-spacer.has-margin-245 {
    height: 183.75px;
  }

  .wp-block-p45r-spacer.has-margin-250 {
    height: 187.5px;
  }

  .wp-block-p45r-spacer.has-margin-255 {
    height: 191.25px;
  }

  .wp-block-p45r-spacer.has-margin-260 {
    height: 195px;
  }

  .wp-block-p45r-spacer.has-margin-265 {
    height: 198.75px;
  }

  .wp-block-p45r-spacer.has-margin-270 {
    height: 202.5px;
  }

  .wp-block-p45r-spacer.has-margin-275 {
    height: 206.25px;
  }

  .wp-block-p45r-spacer.has-margin-280 {
    height: 210px;
  }

  .wp-block-p45r-spacer.has-margin-285 {
    height: 213.75px;
  }

  .wp-block-p45r-spacer.has-margin-290 {
    height: 217.5px;
  }

  .wp-block-p45r-spacer.has-margin-295 {
    height: 221.25px;
  }

  .wp-block-p45r-spacer.has-margin-300 {
    height: 225px;
  }

  .wp-block-p45r-center.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-center.alignfull {
    width: 112.71676%;
    margin-left: -6.35838%;
  }

  .wp-block-p45r-center.cancel-mobile {
    text-align: left;
  }

  .wp-block-p45r-center.cancel-mobile br {
    display: none;
  }

  .wp-block-table table tbody th {
    font-size: 0.75rem;
    line-height: 1.5001;
    letter-spacing: 0.04em;
  }

  .wp-block-table table tbody td {
    font-size: 0.75rem;
    line-height: 1.66677;
    letter-spacing: 0.04em;
  }

  .wp-block-p45r-columns.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-columns.alignfull {
    width: 112.71676%;
    margin-left: -6.35838%;
  }

  .wp-block-p45r-media-text.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-media-text.alignfull {
    width: 112.71676%;
    margin-left: -6.35838%;
  }

  .wp-block-p45r-slide .slide_pager_ {
    margin-top: 0.9375rem;
  }

  .wp-block-p45r-slide .slide_pager_ button {
    margin: 0 0.375rem;
  }

  .wp-block-p45r-slide .slide_pager_ button:before {
    font-size: 2.5rem;
  }

  .wp-block-p45r-tile.alignwide {
    width: 100%;
    margin-left: 0;
  }

  .wp-block-p45r-tile.alignfull {
    width: 112.71676%;
    margin-left: -6.35838%;
  }

  .wp-block-p45r-tile.has-rows-3 .wp-block-p45r-tile-item {
    width: 47.68786%;
    margin-bottom: 12.71676%;
  }

  .wp-block-p45r-tile.has-rows-3 .wp-block-p45r-tile-item:not(:nth-child(2n)) {
    margin-right: 4.62428%;
  }

  .wp-block-p45r-items {
    width: 104.62428%;
    margin-left: -2.31214%;
  }

  .wp-block-p45r-item {
    width: 45.58011%;
    margin: 0 2.20994% 30px;
  }

  .wp-block-p45r-item .tags_ {
    margin-bottom: 11px;
  }

  .wp-block-p45r-youtube:after {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 371px) {
  #oversea_modal .modal_text_en_,
  #oversea_modal .modal_text_ja_ {
    text-align: left;
  }

  #oversea_modal .modal_text_en_ br,
  #oversea_modal .modal_text_ja_ br {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  wbr::before {
    content: '\200B';
  }

  .button_.bordered_:hover {
    color: #fff;
    background: #1c2940;
  }

  .button_.filled_:hover {
    color: #fff;
    border-color: #838994;
    background: #838994;
  }

  .text_link_:hover {
    opacity: 0.7;
  }

  .fake_select_ ul li button:hover,
  .fake_select_ ul li a:hover {
    opacity: 0.8;
  }

  #footer a:hover {
    color: var(--color-hover);
  }

  #footer .footer_oversea_ li a:hover {
    color: #1c2940;
  }

  #header .header_left_ a:hover,
  #header .header_right_ a:hover {
    color: #838994;
  }

  #header .menu_button_:hover {
    color: #838994;
  }

  #header .cart_button_:hover {
    color: #838994;
  }

  .modal_touch_close_ {
    display: none;
  }

  #navmenu .search_ button:hover {
    color: #838994;
  }

  #navmenu .nav_category_ .back_:hover {
    color: #838994;
  }

  #navmenu .nav_category_ .back_:hover:before {
    transform: translate3d(-0.3em, 0, 0) scale(-1, 1);
  }

  #navmenu .nav_category_ ul a:hover {
    color: #838994;
  }

  #navmenu .nav_items_ a[data-genre]:hover:after,
  #navmenu .nav_contents_ a[data-genre]:hover:after {
    transform: translate3d(0.2em, 0, 0);
  }

  #navmenu .nav_links_ a:hover {
    color: #1c2940 !important;
  }

  #navmenu .nav_sns_ a:hover {
    color: #838994;
  }

  .pager_ a:hover,
  .pager_ span:hover {
    opacity: 0.7;
  }

  .scrollable_thumb_:hover {
    background-color: #a0a0a0;
  }

  .wp-block-p45r-youtube:hover:after {
    transform: scale(1.1);
  }
}

@media (hover: hover) {
  .button_.bordered_:hover {
    color: #fff;
    background: #1c2940;
  }

  .button_.filled_:hover {
    color: #fff;
    border-color: #838994;
    background: #838994;
  }

  .text_link_:hover {
    opacity: 0.7;
  }

  .fake_select_ ul li button:hover,
  .fake_select_ ul li a:hover {
    opacity: 0.8;
  }

  #footer a:hover {
    color: var(--color-hover);
  }

  #footer .footer_oversea_ li a:hover {
    color: #1c2940;
  }

  #header .header_left_ a:hover,
  #header .header_right_ a:hover {
    color: #838994;
  }

  #header .menu_button_:hover {
    color: #838994;
  }

  #header .cart_button_:hover {
    color: #838994;
  }

  .modal_touch_close_ {
    display: none;
  }

  #navmenu .search_ button:hover {
    color: #838994;
  }

  #navmenu .nav_category_ .back_:hover {
    color: #838994;
  }

  #navmenu .nav_category_ .back_:hover:before {
    transform: translate3d(-0.3em, 0, 0) scale(-1, 1);
  }

  #navmenu .nav_category_ ul a:hover {
    color: #838994;
  }

  #navmenu .nav_items_ a[data-genre]:hover:after,
  #navmenu .nav_contents_ a[data-genre]:hover:after {
    transform: translate3d(0.2em, 0, 0);
  }

  #navmenu .nav_links_ a:hover {
    color: #1c2940 !important;
  }

  #navmenu .nav_sns_ a:hover {
    color: #838994;
  }

  .pager_ a:hover,
  .pager_ span:hover {
    opacity: 0.7;
  }

  .scrollable_thumb_:hover {
    background-color: #a0a0a0;
  }

  .wp-block-p45r-youtube:hover:after {
    transform: scale(1.1);
  }
}
/*# sourceMappingURL=common.css.map */
