/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

[data-icon] {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-icon="glyph"] {
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/glyph_b.png");
}

[data-icon="notice"] {
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/icon_notice.png");
}

[data-icon="simul"] {
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/icon_simul.png");
}

[data-icon="cart"] {
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/icon_cart.png");
}

[data-icon="mypage"] {
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/icon_mypage.png");
}

html,
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 15px;
}

body {
  padding-top: 98px;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

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

h1, h2, h3, h4, h5, p {
  margin: 0;
}

p + p {
  margin-top: 1.875em;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: .7;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  font-style: normal;
}

section {
  display: block;
  position: relative;
}

.bg1 {
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/bg1.png");
}

.bg2 {
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/bg2.png");
}

.path {
  background: #f5f5f5;
  border: thin solid #e1e1e1;
  padding: 12px 0 10px;
}

.path ul {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.path li {
  font-size: 13px;
  color: #B1871B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.path li + li::before {
  content: '';
  margin: 0 18px;
  color: #b3b3b3;
  width: 4px;
  height: 8px;
  display: block;
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/glyph_path.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.path li a {
  color: #b3b3b3;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.btn a,
.btn button {
  width: 320px;
  height: 56px;
  color: #fff;
  background-color: #B1871B;
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/btn_glyph.png");
  background-repeat: no-repeat;
  background-position: 240px center;
  border: thin solid #333;
  font-size: 16px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn::after {
  z-index: 0;
  content: '';
  display: block;
  width: 318px;
  height: 54px;
  background: #B1871B;
  border: thin solid #333;
  position: absolute;
  bottom: -4px;
  right: calc(50% - 160px - 4px);
}

.btn.btn-noarrow a,
.btn.btn-noarrow button {
  background: #B1871B;
}

.cookie-policy {
  display: none;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  background-color: #F9F9FB;
}

.cookie-policy__container {
  width: 100%;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  border-width: thin;
  border-style: solid;
  border-color: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
}

.cookie-policy__container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cookie-policy__container p {
  font-size: 14px;
  margin: 0 !important;
}

.cookie-policy__container p a {
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cookie-policy__ok {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 0;
  width: 300px;
  padding: 10px 60px;
  border-width: thin;
  border-style: solid;
  border-color: #eaeaea;
  background-color: #F9F9FB;
  font-size: 14px;
}

.cookie-policy__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 20px;
  aspect-ratio: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cookie-policy__close span {
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #888;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cookie-policy__close span:nth-child(2n) {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.container_section {
  width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}

.external::after {
  content: '';
  display: inline-block;
  width: .9em;
  height: .9em;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: -1px;
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/icon_external.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.label {
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.42857;
  letter-spacing: 0.1em;
}

.label::before {
  content: '';
  display: block;
  width: 54px;
  height: 26px;
  margin: 0 auto 8px;
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/label.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.banner-amazon_campaign {
  position: fixed;
  right: 50px;
  bottom: 70px;
  z-index: 9;
}

.banner-amazon_campaign a {
  width: 347px;
  height: 193px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.banner-amazon_campaign img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-amazon_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  background: unset;
  background-color: #fff;
  border-radius: 100%;
  border-style: solid;
  border-width: thin;
  border-color: #333;
  right: -20px;
  top: -20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  cursor: pointer;
}

.banner-amazon_btn::before, .banner-amazon_btn::after {
  content: '';
  display: block;
  width: 66%;
  height: 3px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
}

.banner-amazon_btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.banner-amazon_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert {
  background: #ffffff;
  border: thin solid #DD4827;
  color: #DD4827;
  text-align: center;
  position: fixed;
  left: 0;
  top: 98px;
  z-index: 4;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
}

.alert-end-reception {
  display: block;
  background: #F6F4F0;
  color: #B1871B;
  text-align: center;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.news-top {
  margin: 40px auto;
  padding: 20px 30px;
  max-width: 670px;
  width: 100%;
  border: 2px solid #DD4827;
}

.news-top_title {
  margin-bottom: 20px;
  color: #DD4827;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}

.news-top_title.__end-reception {
  margin-bottom: 0;
}

.news-top_text {
  margin-top: 0;
  color: #DD4827;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}

.news-top ul li {
  color: #DD4827;
  font-size: 16px;
  text-indent: -1.25em;
  padding-left: 1.5em;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}

.news-top ul li:not(:last-child) {
  margin-bottom: 12px;
}

.news-top ul li:before {
  content: "¡¦";
  margin-right: 0.5em;
}

.news-top-alert {
  display: block;
  background: #F6F4F0;
  color: #DD4827;
  text-align: center;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.news-top-alert span {
  padding-left: 20px;
  font-size: 12px;
  color: #DD4827;
}

#header {
  position: relative;
  z-index: 5;
}

.h_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.h_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}

.h_logo h1 {
  margin: 28px 0 22px;
}

.h_logo a {
  width: 219px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 12px;
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/foure_logo_h.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.h_logo a:hover {
  opacity: .7;
}

.h_toggle {
  width: 6.4vw;
  height: 4.8vw;
  position: absolute;
  left: 4.26667vw;
  top: 6.93333vw;
  z-index: 1;
}

.h_toggle span {
  display: block;
  width: 100%;
  height: 0.53333vw;
  background: #333;
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  left: 0;
}

.h_toggle span:first-child {
  top: -2.13333vw;
}

.h_toggle span:last-child {
  top: 2.13333vw;
}

.is-active .h_toggle span {
  top: 0;
}

.is-active .h_toggle span:nth-child(1) {
  -webkit-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}

.is-active .h_toggle span:nth-child(2) {
  opacity: 0;
  left: -5.33333vw;
}

.is-active .h_toggle span:nth-child(3) {
  -webkit-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
}

.h_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px 0 20px;
}

.h_menus ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_menus li {
  position: relative;
}

.h_menus a:hover {
  opacity: .7;
}

[data-submenu] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-submenu] i:last-child {
  margin-left: 20px;
}

.h_menu_sub {
  display: none;
  z-index: 1;
}

.h_menu_sub ul {
  display: block;
}

.h_menu_sub li {
  display: block;
}

.h_menu_sub li a {
  color: #fff;
  display: block;
  white-space: nowrap;
  padding: 6px 0;
  font-size: 16px;
}

.h_menu_sub.submenu-2 {
  width: 150px;
  right: 0;
}

.menu > li,
.menu > li > a {
  font-weight: bold;
}

.h_menu1 {
  margin-right: 8px;
}

.h_menu1 > ul > li {
  padding-left: 16px;
  padding-right: 16px;
}

.h_menu1 .sp-only a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_menu1 .sp-only a i {
  margin-right: 2.13333vw;
}

.h_menu1 .sp-only a br {
  display: none;
}

.h_menu2 {
  font-size: 12px;
}

.h_menu2 > ul > li {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

.h_menu2 > ul > li:nth-child(3) i {
  margin: 0;
}

.h_menu2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_menu2 .has_item::before {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #E94709;
  border-radius: 100%;
  left: 8px;
  top: 4px;
}

#footer {
  border-top: thin solid #B1871B;
}

.f_inner {
  background: #F0EADD;
  padding: 80px 0 0;
}

.f_logo a {
  display: block;
}

.f_logo img {
  display: block;
  margin: 0 auto;
}

.f_menus {
  margin: 56px 0 80px;
}

.f_menus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f_menus ul a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  color: #B1871B;
}

.f_copy {
  color: #fff;
  background: #B1871B;
  padding: 28px 0;
}

.f_copy address {
  font-size: .8rem;
  font-style: normal;
  text-align: center;
}

.utils__unit {
  vertical-align: super;
  font-size: .65em;
}

@media screen and (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
  .btn a:hover,
  .btn button:hover {
    opacity: 0.7;
    color: #B1871B;
    background-color: #fff;
    opacity: 1;
  }
  .cookie-policy__container p a:hover {
    opacity: 0.7;
  }
  .banner-amazon_campaign a:hover {
    opacity: 0.7;
  }
  .banner-amazon_btn:hover {
    opacity: 0.7;
  }
  .h_menu_sub {
    overflow: hidden;
    position: absolute;
    padding: 12px 24px;
    background: rgba(51, 51, 51, 0.5);
    width: 215px;
    top: 130%;
  }
  .menu > li:first-child {
    padding-left: 32px;
  }
  .menu > li:last-child {
    padding-right: 32px;
  }
  .h_menu2 {
    border-left: 2px solid #E1E1E1;
  }
  .h_menu2 i {
    margin-right: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .cookie-policy__container p {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 4px;
  }
}

@media screen and (max-width: 750px) {
  html,
  body {
    width: 100vw;
    max-width: 100vw;
    font-size: 3.73333vw;
  }
  body {
    padding-top: 18.13333vw;
  }
  .pc-only {
    display: none !important;
  }
  .path {
    padding: 2.13333vw 4.26667vw;
    overflow-x: auto;
  }
  .path ul {
    width: 100%;
    white-space: nowrap;
  }
  .path li {
    font-size: 3.2vw;
  }
  .path li:last-child {
    padding-right: 4.26667vw;
  }
  .btn a,
  .btn button {
    width: calc(100% - 8.53333vw);
    height: 14.93333vw;
    font-size: 3.46667vw;
    line-height: 1.42857;
    background-position: 90% center;
  }
  .btn::after {
    width: calc(100% - 8.53333vw);
    height: 14.93333vw;
    bottom: -1.06667vw;
    right: 3.2vw;
  }
  .cookie-policy__container {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cookie-policy__container p {
    width: 100%;
    font-size: 11px;
  }
  .cookie-policy__close {
    right: 5px;
    top: 5px;
  }
  .container_section {
    width: 100%;
    padding: 21.33333vw 4.26667vw;
  }
  .label {
    font-size: 5.33333vw;
    line-height: 1.45;
  }
  .banner-amazon_campaign {
    right: 5vw;
    bottom: 5vw;
    width: 70%;
  }
  .banner-amazon_campaign a {
    width: 100%;
    height: auto;
  }
  .alert {
    overflow-x: auto;
    top: 13.33333vw;
    height: 8vw;
    line-height: 7.46667vw;
    font-size: 2.93333vw;
  }
  .alert-end-reception {
    top: 13.33333vw;
    height: 8vw;
    line-height: 7.46667vw;
    font-size: 3.2vw;
  }
  .news-top {
    margin: 8vw auto;
    padding-top: 4.26667vw;
    padding-bottom: 4.26667vw;
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
    max-width: initial;
    width: calc(100% - 8.53333vw);
  }
  .news-top_title {
    margin-bottom: 3.73333vw;
    font-size: 4.26667vw;
  }
  .news-top_text {
    font-size: 3.73333vw;
  }
  .news-top ul li {
    font-size: 3.73333vw;
  }
  .news-top ul li:not(:last-child) {
    margin-bottom: 1.6vw;
  }
  .news-top-alert {
    top: 13.33333vw;
    height: 8vw;
    line-height: 7.46667vw;
    font-size: 3.2vw;
  }
  .news-top-alert span {
    padding-left: 2.66667vw;
    font-size: 2.93333vw;
  }
  .h_fixed {
    width: 100vw;
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
  }
  .h_inner {
    width: 100%;
    padding: 4.26667vw 0 4.8vw;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .h_logo {
    position: absolute;
    left: calc(50% - 21.33333vw);
    z-index: 1;
  }
  .h_logo h1 {
    margin: 0;
  }
  .h_logo a {
    width: 42.66667vw;
    height: 8vw;
    margin: 0;
  }
  .h_menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
  }
  [data-submenu] i:first-child {
    margin-right: 2.13333vw;
  }
  [data-submenu] i:last-child {
    margin-left: 5.33333vw;
  }
  .h_menu_sub {
    width: auto;
    position: relative;
  }
  .h_menu_sub ul {
    margin-top: 4.8vw;
  }
  .h_menu_sub li a {
    color: #333;
    padding: 3.2vw 7.46667vw;
    font-size: 3.73333vw;
  }
  .h_menu_sub.submenu-2 {
    width: auto;
  }
  .h_menu1 {
    display: block;
    position: absolute;
    left: -100vw;
    top: 0;
    opacity: 0;
    -webkit-transition: left .3s ease, opacity .3s ease;
    transition: left .3s ease, opacity .3s ease;
    width: 100vw;
    height: 100vh;
    background: #fff;
    padding: 34.13333vw 0 0;
  }
  .h_menu1 .menu {
    display: block;
  }
  .h_menu1 > ul > li {
    padding-left: 10.66667vw;
    padding-right: 10.66667vw;
  }
  .h_menu1 > ul > li + li {
    margin-top: 10.66667vw;
  }
  .is-active .h_menu1 {
    opacity: 1;
    left: 0;
  }
  .h_menu2 {
    font-size: 0;
  }
  .h_menu2 > ul > li {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }
  .h_menu2 _::-webkit-full-page-media, .h_menu2 _:future, :root .h_menu2 > ul > li a {
    font-size: 1px;
    color: transparent !important;
  }
  .h_menu2 > ul > li:first-child {
    display: none;
  }
  .h_menu2 > ul > li:last-child {
    padding-right: 0;
  }
  .h_menu2 .has_item::before {
    width: 2.66667vw;
    height: 2.66667vw;
    left: 0;
    top: 1.06667vw;
  }
  .f_inner {
    padding: 10.66667vw 0 0;
  }
  .f_logo img {
    width: 37.33333vw;
  }
  .f_menus {
    margin: 12.8vw 0;
  }
  .f_menus ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f_menus ul a {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding: 3.2vw 6.4vw;
  }
  .f_copy {
    padding: 4.26667vw 0;
  }
  .f_copy address {
    font-size: 2.66667vw;
  }
}

@media all and (-ms-high-contrast: none\0) {
  html,
  body {
    font-weight: 500;
  }
  p {
    font-weight: 500 !important;
  }
}
