@charset "UTF-8";
@font-face {
  font-style: normal;
  font-weight: 400;
  src: local("Roboto-Regular"), url("../../assets/fonts/Roboto-Regular.woff2") format("woff2"), url("../../assets/fonts/Roboto-Regular.woff") format("woff");
  font-family: "Roboto-Regular";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../../assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../../assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-family: "Noto Sans CJK JP Subset";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url("../../assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../../assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
  font-family: "Noto Sans CJK JP Subset";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url("../../assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../../assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
  font-family: "Noto Sans CJK JP Subset";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../../assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../../assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-family: "Noto Sans CJK JP Subset";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../../assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../../assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-family: "Noto Sans CJK JP Subset";
  font-display: swap;
}
body {
  font-weight: 400 !important;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif !important;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 2560px;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  color: #000000;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/*
  3. 高さは%ベースを使用
*/
html, body {
  height: 100%;
}

/*
  タイポグラフィの微調整
  4. アクセシブルなline-heightを追加
  5. テキストのレンダリングを改善
*/
body {
  -webkit-font-smoothing: antialiased;
}

/*
  6. メディア要素のデフォルトを改善
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/*
  7. フォームのfontに関するデフォルトを削除
*/
input, button, textarea, select {
  font: inherit;
}

/*
  8. テキストのオーバーフローを回避
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

body p {
  margin: 0;
}

body a {
  color: #000;
}
body a:hover {
  color: #000;
  text-decoration: none !important;
}

.c-hamburger {
  z-index: 30;
}

header {
  z-index: 40;
}

main {
  z-index: 1;
}

.modal__container,
.modal__overlay {
  z-index: 500;
}

/*
  ! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  line-height: 1.5; /* 1 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
     tab-size: 4; /* 3 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  border-top-width: 1px; /* 3 */
  color: inherit; /* 2 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-size: 1em; /* 2 */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
}

/*
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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
  text-indent: 0; /* 1 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  color: inherit; /* 1 */
  font-weight: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  font-family: inherit; /* 1 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-image: none; /* 2 */
  background-color: transparent; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.block{
  display: block;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.l-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
          flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

.l-footer {
  margin-top: 0 !important;
  padding-top: 40px;
  padding-bottom: 0;
  background-color: #fff !important;
}

.p-header__logo {
  position: relative;
}
.p-header__logo img {
  width: 91px;
}

.p-header__inner {
  z-index: 1;
  position: relative;
  padding: 0 15px;
  background: #fff;
}

.p-header__contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 400;
  position: relative;
          align-items: center;
          justify-content: space-between;
  max-width: 940px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
  background: #fff;
}

.p-header-information {
  margin-right: 15px;
  margin-left: auto;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.35px;
}
.p-header-information span {
  margin-left: 5px;
  color: #ad0003;
  font-size: 12px;
}

.p-header__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  gap: 25px;
}

.p-header__nav-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  gap: 15px;
}

body.is-active .p-header__nav-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.p-header__nav-link.__login a img, .p-header__nav-link.__logout a img {
  width: 19.1px;
  height: 20.2px;
}
.p-header__nav-link.__member a img {
  width: 20px;
  height: 19.6px;
}
.p-header__nav-link a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
}
.p-header__nav-link a p {
  margin-top: 3px;
  font-size: 10px;
}

.p-coupon__banner {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
  -webkit-animation: downanime 0.5s ease-in-out 0.5s;
  -webkit-animation-fill-mode: forwards;
  z-index: 1;
  position: relative;
  width: 100%;
          transform: translateY(-100%);
          animation: downanime 0.5s ease-in-out 0.5s;
          animation-fill-mode: forwards;
}
.p-coupon__banner a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  padding: 7px 0;
  gap: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.p-coupon__banner a p {
  font-weight: 700;
  font-size: 15px;
}
.p-coupon__banner a p span {
  margin-left: 5px;
  color: #ad0003;
}
.p-coupon__banner a img {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@-webkit-keyframes downanime {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes downanime {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-category__head {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  scroll-margin-top: 160px;
}

.p-footer-category__menu {
  margin-top: 23px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.p-footer-category__menu a {
  color: #000 !important;
}
.p-footer-category__menu .p-footer-category__menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  gap: 19px;
}
.p-footer-category__menu .p-footer-category__menu-link {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.p-footer-category__menu .p-footer-category__menu-link.__icon01 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-01.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon02 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-02.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon03 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-03.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon04 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-04.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon05 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-05.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon06 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-06.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon07 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-07.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon08 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-08.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon09 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-09.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon10 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-10.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon11 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-11.svg);
}
.p-footer-category__menu .p-footer-category__menu-link.__icon12 .image {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-12.svg);
}
.p-footer-category__menu .p-footer-category__menu-link a {
  display: grid;
  position: relative;
  grid-template-columns: 25% 75%;
  height: 60px;
}
.p-footer-category__menu .p-footer-category__menu-link a::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
          transform: rotate(-45deg);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #000;
  content: "";
  vertical-align: middle;
}
.p-footer-category__menu .p-footer-category__menu-link a .image {
  background-position: center center;
  background-repeat: no-repeat;
}
.p-footer-category__menu .p-footer-category__menu-link a .text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
}
.p-footer-category__menu .p-footer-category__menu-link a .text p {
  font-size: 14px !important;
}

.p-footer__menu-pc {
  padding: 0 15px;
}

.p-footer__menu-pc-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr 1.1fr;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 10px;
}

.p-footer__menu .p-footer__menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
.p-footer__menu .p-footer__menu-link {
  position: relative;
}
.p-footer__menu .p-footer__menu-link a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  height: 40px;
  padding-left: 14px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.35px;
}
.p-footer__menu .p-footer__menu-link::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
          transform: rotate(-45deg);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #000000;
  content: "";
  vertical-align: middle;
}

.p-footer__menu-01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.p-footer-sns__menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  margin-top: auto;
}

.p-footer__logo .p-footer__logo-img {
  position: relative;
}
.p-footer__logo .p-footer__logo-img::before {
  padding-top: 49.2753623188%;
  float: left;
  content: "";
}
.p-footer__logo .p-footer__logo-img::after {
  display: block;
  clear: both;
  content: "";
}
.p-footer__logo .p-footer__logo-img > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-footer__logo .p-footer__logo-img img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.p-footer__copy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  padding: 10px 0;
  background-color: #1a323d;
}
.p-footer__copy p {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-family: "Roboto-Regular";
  letter-spacing: 0.28px;
}

.p-bottom-menu__list.__index.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

.p-bottom-menu__list.__detail.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  gap: 5px;
}

.p-bottom-menu {
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
}
.p-bottom-menu .p-bottom-menu__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: none;
          align-items: center;
          justify-content: space-between;
  height: 100%;
}
.p-bottom-menu .p-bottom-menu__list .p-bottom-menu__link.login a img, .p-bottom-menu .p-bottom-menu__list .p-bottom-menu__link.logout a img {
  width: 19px;
  height: 20px;
}
.p-bottom-menu .p-bottom-menu__list .p-bottom-menu__link.__member a img {
  width: 20px;
  height: 19.5px;
}
.p-bottom-menu .p-bottom-menu__list .p-bottom-menu__link a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  text-decoration: none;
}
.p-bottom-menu .p-bottom-menu__list .p-bottom-menu__link a p {
  margin-top: 3px;
}
.p-bottom-menu .p-cart__button {
  width: 100%;
}
.p-bottom-menu .p-cart__button a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #ffc021;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe7ae), to(#ffc021));
  background-image: -o-linear-gradient(top, #ffe7ae, #ffc021);
  background-image: linear-gradient(to bottom, #ffe7ae, #ffc021);
  color: #000;
}
.p-bottom-menu .p-cart__button a::before {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
  margin-right: 10px;
          transform: translateY(2px);
  content: url(https://shokuhan.itembox.design/item/assets/img/add-cart-icon.svg);
}
.p-bottom-menu .p-buy__button {
  grid-area: c;
  width: 100%;
}
.p-bottom-menu .p-buy__button a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #ff8121;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#feb95f), to(#ff8121));
  background-image: -o-linear-gradient(top, #feb95f, #ff8121);
  background-image: linear-gradient(to bottom, #feb95f, #ff8121);
  color: #000;
}
.p-bottom-menu .p-buy__button a::before {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
  margin-right: 10px;
          transform: translateY(2px);
  content: url(https://shokuhan.itembox.design/item/assets/img/cart-icon.svg);
}
.p-top-slider .splide-wrapper {
  position: relative;
}
.p-top-slider .splide__arrows {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.p-top-slider .splide__arrow {
  top: -111px;
  width: 20px;
  height: 20px;
  background: none;
  opacity: 1;
}
.p-top-slider .splide__pagination li {
  line-height: 0;
}
.p-top-slider .splide__slide {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 940px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.p-top-slider .splide__slide::before {
  padding-top: 42.5531914894%;
  float: left;
  content: "";
}
.p-top-slider .splide__slide::after {
  display: block;
  clear: both;
  content: "";
}
.p-top-slider .splide__slide > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-slider .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-slider .splide__slide.is-active {
  opacity: 1;
}
.p-top-slider .splide__pagination {
  position: relative;
  bottom: 0;
  padding: 10px 0;
}
.p-top-slider .splide__pagination__page {
  width: 9px;
  height: 9px;
  margin: 0 8px;
}
.p-top-slider .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background: #e3c4a5;
}
.p-top-slider .splide__arrow--prev {
  left: 1%;
}
.p-top-slider .splide__arrow--next {
  right: 1%;
}

.p-news-slider {
  width: 100%;
  margin-top: 9px;
  padding: 0 15px;
}
.p-news-slider .splide-wrapper {
  position: relative;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e5e5e5;
}
.p-news-slider .splide__slide {
  height: 100%;
  margin-bottom: 1px;
  padding-right: 10%;
  padding-bottom: 12px;
  overflow: auto;
}
.p-news-slider .splide__slide .news-time-text {
  padding-top: 4px;
  line-height: 1;
}
.p-news-slider .splide__slide .news-time-text time {
  color: #c9c9c9;
  font-size: 14px;
  font-family: "Roboto-Regular";
  letter-spacing: 0.35px;
}
.p-news-slider .splide__slide .news-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.35px;
}
.p-news-slider .splide__arrows--ttb .splide__arrow {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
  right: 0;
  left: initial;
          transform: translate(0);
}
.p-news-slider .splide__arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.p-news-slider .splide__arrow svg {
  width: 20px;
  height: 10px;
}
.p-news-slider .splide__arrows--ttb .splide__arrow--prev {
  top: 0;
}
.p-news-slider .splide__arrows--ttb .splide__arrow--next {
  bottom: 12px;
}

#index .p-carousel-menu__wrapper {
  position: relative;
  padding: 0 15px;
  padding-top: 24px;
  padding-bottom: 25px;
}
#index .p-carousel-menu__wrapper.__ranking {
  padding-top: 26px;
}
#index .p-carousel-menu__wrapper.__recommend02 {
  padding-top: 0;
}
#index .p-carousel-menu__wrapper.__recommend02 .p-carousel-menu__head a {
  margin-left: auto;
}
#index .p-carousel-menu__wrapper.__recommend01 {
  padding-bottom: 0;
}
#index .p-carousel-menu__wrapper .p-carousel-menu__head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
}
#index .p-carousel-menu__wrapper .p-carousel-menu__head h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
#index .p-carousel-menu__wrapper .p-carousel-menu__head a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
          justify-content: center;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.35px;
}
#index .p-carousel-menu__wrapper .p-carousel-menu__head a::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
          transform: rotate(-45deg);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #000;
  content: "";
  vertical-align: middle;
}
#index .p-carousel-menu__wrapper .p-carousel-menu {
  position: relative;
  max-width: 1100px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productListCarousel__ctrl {
  display: none !important;
  position: absolute;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productListItem__control {
  display: none;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productPrice__main__label {
  display: none;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productName__name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 16px;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-price__currencyMark {
  font-size: 16px;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-price__value {
  font-weight: 500;
  font-size: 16px;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productPrice__addon {
  font-weight: 500;
  font-size: 16px;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .slick-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 15px;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .slick-list .slick-track .slick-slide {
  position: relative;
  width: calc(50vw - 15px - 15px);
}
#index .p-carousel-menu__wrapper.__ranking .p-carousel-menu .slick-list .slick-track .slick-slide::before {
  z-index: 2;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 33.4px;
  height: 43.6px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#index .p-carousel-menu__wrapper.__ranking .p-carousel-menu .slick-list .slick-track .slick-slide:nth-of-type(1)::before {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/rank01.png);
}
#index .p-carousel-menu__wrapper.__ranking .p-carousel-menu .slick-list .slick-track .slick-slide:nth-of-type(2)::before {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/rank02.png);
}
#index .p-carousel-menu__wrapper.__ranking .p-carousel-menu .slick-list .slick-track .slick-slide:nth-of-type(3)::before {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/rank03.png);
}
#index .p-carousel-menu__wrapper.__ranking .p-carousel-menu .slick-list .slick-track .slick-slide:nth-of-type(4)::before {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/rank04.png);
}
#index .p-carousel-menu__wrapper.__ranking .p-carousel-menu .slick-list .slick-track .slick-slide:nth-of-type(5)::before {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/rank05.png);
}
#index .p-carousel-menu__wrapper.__ranking .p-carousel-menu .slick-list .slick-track .slick-slide:nth-of-type(6)::before {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/rank06.png);
}

#index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productListCarousel__list__item {
  min-width: 0px;
  max-width: 100%;
  margin: 0;
}
#index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productListItem__image a img {
  -o-object-fit: cover;
  aspect-ratio: 165/177;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
#index .fs-c-productListCarousel__ctrl--next {
  right: 6px;
}
#index .fs-c-productListCarousel__ctrl--prev {
  z-index: 1;
  left: -23px;
}

#index .p-carousel-menu-category {
  padding: 0 15px;
}
#index .p-carousel-menu-category .p-carousel-menu-category__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
#index .p-carousel-menu-category .p-carousel-menu-category__inner .p-carousel-menu__head h2 {
  font-weight: bold;
  font-size: 20px;
}
#index .p-carousel-menu-category .p-carousel-menu-category__inner .splide__track {
  margin: 0 40px;
}
#index .p-carousel-menu-category .p-carousel-menu-category__inner .p-category-slider {
  margin-top: 15px;
}
#index .p-carousel-menu-category .p-carousel-menu-category__inner .p-category-slider .splide__list .splide__slide img {
  width: 100%;
}
#index .p-carousel-menu-category .p-carousel-menu-category__inner .p-category-slider .splide__arrow--prev {
  left: 0;
}
#index .p-carousel-menu-category .p-carousel-menu-category__inner .p-category-slider .splide__arrow--next {
  right: 0;
}
#index .p-carousel-menu-category .p-carousel-menu-category__inner .p-category-slider .splide__arrow {
  background: none;
}

.item-selection-hr {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

#item-selection {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  max-width: 1100px;
  margin-top: 24.5px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 37px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url(https://shokuhan.itembox.design/item/assets/img/item-selection-bg@2x.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
}

.p-item-selection-title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.p-item-selection {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 330px;
  height: 500px;
  margin-top: 37px;
}
.p-item-selection .p-taste__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
          align-items: center;
          justify-content: center;
  margin: auto;
  background: #fff;
}
.p-item-selection .p-taste__text.__horizontal {
  width: 57.5px;
  height: 20px;
}
.p-item-selection .p-taste__text.__vertical {
  width: 20px;
  height: 57.5px;
  padding-left: 3px;
}
.p-item-selection .p-taste__text.__top {
  top: -14px;
}
.p-item-selection .p-taste__text.__bottom {
  bottom: -14px;
}
.p-item-selection .p-taste__text.__left {
  top: 45%;
  left: -9px;
}
.p-item-selection .p-taste__text.__right {
  top: 45%;
  right: -9px;
}
.p-item-selection .p-taste__text p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
}
.p-item-selection .p-taste__text p-taste__text.__vertical p, p-taste__text.__vertical .p-item-selection .p-taste__text p {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.p-item-selection .p-item-selection__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.p-item-selection .p-item-selection__list::before {
  position: absolute;
  top: 249px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  border-top: 1px dashed #000;
  content: "";
}
.p-item-selection .p-item-selection__list::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  border-left: 1px dashed #000;
  content: "";
}
.p-item-selection .p-item-selection__list li {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.p-item-selection .p-item-selection__list li img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.p-item-selection .p-item-selection__list li a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-item-selection .p-item-selection__list li.__01 a {
  width: 62px;
}

.p-item-selection .p-item-selection__list li.__02 a {
  width: 66px;
}

.p-item-selection .p-item-selection__list li.__03 a {
  width: 67.5px;
}

.p-item-selection .p-item-selection__list li.__04 a {
  width: 61px;
}

.p-item-selection .p-item-selection__list li.__05 a {
  width: 66px;
}

.p-item-selection .p-item-selection__list li.__06 a {
  width: 67px;
}

.p-item-selection .p-item-selection__list li.__07 a {
  width: 69px;
}

.p-item-selection .p-item-selection__list li.__08 a {
  width: 66px;
}

.p-item-selection .p-item-selection__list li.__09 a {
  width: 63.5px;
}

.p-item-selection .p-item-selection__list li.__10 a {
  width: 67px;
}

.p-item-selection .p-item-selection__list li.__11 a {
  width: 68.5px;
}

.p-item-selection .p-item-selection__list li.__12 a {
  width: 69.5px;
}

.p-item-selection .p-item-selection__list li.__13 a {
  width: 68px;
}

.p-item-selection .p-item-selection__list li .shadow {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: rotateX(60deg);
  -webkit-box-shadow: 0 0 10px 10px #000;
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 5px;
  width: 5px;
  height: 5px;
  margin: auto;
          transform: rotateX(60deg);
  border-radius: 50%;
  background: #000;
          box-shadow: 0 0 10px 10px #000;
  content: "";
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.p-item-selection .p-item-selection__list li.__left .shadow {
  left: 10px;
}

.p-item-selection .p-item-selection__list li.__left-right .shadow {
  left: 12px;
}

.p-item-selection .p-item-selection__list li.__right .shadow {
  right: 20px;
}

.p-item-selection .p-item-selection__list li.__right-left .shadow {
  right: 20px;
}
.p-item-selection .p-item-selection__list li.__01 {
  top: 26.7%;
  left: 2.3%;
}
.p-item-selection .p-item-selection__list li.__02 {
  top: 23%;
  left: 11.4%;
}
.p-item-selection .p-item-selection__list li.__03 {
  top: 12.2%;
  left: 24.1%;
}
.p-item-selection .p-item-selection__list li.__04 {
  top: 7%;
  left: 34.5%;
}
.p-item-selection .p-item-selection__list li.__05 {
  top: 21%;
  left: 35.6%;
}
.p-item-selection .p-item-selection__list li.__06 {
  top: 3%;
  left: 48%;
}
.p-item-selection .p-item-selection__list li.__07 {
  top: 28%;
  left: 43.5%;
}
.p-item-selection .p-item-selection__list li.__08 {
  top: 21%;
  left: 53.9%;
}
.p-item-selection .p-item-selection__list li.__09 {
  top: 56%;
  left: 6%;
}
.p-item-selection .p-item-selection__list li.__10 {
  top: 48%;
  left: 53.8%;
}
.p-item-selection .p-item-selection__list li.__11 {
  top: 51%;
  left: 61.5%;
}
.p-item-selection .p-item-selection__list li.__12 {
  top: 72%;
  left: 60.5%;
}
.p-item-selection .p-item-selection__list li.__13 {
  top: 65%;
  left: 72.5%;
}

.p-item-selection-detail__list {
  padding: 40px 10px;
}
.p-item-selection-detail__list .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-item-selection-detail__list .line dt, .p-item-selection-detail__list .line dd span {
  color: #fff;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.14px;
}
.p-item-selection-detail__list .line dt {
  -moz-text-align-last: justify;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43px;
       text-align-last: justify;
}
.p-item-selection-detail__list .line dd {
  padding-left: 1em;
  text-indent: -1em;
}

#logo-grid {
  padding: 0 15px;
}
#logo-grid .logo-grid__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  border-top: 1px solid #e5e5e5;
}
#logo-grid .logo-grid__head {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#logo-grid .p-logo-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  list-style-type: none;
}
#logo-grid .p-logo-grid__list .p-logo-grid__item {
  z-index: 1;
  position: relative;
}
#logo-grid .p-logo-grid__list .p-logo-grid__item.__katsuyama a img {
  width: 79.3636363636%;
}
#logo-grid .p-logo-grid__list .p-logo-grid__item.__masamune a img {
  width: 49.6363636364%;
}
#logo-grid .p-logo-grid__list .p-logo-grid__item.__date a img {
  width: 56.4545454545%;
}
#logo-grid .p-logo-grid__list .p-logo-grid__item:nth-of-type(2)::before {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background: #000;
  content: "";
}
#logo-grid .p-logo-grid__list .p-logo-grid__item:nth-of-type(2)::after {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background: #000;
  content: "";
}
#logo-grid .p-logo-grid__list .p-logo-grid__item a {
  display: block;
  position: relative;
}
#logo-grid .p-logo-grid__list .p-logo-grid__item a::before {
  padding-top: 62.8415300546%;
  float: left;
  content: "";
}
#logo-grid .p-logo-grid__list .p-logo-grid__item a::after {
  display: block;
  clear: both;
  content: "";
}
#logo-grid .p-logo-grid__list .p-logo-grid__item a > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#logo-grid .p-logo-grid__list .p-logo-grid__item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#logo-grid .p-logo-grid__list .p-logo-grid__item a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#logo-grid .p-grid-link {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
#logo-grid .p-grid-link .splide__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
#logo-grid .p-grid-link .splide__slide {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
#logo-grid .p-grid-link .splide__slide::before {
  padding-top: 100%;
  float: left;
  content: "";
}
#logo-grid .p-grid-link .splide__slide::after {
  display: block;
  clear: both;
  content: "";
}
#logo-grid .p-grid-link .splide__slide > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#logo-grid .p-grid-link .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#logo-grid .p-grid-link .splide__slide a img {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  -o-object-fit: cover;
  width: 100%;
     object-fit: cover;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
#logo-grid .p-grid-link .p-grid-link-banner-sp {
  display: block;
  margin-top: 16px;
}
#logo-grid .p-grid-link .p-grid-link-banner-sp img {
  width: 100%;
}
#logo-grid #slider5 {
  margin-top: 8px;
}

.fs-c-breadcrumb {
  padding: 8px 15px;
}

.fs-c-breadcrumb__list {
  max-width: 1100px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  font-size: 12px;
}

.fs-c-breadcrumb__listItem {
  color: #818181 !important;
}
.fs-c-breadcrumb__listItem a {
  color: #818181 !important;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  margin-left: 5px;
}

#fs_modal_systemerror {
  display: none;
}

#detail {
  margin-top: 12px;
}
#detail #fs_form {
  padding-bottom: 43px;
}
#detail .fs-l-productLayout {
  grid-row-gap: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: grid;
  grid-template-columns: 38.1818181818% 53.6363636364%;
          justify-content: space-between;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
#detail .p-taste-detail img {
  width: 100%;
  padding: 30px;
  border: 1px solid #e5e5e5;
}
#detail .p-detail-left-area .p-taste-detail {
  margin-top: 44px;
}
#detail .p-detail-right-area .p-taste-detail {
  margin-top: 40px;
}
#detail .fs-c-slick .slick-prev {
  left: 0;
}
#detail .fs-c-slick .slick-prev::before {
  content: url(https://shokuhan.itembox.design/item/assets/img/detail-prev-icon.svg);
}
#detail .fs-c-slick .slick-next {
  right: 0;
}
#detail .fs-c-slick .slick-next::before {
  content: url(https://shokuhan.itembox.design/item/assets/img/detail-next-icon.svg);
}
#detail .fs-c-slick .slick-prev,
#detail .fs-c-slick .slick-next {
  background: none;
}
#detail .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
#detail .fs-c-productCarouselMainImage__thumbnailList > li {
  margin: 0 5px 0 0;
}
#detail .fs-c-productCarouselMainImage__thumbnail__img {
  border: none;
}
#detail .fs-c-productNameHeading {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
#detail .fs-c-productNameHeading__name {
  font-size: 25px;
}
#detail .fs-c-productNumber {
  display: inline-block;
  margin-top: 22px;
  padding: 0;
  border: none;
  font-size: 14px;
  letter-spacing: 0.34px;
  text-align: center;
}
#detail .fs-c-productNumber .fs-c-productNumber__number {
  font-weight: 400;
}
#detail .fs-c-productNumber .fs-c-productNumber__number::before {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
  display: inline;
  margin: 0 5px;
          transform: translateY(5px);
  content: ":";
  line-height: 1.3;
  vertical-align: top;
}
#detail .fs-c-productPrices {
  margin-top: 6px;
}
#detail .fs-c-productPrice--selling {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
          justify-content: flex-start;
}
#detail .fs-c-price__currencyMark {
  display: none;
}
#detail .fs-c-productPrice__main__label {
  font-size: 15px;
}
#detail .fs-c-price {
  line-height: 1;
}
#detail .fs-c-price::after {
  content: "円";
  color: #ad0003;
  font-size: 16px;
}
#detail .fs-c-price .fs-c-price__value {
  color: #ad0003;
  font-weight: 500;
  font-size: 30px;
}
#detail .fs-c-featuredProduct .fs-c-price .fs-c-price__value {
  font-size: 16px;
}
#detail .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  padding-bottom: 3px;
  font-size: 15px;
}
#detail .fs-c-featuredProduct .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  padding-bottom: 0;
}
#detail .fs-c-productSelection__label {
  font-size: 15px;
}
#detail .fs-c-productPointDisplay {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  margin-top: 12px;
  padding: 0 !important;
  background: none;
  color: #ad0003 !important;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1;
}
#detail .fs-c-productPointDisplay::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 17px;
  height: 17px;
  margin-right: 2px;
          transform: translateY(1px);
  border: 1px solid #000;
  border-radius: 50%;
  content: "P";
  color: #000;
  font-weight: normal;
  font-size: 12px;
}
#detail .fs-c-productPointDisplay .fs-c-productPointDisplay__label {
  color: #ad0003;
}
#detail .fs-c-productPointDisplay .fs-c-productPointDisplay__quantity {
  color: #ad0003;
}
#detail .fs-c-productPointDisplay .fs-c-productPointDisplay__unit {
  color: #ad0003;
}
#detail .fs-c-productSelection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
}
#detail .fs-c-productSelection__name {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-right: 6px;
  padding: 4px;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
}
#detail .fs-c-productOption__label {
  font-size: 15px;
}
#detail .fs-c-dropdown {
  font-size: 14px;
}
#detail .fs-c-productSelection__selection {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  font-size: 14px;
}
#detail .fs-c-productSelection__selection:first-of-type::after {
  content: "※メッセージカード承ります。注文時、「通信欄」にメッセージをお書きください。";
  font-size: 12px;
}
#detail .fs-c-productOption {
  margin-top: 20px;
}
#detail .fs-c-productOption__name {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-negative: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 1;
          align-items: center;
          justify-content: flex-start;
  width: 100%;
  margin-right: 6px;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
}
#detail .fs-c-productOption__option {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin-top: 10px;
  padding: 0px;
}
#detail .fs-c-productOption__comment {
  font-size: 14px !important;
}
#detail .fs-c-productOption__comment a {
  color: #0115cc;
  text-decoration: underline;
}
#detail .fs-c-productQuantityAndWishlist__wishlist {
  display: none;
}
#detail .fs-c-productQuantityAndWishlist {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: a;
          align-items: center;
          justify-content: flex-start;
}
#detail .fs-c-productActionButton {
  grid-area: b;
  margin-right: 15px;
  padding: 0;
}
#detail .fs-c-button--primary {
  -webkit-box-shadow: none;
  -ms-flex-negative: 0;
  display: inline-block;
      flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  height: 50px;
  padding: 0;
  border: solid 1px #ffc021;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe7ae), to(#ffc021));
  background-image: -o-linear-gradient(top, #ffe7ae, #ffc021);
  background-image: linear-gradient(to bottom, #ffe7ae, #ffc021);
          box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#detail .fs-c-button--primary .fs-c-button__label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
#detail .fs-c-button--primary .fs-c-button__label::before {
  margin-right: 10px;
  content: url(https://shokuhan.itembox.design/item/assets/img/add-cart-icon.svg);
}

#detail-cart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: grid;
  grid-template-columns: 1fr 200px 200px;
  grid-template-areas: "a b b";
          justify-content: flex-start;
  margin-top: 37px;
  scroll-margin-top: 500px;
}
#detail-cart .fs-c-quantity {
  -ms-flex-negative: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: flex-start;
  max-width: 100%;
  height: 100%;
}
#detail-cart .fs-c-quantity::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
  content: "購入数";
  font-size: 15px;
}
#detail-cart .fs-c-quantity::after {
  height: 38px;
  content: url(https://shokuhan.itembox.design/item/assets/img/select-arrow.svg);
}
#detail-cart .fs-c-quantity__select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 40px;
  margin: 0 15px;
  padding-left: 19px;
  font-size: 15px;
}
#detail-cart .p-buy__button {
  grid-area: c;
}
#detail-cart .p-buy__button a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  border: solid 1px #ff8121;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#feb95f), to(#ff8121));
  background-image: -o-linear-gradient(top, #feb95f, #ff8121);
  background-image: linear-gradient(to bottom, #feb95f, #ff8121);
  color: #000;
}
#detail-cart .p-buy__button a::before {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
  margin-right: 10px;
          transform: translateY(2px);
  content: url(https://shokuhan.itembox.design/item/assets/img/cart-icon.svg);
}

.p-description-text {
  margin-top: 34px;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.35px;
  text-indent:-1em;
}
.p-description-text::first-letter {
  padding-left: 1rem;
}

.p-product-info {
  margin-top: 38px;
  font-size: 14px;
}
.p-product-info .p-product-info__head {
  font-weight: bold;
  font-size: 15px;
}
.p-product-info .line {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin-top: 14px;
}
.p-product-info dl:first-of-type {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.p-product-info .p-product-info-cautions {
  margin-top: 15px;
  font-size: 11px;
}

.p-product-award {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 42px;
  padding-right: 15px;
  padding-bottom: 54px;
  padding-left: 15px;
  background-image: url(https://shokuhan.itembox.design/item/assets/img/award-bg-pc@2x.webp);
  background-size: cover;
}
.p-product-award .p-award__head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.p-product-award .p-award__head img {
  width: 200px;
}
.p-product-award .p-award__list {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  margin-top: 28px;
}
.p-product-award .p-award__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: flex-start;
}
.p-product-award .p-award__item:not(:first-child) {
  margin-top: 15px;
}
.p-product-award .p-award__item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1rem;
  border-right: 2px solid #d9a130;
  color: #fff;
  font-size: 20px;
  line-height: 0.9;
  font-family: Roboto;
}
.p-product-award .p-award__item dd {
  padding-left: 1rem;
}
.p-product-award .p-award__item dd p {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.45px;
}
.p-product-award .p-award__item dd p::before, .p-product-award .p-award__item dd p::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.p-product-award .p-award__item dd p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-product-award .p-award__item dd p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.p-product-award .p-award__item dd p:nth-of-type(n +2) {
  margin-top: 15px;
}
.p-product-award .p-award__item dd p span {
  display: inline-block;
  color: #fff;
}

.p-product-detailed {
  padding-top: 80px;
  padding-bottom: 50px;
  font-weight: 600;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

.p-product-detailed__head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 222px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #000;
  font-weight: 600 !important;
  font-size: 20px;
}
.p-product-detailed__head::before {
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  width: 95%;
  height: 4px;
  margin: auto;
  background: #fff;
  content: "";
}
.p-product-detailed__head::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  width: 95%;
  height: 4px;
  margin: auto;
  background: #fff;
  content: "";
}

.p-product-detailed__list {
  max-width: 1100px;
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
}

.p-product-detailed__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-product-detailed__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-product-detailed-img {
  position: relative;
  width: 50%;
}
.p-product-detailed-img::before {
  padding-top: 66.7272727273%;
  float: left;
  content: "";
}
.p-product-detailed-img::after {
  display: block;
  clear: both;
  content: "";
}
.p-product-detailed-img > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-detailed-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-detailed-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product-detailed__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 50%;
  padding: 28px 28px 35px;
  background: #ebebeb;
}
.p-product-detailed__text p {
  width: 320px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.38px;
}

.p-product-fun {
  margin-top: 53px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 48px;
  padding-bottom: 52px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.p-product-fun__head,
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title{
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-align: center;
  border-bottom:none;
}
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title{
  margin-bottom: 47px;
}
.fs-c-featuredProduct{
  margin-bottom: 123px;
}

.p-product-fun__list {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
          align-items: baseline;
  max-width: 1100px;
  margin-top: 43px;
  margin-right: auto;
  margin-left: auto;
  gap: 10px;
}

.p-product-fun__card {
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px 22px 25px;
  border: 1px solid #e5e5e5;
}
.p-product-fun__card.__voice {
  padding: 20px 17px 28px;
}
.p-product-fun__card .p-product__card-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.p-product-fun__card .p-product-fun__card-inner {
  margin-top: 17px;
}
.p-product-fun__card .p-product__card-img {
  position: relative;
  margin-bottom: 12px;
}
.p-product-fun__card .p-product__card-img::before {
  padding-top: 66.6666666667%;
  float: left;
  content: "";
}
.p-product-fun__card .p-product__card-img::after {
  display: block;
  clear: both;
  content: "";
}
.p-product-fun__card .p-product__card-img > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-fun__card .p-product__card-img img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.p-product-fun__card .p-product__card-text {
  margin-top: 5px;
  font-size: 14px;
}
.p-product-fun__card .p-product-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.p-product-fun__card .p-product-voice:not(:first-of-type) {
  margin-top: 16px;
}
.p-product-fun__card .p-product-voice__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-product-fun__card .p-product-voice__text {
  padding: 13px 11px;
  border: solid 1px #b8b8b8;
  border-radius: 5px;
  font-size: 14px;
}

.p-about-packaging {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e5e5e5;
}

.p-about-packaging__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  gap: 1px;
}

.p-about-packaging__head {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.p-about-packaging__img img {
  width: 100%;
}

.p-about-packaging__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
}
.p-about-packaging__text dl .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-packaging__text dl .line:not(:first-of-type) {
  margin-top: 6px;
}
.p-about-packaging__text dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 135px;
  font-weight: bold;
  font-size: 14px;
}
.p-about-packaging__text dd {
  font-size: 14px;
}

.p-float-button {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
  -webkit-animation: rightanime 0.5s ease-in-out 1s;
  -webkit-animation-fill-mode: forwards;
  z-index: 10;
  position: fixed;
  top: 55%;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 115px;
  margin: auto;
          transform: translateX(100%);
          animation: rightanime 0.5s ease-in-out 1s;
          animation-fill-mode: forwards;
}
.p-float-button a {
  display: block;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes rightanime {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes rightanime {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-hamburger-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
}
.p-hamburger-menu p {
  font-size: 10px;
}

.p-menu-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 90;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 25px;
  height: 25px;
}

.p-menu-btn span,
.p-menu-btn span:before,
.p-menu-btn span:after {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  border-radius: 3px;
  background-color: #000;
  content: "";
}

.p-menu-btn span:before {
  bottom: 9px;
}

.p-menu-btn span:after {
  top: 9px;
}

#menu-btn-check:checked ~ .p-menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .p-menu-btn span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
  bottom: 0;
          transform: rotate(45deg);
  background-color: #ad0003;
}

#menu-btn-check:checked ~ .p-menu-btn span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
  top: 0;
          transform: rotate(-45deg);
  background-color: #ad0003;
}

#menu-btn-check {
  display: none;
}

.p-menu-content {
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: 0;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding: 9px 15px 10px 0;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

.menu-content ul li a::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
  position: absolute;
  top: 16px;
  right: 11px;
  width: 7px;
  height: 7px;
          transform: rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  content: "";
}

.p-menu-content {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 30;
  position: fixed;
  top: -100%;
  left: 0; /*leftの値を変更してメニューを画面外へ*/
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: #fff;
  transition: all 0.5s; /*アニメーション設定*/
}

#menu-btn-check:checked ~ .p-menu-content {
  top: 70px; /*メニューを画面内へ*/
}

.p-awards__wrapper {
  padding-top: 39px;
  padding-right: 15px;
  padding-bottom: 45px;
  padding-left: 15px;
  background: #000;
}
.p-awards__wrapper .p-awards__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.p-awards__wrapper .p-awards__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.p-awards__wrapper .p-awards__title img {
  width: 201px;
}
.p-awards__wrapper .p-awards__title-bottom-text {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: center;
}
.p-awards__wrapper .p-awards__title-bottom-text span {
  color: #fff;
}
.p-awards__wrapper .p-bottle-icon__menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 25px;
  gap: 27px;
}
.p-awards__wrapper .p-bottle-icon__menu .bottle-icon img {
  -webkit-animation: fadeIn 2s ease-in-out 0s forwards;
          animation: fadeIn 2s ease-in-out 0s forwards;
}
.p-awards__wrapper .bottle-icon {
  -webkit-perspective: 100px;
  display: block;
  width: 45px;
  height: 154px;
          perspective: 100px;
  scroll-margin-top: 500px;
}
.p-awards__wrapper .bottle-icon img {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
  -webkit-transition: all 10s cubic-bezier(0, 1.09, 0, 0.99);
  -o-transition: all 10s cubic-bezier(0, 1.09, 0, 0.99);
  -webkit-filter: brightness(80%);
          transform-origin: center center;
          filter: brightness(80%);
  transition: all 10s cubic-bezier(0, 1.09, 0, 0.99);
}
.p-awards__wrapper .p-awards__button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  max-width: 320px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #555;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.38px;
}
.p-awards__wrapper .p-awards__button::after {
  position: absolute;
  top: 37%;
  right: 20px;
  margin: auto;
  content: "";
}
.p-awards__wrapper .p-awards__button.__top::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
          transform: rotate(45deg);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  content: "";
  vertical-align: middle;
}

.p-awards__wrapper .p-awards__button.__top {
  margin-top: 54px;
}
.p-awards__wrapper .p-awards__button.__common {
  margin-top: 40px;
  margin-left: 0;
}
.p-awards__wrapper .p-awards-item__wrapper {
  padding-top: 40px;
}
.p-awards__wrapper .p-awards-item__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: grid;
  grid-template-columns: repeat(3, minmax(20%, 340px));
          justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #555;
}
.p-awards__wrapper .p-awards-item__list:first-of-type {
  margin-top: 51px;
}
.p-awards__wrapper .p-awards-item__list:first-of-type .bottle-icon:target img {
  -webkit-animation: bottle-shake 0.5s cubic-bezier(0.92, 0.21, 0.94, 0.57) 0.3s;
          animation: bottle-shake 0.5s cubic-bezier(0.92, 0.21, 0.94, 0.57) 0.3s;
}
.p-awards__wrapper .p-awards-item__list:nth-of-type(2) .bottle-icon:target img {
  -webkit-animation: bottle-shake 0.5s cubic-bezier(0.92, 0.21, 0.94, 0.57) 0.4s;
          animation: bottle-shake 0.5s cubic-bezier(0.92, 0.21, 0.94, 0.57) 0.4s;
}
.p-awards__wrapper .p-awards-item__list:nth-of-type(3) {
  border-bottom: 1px solid #555;
}
.p-awards__wrapper .p-awards-item__list:nth-of-type(3) .bottle-icon:target img {
  -webkit-animation: bottle-shake 0.5s cubic-bezier(0.92, 0.21, 0.94, 0.57) 0.6s;
          animation: bottle-shake 0.5s cubic-bezier(0.92, 0.21, 0.94, 0.57) 0.6s;
}
.p-awards__wrapper .p-awards-item__list .p-awards__item {
  padding-top: 40px;
  padding-bottom: 50px;
}
.p-awards__wrapper .p-awards-item__list .top-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.p-awards__wrapper .p-awards-item__list .top-area .awards-title {
  color: #fff;
  font-size: 15px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  letter-spacing: 0.38px;
}
.p-awards__wrapper .p-awards-item__list .top-area .awards-title span {
  margin-top: 9px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.55px;
}
.p-awards__wrapper .p-awards-item__list .top-area .bottle-icon {
  margin-right: 5px;
  margin-left: 5px;
}
.p-awards__wrapper .p-awards-item__list .bottom-area {
  margin-top: 35px;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list .line:not(:first-of-type) {
  margin-top: 10px;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: Roboto;
  letter-spacing: 0.5px;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dt::after {
  display: block;
  width: 2px;
  height: 17px;
  margin-top: 3px;
  margin-right: 10px;
  margin-left: 10px;
  background: #d9a130;
  content: "";
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd {
  position: relative;
  padding-top: 2px;
  color: #fff;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.45px;
  flex: 1;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd::before, .p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd::before {
  margin-top: calc((1 - 1.33) * 0.5em);
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd::after {
  margin-bottom: calc((1 - 1.33) * 0.5em);
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .hover-card {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 10;
  position: absolute;
  top: -200px;
  left: -70px;
  width: 330px;
  height: 185px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .hover-card.__iwc {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/award_card_01.png);
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .hover-card.__sake-competition {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/award_card_02.svg);
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .hover-card.__australian-sake {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/award_card_03.svg);
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .hover-card.__kura {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/award_card_04.svg);
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .hover-card.__us-sake {
  background-image: url(https://shokuhan.itembox.design/item/assets/img/award_card_05.svg);
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd span {
  color: #fff;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .awards-text {
  color: #fff;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .awards-text:not(:first-of-type) {
  margin-top: 10px;
}
.p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .awards-text span {
  color: #fff;
}
.p-awards__wrapper .p-award-competition {
  padding-top: 52px;
  scroll-margin-top: 100px;
}
.p-awards__wrapper .p-award-competition .p-award-competition__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.63px;
}
.p-awards__wrapper .p-award-competition .p-competition-star {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 16px;
}
.p-awards__wrapper .p-award-competition .p-competition-star img {
  width: 90px;
}
.p-awards__wrapper .p-award-competition .p-award-competition__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(20%, 307px));
          column-gap: 10px;
  row-gap: 50px;
          justify-content: space-between;
  margin-top: 41px;
}
.p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__head h3 {
  display: block;
  position: relative;
  width: 83%;
  padding-top: 5px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.45px;
  text-align: center;
}
.p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__head h3::before {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #715b1b;
  content: "";
}
.p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__img-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: center;
  margin-top: 22px;
  gap: 17px;
}
.p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__img-text img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__img-text p {
  color: #fff;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.36px;
}
.p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__img-text p::before, .p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__img-text p::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__img-text p::before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__img-text p::after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bottle-shake {
  0% {
    rotate: 0deg;
  }
  10% {
    translate: 0 -60px;
    rotate: -1deg;
  }
  75% {
    translate: 0 -3px;
  }
  76% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    rotate: -3deg;
  }
  78% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
    rotate: -10deg;
  }
  80% {
    -webkit-transform: rotateX(13deg);
            transform: rotateX(13deg);
    rotate: -5deg;
  }
  82% {
    -webkit-transform: rotateX(15deg);
            transform: rotateX(15deg);
    rotate: 0deg;
  }
  84% {
    -webkit-transform: rotateX(13deg);
            transform: rotateX(13deg);
    rotate: 5deg;
  }
  86% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
    rotate: 10deg;
  }
  88% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    rotate: 7deg;
  }
  90% {
    -webkit-transform: rotateX(-7deg);
            transform: rotateX(-7deg);
    rotate: 7deg;
  }
  92% {
    -webkit-transform: rotateX(-5deg);
            transform: rotateX(-5deg);
    rotate: 5deg;
  }
  94% {
    -webkit-transform: rotateX(-5deg);
            transform: rotateX(-5deg);
    rotate: 0deg;
  }
  96% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
    rotate: -4deg;
  }
  98% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    rotate: -2deg;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    rotate: 0deg;
  }
}
@keyframes bottle-shake {
  0% {
    rotate: 0deg;
  }
  10% {
    translate: 0 -60px;
    rotate: -1deg;
  }
  75% {
    translate: 0 -3px;
  }
  76% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    rotate: -3deg;
  }
  78% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
    rotate: -10deg;
  }
  80% {
    -webkit-transform: rotateX(13deg);
            transform: rotateX(13deg);
    rotate: -5deg;
  }
  82% {
    -webkit-transform: rotateX(15deg);
            transform: rotateX(15deg);
    rotate: 0deg;
  }
  84% {
    -webkit-transform: rotateX(13deg);
            transform: rotateX(13deg);
    rotate: 5deg;
  }
  86% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
    rotate: 10deg;
  }
  88% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    rotate: 7deg;
  }
  90% {
    -webkit-transform: rotateX(-7deg);
            transform: rotateX(-7deg);
    rotate: 7deg;
  }
  92% {
    -webkit-transform: rotateX(-5deg);
            transform: rotateX(-5deg);
    rotate: 5deg;
  }
  94% {
    -webkit-transform: rotateX(-5deg);
            transform: rotateX(-5deg);
    rotate: 0deg;
  }
  96% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
    rotate: -4deg;
  }
  98% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    rotate: -2deg;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    rotate: 0deg;
  }
}
.p-company {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.p-company .p-company-detail {
  margin-top: 65px;
}
.p-company .p-company-detail .p-company-detail__title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-align: center;
}
.p-company .p-company-detail dl {
  margin-top: 19px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 38px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.p-company .p-company-detail dl .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}
.p-company .p-company-detail dl .line:not(:first-of-type) {
  margin-top: 10px;
}
.p-company .p-company-detail dl .line dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  margin-right: 50px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.p-company .p-company-detail dl .line dd {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.p-company .p-company-product {
  position: relative;
  padding-top: 165px;
  background: #ebebeb;
}
.p-company .p-company-product .p-product-detailed {
  padding: 0;
}
.p-company .p-company-product.__sakezukuri {
  padding-top: 125px;
}
.p-company .p-company-product.__sakezukuri .p-product-detailed__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-company .p-company-product.__sakezukuri .p-product-detailed__item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-company .p-company-product.__sakezukuri .p-product-detailed__item:first-of-type .p-product-detailed__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-company .p-company-product.__sakezukuri .p-product-detailed__item:first-of-type .p-product-detailed__text p {
  width: 240px;
}
.p-company .p-company-product.__sakezukuri .p-product-detailed__item:first-of-type .p-product-detailed__text p:nth-of-type(1) {
  font-weight: 700;
  font-size: 18px;
}
.p-company .p-company-product.__sakezukuri .p-product-detailed__item:first-of-type .p-product-detailed__text p:not(:first-of-type)::first-letter {
  padding-left: 2rem;
}
.p-company .p-company-product:nth-of-type(3) {
  margin-top: 165px;
}
.p-company .p-company-product > section > div > h2 {
  margin-top: 78px;
  margin-bottom: 29px;
}
.p-company .p-company-product .p-company-product__head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -41.5px;
  right: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 277px;
  height: 83px;
  margin: auto;
  background: #2b3941;
}
.p-company .p-company-product .p-company-product__head h3 {
  color: #fff;
  font-weight: normal !important;
  font-size: 25px;
  text-align: center;
}
.p-company .p-company-product .p-company-product__head span {
  color: #fff;
}
.p-company .p-company-product .p-company-product__head::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 267px;
  height: 73px;
  margin: auto;
  border: 1px solid #fff;
  content: "";
}
.p-company .p-company-product:nth-of-type(2) {
  margin-top: 163px;
}
.p-company .p-company-product .p-product-detailed__head::after {
  background: #ebebeb;
}
.p-company .p-company-product .p-product-detailed__head::before {
  background: #ebebeb;
}
.p-company .p-company-alert {
  margin-top: 49px;
  margin-bottom: 60px;
  padding: 0 15px;
}
.p-company .p-company-alert .p-company-alert__inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-right: 21px;
  padding-bottom: 28px;
  padding-left: 21px;
  border: solid 1px #707070;
}
.p-company .p-company-alert .p-company-alert__inner h4 {
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: center;
  white-space: nowrap;
}
.p-company .p-company-alert .p-company-alert__inner p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.35px;
}

.fs-l-main {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: block !important;
  position: relative;
      flex-wrap: wrap;
          justify-content: space-between;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fs-l-pageMain {
  width: 100%;
  max-width: 100% !important;
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.fs-c-productCarouselMainImage__image > img {
  width: 100%;
}

.fs-c-slick.slick-initialized .slick-slide {
  max-width: 232px;
}

.fs-c-productCarouselMainImage__thumbnailList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow-x: initial;
  gap: 3px;
}

.fs-l-footer {
  border-top: 1px solid #e5e5e5 !important;
}

.fs-body-product-tshirt02 #detail-cart {
  grid-template-columns: 1fr !important;
}
.fs-body-product-tshirt02 #detail-cart .fs-c-variationCart--withImage > li {
  grid-template-columns: 0 1fr 1fr 1fr !important;
}

.c-h100vw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}

.c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  appearance: none;
  position: relative;
  border: none;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.c-button__visuallyHidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
          clip-path: inset(50%);
}

.c-accordion {
  max-width: 640px;
  word-break: break-all;
}

.accordion__item {
  border: #ddd 1px solid;
}
.accordion__item + .accordion__item {
  margin-top: 1em;
}

.accordion__headline {
  background-color: #555;
  color: #fefefe;
  font-weight: normal;
  font-size: 1em;
}

.accordion__tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          appearance: none;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  padding: 1em 1.5em;
  border: 0;
  background-color: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s;
}
.accordion__tab[aria-expanded=true], .accordion__tab.focus-visible {
  background-color: #858585;
}

.accordion__tabicon {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  color: inherit;
  pointer-events: none;
}
.accordion__tabicon::before, .accordion__tabicon::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: currentColor;
  content: "";
}
.accordion__tabicon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
          transform: rotate(90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion__tab[aria-expanded=true] .accordion__tabicon::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.accordion__panel-content {
  padding: 1.5em;
  line-height: 1.75;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.p-header-drawer-menu {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
  -webkit-animation: downanime 0.5s ease-in-out 0.5s;
  -webkit-animation-fill-mode: forwards;
  height: 60px;
  padding: 0 15px;
          transform: translateY(-100%);
  border-top: 1px solid #e5e5e5;
          animation: downanime 0.5s ease-in-out 0.5s;
          animation-fill-mode: forwards;
}
@keyframes downanime {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-header-drawer-menu a:visited {
  color: #000;
}

.c-header-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  max-width: 940px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.header-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 0;
  list-style: none;
}

.header-nav__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-nav__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: color 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, opacity 0.3s;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100%;
  padding: 6.5px 0;
  color: inherit;
  color: #000 !important;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s, opacity 0.3s;
}
.header-nav__link::after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
          transform: scaleX(0);
          transform-origin: right;
  background-color: #ad0003;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
:not(.header-nav__dropdown) .header-nav__link:focus-visible {
  color: #000 !important;
}
:not(.header-nav__dropdown) .header-nav__link:focus-visible::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform: scaleX(1);
          transform-origin: left;
}
:not(.header-nav__dropdown) .header-nav__link.focus-visible {
  color: #000 !important;
}
:not(.header-nav__dropdown) .header-nav__link.focus-visible::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform: scaleX(1);
          transform-origin: left;
}
.header-nav__dropdown:hover .header-nav__link, .header-nav__dropdown:focus-within .header-nav__link {
  color: #000 !important;
}
.header-nav__dropdown:hover .header-nav__link::after, .header-nav__dropdown:focus-within .header-nav__link::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform: scaleX(1);
          transform-origin: left;
}

.header-nav__dropdown {
  position: relative;
}

.header-nav__dropdownList {
  -webkit-transform: translate(-50%, -4px);
      -ms-transform: translate(-50%, -4px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s ease-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
          flex-direction: column;
  width: 100%;
  gap: 2px;
          transform: translate(-50%, -4px);
  background-color: #fff;
  list-style: none;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s ease-out;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.header-nav__dropdown:hover .header-nav__dropdownList, .header-nav__dropdown:focus-within .header-nav__dropdownList {
  -webkit-transform: translate(-50%, 2px);
      -ms-transform: translate(-50%, 2px);
  visibility: visible;
          transform: translate(-50%, 2px);
  opacity: 1;
}

.header-nav__dropdownItem {
  background-color: #f7f7f7;
}
.header-nav__dropdownLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: color 0.3s, oapcity 0.3s;
  -o-transition: color 0.3s, oapcity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding: 16px;
  background-color: var(--white-color-primary);
  font-size: 10px;
  text-decoration: none;
  transition: color 0.3s, oapcity 0.3s;
}
.header-nav__dropdownLink:focus-visible {
  background-color: #c9c9c9;
}
.header-nav__dropdownLink.focus-visible {
  background-color: #c9c9c9;
}

.c-coupon-img {
  -webkit-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
  min-width: 140px;
  height: 37px;
  margin-left: 0px;
  background-image: url("../../assets/img/coupon-pc.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background-image 0.3s ease-in-out;
}
.c-coupon-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-hamburger__button-wrapper p {
  z-index: 400;
  position: relative;
  margin-top: 5px;
  font-size: 10px;
}

.toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  display: block;
          appearance: none;
  z-index: 400;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.toggle > span, .toggle:before, .toggle:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2px;
  margin: auto;
}
.toggle > span {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  background-color: #000;
  transition: opacity 0.3s ease;
}
.toggle::before, .toggle::after {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  background-color: #000;
  content: "";
  transition: background-color 0.3s ease;
}
.toggle::before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.toggle::after {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
.toggle[aria-expanded=true] > span {
  opacity: 0;
}
.toggle[aria-expanded=true]::before, .toggle[aria-expanded=true]::after {
  background-color: #ad0003;
}
.toggle[aria-expanded=true]::before {
  -webkit-animation: 0.3s ease closeBar1 forwards;
          animation: 0.3s ease closeBar1 forwards;
}
.toggle[aria-expanded=true]::after {
  -webkit-animation: 0.3s ease closeBar2 forwards;
          animation: 0.3s ease closeBar2 forwards;
}
.toggle.-close::before {
  -webkit-animation: 0.3s ease closeBar1Rev forwards;
          animation: 0.3s ease closeBar1Rev forwards;
}
.toggle.-close::after {
  -webkit-animation: 0.3s ease closeBar2Rev forwards;
          animation: 0.3s ease closeBar2Rev forwards;
}

@-webkit-keyframes closeBar1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

@keyframes closeBar1 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes closeBar2 {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes closeBar2 {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes closeBar1Rev {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes closeBar1Rev {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes closeBar2Rev {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes closeBar2Rev {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.c-hamburger-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: top 0.3s ease, visibility 0.3s ease;
  -o-transition: top 0.3s ease, visibility 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
      align-content: center;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: top 0.3s ease, visibility 0.3s ease;
}
.c-hamburger-nav[aria-hidden=true] {
  visibility: hidden;
  top: -100%;
  pointer-events: none;
}
.c-hamburger-nav[aria-hidden=false] {
  visibility: visible;
  top: 60px;
  pointer-events: auto;
}
.c-hamburger-nav a:hover {
  text-decoration: none;
}

.c-hamburger-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  background-color: #fff;
}

.c-hamburger-header__menu {
  height: 100px;
  border-bottom: 1px solid #e5e5e5;
}

.c-hamburger-header__menu-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 100%;
}

.c-hamburger-header__menu-link.__member {
  margin-right: 40px;
  margin-left: 54px;
}
.c-hamburger-header__menu-link.__guide img {
  width: 27px;
  height: 27px;
}
.c-hamburger-header__menu-link.__guide p {
  margin-top: 9px;
}
.c-hamburger-header__menu-link a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-end;
  height: 100%;
}
.c-hamburger-header__menu-link a p {
  margin-top: 10px;
  font-size: 14px;
}

.c-hamburger-main__menu {
  padding: 0 17px;
  border-bottom: 1px solid #e5e5e5;
}
.c-hamburger-main__menu .c-hamburger-main__menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-hamburger-main__menu .c-hamburger-main__menu-link:not(:nth-of-type(1), :nth-of-type(2)) {
  border-top: 1px solid #e5e5e5;
}
.c-hamburger-main__menu .c-hamburger-main__menu-link:nth-of-type(odd) {
  border-right: 1px solid #e5e5e5;
}
.c-hamburger-main__menu .c-hamburger-main__menu-link:nth-of-type(odd) a::after {
  right: 10px;
  content: "";
}
.c-hamburger-main__menu .c-hamburger-main__menu-link:nth-of-type(even) {
  padding-left: 10px;
}
.c-hamburger-main__menu .c-hamburger-main__menu-link a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: flex-start;
  height: 50px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.35px;
}
.c-hamburger-main__menu .c-hamburger-main__menu-link a::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
          transform: rotate(-45deg);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #000000;
  content: "";
  vertical-align: middle;
}

.c-hamburger-footer__menu {
  padding-top: 17px;
  padding-bottom: 26px;
}
.c-hamburger-footer__menu .c-hamburger-footer__menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.c-hamburger-footer__menu .c-hamburger-footer__menu-link {
  padding-left: 30px;
}
.c-hamburger-footer__menu .c-hamburger-footer__menu-link a {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.35px;
}

.c-sns__menu-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  gap: 32px;
}

.c-calendar__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#calendar a {
  font-family: "Roboto-Regular";
}
#calendar .fc-daygrid-day-top a {
  position: relative;
  width: 100%;
}
#calendar .fc-daygrid-day-top a::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50%;
  content: "";
}
#calendar .fc-day-sat .fc-daygrid-day-top a,
#calendar .fc-day-sun .fc-daygrid-day-top a,
#calendar .is_holiday .fc-daygrid-day-top a {
  color: #fff !important;
}
#calendar .fc-day-sat .fc-daygrid-day-top a::after,
#calendar .fc-day-sun .fc-daygrid-day-top a::after,
#calendar .is_holiday .fc-daygrid-day-top a::after {
  background-color: #1a323d;
}
#calendar .is_event1 .fc-daygrid-day-top a {
  color: #fff !important;
}
#calendar .is_event1 .fc-daygrid-day-top a::after {
  background-color: #969d9f;
}
#calendar .is_event2 .fc-daygrid-day-top a {
  color: #fff !important;
}
#calendar .is_event2 .fc-daygrid-day-top a::after {
  background-color: #e3c4a5;
}

.fc-scrollgrid-sync-inner a {
  color: #818181 !important;
}

.fc-icon {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
          align-items: center !important;
          justify-content: center !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.fc-icon-chevron-left:before {
  content: "< prev" !important;
  color: #818181;
  font-weight: bold;
  font-size: 12px;
}

.fc-icon-chevron-right:before {
  content: "next >" !important;
  color: #818181;
  font-weight: bold;
  font-size: 12px;
}

.fc .fc-button-primary {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #fff;
}

.fc .fc-toolbar.fc-header-toolbar {
  height: 25px;
  margin-bottom: 5px !important;
}
.fc .fc-toolbar.fc-header-toolbar .fc-button {
  padding: 0;
}

#fc-dom-1 {
  color: #963;
  font-size: 14px;
  letter-spacing: 0.35px;
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: none !important;
}

#calendar > div.fc-view-harness.fc-view-harness-passive > div > table > tbody > tr > td > div > div > div {
  border-top: 1px solid #818181;
  border-bottom: 1px solid #818181;
}

.fc-theme-standard .fc-scrollgrid {
  border: none !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
  height: 30px !important;
  border: none !important;
}

.fc .fc-scrollgrid {
  border-width: 0 0 0 0; /* 外側の枠線消す */
  font-weight: normal;
  font-size: 13px;
}

.fc-theme-standard td,
.fc-theme-standard th {
  height: 60px; /* 枠の高さ指定 */
  padding: 0 5px 5px;
  border: none; /* 枠のボーダー消す */
}

/*　今日の背景 */
.fc .fc-daygrid-day.fc-day-today {
  background: none;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
  background: none !important;
}

/* 日付を枠の高さいっぱいに */
.fc .fc-daygrid-day-frame {
  height: 100%;
}

/* 日付を枠の中心に */
.fc .fc-daygrid-day-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-height: 100%;
  text-align: center;
}

.fc .fc-bg-event {
  opacity: 1;
}

/* イベントタイトル非表示 */
.fc .fc-bg-event .fc-event-title {
  display: none !important;
}

/* 時間指定のあるイベントの表示スペースをそもそも非表示にしてしまう暴挙 */
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  display: none;
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: none;
}

.fc .fc-daygrid-day.fc-day-today {
  background: none !important;
}

.fc-daygrid-day a {
  color: #000 !important;
}

.c-calendar__text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  margin-top: 2px;
  font-size: 14px;
}
.c-calendar__text:first-of-type {
  margin-top: 0;
}
.c-calendar__text.c-calendar-circle::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
  content: "";
}
.c-calendar__text.c-calendar-circle.__blue::before {
  background-color: #1a323d;
  content: "";
}
.c-calendar__text.c-calendar-circle.__gray::before {
  background-color: #9d9d9d;
  content: "";
}
.c-calendar__text.c-calendar-circle.__beige::before {
  background-color: #e3c4a5;
  content: "";
}

.c-calendar-deatil {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.c-postage-table {
  margin-top: auto;
  border: 1px solid #e5e5e5;
}
.c-postage-table .c-postage-table__head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 20px;
  background: #e5e5e5;
}
.c-postage-table .c-postage-table__head p {
  font-size: 10px;
}
.c-postage-table dl {
  padding: 0 10px;
}
.c-postage-table dl .line {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.c-postage-table dl .line.middle {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.c-postage-table dl .line dt {
  font-size: 10px;
}
.c-postage-table dl .line dd {
  font-weight: bold;
  font-size: 20px;
}
.c-postage-table dl .line dd.free {
  color: #996633;
}
.c-postage-table dl .line dd span {
  font-weight: bold;
  font-size: 15px;
}

.fc .fc-toolbar.fc-header-toolbar .fc-button {
  display: none !important;
}

.fc .fc-daygrid-body {
  width: 100% !important;
}

.fc .fc-scrollgrid-section table {
  width: 100% !important;
}

#calendar > div.fc-view-harness.fc-view-harness-passive > div > table > thead {
  z-index: 1;
  position: relative;
}

.u-inner {
  width: 100%;
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.u-anchor-link {
  scroll-margin-top: 90px;
}

.u-visuallyHidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
          clip-path: inset(50%);
}

.u-br {
  display: block;
}

.u-br-none-sm {
  display: block;
}

.u-br-block-sm {
  display: inline-block;
}

.u-br-none-md {
  display: block;
}

.u-br-block-md {
  display: inline-block;
}

.u-br-none-lg {
  display: block;
}

.u-br-block-lg {
  display: inline-block;
}

@media screen and (min-width: 375px){
  .p-item-selection {
    width: calc(97.9310344828vw + -37.2413793103px);
  }
  .p-item-selection {
    height: calc(11.724137931vw + 456.0344827586px);
  }
}

@media (min-width: 36em){
  .p-news-slider .splide-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .p-news-slider .splide__slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
            justify-content: flex-start;
    height: 50%;
    padding: 0;
  }
  .p-news-slider .splide__slide .news-time-text {
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-shrink: 0;
    margin-right: 17px;
  }
  .p-news-slider .splide__slide .news-text {
    margin-top: 0;
  }
  .p-news-slider .splide__arrows.splide__arrows--ttb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-shrink: 0;
            order: 2;
  }
  .p-news-slider .splide__arrow {
    position: static;
  }
  .p-news-slider .splide__arrows--ttb .splide__arrow--next {
    margin-left: 5px;
  }
  .u-sm-block {
    display: none !important;
  }
}

@media screen and (min-width: 576px){
  .l-footer {
    padding-top: calc(7.6335877863vw + -3.9694656489px);
  }
  .p-header__logo img {
    width: calc(8.3969465649vw + 42.6335877863px);
  }
  .p-header__contents {
    height: calc(2.3854961832vw + 46.2595419847px);
  }
  .p-header-information {
    font-size: calc(2.6044379623vw + -5.0015626628px);
  }
  .p-header-information span {
    font-size: calc(4.1671007397vw + -12.0025002604px);
  }
  .p-header-information {
    margin-right: calc(3.8167938931vw + -6.9847328244px);
  }
  .p-header__nav-list {
    gap: calc(3.6057692308vw + -5.7692307692px);
  }
  .p-category__head {
    font-size: calc(0.7633587786vw + 15.6030534351px);
  }
  .p-footer-category__menu {
    margin-top: calc(1.5267175573vw + 14.2061068702px);
  }
  .p-footer-category__menu {
    padding-bottom: calc(7.6335877863vw + -3.9694656489px);
  }
  .p-top-slider .splide__arrow {
    top: calc(-17.3664122137vw + -10.9694656489px);
  }
  .p-top-slider .splide__arrow {
    width: calc(4.0076335878vw + -3.0839694656px);
  }
  .p-top-slider .splide__arrow {
    height: calc(4.0076335878vw + -3.0839694656px);
  }
  #index .p-carousel-menu__wrapper {
    padding-top: calc(3.0534351145vw + 6.4122137405px);
  }
  #index .p-carousel-menu__wrapper {
    padding-bottom: calc(4.7709923664vw + -2.4809160305px);
  }
  #index .p-carousel-menu__wrapper.__ranking {
    padding-top: calc(6.8702290076vw + -13.572519084px);
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu__head h2 {
    font-size: calc(0.7633587786vw + 15.6030534351px);
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu {
    margin-top: calc(2.8625954198vw + -1.4885496183px);
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .slick-list .slick-track {
    gap: calc(1.3358778626vw + 7.3053435115px);
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner {
    padding-top: calc(3.0534351145vw + 6.4122137405px);
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner .p-carousel-menu__head h2 {
    font-size: calc(0.7633587786vw + 15.6030534351px);
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner .p-category-slider {
    margin-top: calc(2.8625954198vw + -1.4885496183px);
  }
  #item-selection {
    padding-top: calc(0.4770992366vw + 34.2519083969px);
  }
  #item-selection {
    margin-bottom: calc(14.5038167939vw + -83.5419847328px);
  }
  .p-item-selection-title {
    font-size: calc(0.7633587786vw + 15.6030534351px);
  }
  .p-item-selection {
    margin-top: calc(0.4770992366vw + 34.2519083969px);
  }
  .p-item-selection .p-taste__text.__horizontal {
    width: calc(4.2938931298vw + 32.7671755725px);
  }
  .p-item-selection .p-taste__text.__horizontal {
    height: calc(0.7633587786vw + 15.6030534351px);
  }
  .p-item-selection .p-taste__text.__vertical {
    height: calc(4.2938931298vw + 32.7671755725px);
  }
  .p-item-selection .p-taste__text.__vertical {
    width: calc(0.7633587786vw + 15.6030534351px);
  }
  .p-item-selection .p-taste__text.__vertical {
    padding-left: calc(0.1908396947vw + 1.9007633588px);
  }
  .p-item-selection .p-taste__text.__top {
    top: calc(0.3816793893vw + -16.1984732824px);
  }
  .p-item-selection .p-taste__text.__bottom {
    bottom: calc(0.3816793893vw + -16.1984732824px);
  }
  .p-item-selection .p-taste__text.__left {
    left: calc(-0.572519084vw + -5.7022900763px);
  }
  .p-item-selection .p-taste__text.__right {
    right: calc(-0.572519084vw + -5.7022900763px);
  }
  .p-item-selection .p-taste__text p {
    font-size: calc(0.572519084vw + 9.7022900763px);
  }
  .p-item-selection .p-item-selection__list::before {
    top: calc(10.6870229008vw + 187.4427480916px);
  }
  .p-item-selection .p-item-selection__list li.__01 a {
    width: calc(6.2977099237vw + 25.7251908397px);
  }
  .p-item-selection .p-item-selection__list li.__02 a {
    width: calc(6.2977099237vw + 29.7251908397px);
  }
  .p-item-selection .p-item-selection__list li.__03 a {
    width: calc(7.1564885496vw + 26.2786259542px);
  }
  .p-item-selection .p-item-selection__list li.__04 a {
    width: calc(7.4427480916vw + 18.1297709924px);
  }
  .p-item-selection .p-item-selection__list li.__05 a {
    width: calc(6.4885496183vw + 28.6259541985px);
  }
  .p-item-selection .p-item-selection__list li.__06 a {
    width: calc(6.4885496183vw + 29.6259541985px);
  }
  .p-item-selection .p-item-selection__list li.__07 a {
    width: calc(5.7251908397vw + 36.0229007634px);
  }
  .p-item-selection .p-item-selection__list li.__08 a {
    width: calc(6.2977099237vw + 29.7251908397px);
  }
  .p-item-selection .p-item-selection__list li.__09 a {
    width: calc(6.965648855vw + 23.3778625954px);
  }
  .p-item-selection .p-item-selection__list li.__10 a {
    width: calc(5.3435114504vw + 36.2213740458px);
  }
  .p-item-selection .p-item-selection__list li.__11 a {
    width: calc(6.7748091603vw + 29.4770992366px);
  }
  .p-item-selection .p-item-selection__list li.__12 a {
    width: calc(6.7748091603vw + 30.4770992366px);
  }
  .p-item-selection .p-item-selection__list li.__13 a {
    width: calc(6.4885496183vw + 30.6259541985px);
  }
  .p-item-selection .p-item-selection__list li .shadow {
    bottom: calc(0.572519084vw + 1.7022900763px);
  }
  .p-item-selection .p-item-selection__list li .shadow {
    width: calc(1.5267175573vw + -3.7938931298px);
  }
  .p-item-selection .p-item-selection__list li .shadow {
    height: calc(1.5267175573vw + -3.7938931298px);
  }
  .p-item-selection .p-item-selection__list li.__left .shadow {
    left: calc(0.7633587786vw + 5.6030534351px);
  }
  .p-item-selection .p-item-selection__list li.__left-right .shadow {
    left: calc(0.3816793893vw + 9.8015267176px);
  }
  .p-item-selection .p-item-selection__list li.__right .shadow {
    right: calc(1.1450381679vw + 13.4045801527px);
  }
  .p-item-selection .p-item-selection__list li.__right-left .shadow {
    right: calc(1.7175572519vw + 10.106870229px);
  }
  #logo-grid .logo-grid__inner {
    padding-top: calc(6.8702290076vw + -13.572519084px);
  }
  #logo-grid .logo-grid__head {
    font-size: calc(0.7633587786vw + 15.6030534351px);
  }
  #logo-grid .p-logo-grid__list {
    margin-top: calc(2.8625954198vw + -2.4885496183px);
  }
  #logo-grid .p-grid-link {
    padding-top: calc(15.4580152672vw + -64.0381679389px);
  }
  #logo-grid .p-grid-link {
    padding-bottom: calc(15.4580152672vw + -64.0381679389px);
  }
  #logo-grid .p-grid-link .splide__list {
    gap: calc(1.5267175573vw + -0.7938931298px);
  }
  #logo-grid #slider5 {
    margin-top: calc(1.5267175573vw + -0.7938931298px);
  }
  #detail {
    margin-top: calc(4.0076335878vw + -11.0839694656px);
  }
  #detail #fs_form {
    padding-bottom: calc(11.8320610687vw + -25.1526717557px);
  }
  .p-product-award {
    padding-top: calc(2.2900763359vw + 28.8091603053px);
  }
  .p-product-award {
    padding-bottom: calc(3.0534351145vw + 36.4122137405px);
  }
  .p-product-award {
    padding-left: calc(6.679389313vw + -23.4732824427px);
  }
  .p-product-award {
    padding-right: calc(6.679389313vw + -23.4732824427px);
  }
  .p-product-award .p-award__head img {
    width: calc(6.2977099237vw + 163.7251908397px);
  }
  .p-product-award .p-award__list {
    margin-top: calc(-0.3816793893vw + 30.1984732824px);
  }
  .p-product-detailed {
    padding-top: calc(2.6717557252vw + 64.6106870229px);
  }
  .p-product-detailed__head {
    width: calc(7.2519083969vw + 180.2290076336px);
  }
  .p-product-detailed__head {
    font-size: calc(0.7633587786vw + 15.6030534351px);
  }
  .p-product-detailed__list {
    margin-top: calc(4.5801526718vw + 2.6183206107px);
  }
  .p-product-detailed__text p {
    width: calc(9.5419847328vw + 265.0381679389px);
  }
  .p-product-detailed__text p {
    font-size: calc(0.1908396947vw + 12.9007633588px);
  }
  .p-product-fun {
    margin-top: calc(13.358778626vw + -23.9465648855px);
  }
  .p-product-fun {
    padding-top: calc(1.7175572519vw + 38.106870229px);
  }
  .p-product-fun {
    padding-bottom: calc(2.8625954198vw + 35.5114503817px);
  }
  .p-product-fun__head,
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
    font-size: calc(0.7633587786vw + 15.6030534351px);
  }
  .p-product-fun__list {
    gap: calc(5.3435114504vw + -20.7786259542px);
  }
  .p-about-packaging {
    padding-top: calc(7.6335877863vw + -3.9694656489px);
  }
  .p-about-packaging {
    padding-bottom: calc(9.1603053435vw + -12.7633587786px);
  }
  .p-about-packaging__inner {
    margin-top: calc(3.8167938931vw + 1.0152671756px);
  }
  .p-about-packaging__head {
    font-size: calc(0.7633587786vw + 15.6030534351px);
  }
  .p-awards__wrapper {
    padding-top: calc(21.3740458015vw + -84.1145038168px);
  }
  .p-awards__wrapper {
    padding-bottom: calc(20.9923664122vw + -75.9160305344px);
  }
  .p-awards__wrapper .p-awards__title img {
    width: calc(4.1984732824vw + 176.8167938931px);
  }
  .p-awards__wrapper .p-awards__title-bottom-text {
    margin-top: calc(1.1450381679vw + 13.4045801527px);
  }
  .p-awards__wrapper .p-bottle-icon__menu {
    gap: calc(1.1450381679vw + 20.4045801527px);
  }
  .p-awards__wrapper .p-bottle-icon__menu {
    margin-top: calc(3.2442748092vw + 6.3129770992px);
  }
  .p-awards__wrapper .p-awards__button.__top {
    margin-top: calc(1.9083969466vw + 43.0076335878px);
  }
  .p-awards__wrapper .p-awards__button.__common {
    margin-top: calc(0.572519084vw + 36.7022900763px);
  }
  .p-awards__wrapper .p-awards-item__list:first-of-type {
    margin-top: calc(9.5419847328vw + -3.9618320611px);
  }
  .p-awards__wrapper .p-awards-item__list .p-awards__item {
    padding-bottom: calc(3.6259541985vw + 29.1145038168px);
  }
  .p-awards__wrapper .p-award-competition {
    padding-top: calc(2.4809160305vw + 37.7099236641px);
  }
  .p-awards__wrapper .p-award-competition .p-award-competition__title {
    font-size: calc(1.9083969466vw + 4.0076335878px);
  }
  .p-awards__wrapper .p-award-competition .p-competition-star {
    margin-top: calc(2.6717557252vw + 0.6106870229px);
  }
  .p-awards__wrapper .p-award-competition .p-competition-star img {
    width: calc(1.9083969466vw + 79.0076335878px);
  }
  .p-awards__wrapper .p-award-competition .p-award-competition__list {
    margin-top: calc(1.7175572519vw + 31.106870229px);
  }
  .p-company .p-company-detail {
    margin-top: calc(-2.6717557252vw + 80.3893129771px);
  }
  .p-company .p-company-detail .p-company-detail__title {
    font-size: calc(0.7633587786vw + 15.6030534351px);
  }
  .p-company .p-company-detail dl {
    margin-top: calc(-1.3358778626vw + 26.6946564885px);
  }
  .p-company .p-company-detail dl {
    padding-top: calc(3.0534351145vw + 9.4122137405px);
  }
  .p-company .p-company-detail dl {
    padding-bottom: calc(3.0534351145vw + 9.4122137405px);
  }
  .p-company .p-company-detail dl .line:not(:first-of-type) {
    margin-top: calc(1.3358778626vw + 2.3053435115px);
  }
  .p-company .p-company-detail dl .line dt {
    font-size: calc(0.3816793893vw + 11.8015267176px);
  }
  .p-company .p-company-detail dl .line dd {
    font-size: calc(0.3816793893vw + 11.8015267176px);
  }
  .p-company .p-company-product {
    padding-top: calc(-11.641221374vw + 232.0534351145px);
  }
  .p-company .p-company-product.__sakezukuri {
    padding-top: calc(8.9694656489vw + 73.3358778626px);
  }
  .p-company .p-company-product.__sakezukuri .p-product-detailed__item:first-of-type .p-product-detailed__text p {
    width: calc(24.8091603053vw + 97.0992366412px);
  }
  .p-company .p-company-product:nth-of-type(3) {
    margin-top: calc(11.641221374vw + 97.9465648855px);
  }
  .p-company .p-company-product > section > div > h2 {
    margin-top: calc(-5.1526717557vw + 107.679389313px);
  }
  .p-company .p-company-product > section > div > h2 {
    margin-bottom: calc(4.5801526718vw + 2.6183206107px);
  }
  .p-company .p-company-product:nth-of-type(2) {
    margin-top: calc(1.3358778626vw + 155.3053435115px);
  }
  .p-company .p-company-alert {
    margin-top: calc(17.1755725191vw + -49.9312977099px);
  }
  .p-company .p-company-alert {
    margin-bottom: calc(13.358778626vw + -16.9465648855px);
  }
  .p-company .p-company-alert .p-company-alert__inner {
    padding-top: calc(0.572519084vw + 24.7022900763px);
  }
  .p-company .p-company-alert .p-company-alert__inner {
    padding-left: calc(5.534351145vw + -10.8778625954px);
  }
  .p-company .p-company-alert .p-company-alert__inner {
    padding-right: calc(5.534351145vw + -10.8778625954px);
  }
  .p-company .p-company-alert .p-company-alert__inner {
    padding-bottom: calc(0.572519084vw + 24.7022900763px);
  }
  .fs-c-slick.slick-initialized .slick-slide {
    max-width: calc(35.8778625954vw + 25.3435114504px);
  }
  .header-nav__link {
    font-size: calc(1.2019230769vw + 3.0769230769px);
  }
  .header-nav__dropdownLink {
    font-size: calc(2.6044379623vw + -5.0015626628px);
  }
  .c-coupon-img {
    min-width: calc(10.4177518492vw + 79.9937493489px);
  }
  .c-coupon-img {
    margin-left: calc(14.5848525888vw + -84.0087509116px);
  }
  .c-calendar__wrapper {
    gap: calc(3.8167938931vw + -11.9847328244px);
  }
}

@media (min-width: 47.99875em){
  #index .p-carousel-menu__wrapper .p-carousel-menu .slick-list .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    width: 100% !important;
            transform: none !important;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .slick-list .slick-track .slick-slide {
    width: 100%;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productListCarousel.fs-c-slick {
    display: block;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productListCarousel__list {
    display: block;
    width: 100%;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu div.slick-track::before {
    content: none !important;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu article.fs-c-productListCarousel__list__item.fs-c-productListItem {
    min-width: 100%;
    margin: 0;
  }
  .u-md-block {
    display: none !important;
  }
}

@media screen and (min-width: 767.98px){
  .p-header-information {
    font-size: 15px;
  }
  .p-header-information span {
    font-size: 20px;
  }
  .p-footer__menu-pc-inner {
    padding-top: calc(18.0712005301vw + -118.783205831px);
  }
  .p-footer__menu-pc-inner {
    padding-bottom: calc(18.0712005301vw + -118.783205831px);
  }
  .p-footer__menu-pc-inner {
    gap: calc(6.02373351vw + -36.2610686103px);
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner {
    padding-bottom: calc(7.5296668875vw + -32.8263357629px);
  }
  #item-selection {
    margin-top: calc(15.2099271128vw + -92.3091982411px);
  }
  .p-product-award .p-award__head {
    padding-bottom: calc(0.602373351vw + 25.373893139px);
  }
  .p-product-detailed {
    padding-bottom: calc(6.02373351vw + 3.7389313897px);
  }
  .p-product-fun__list {
    margin-top: calc(1.204746702vw + 33.7477862779px);
  }
  .fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title{
  margin-bottom: calc(1.204746702vw + 33.7477862779px);
}
.fs-c-featuredProduct{
  /*margin-top: calc(13.358778626vw + -23.9465648855px);*/
  margin-bottom: calc(13.358778626vw + -23.9465648855px);
}
  .p-awards__wrapper .p-awards-item__wrapper {
    padding-top: calc(0.602373351vw + 35.373893139px);
  }
  .p-awards__wrapper .p-awards-item__list .top-area .awards-title span {
    font-size: calc(2.1083067285vw + -1.1913740136px);
  }
  .p-awards__wrapper .p-awards-item__list .top-area .bottle-icon {
    margin-left: calc(4.216613457vw + -27.3827480272px);
  }
  .p-awards__wrapper .p-awards-item__list .top-area .bottle-icon {
    margin-right: calc(7.5296668875vw + -52.8263357629px);
  }
  .p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__head h3 {
    /*font-size: calc(1.204746702vw + 1.7477862779px);*/
    font-size: calc(1.004746702vw + 1.2477862779px);
  }
  .header-nav__dropdownLink {
    font-size: 15px;
  }
  .c-coupon-img {
    min-width: 160px;
  }
  .c-coupon-img {
    margin-left: 28px;
  }
}

@media (min-width: 62em){
  .u-lg-block {
    display: none !important;
  }
}

@media screen and (min-width: 992px){
  .p-header__nav-list {
    gap: 30px;
  }
  .header-nav__link {
    font-size: 15px;
  }
}

@media screen and (min-width: 1100px){
  .l-footer {
    padding-top: 80px;
  }
  .p-header__logo img {
    width: 135px;
  }
  .p-header__contents {
    height: 72.5px;
  }
  .p-header-information {
    margin-right: 35px;
  }
  .p-category__head {
    font-size: 24px;
  }
  .p-footer-category__menu {
    margin-top: 31px;
  }
  .p-footer-category__menu {
    padding-bottom: 80px;
  }
  .p-footer__menu-pc-inner {
    padding-top: 80px;
  }
  .p-footer__menu-pc-inner {
    padding-bottom: 80px;
  }
  .p-footer__menu-pc-inner {
    gap: 30px;
  }
  .p-top-slider .splide__arrow {
    top: -202px;
  }
  .p-top-slider .splide__arrow {
    width: 41px;
  }
  .p-top-slider .splide__arrow {
    height: 41px;
  }
  #index .p-carousel-menu__wrapper {
    padding-top: 40px;
  }
  #index .p-carousel-menu__wrapper {
    padding-bottom: 50px;
  }
  #index .p-carousel-menu__wrapper.__ranking {
    padding-top: 62px;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu__head h2 {
    font-size: 24px;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu {
    margin-top: 30px;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .slick-list .slick-track {
    gap: 22px;
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner {
    padding-top: 40px;
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner {
    padding-bottom: 50px;
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner .p-carousel-menu__head h2 {
    font-size: 24px;
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner .p-category-slider {
    margin-top: 30px;
  }
  #item-selection {
    padding-top: 39.5px;
  }
  #item-selection {
    margin-top: 75px;
  }
  #item-selection {
    margin-bottom: 76px;
  }
  .p-item-selection-title {
    font-size: 24px;
  }
  .p-item-selection {
    margin-top: 39.5px;
  }
  .p-item-selection {
    width: 1040px;
  }
  .p-item-selection {
    height: 585px;
  }
  .p-item-selection .p-taste__text.__horizontal {
    width: 80px;
  }
  .p-item-selection .p-taste__text.__horizontal {
    height: 24px;
  }
  .p-item-selection .p-taste__text.__vertical {
    height: 80px;
  }
  .p-item-selection .p-taste__text.__vertical {
    width: 24px;
  }
  .p-item-selection .p-taste__text.__vertical {
    padding-left: 4px;
  }
  .p-item-selection .p-taste__text.__top {
    top: -12px;
  }
  .p-item-selection .p-taste__text.__bottom {
    bottom: -12px;
  }
  .p-item-selection .p-taste__text.__left {
    left: -12px;
  }
  .p-item-selection .p-taste__text.__right {
    right: -12px;
  }
  .p-item-selection .p-taste__text p {
    font-size: 16px;
  }
  .p-item-selection .p-item-selection__list::before {
    top: 305px;
  }
  .p-item-selection .p-item-selection__list li.__01 a {
    width: 95px;
  }
  .p-item-selection .p-item-selection__list li.__02 a {
    width: 99px;
  }
  .p-item-selection .p-item-selection__list li.__03 a {
    width: 105px;
  }
  .p-item-selection .p-item-selection__list li.__04 a {
    width: 100px;
  }
  .p-item-selection .p-item-selection__list li.__05 a {
    width: 100px;
  }
  .p-item-selection .p-item-selection__list li.__06 a {
    width: 101px;
  }
  .p-item-selection .p-item-selection__list li.__07 a {
    width: 99px;
  }
  .p-item-selection .p-item-selection__list li.__08 a {
    width: 99px;
  }
  .p-item-selection .p-item-selection__list li.__09 a {
    width: 100px;
  }
  .p-item-selection .p-item-selection__list li.__10 a {
    width: 95px;
  }
  .p-item-selection .p-item-selection__list li.__11 a {
    width: 104px;
  }
  .p-item-selection .p-item-selection__list li.__12 a {
    width: 105px;
  }
  .p-item-selection .p-item-selection__list li.__13 a {
    width: 102px;
  }
  .p-item-selection .p-item-selection__list li .shadow {
    bottom: 8px;
  }
  .p-item-selection .p-item-selection__list li .shadow {
    width: 13px;
  }
  .p-item-selection .p-item-selection__list li .shadow {
    height: 13px;
  }
  .p-item-selection .p-item-selection__list li.__left .shadow {
    left: 14px;
  }
  .p-item-selection .p-item-selection__list li.__left-right .shadow {
    left: 14px;
  }
  .p-item-selection .p-item-selection__list li.__right .shadow {
    right: 26px;
  }
  .p-item-selection .p-item-selection__list li.__right-left .shadow {
    right: 29px;
  }
  #logo-grid .logo-grid__inner {
    padding-top: 62px;
  }
  #logo-grid .logo-grid__head {
    font-size: 24px;
  }
  #logo-grid .p-logo-grid__list {
    margin-top: 29px;
  }
  #logo-grid .p-grid-link {
    padding-top: 106px;
  }
  #logo-grid .p-grid-link {
    padding-bottom: 106px;
  }
  #logo-grid .p-grid-link .splide__list {
    gap: 16px;
  }
  #logo-grid #slider5 {
    margin-top: 16px;
  }
  #detail {
    margin-top: 33px;
  }
  #detail #fs_form {
    padding-bottom: 105px;
  }
  .p-product-award {
    padding-top: 54px;
  }
  .p-product-award {
    padding-bottom: 70px;
  }
  .p-product-award {
    padding-left: 50px;
  }
  .p-product-award {
    padding-right: 50px;
  }
  .p-product-award .p-award__head {
    padding-bottom: 32px;
  }
  .p-product-award .p-award__head img {
    width: 233px;
  }
  .p-product-award .p-award__list {
    margin-top: 26px;
  }
  .p-product-detailed {
    padding-top: 94px;
  }
  .p-product-detailed {
    padding-bottom: 70px;
  }
  .p-product-detailed__head {
    width: 260px;
  }
  .p-product-detailed__head {
    font-size: 24px;
  }
  .p-product-detailed__list {
    margin-top: 53px;
  }
  .p-product-detailed__text p {
    width: 370px;
  }
  .p-product-detailed__text p {
    font-size: 15px;
  }
  .p-product-fun {
    margin-top: 123px;
  }
  .p-product-fun {
    padding-top: 57px;
  }
  .p-product-fun {
    padding-bottom: 67px;
  }
  .p-product-fun__head,
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
    font-size: 24px;
  }
  .p-product-fun__list {
    margin-top: 47px;
  }
  .fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title{
  margin-bottom: 47px;
}
.fs-c-featuredProduct{
  /*margin-top: 123px;*/
  margin-bottom: 123px;
}
  .p-product-fun__list {
    gap: 38px;
  }
  .p-about-packaging {
    padding-top: 80px;
  }
  .p-about-packaging {
    padding-bottom: 88px;
  }
  .p-about-packaging__inner {
    margin-top: 43px;
  }
  .p-about-packaging__head {
    font-size: 24px;
  }
  .p-awards__wrapper {
    padding-top: 151px;
  }
  .p-awards__wrapper {
    padding-bottom: 155px;
  }
  .p-awards__wrapper .p-awards__title img {
    width: 223px;
  }
  .p-awards__wrapper .p-awards__title-bottom-text {
    margin-top: 26px;
  }
  .p-awards__wrapper .p-bottle-icon__menu {
    gap: 33px;
  }
  .p-awards__wrapper .p-bottle-icon__menu {
    margin-top: 42px;
  }
  .p-awards__wrapper .p-awards__button.__top {
    margin-top: 64px;
  }
  .p-awards__wrapper .p-awards__button.__common {
    margin-top: 43px;
  }
  .p-awards__wrapper .p-awards-item__wrapper {
    padding-top: 42px;
  }
  .p-awards__wrapper .p-awards-item__list:first-of-type {
    margin-top: 101px;
  }
  .p-awards__wrapper .p-awards-item__list .p-awards__item {
    padding-bottom: 69px;
  }
  .p-awards__wrapper .p-awards-item__list .top-area .awards-title span {
    font-size: 22px;
  }
  .p-awards__wrapper .p-awards-item__list .top-area .bottle-icon {
    margin-left: 19px;
  }
  .p-awards__wrapper .p-awards-item__list .top-area .bottle-icon {
    margin-right: 30px;
  }
  .p-awards__wrapper .p-award-competition {
    padding-top: 65px;
  }
  .p-awards__wrapper .p-award-competition .p-award-competition__title {
    font-size: 25px;
  }
  .p-awards__wrapper .p-award-competition .p-competition-star {
    margin-top: 30px;
  }
  .p-awards__wrapper .p-award-competition .p-competition-star img {
    width: 100px;
  }
  .p-awards__wrapper .p-award-competition .p-award-competition__list {
    margin-top: 50px;
  }
  .p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__head h3 {
    font-size: 12px;
  }
  .p-company .p-company-detail {
    margin-top: 51px;
  }
  .p-company .p-company-detail .p-company-detail__title {
    font-size: 24px;
  }
  .p-company .p-company-detail dl {
    margin-top: 12px;
  }
  .p-company .p-company-detail dl {
    padding-top: 43px;
  }
  .p-company .p-company-detail dl {
    padding-bottom: 43px;
  }
  .p-company .p-company-detail dl .line:not(:first-of-type) {
    margin-top: 17px;
  }
  .p-company .p-company-detail dl .line dt {
    font-size: 16px;
  }
  .p-company .p-company-detail dl .line dd {
    font-size: 16px;
  }
  .p-company .p-company-product {
    padding-top: 104px;
  }
  .p-company .p-company-product.__sakezukuri {
    padding-top: 172px;
  }
  .p-company .p-company-product.__sakezukuri .p-product-detailed__item:first-of-type .p-product-detailed__text p {
    width: 370px;
  }
  .p-company .p-company-product:nth-of-type(3) {
    margin-top: 226px;
  }
  .p-company .p-company-product > section > div > h2 {
    margin-top: 51px;
  }
  .p-company .p-company-product > section > div > h2 {
    margin-bottom: 53px;
  }
  .p-company .p-company-product:nth-of-type(2) {
    margin-top: 170px;
  }
  .p-company .p-company-alert {
    margin-top: 139px;
  }
  .p-company .p-company-alert {
    margin-bottom: 130px;
  }
  .p-company .p-company-alert .p-company-alert__inner {
    padding-top: 31px;
  }
  .p-company .p-company-alert .p-company-alert__inner {
    padding-left: 50px;
  }
  .p-company .p-company-alert .p-company-alert__inner {
    padding-right: 50px;
  }
  .p-company .p-company-alert .p-company-alert__inner {
    padding-bottom: 31px;
  }
  .fs-c-slick.slick-initialized .slick-slide {
    max-width: 420px;
  }
  .c-calendar__wrapper {
    gap: 30px;
  }
}

@media (max-width: 1280px){
  html {
    font-size: 1.25vw;
  }
}

@media (max-width: 70.615em){
  .item-selection-hr {
    margin: 0 15px;
  }
  .p-item-selection .p-taste__text.__left {
    top: initial;
  }
  .p-item-selection .p-taste__text.__right {
    top: initial;
  }
  #detail #fs_form {
    padding: 0 15px;
  }
  #detail .fs-c-productActionButton {
    margin-right: 0;
  }
  #detail-cart {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b b";
    gap: 15px;
  }
  .p-about-packaging {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-about-packaging__inner {
    grid-template-columns: 1fr;
  }
  .p-about-packaging__text {
    padding: 15px 20px;
  }
  .fs-body-product-tshirt02 #detail-cart {
    grid-template-columns: 1fr !important;
  }
  .toggle {
    right: 0;
  }
}

@media (max-width: 61.99em){
  .p-footer__menu-pc-inner {
    grid-template-columns: 0.7fr 1.3fr 2fr;
  }
  .c-calendar__wrapper {
    grid-template-columns: 1fr;
  }
  .u-lg-none {
    display: none !important;
  }
  .u-br-none-lg {
    display: inline-block;
  }
  .u-br-block-lg {
    display: block;
  }
}

@media (max-width: 47.98875em){
  .p-footer-category__menu {
    border-bottom: none;
  }
  .p-footer__menu-pc {
    padding: 0;
  }
  .p-footer__menu-pc-inner {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-footer__menu .p-footer__menu-list {
    display: block;
  }
  .p-footer__menu .p-footer__menu-link {
    border-bottom: 1px solid #e5e5e5;
  }
  .p-footer__menu .p-footer__menu-link::before {
    top: 0;
    right: 12px;
    bottom: 0;
    left: initial;
  }
  .p-footer__menu-01 {
    padding: 0 15px;
  }
  .p-footer-sns__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .p-footer__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    padding: 18px 10px;
    background-color: #263941;
  }
  .p-footer__copy {
    background-color: #fff;
  }
  .p-footer__copy p {
    color: #000;
  }
  #index .p-carousel-menu__wrapper {
    padding-right: 0;
  }
  .p-item-selection-detail__list .line {
    margin-top: 10px;
  }
  .p-product-fun__list {
    grid-template-columns: 1fr;
  }
  .p-awards__wrapper .bottle-icon {
    scroll-margin-top: 140px;
  }
  .p-awards__wrapper .p-awards__button.__common {
    margin-right: auto;
    margin-left: auto;
  }
  .p-awards__wrapper .p-awards-item__list {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: none;
  }
  .p-awards__wrapper .p-awards-item__list .p-awards__item {
    border-top: 1px solid #555;
  }
  .p-awards__wrapper .p-awards-item__list .top-area .awards-title span {
    font-size: 22px;
  }
  .p-awards__wrapper .p-awards-item__list .top-area .bottle-icon {
    margin-right: 30px;
    margin-left: 19px;
  }
  .p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .hover-card {
    display: none;
  }
  .p-awards__wrapper .p-award-competition .p-award-competition__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    grid-template-columns: minmax(20%, 307px);
            justify-content: center;
  }
  .p-awards__wrapper .p-award-competition .p-award-competition__list .p-competition__item .p-competition__head h3 {
    font-size: 12px;
  }
  #calendar {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-calendar-deatil {
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .u-md-none {
    display: none !important;
  }
  .u-inner {
    max-width: 1130px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .u-br-none-md {
    display: inline-block;
  }
  .u-br-block-md {
    display: block;
  }
}

@media (hover: hover) and (max-width: 35.99em){
  .p-item-selection .p-item-selection__list li.__left-right a:hover img {
    translate: -3px -30px;
  }
  .p-item-selection .p-item-selection__list li.__right-left a:hover img {
    translate: 1px -30px;
  }
}

@media (max-width: 35.99em){
  .l-header {
    border-bottom: none;
  }
  .l-footer {
    padding-bottom: 80px;
  }
  .p-header__logo img {
    width: 135px;
  }
  .p-header__nav-list {
    gap: 30px;
  }
  .p-footer-category__menu .p-footer-category__menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .p-footer__menu .p-footer__menu-list {
    border-top: 1px solid #e5e5e5;
  }
  .p-footer__menu .p-footer__menu-link a {
    height: 50px;
    padding-left: 0;
  }
  .p-top-slider {
    margin-top: 7px;
  }
  .p-top-slider .splide__arrow {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    position: static;
    width: 6px;
    height: 10px;
            transform: translateX(0);
  }
  .p-top-slider .splide__slide {
    position: relative;
  }
  .p-top-slider .splide__slide::before {
    padding-top: 100%;
    float: left;
    content: "";
  }
  .p-top-slider .splide__slide::after {
    display: block;
    clear: both;
    content: "";
  }
  .p-top-slider .splide__slide > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-slider .splide__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-slider .splide__arrow--prev {
    margin-right: 2%;
  }
  .p-top-slider .splide__arrow--next {
    margin-left: 2%;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productListCarousel__ctrl {
    display: block !important;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productName__name {
    font-size: 18px;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-price__value {
    font-size: 18px;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .fs-c-productPrice__addon {
    font-size: 18px;
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner .splide__track {
    margin: 0;
    overflow: visible;
  }
  .p-item-selection .p-item-selection__list li.__left-right .shadow {
    right: 20px;
    left: initial;
  }
  .p-item-selection .p-item-selection__list li.__right-left .shadow {
    right: initial;
    left: 12px;
  }
  .p-item-selection .p-item-selection__list li .shadow {
    -webkit-box-shadow: 0 0 7px 7px #000;
            box-shadow: 0 0 7px 7px #000;
  }
  .p-item-selection .p-item-selection__list li.__01 {
    top: 29.5%;
    left: -3.5%;
  }
  .p-item-selection .p-item-selection__list li.__02 {
    top: 25%;
    left: 15%;
  }
  .p-item-selection .p-item-selection__list li.__03 {
    top: 6%;
    left: 11.5%;
  }
  .p-item-selection .p-item-selection__list li.__04 {
    top: 4.5%;
    left: 30%;
  }
  .p-item-selection .p-item-selection__list li.__05 {
    top: 19%;
    left: 36%;
  }
  .p-item-selection .p-item-selection__list li.__06 {
    top: 1%;
    left: 47%;
  }
  .p-item-selection .p-item-selection__list li.__07 {
    top: 30%;
    left: 35.5%;
  }
  .p-item-selection .p-item-selection__list li.__08 {
    top: 23%;
    left: 55%;
  }
  .p-item-selection .p-item-selection__list li.__09 {
    top: 51%;
    left: 8%;
  }
  .p-item-selection .p-item-selection__list li.__10 {
    top: 50%;
    left: 45%;
  }
  .p-item-selection .p-item-selection__list li.__11 {
    top: 52%;
    left: 63%;
  }
  .p-item-selection .p-item-selection__list li.__12 {
    top: 72%;
    left: 56%;
  }
  .p-item-selection .p-item-selection__list li.__13 {
    top: 65%;
    left: 75%;
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item.__katsuyama a img {
    width: 37.2727272727%;
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item.__masamune a img {
    width: 78.1818181818%;
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item.__date a img {
    width: 83.6363636364%;
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item a {
    position: relative;
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item a::before {
    padding-top: 100%;
    float: left;
    content: "";
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item a::after {
    display: block;
    clear: both;
    content: "";
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item a > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #logo-grid .p-grid-link .splide__track {
    overflow: visible;
  }
  #logo-grid .p-grid-link .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  #detail .fs-l-productLayout {
    grid-template-columns: 1fr;
  }
  #detail .fs-c-productNumber {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  #detail .fs-c-productPrice--selling {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #detail .fs-c-productPointDisplay {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #detail-cart {
    row-gap: 30px;
  }
  #detail-cart .fs-c-quantity {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  #detail-cart .fs-c-quantity::before {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: -40px;
  }
  #detail-cart .fs-c-quantity::after {
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
  }
  .p-product-award {
    margin-top: 30px;
    background-image: url(https://shokuhan.itembox.design/item/assets/img/award-bg-sp@2x.webp);
  }
  .p-product-award .p-award__list {
    grid-template-columns: 1fr;
  }
  .p-product-award .p-award__colum:last-of-type {
    margin-top: 20px;
  }
  .p-product-award .p-award__item:not(:first-child) {
    margin-top: 20px;
  }
  .p-product-award .p-award__item dd p:nth-of-type(n +2) {
    margin-top: 20px;
  }
  .p-product-detailed__item {
    display: block;
  }
  .p-product-detailed-img {
    width: 100%;
  }
  .p-product-detailed__item:nth-of-type(2) .p-product-detailed-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-product-detailed__text {
    width: 100%;
  }
  .p-product-detailed__text p {
    line-height: 1.79;
    letter-spacing: 0.35px;
  }
  .p-product-detailed__item:nth-of-type(even) .p-product-detailed__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-product-fun__list {
    gap: 33px;
  }
  .p-about-packaging {
    padding-bottom: 40px;
    border-top: none;
    border-bottom: none;
  }
  .p-about-packaging__text dl .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-awards__wrapper .p-bottle-icon__menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .p-awards__wrapper .p-bottle-icon__menu li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .p-awards__wrapper .p-awards-item__list .bottom-area {
    margin-top: 40px;
  }
  .p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd {
    white-space: nowrap;
  }
  .p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .awards-text {
    white-space: nowrap;
  }
  .p-awards__wrapper .p-award-competition .p-award-competition__list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
  .p-company .p-company-detail dl .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company .p-company-product.__sakezukuri .p-product-detailed__item:first-of-type .p-product-detailed__text p {
    width: 320px;
  }
  .p-company .p-company-product.__sakezukuri .p-product-detailed__item:first-of-type .p-product-detailed__text p:nth-of-type(1) {
    margin-bottom: 15px;
    text-align: center;
  }
  .p-company .p-company-product .p-company-product__head {
    top: -72.5px;
    width: 145px;
    height: 145px;
  }
  .p-company .p-company-product .p-company-product__head::before {
    width: 135px;
    height: 135px;
  }
  .fs-c-slick.slick-initialized .slick-slide {
    max-width: 100%;
  }
  .p-header-drawer-menu {
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
  }
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6%;
  }
  .header-nav__link {
    font-size: 13px;
    white-space: nowrap;
  }
  .header-nav__link span {
    display: none;
  }
  .c-coupon-img {
    min-width: 86px;
  }
  .c-calendar__wrapper {
    padding-top: 30px;
  }
  #calendar .fc-daygrid-day-top a::after {
    width: 30px;
    height: 30px;
  }
  .fc-icon-chevron-left:before {
    font-size: 14px;
  }
  .fc-icon-chevron-right:before {
    font-size: 14px;
  }
  .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 13px !important;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    padding: 0.4em 0.65em;
    border: 1px solid transparent;
    border-radius: 0.25em;
    background-color: transparent;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    user-select: none;
  }
  #calendar > div.fc-view-harness.fc-view-harness-passive > div > table > tbody > tr > td > div > div > div {
    padding: 11px 0;
  }
  .fc-theme-standard td,
.fc-theme-standard th {
    height: 40px !important;
  }
  .fc .fc-scrollgrid {
    font-size: 17px;
  }
  .c-calendar__text:first-of-type {
    margin-top: 16px;
  }
  .u-sm-none {
    display: none !important;
  }
  .u-br-none-sm {
    display: inline-block;
  }
  .u-br-block-sm {
    display: block;
  }
}

@media screen and (max-width: 35.99em) and (min-width: 1100px){
  .p-item-selection .p-item-selection__list li.__left-right .shadow {
    right: 29px;
  }
  .p-item-selection .p-item-selection__list li.__right-left .shadow {
    left: 14px;
  }
}

@media screen and (max-width: 35.99em) and (min-width: 576px){
  .p-item-selection .p-item-selection__list li.__left-right .shadow {
    right: calc(1.7175572519vw + 10.106870229px);
  }
  .p-item-selection .p-item-selection__list li.__right-left .shadow {
    left: calc(0.3816793893vw + 9.8015267176px);
  }
}

@media (hover: hover){
  .p-header__nav-link:hover img {
    opacity: 0.6;
  }
  .p-header__nav-link:hover p {
    border-bottom: 2px solid #000;
  }
  .p-coupon__banner:hover a {
    text-decoration: none;
  }
  .p-coupon__banner:hover img {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .p-footer-category__menu .p-footer-category__menu-link:hover {
    background: #1a323d;
  }
  .p-footer-category__menu .p-footer-category__menu-link:hover a::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    display: inline-block;
    width: 8px;
    height: 8px;
            transform: rotate(-45deg);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    content: "";
    vertical-align: middle;
  }
  .p-footer-category__menu .p-footer-category__menu-link:hover .text p {
    color: #fff;
  }
  .p-footer-category__menu .p-footer-category__menu-link:hover .text p span {
    color: #fff;
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon01:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-01-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon02:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-02-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon03:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-03-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon04:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-04-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon05:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-05-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon06:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-06-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon07:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-07-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon08:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-08-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon09:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-09-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon10:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-10-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon11:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-11-hover.svg);
  }
  .p-footer-category__menu .p-footer-category__menu-link.__icon12:hover .image {
    background-image: url(https://shokuhan.itembox.design/item/assets/img/category-icon-12-hover.svg);
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu__head a:hover {
    opacity: 0.6;
  }
  #index .p-carousel-menu__wrapper .p-carousel-menu .slick-list .slick-track .slick-slide:hover {
    opacity: 0.6;
  }
  #index .p-carousel-menu-category .p-carousel-menu-category__inner .p-category-slider .splide__list .splide__slide img:hover {
    opacity: 0.6;
  }
  .p-item-selection .p-item-selection__list li a:hover img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    scale: 1.2;
    transition: all 0.5s ease-in-out;
  }
  .p-item-selection .p-item-selection__list li.__left a:hover img {
    translate: 1px -30px;
  }
  .p-item-selection .p-item-selection__list li.__left-right a:hover img {
    translate: 1px -30px;
  }
  .p-item-selection .p-item-selection__list li.__right a:hover img {
    translate: -7px -30px;
  }
  .p-item-selection .p-item-selection__list li.__right-left a:hover img {
    translate: -7px -30px;
  }
  .p-item-selection .p-item-selection__list li a:hover .shadow {
    -webkit-box-shadow: 0 0 10px 7px #000;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 8px;
    height: 8px;
            box-shadow: 0 0 10px 7px #000;
    opacity: 0.2;
    transition: all 0.5s ease-in-out;
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item:hover img {
    opacity: 0.6;
  }
  #logo-grid .p-logo-grid__list .p-logo-grid__item a:hover {
    opacity: 0.6;
  }
  #logo-grid .p-grid-link .splide__slide:hover {
    opacity: 0.6;
  }
  #logo-grid .p-grid-link .splide__slide:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-float-button:hover {
    opacity: 0.6;
  }
  .p-awards__wrapper .bottle-icon:hover img {
    -webkit-filter: brightness(150%);
    translate: 0 -40px;
    rotate: 5deg;
    scale: 1.2;
            filter: brightness(150%);
  }
  .p-awards__wrapper .p-awards__button:hover {
    background: #fff;
    color: #000;
  }
  .p-awards__wrapper .p-awards-item__list .bottom-area .awards-text__list dd .awards-text:hover .hover-card {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    top: -190px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .c-coupon-img:hover {
    background-image: url("../../assets/img/coupon-pc-hover.svg");
  }
}

@media (hover: hover) and (pointer: fine){
  :not(.header-nav__dropdown) .header-nav__link:hover {
    color: #000 !important;
  }
  :not(.header-nav__dropdown) .header-nav__link:hover::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform: scaleX(1);
            transform-origin: left;
  }
  .header-nav__dropdownLink:hover {
    background-color: #c9c9c9;
  }
}

@media (hover){
  .accordion__tab:hover {
    background-color: #858585;
  }
}.splide__container{box-sizing:border-box;position:relative}.splide__list{display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;backface-visibility:hidden}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;-ms-flex-wrap:wrap;-ms-flex-pack:center;display:-ms-flexbox;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;margin:0;line-height:1;list-style-type:none;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{visibility:hidden;position:relative}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-ms-flex-negative:0;box-sizing:border-box;position:relative;flex-shrink:0;margin:0;backface-visibility:hidden;list-style-type:none!important}.splide__slide img{vertical-align:bottom}.splide__spinner{contain:strict;display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;width:20px;height:20px;margin:auto;border:2px solid #999;border-radius:50%;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__sr{clip:rect(0 0 0 0);position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{z-index:0;position:relative;overflow:hidden}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{z-index:0;margin:0!important;opacity:0}.splide__track--fade>.splide__list>.splide__slide.is-active{z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;-ms-flex-pack:center;display:-ms-flexbox;display:flex;z-index:1;position:absolute;top:50%;align-items:center;justify-content:center;width:2em;height:2em;padding:0;transform:translateY(-50%);border:0;border-radius:50%;background:#ccc;cursor:pointer;opacity:.7}.splide__arrow svg{fill:#000;width:1.2em;height:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{z-index:1;position:absolute;right:0;bottom:.5em;left:0;padding:0 1em}.splide__pagination__page{display:inline-block;position:relative;width:8px;height:8px;margin:3px;padding:0;border:0;border-radius:50%;background:#ccc;opacity:.7;transition:transform .2s linear}.splide__pagination__page.is-active{z-index:1;transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{height:3px;background:#ccc}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{right:1em;left:auto}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{right:auto;left:1em}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{top:auto;bottom:1em}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{-ms-flex-direction:column;display:-ms-flexbox;display:flex;top:0;right:.5em;bottom:0;left:auto;flex-direction:column;padding:1em 0}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}

/*23.03.03*/
#logo-grid .logo-grid__head_cat{
  text-align: left;
  padding-top:40px;
}
#logo-grid .p-grid-link_cat{
  padding-top: 30px;
}

/*23.05.01*/
/*
#calendar a#fc-dom-8,
#calendar a#fc-dom-10,
#calendar a#fc-dom-12{
  color: #fff !important;
}
#calendar a#fc-dom-8:after,
#calendar a#fc-dom-10:after,
#calendar a#fc-dom-12:after{
  background-color: #1a323d;
}*/

