@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200..1000&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: block;
  list-style: none;
  cursor: pointer;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #282828;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  background-color: #ffffff;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

del, ins {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  width: 48px;
  border-radius: 100px;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  color: white;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.l-header {
  z-index: 9999;
  position: relative;
  max-width: 100vw;
}

.c-header {
  height: 9rem;
  border-bottom: 1px solid #E5E5E5;
  background-color: #ffffff;
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.c-header__logo {
  margin-right: 1.5rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  line-height: 0;
}
.c-header__hamburger {
  display: grid;
  position: relative;
  place-items: center;
  aspect-ratio: 32/21;
  width: 3.2rem;
  margin-left: auto;
}
.c-header__hamburger span {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  border-radius: 1rem;
  background-color: #E30012;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header__hamburger[aria-expanded=false] span:nth-child(1) {
  top: 0;
}
.c-header__hamburger[aria-expanded=false] span:nth-child(3) {
  top: calc(100% - 2px);
}
.c-header__hamburger[aria-expanded=true] span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-header__hamburger[aria-expanded=true] span:nth-child(2) {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}
.c-header__hamburger[aria-expanded=true] span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-header .global-overlay {
  display: none;
  z-index: -3;
  position: fixed;
  top: 9rem;
  right: var(--scrollbar);
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-header .global-overlay.is-active {
  display: block;
  opacity: 1;
}
.c-nav__list {
  display: grid;
  grid-auto-flow: column;
  margin-top: 0.8rem;
  gap: 4.6rem;
}
.c-nav__item:has(.c-nav__dropdown) .c-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.c-nav__item:has(.c-nav__dropdown) .c-nav__link::before {
  width: calc(100% - 2rem);
}
.c-nav__item:has(.c-nav__dropdown) .c-nav__link::after {
  display: block;
  width: 1.3rem;
  height: 0.8rem;
  margin-top: 0.3rem;
  background: url("/assets/images/common/arrow-under.svg") center no-repeat;
  background-size: contain;
  content: "";
}
.c-nav__link {
  position: relative;
  padding-bottom: 0.8rem;
  font-weight: bold;
}
.c-nav__link::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  border-radius: 1rem;
  content: "";
}
.c-nav__link[aria-expanded=true]::before {
  background-color: #E30012;
}
.c-nav__link[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-nav__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  gap: 0.7rem;
}
.c-nav__dropdown[aria-hidden=false] {
  visibility: visible;
  top: 100%;
  bottom: auto;
  grid-template-rows: 1fr;
}
.c-nav__dropdown__inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-nav__dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 5.6rem;
  padding-right: 1.6rem;
  padding-bottom: 0.7rem;
  padding-left: 1.6rem;
  border-bottom: 1px solid #CDD0D9;
  font-weight: bold;
  line-height: 1.5;
}
.c-nav__dropdown__link .c-icon[data-icon=arrow],
.c-nav__dropdown__link .c-icon[data-icon=blank] {
  margin-top: auto;
}
.c-nav__dropdown__link--head .c-nav__dropdown__link {
  display: inline-block;
  padding: 0;
  border-bottom: none;
  line-height: 1.75;
}
.c-nav__dropdown__link--head {
  padding-top: 4rem;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
}
.c-nav__dropdown__link--head .c-icon--last {
  margin-left: 2rem;
}
.c-nav__dropdown__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3.2rem;
  padding-bottom: 6.7rem;
  gap: 2rem 3.8rem;
}
.c-nav__dropdown--close {
  position: absolute;
  top: 4rem;
  right: 4rem;
}

.l-content__full-width {
  position: relative;
  left: 50%;
  width: calc(100vw - var(--scrollbar));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-content__inner {
  width: 100%;
  max-width: 1280px;
  margin-top: 128px;
  margin-right: auto;
  margin-bottom: 128px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.l-content__inner--wide {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.l-content__inner--short {
  max-width: 1080px;
  margin-top: 3.4rem;
  margin-right: auto;
  margin-bottom: 10.5rem;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.l-footer {
  margin-top: -6.3rem;
  border-top: 1px solid #E3E3E3;
}

.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}
.c-footer__block--first {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__block--last {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2.4rem;
}
.c-footer__logo {
  padding-right: 2rem;
}
.c-footer__logo a {
  display: block;
  line-height: 0;
}
.c-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}
.c-footer__sns a {
  display: block;
  line-height: 0;
}
.c-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12.3rem;
}
.c-footer-nav__list--first {
  gap: 1rem min(12.2rem, 7.1428571429vw);
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.c-footer-nav__list--last {
  margin-top: 1.5rem;
  gap: 3.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.c-footer__link .c-icon--last {
  margin-left: 6px;
}
.c-footer__copyright {
  margin-top: 2.4rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Mulish", "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.045em;
  letter-spacing: 0.05em;
  text-align: right;
}

.c-pagetop {
  z-index: 10;
  position: sticky;
  right: 3.2rem;
  bottom: 0;
  left: auto;
  width: 6.8rem;
  height: 6.3rem;
  margin-left: auto;
  background-image: url("/assets/images/pagetop-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
.c-pagetop[inert] {
  right: calc(3.2rem + var(--scrollbar));
}
.c-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/pagetop-arrow.svg");
  background-position: bottom center;
  background-size: 33px 36px;
  background-repeat: no-repeat;
}
.c-pagetop a::before {
  display: block;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.3rem;
  height: 1rem;
  margin: auto;
  background-color: #282828;
  content: "";
}

.c-mainvisual {
  padding-bottom: 4.4rem;
  background-color: #F8F8F8;
}
.c-mainvisual .c-mainvisual__list {
  margin-bottom: 1.2rem;
}
.c-mainvisual__item:not(:first-child) {
  display: none;
}
.slick-initialized .c-mainvisual__item:not(:first-child) {
  display: block;
}
.c-mainvisual__image img {
  width: 100%;
}

.c-section--bg {
  padding: 48px 40px;
}
.c-section--bg + .c-section--bg {
  margin-top: 0;
}
.c-section--bg__gray {
  background-color: #F8F8F8;
}
.c-section--bg__gray .l-content__inner {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
.c-section--bg__pink {
  background-color: #FFEDED;
}
.c-section--bg__pink .l-content__inner {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4.2rem;
  padding-bottom: 9.6rem;
}
.c-section--first {
  margin-top: 72px;
}
/*-- .c-section --*/
.c-content {
  padding-top: 7.2rem;
  padding-bottom: 13.2rem;
}
.c-breadcrumb + .c-content {
  padding-top: 4.6rem;
}
.c-content__full-width {
  position: relative;
  left: 50%;
  width: calc(100vw - var(--scrollbar));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-content__inner {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.c-content__inner--medium {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.c-content-block:not(:first-child) {
  margin-top: 4rem;
}
.c-content__narrow {
  max-width: 980px;
  margin: 0 auto;
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.c-grid__column-1 {
  grid-column: span 1;
}
.c-grid__column-2 {
  grid-column: span 2;
}
.c-grid__column-3 {
  grid-column: span 3;
}
.c-grid__column-4 {
  grid-column: span 4;
}
.c-grid__column-5 {
  grid-column: span 5;
}
.c-grid__column-6 {
  grid-column: span 6;
}
.c-grid__column-7 {
  grid-column: span 7;
}
.c-grid__column-8 {
  grid-column: span 8;
}
.c-grid__column-9 {
  grid-column: span 9;
}
.c-grid__column-10 {
  grid-column: span 10;
}
.c-grid__column-11 {
  grid-column: span 11;
}
.c-grid__column-12 {
  grid-column: span 12;
}

/*-- .c-grid --*/
.c-aside-navi {
  margin-top: 9.6rem;
}
.c-aside-navi__heading {
  padding-bottom: 1.6rem;
  padding-left: 1.6rem;
  font-size: 2rem;
}
.c-aside-navi__heading .c-link {
  gap: 1.6rem;
  font-weight: bold;
}
.c-aside-navi__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
  gap: 2rem 4rem;
  -webkit-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid #B3B6BE;
}
.c-aside-navi__item .c-link {
  width: 100%;
  min-height: 5.6rem;
  padding-bottom: 0.7rem;
  padding-left: 1.6rem;
  border-bottom: 1px solid #CDD0D9;
  font-weight: bold;
  line-height: 1.5;
}
.c-aside-navi__item .c-link .c-icon[data-icon] {
  margin-right: 1.75rem;
}
.c-aside-navi__item .c-link[aria-current=page] {
  border-color: #E30012;
  color: #E30012;
  pointer-events: none;
}

.c-heading-lv1-recipe, .c-heading-lv1-simple, .c-heading-lv1-top, .c-heading-lv1__text, .c-heading-lv1 {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.3333333333;
}

.c-heading-lv1 {
  display: grid;
  place-items: center;
  min-height: 16rem;
  padding-top: 1.2rem;
  padding-bottom: 1.8rem;
  background: center/auto 18.7rem url(/assets/images/common/heading-band-pattern.png) repeat-x, #E30012;
  color: #ffffff;
  letter-spacing: 0;
}
.c-heading-lv1--secondary {
  background-color: #E6E6E6;
  color: #282828;
}
.c-heading-lv1__inner {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.c-heading-lv1-top {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5rem;
  gap: 2rem;
  text-align: center;
}
.c-heading-lv1-top .c-heading-lv1__en {
  color: #E30012;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  font-family: "Mulish", "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
}
.c-heading-lv1-top .c-heading-lv1__en::before {
  display: block;
  width: 2.2rem;
  height: 1rem;
  margin: 0 auto 0.2rem;
  background: url("/assets/images/deco-heading.svg") center no-repeat;
  background-size: contain;
  content: "";
}
.c-heading-lv1-top .c-heading-lv1__text {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.3333333333;
}
.c-heading-lv1-simple {
  margin-bottom: 2.8rem;
  text-align: center;
}
.c-heading-lv1-recipe {
  margin-bottom: 2.8rem;
  line-height: 1.5;
}
.c-heading-lv1-article {
  margin-bottom: 4.2rem;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.c-heading-lv2-simple, .c-heading-lv2 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}

.c-heading-lv2 {
  position: relative;
  margin-top: 9.6rem;
  margin-bottom: 2.8rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid #B3B6BE;
}
.c-heading-lv2::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: min(20rem, 16.6666666667%);
  height: 2px;
  background-color: #E30012;
  content: "";
}
.c-heading-lv2:first-child {
  margin-top: 0;
}
.c-heading-lv2-simple {
  margin-bottom: 2.8rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.c-heading-lv2 + .c-module__list {
  margin-top: 3.2rem;
}

.c-heading-lv3 {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}

.c-heading-lv3 {
  margin-top: 8rem;
  margin-bottom: 2.4rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
}
.c-heading-lv3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  border-radius: 0.4rem;
  background-color: #E30012;
  content: "";
}
.c-heading-lv3:first-child {
  margin-top: 0;
}

.c-heading-lv4 {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}

.c-heading-lv4 {
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
}
.c-heading-lv3 + .c-heading-lv4 {
  margin-top: 2.4rem;
  margin-bottom: 1.8rem;
}
.c-heading-lv4::before {
  position: absolute;
  left: 0;
  width: 0.8rem;
  height: 1.6rem;
  margin-top: 0.6rem;
  border-radius: 0.2rem;
  background-color: #E30012;
  content: "";
}

.c-heading-lv5-simple, .c-heading-lv5 {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
.c-heading-lv4 + .c-heading-lv5-simple, .c-heading-lv4 + .c-heading-lv5 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.c-media-object__text--50 > .c-heading-lv5-simple, .c-media-object__text--50 > .c-heading-lv5 {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

/*-- .c-heading --*/
/*--- .c-breadcrumb ---*/
.c-breadcrumb__container {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  overflow-x: auto;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
}
.c-breadcrumb__item {
  font-size: 1.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 0;
}
.c-breadcrumb__item:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0.4rem;
}
.c-breadcrumb__item:not(:first-child)::before {
  -ms-flex-item-align: center;
  align-self: center;
  aspect-ratio: 1/1;
  width: 0.8rem;
  rotate: 45deg;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  content: "";
}
.c-breadcrumb__link {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  color: #282828;
  font-weight: 500;
}
.c-breadcrumb__item:first-child .c-breadcrumb__link {
  margin-left: 0;
}

.c-breadcrumb {
  position: relative;
}
.c-breadcrumb .leftNav,
.c-breadcrumb .rightNav {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.c-breadcrumb .leftNav .gradation,
.c-breadcrumb .rightNav .gradation {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  opacity: 0;
  transition: 0.2s;
}
.c-breadcrumb .leftNav .arrow,
.c-breadcrumb .rightNav .arrow {
  display: grid;
  position: relative;
  place-items: center;
  width: 15px;
  height: 100%;
  background-color: #eff0f1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-breadcrumb .leftNav {
  left: 0;
}
.c-breadcrumb .leftNav .gradation {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.c-breadcrumb .leftNav .arrow {
  translate: -100% 0;
}
.c-breadcrumb .rightNav {
  right: 0;
}
.c-breadcrumb .rightNav .gradation {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.c-breadcrumb .rightNav .arrow {
  margin-left: auto;
  translate: 100% 0;
}
.c-breadcrumb .c-breadcrumb__container {
  position: relative;
}
.c-breadcrumb.has-right .rightNav .gradation {
  opacity: 1;
}
.c-breadcrumb.has-right .rightNav .arrow {
  translate: none;
}
.c-breadcrumb.has-left .leftNav .gradation {
  opacity: 1;
}
.c-breadcrumb.has-left .leftNav .arrow {
  translate: none;
}

[data-gap].c-list-asterisk, [data-gap].c-list-num, [data-gap].c-list-disc, [data-gap].c-list-dot, [data-gap].c-list {
  display: grid;
  gap: 1.6rem;
}
[data-gap=lg].c-list-asterisk, [data-gap=lg].c-list-num, [data-gap=lg].c-list-disc, [data-gap=lg].c-list-dot, [data-gap=lg].c-list {
  gap: 2.8rem;
}
[data-gap=sm].c-list-asterisk, [data-gap=sm].c-list-num, [data-gap=sm].c-list-disc, [data-gap=sm].c-list-dot, [data-gap=sm].c-list {
  gap: 0.8rem;
}

.c-list > li {
  line-height: 1.75;
}
.c-list-dot > li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.75;
}
.c-list-dot > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.c-list-disc > li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.75;
}
.c-list-disc > li::before {
  position: absolute;
  left: 0;
  content: "⚫︎";
}
.c-list-num {
  counter-reset: number;
}
.c-list-num > li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.75;
  counter-increment: number;
}
.c-list-num > li::before {
  position: absolute;
  left: 0;
  content: counter(number) ".";
}
.c-list-num--lg > li {
  padding-left: 3rem;
}
.c-list-num--lg > li::before {
  font-weight: bold;
  font-size: 125%;
  line-height: 1.4;
}
.c-list-asterisk > li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.75;
}
.c-list-asterisk > li::before {
  position: absolute;
  left: 0;
  content: "※";
}

/*-- .c-list --*/
.c-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}
.c-link .c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto;
  content: "";
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.c-link .c-icon[data-icon] {
  margin: auto;
}
.c-link .c-icon[data-icon=arrow] {
  width: 10px;
}
.c-link-list {
  display: grid;
  gap: 4.5rem;
}
.c-link-list--max2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-link-list--max3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-link-list--max4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-link-list[data-gap=lg] {
  gap: 5.6rem 4.5rem;
}
.c-link-list[data-gap=md] {
  gap: 4rem;
}
.c-link-list[data-gap=sm] {
  gap: 2.4rem;
}
.c-link-list[data-gap=lg-sp] {
  gap: 5.6rem 4.5rem;
}
.c-link-list--products {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
.c-link-list--products .c-link-list__item,
.c-link-list--products .c-link-product {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.c-link-list--products .c-link-list__item .c-link-product__heading,
.c-link-list--products .c-link-product .c-link-product__heading {
  place-self: center;
}
.c-link-list--products .c-link-list__item .c-link-product__content,
.c-link-list--products .c-link-product .c-link-product__content {
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.c-link-list--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-link-list--center .c-link-list__item {
  width: 26.4285714286vw;
  max-width: 37rem;
}
.c-link-list--flex-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6.7708333333vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-link-list .c-link-media {
  display: block;
}
.c-link-list .c-link-media__heading {
  margin-top: 1.6rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
}
.c-link-list__item--span2 {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
.c-link-list__item--span2 .c-link-card {
  grid-column: span 2;
}
.c-link-list__item--span2 .c-link-card--horizon {
  grid-template-columns: subgrid;
}
.c-link-list__item--span2 .c-link-media {
  grid-column: span 3;
}
.c-link-list__item--span3 {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.c-link-list__item--span3 .c-link-card {
  grid-column: span 2;
}
.c-link-list__item--span3 .c-link-card--horizon {
  grid-template-columns: subgrid;
}
.c-link-list__item--span3 .c-link-media {
  grid-column: span 3;
}
.c-link-list__item--span4 {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4;
}
.c-link-list__item--span4 .c-link-card {
  grid-column: span 2;
}
.c-link-list__item--span4 .c-link-card--horizon {
  grid-template-columns: subgrid;
}
.c-link-list__item--span4 .c-link-media {
  grid-column: span 3;
}

.c-link-card {
  display: block;
  border-radius: 0.8rem;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
}
.c-link-card--lg {
  border-radius: 1.6rem;
}
.c-link-card--horizon {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-link-card__image {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem 0.8rem 0 0;
  line-height: 0;
}
.c-link-card__content {
  display: grid;
  padding: 1.4rem 2.2rem 2rem;
  gap: 1.2rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: #ffffff;
}
.c-link-card--lg .c-link-card__content {
  padding: 2.2rem 3.3rem 2.4rem;
}
.c-link-card__heading {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.c-link-enjoy {
  display: block;
}
.c-link-enjoy img {
  -webkit-transition-duration: 0.25s !important;
  transition-duration: 0.25s !important;
}
.c-link-enjoy__image {
  display: block;
  overflow: hidden;
  border-radius: 1.2rem;
  line-height: 0;
}
.c-link-enjoy__heading {
  margin-top: 1.6rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
}
.c-link-enjoy__text {
  margin-top: 1.4rem;
}

.c-link-product {
  display: block;
  border-radius: 1.6rem;
  outline: 1px solid #B3B6BE;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.c-link-product--clean {
  outline: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.c-link-list--solo .c-link-product {
  max-width: 28.2rem;
  margin: 0 auto;
}
.c-link-list__item .c-link-product {
  height: 100%;
}
.c-link-product__image {
  display: block;
  overflow: hidden;
  border-radius: 1.6rem 1.6rem 0 0;
  line-height: 0;
}
.c-link-product__content {
  display: grid;
  padding: 1.6rem 2.2rem 2rem;
  gap: 2.2rem;
  border-radius: 0 0 1.6rem 1.6rem;
  background-color: #ffffff;
}
.c-link-product__heading {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.c-link-product__heading sub {
  display: inline-block;
}
.c-link-product:has(.c-link-product__label) {
  position: relative;
}
.c-link-product__label {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 1.3rem 0.1rem 1.8rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background: -webkit-gradient(linear, left top, left bottom, from(#09184F), to(#0F85B5));
  background: linear-gradient(to bottom, #09184F, #0F85B5);
  writing-mode: vertical-rl;
}
.c-link-product__label::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 1.4rem solid transparent;
  border-bottom: 0.4rem solid #ffffff;
  border-left: 1.4rem solid transparent;
  content: "";
}

/*-- .c-link --*/
.c-button {
  margin-top: 4.8rem;
}
.c-button--bottom {
  margin-top: 6.3rem;
}
.c-button-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.6rem min(3rem, 2.5vw);
}
.c-button-group:has(.c-button__link:nth-child(4)) {
  gap: 1.6rem;
}
.c-button-group--new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6rem;
}
.c-button-group--new .c-button__link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 203px;
  flex: 1 1 203px;
  min-width: unset;
  max-width: 256px;
}
.c-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(40rem, 100%);
  min-height: 6.4rem;
  margin: auto;
  padding: 0.4rem 5rem;
  border: 1px solid #E30012;
  border-radius: 3.2rem;
  background-color: #ffffff;
  color: #E30012;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.c-button__link .c-icon {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-button__link .c-icon[data-icon=arrow] {
  aspect-ratio: 34/36;
  width: 3.4rem;
  margin-top: auto;
  background-image: url(/assets/images/common/icon-arrow-white.svg);
}
.c-button__link .c-icon[data-icon=arrow-back] {
  right: auto;
  left: 2.2rem;
  margin-top: auto;
}
.c-button__link .c-icon[data-icon=arrow-down] {
  margin-top: auto;
}
.c-button__link .c-icon[data-icon=blank] {
  right: 3.2rem;
  width: 1rem;
  margin-top: 0;
}
.c-button__link--anchor {
  min-height: 4.4rem;
  border: 1px solid #282828;
  color: #282828;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.c-button__link--anchor .c-icon {
  right: 1.7rem;
}
.c-button__link--back {
  min-width: min(32.5rem, 100%);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-button__link--brand {
  min-width: min(37.5rem, 100%);
}

/*-- .c-button --*/
.c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
  margin: auto 0.8rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-icon--last {
  margin-right: 0;
  margin-left: 0.8rem;
}
.c-icon--first {
  margin-right: 0.8rem;
  margin-left: 0;
}
.c-icon[data-icon=arrow] {
  aspect-ratio: 1/1;
  width: 13px;
  margin-top: -6px;
  background: url(/assets/images/common/icon-arrow.svg) center no-repeat;
  background-size: contain;
}
.c-icon[data-icon=arrow-down] {
  aspect-ratio: 1/1;
  width: 2.8rem;
  margin-top: -2px;
  background: url(/assets/images/common/icon-arrow-down.svg) center no-repeat;
  background-size: contain;
}
.c-icon[data-icon=arrow-back] {
  aspect-ratio: 34/36;
  width: 3.4rem;
  margin-top: -2px;
  background: url(/assets/images/common/icon-arrow-back.svg) center no-repeat;
  background-size: contain;
}
.c-icon[data-icon=blank] {
  aspect-ratio: 1/1;
  width: 0.64em;
  margin-top: -0.4rem;
}
.c-icon[data-icon=blank] img {
  width: 100%;
}

/*-- .c-icon --*/
.c-text + .c-text {
  margin-top: 1.8em;
}
.c-text-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-text-indent__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-text-indent__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-text-indent__em1 {
  text-indent: 1em;
}
.c-text-indent[data-gap] {
  gap: 0.8rem;
}
.c-text-indent[data-gap=sm] {
  gap: 0.4rem;
}
.c-text-lead {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.c-text-link {
  color: #002DEA;
}

.c-text-data * {
  display: inline-block;
  line-height: 0.9;
}
.c-text-data > span {
  margin-left: 0.1em;
}
.c-text-data__num {
  font-weight: bold;
  font-size: 2.4rem;
}
.c-text-data__unit {
  font-weight: bold;
  font-size: 1.6rem;
}

.c-text-marker {
  display: inline;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5em, #FFF100), color-stop(0.5em, transparent));
  background: linear-gradient(0deg, #FFF100 0.5em, transparent 0.5em);
}

.table-scroll {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.c-text-table {
  width: 100%;
  min-width: 980px;
  border: 2px solid #6E6E6E;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}
.c-text-table th,
.c-text-table td {
  padding: 8px;
  border: 1px solid #6E6E6E;
  vertical-align: middle;
}
.c-text-table th {
  font-weight: bold;
}
.c-text-table td img {
  display: block;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
}
.c-text-table .table-bg-gray {
  background-color: #F4F4F5;
}
.c-text-table.table-layout-auto {
  table-layout: auto;
}
.c-text-table--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-shrink {
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* min-width(px) 300-980 */
.table-shrink-300 {
  min-width: 300px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-310 {
  min-width: 310px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-320 {
  min-width: 320px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-330 {
  min-width: 330px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-340 {
  min-width: 340px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-350 {
  min-width: 350px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-360 {
  min-width: 360px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-370 {
  min-width: 370px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-380 {
  min-width: 380px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-390 {
  min-width: 390px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-400 {
  min-width: 400px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-410 {
  min-width: 410px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-420 {
  min-width: 420px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-430 {
  min-width: 430px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-440 {
  min-width: 440px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-450 {
  min-width: 450px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-460 {
  min-width: 460px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-470 {
  min-width: 470px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-480 {
  min-width: 480px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-490 {
  min-width: 490px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-500 {
  min-width: 500px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-510 {
  min-width: 510px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-520 {
  min-width: 520px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-530 {
  min-width: 530px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-540 {
  min-width: 540px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-550 {
  min-width: 550px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-560 {
  min-width: 560px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-570 {
  min-width: 570px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-580 {
  min-width: 580px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-590 {
  min-width: 590px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-600 {
  min-width: 600px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-610 {
  min-width: 610px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-620 {
  min-width: 620px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-630 {
  min-width: 630px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-640 {
  min-width: 640px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-650 {
  min-width: 650px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-660 {
  min-width: 660px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-670 {
  min-width: 670px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-680 {
  min-width: 680px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-690 {
  min-width: 690px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-700 {
  min-width: 700px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-710 {
  min-width: 710px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-720 {
  min-width: 720px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-730 {
  min-width: 730px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-740 {
  min-width: 740px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-750 {
  min-width: 750px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-760 {
  min-width: 760px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-770 {
  min-width: 770px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-780 {
  min-width: 780px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-790 {
  min-width: 790px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-800 {
  min-width: 800px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-810 {
  min-width: 810px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-820 {
  min-width: 820px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-830 {
  min-width: 830px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-840 {
  min-width: 840px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-850 {
  min-width: 850px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-860 {
  min-width: 860px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-870 {
  min-width: 870px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-880 {
  min-width: 880px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-890 {
  min-width: 890px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-900 {
  min-width: 900px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-910 {
  min-width: 910px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-920 {
  min-width: 920px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-930 {
  min-width: 930px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-940 {
  min-width: 940px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-950 {
  min-width: 950px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-960 {
  min-width: 960px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-970 {
  min-width: 970px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.table-shrink-980 {
  min-width: 980px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.c-text-list {
  width: 760px;
  margin: 0;
  padding-top: 2em;
}
.c-text-list li {
  width: 144px;
  margin-right: 10px;
  float: left;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0;
}
.c-text-list li:last-child {
  margin-right: 0;
}
.c-text-list span {
  display: block;
  width: 100%;
  min-height: 5em;
  padding: 0.5em;
  overflow: hidden;
  border: 2px solid #006699;
}

.c-faq {
  display: grid;
  gap: 2rem;
}
.c-faq:not(:first-child) {
  margin-top: 4rem;
}
.c-faq__item {
  overflow: hidden;
  border-radius: 1.6rem;
}
.c-faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 4.4rem 2rem 2rem;
  background-color: #efefef;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.c-faq__head::before, .c-faq__head::after {
  position: absolute;
  right: 1.8rem;
  width: 1.8rem;
  border-top: 2px solid #E30012;
  border-radius: 2px;
  content: "";
}
.c-faq__head::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}
.is-opened .c-faq__head::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-faq__head--text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-faq__head--icon {
  -ms-flex-negative: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3.2rem;
  color: #E30012;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  font-family: "Mulish", "Zen Kaku Gothic New", sans-serif;
}
.c-faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3rem 2rem 2.4rem 2rem;
  border-top: 1px solid #B3B6BE;
  -webkit-transition: all 0.4s ease-in-out;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transition: all 0.4s ease-in-out;
}
.c-faq__body--inner {
  padding-top: 0.2rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-faq__body--inner a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.c-faq__body--icon {
  -ms-flex-negative: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3.2rem;
  color: #E30012;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  font-family: "Mulish", "Zen Kaku Gothic New", sans-serif;
}

/*-- .c-faq --*/
.c-media:not(:first-child) {
  margin-top: 1.8rem;
}
.c-media + .c-media {
  margin-top: 2.4rem;
}
.c-media-set .c-media + .c-media {
  margin-top: 0;
}
.c-media:has(.c-media__caption) {
  display: grid;
  gap: 0.8rem;
}
.c-media__caption {
  font-size: 1.4rem;
  text-align: left;
}
.c-media--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-media--100per img {
  width: 100%;
  max-width: none;
}
.c-media--radius img {
  border-radius: 1.2rem;
}
.c-media--square {
  display: block;
  aspect-ratio: 1/1;
  border: 1px solid #E5E5E5;
}
.c-media--square img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-media__youtube {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.c-media__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-media__iframe {
  position: relative;
  width: 100%;
}
.c-media__iframe--map {
  aspect-ratio: 806/300;
}
.c-media__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.c-media__figure {
  display: block;
  line-height: 0;
}
.c-media__heading {
  margin-top: 1.6rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
}
.c-media__text {
  margin-top: 0.6rem;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
}

.c-media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: min(5rem, 4.1666666667vw);
  -moz-column-gap: min(5rem, 4.1666666667vw);
  column-gap: min(5rem, 4.1666666667vw);
}
.c-media-object[data-gap=sm] {
  -webkit-column-gap: min(1.6rem, 1.3333333333vw);
  -moz-column-gap: min(1.6rem, 1.3333333333vw);
  column-gap: min(1.6rem, 1.3333333333vw);
}
.c-media-object[data-gap=md] {
  -webkit-column-gap: min(3.2rem, 2.6666666667vw);
  -moz-column-gap: min(3.2rem, 2.6666666667vw);
  column-gap: min(3.2rem, 2.6666666667vw);
}
.c-media-object[data-gap=lg] {
  -webkit-column-gap: min(7.2rem, 5vw);
  -moz-column-gap: min(7.2rem, 5vw);
  column-gap: min(7.2rem, 5vw);
}
.c-media-object + .c-media-object {
  margin-top: 7.2rem;
}
.c-media-object--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.c-media-object--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-media-object__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: min(42rem, 46%);
  max-width: 46%;
}
.c-media-object--center .c-media-object__image {
  min-width: auto;
}
.c-media-object__image--sm {
  min-width: 30%;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.c-media-object__image--md {
  min-width: min(42rem, 35%);
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.c-media-object__image--mid {
  min-width: 50%;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.c-media-object__image--md-lg {
  min-width: 55%;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.c-media-object__image--lg {
  min-width: 60%;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.c-media-object__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-media-object--center .c-media-object__text {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
.c-media-object__text--50 {
  width: 50%;
}

.c-media-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.6rem, 3vw);
}
.c-media-set[data-gap=md] {
  gap: min(2.4rem, 2vw);
}
.c-media-set__col {
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: min(2.4rem, 2vw);
}

.c-media-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem 4rem;
}

/*-- c-media --*/
.c-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.c-data + .c-data {
  margin-top: 1.2rem;
}
.c-data__desc > .c-data + .c-data {
  margin-top: 0;
}
.c-data__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: pre;
}
.c-data--simple .c-data__term {
  letter-spacing: inherit;
}
.c-data__desc {
  margin-left: 1rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.75;
}
.c-data--simple .c-data__desc {
  margin-left: 0;
}

.c-data-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.1rem solid #B3B6BE;
}
.c-data-table__item:last-child {
  border-bottom: 0.1rem solid #B3B6BE;
}
.c-data-table__term, .c-data-table__desc {
  padding: 1.76rem 1.6rem;
}
.c-data-table__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(14.2rem, 29.2957746479%);
  background-color: #F4F4F5;
  font-weight: bold;
}
.c-data-table__term.c-data-table__term--md {
  width: min(17.3rem, 29.2957746479%);
}
.c-data-table__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.74rem 1.2rem 1.78rem 1.9rem;
}

.c-data-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.74rem 2rem;
  gap: 2rem;
  border-top: 0.1rem solid #B3B6BE;
}
.c-data-list__item:last-child {
  border-bottom: 0.1rem solid #B3B6BE;
}
.c-data-list__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(17rem, 29.2957746479%);
  font-weight: bold;
}
.c-data-list__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-data-product[data-gap] {
  display: grid;
  gap: 1.4rem;
}
.c-data-product[data-gap=lg] {
  gap: 2.8rem;
}
.c-data-product[data-gap=sm] {
  gap: 0.6rem;
}
.c-data-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-data-product__name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-data-product__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-data-product__value::before {
  margin-left: 0.8rem;
  border-top: 2px dotted #282828;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 4rem;
}

/*-- .c-data --*/
.c-history-list {
  position: relative;
  margin-inline: -1rem;
  padding-top: 1.6rem;
}
.c-history-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-history__year {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8rem;
  padding-left: 2.2rem;
  color: #E30012;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-history__year::before {
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #E30012;
  content: "";
}
.c-history-list__item:last-child .c-history__year::before {
  display: none;
}
.c-history__year::after {
  display: inline-block;
  position: absolute;
  top: 0.9rem;
  left: -0.6rem;
  aspect-ratio: 1/1;
  width: 1.2rem;
  border-radius: 50%;
  background-color: #E30012;
  content: "";
}
.c-history__cont {
  padding-bottom: 2.8rem;
  padding-left: 7rem;
}
.c-history__title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
}

/*-- .c-history --*/
.c-hr {
  border-top: #B3B6BE;
}
* + .c-hr {
  margin-top: 4rem;
}
.c-hr + *:not(.c-heading-lv2) {
  margin-top: 4rem;
}
* + .c-hr--wide {
  margin-top: 8rem;
}
.c-hr--wide + * {
  margin-top: 8rem;
}

/*-- .c-hr --*/
.c-box {
  padding: 4.8rem min(5.6rem, 4.6666666667vw);
  border: 1px solid #B3B6BE;
  border-radius: 1.2rem;
}
.c-box:not(:first-child) {
  margin-top: 4rem;
}
.c-box--fill {
  padding: 4rem min(4.1rem, 3.4166666667vw);
  border: none;
  background-color: #FFF0F1;
}

.c-box-contact {
  display: grid;
  place-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 15rem;
  padding: 0.8rem;
  gap: 1.2rem;
  background-color: #F8F8F8;
  text-align: center;
}
.c-box-contact__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: min(4.8rem, 4vw);
  -moz-column-gap: min(4.8rem, 4vw);
  column-gap: min(4.8rem, 4vw);
  margin-top: 6.6rem;
}
.c-box-contact__section + .c-box-contact__section {
  margin-top: 5.2rem;
}
.c-box-contact__cont {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-box-contact__tel {
  color: #E30012;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Mulish", "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
}

/*-- .c-box --*/
.c-block-indent {
  margin-left: 1em;
}
.c-block-content:not(:first-child) {
  margin-top: 4rem;
}

/*-- .c-block --*/
.c-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
.c-slider__controls:not(:has(.slick-dots > li:nth-child(2))) {
  display: none;
}
.c-slider__controls .slick-arrow {
  position: static;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 1.2rem;
  background: url(/assets/images/common/arrow-slider.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.c-slider__controls .slick-arrow::before {
  display: none;
}
.c-slider__controls .slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-slider__controls .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  max-width: 20.6rem;
  gap: 1.8rem;
}
.c-slider__controls .slick-dots li {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  padding: 0;
  border: 1px solid #E30012;
  border-radius: 1rem;
}
.c-slider__controls .slick-dots button {
  width: 100%;
  height: 100%;
}
.c-slider__controls .slick-dots button::before {
  display: none;
}
.c-slider__controls .slick-active {
  background-color: #E30012;
}
.c-slider__toggle {
  display: none;
  width: 3.2rem;
  height: 3.2rem;
  background: url("/assets/images/common/icon-stop.svg") center/contain no-repeat;
  text-indent: -9999px;
}
.c-slider__toggle.is-paused {
  background: url("/assets/images/common/icon-start.svg") center/contain no-repeat;
}
.c-slider__controls .c-slider__toggle {
  display: block;
}

.c-swiper__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4.4rem;
  gap: 2rem;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  max-width: 20.6rem;
  gap: 1.8rem;
}
.swiper-pagination-bullet {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  padding: 0;
  border: 1px solid #E30012;
  border-radius: 1rem;
}
.swiper-pagination-bullet-active {
  background-color: #E30012;
}
.swiper-button-prev, .swiper-button-next {
  position: static;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 1.2rem;
  background: url(/assets/images/common/arrow-slider.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.swiper-button-prev::before, .swiper-button-next::before {
  display: none;
}
.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper__toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url("/assets/images/common/icon-stop.svg") center/contain no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.swiper__toggle.is-paused {
  background: url("/assets/images/common/icon-start.svg") center/contain no-repeat;
}

/*-- .c-slider --*/
.c-news__list {
  border-top: 1px solid #B3B6BE;
}
.c-news__item {
  border-bottom: 1px solid #B3B6BE;
}
.c-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem 1.7rem 1.8rem;
  gap: 2.8rem;
  letter-spacing: 0.05em;
}
.top .c-news__link {
  padding: 1.4rem 1.7rem 1.3rem;
}
.c-news__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #6E6E6E;
}

/*-- .c-news --*/
.c-sitemap {
  padding-left: 1.6rem;
}
.c-sitemap__item {
  line-height: 2;
}
.c-sitemap__item .c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-sitemap__item .c-link .c-icon {
  margin-top: 0.725em;
  margin-right: 0;
}
.c-sitemap__item--second {
  padding-left: 1em;
}
.c-sitemap-heading {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.6rem;
  border-bottom: 1px solid #B3B6BE;
  font-size: 2.2rem;
  line-height: 1.4;
}

/*-- .c-sitemap --*/
.c-label {
  display: inline-grid;
  place-content: center;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  background-color: #F0F1F2;
  color: #282828;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.c-label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}

/*-- .c-label --*/
.c-article__date {
  margin-bottom: 3.6rem;
}
.c-article__date-ar {
  margin-bottom: 3.6rem;
  text-align: right;
}
.c-article__update {
  margin-top: 3rem;
  text-align: right;
}

/** c-article  **/
.c-product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: min(5.5rem, 4.5833333333vw);
  -moz-column-gap: min(5.5rem, 4.5833333333vw);
  column-gap: min(5.5rem, 4.5833333333vw);
  margin-top: 4rem;
}
.c-product__media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-product__media-list.slick-dotted {
  margin-bottom: 1.6rem;
}
.c-product__media-list:not(.slick-initialized) .c-product__media-item:nth-child(n+2) {
  display: none;
}
.c-product__media .c-slider__controls {
  gap: 1.8rem;
}
.c-product__media .c-slider__controls .slick-arrow {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0;
}
.c-product__detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 75.8rem;
  letter-spacing: 0.1em;
}
.c-product__copy {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.c-product__text {
  margin-top: 2rem;
}
.c-product__button {
  margin-top: 3rem;
}
.c-product__button .c-button__link {
  margin-left: 0;
  letter-spacing: 0.05em;
}
.c-product__lineup-list {
  display: grid;
  grid-template-rows: auto auto 1fr;
  margin-right: -2.5%;
  margin-left: -2.5%;
  gap: 30px 2px;
}
.c-product__lineup-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  max-width: 25rem;
  padding-bottom: 2rem;
  gap: 0;
}
.c-product__lineup-image {
  width: 76%;
  margin: auto;
}
.c-product__lineup-heading {
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 0.8rem;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.c-product__lineup-label {
  margin-top: 0.8rem;
  text-align: center;
}
.c-product__lineup-label .c-label {
  background-color: #FCFCFC;
}

/*-- .c-product --*/
.c-bubble {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-bubble__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-bubble div {
  position: absolute;
  bottom: 0;
  left: var(--start-x); /* JS でランダムセット */
  width: var(--size); /* JS でランダムセット */
  height: var(--size); /* JS でランダムセット */
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-animation: bubble-rise var(--duration) linear infinite var(--delay), bubble-sway var(--duration) ease-in-out infinite var(--delay);
  animation: bubble-rise var(--duration) linear infinite var(--delay), bubble-sway var(--duration) ease-in-out infinite var(--delay);
}

@-webkit-keyframes bubble-rise {
  0% {
    bottom: 0;
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    bottom: 45%;
    opacity: 0;
  }
}

@keyframes bubble-rise {
  0% {
    bottom: 0;
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    bottom: 45%;
    opacity: 0;
  }
}
@-webkit-keyframes bubble-rise-sp {
  0% {
    bottom: 0;
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    bottom: 60%;
    opacity: 0;
  }
}
@keyframes bubble-rise-sp {
  0% {
    bottom: 0;
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    bottom: 60%;
    opacity: 0;
  }
}
@-webkit-keyframes bubble-sway {
  0% {
    -webkit-transform: translateX(0) scale(var(--scale));
    transform: translateX(0) scale(var(--scale));
  }
  25% {
    -webkit-transform: translateX(var(--sway)) scale(var(--scale));
    transform: translateX(var(--sway)) scale(var(--scale));
  }
  50% {
    -webkit-transform: translateX(0) scale(var(--scale));
    transform: translateX(0) scale(var(--scale));
  }
  75% {
    -webkit-transform: translateX(calc(var(--sway) * -1)) scale(var(--scale));
    transform: translateX(calc(var(--sway) * -1)) scale(var(--scale));
  }
  100% {
    -webkit-transform: translateX(0) scale(var(--scale));
    transform: translateX(0) scale(var(--scale));
  }
}
@keyframes bubble-sway {
  0% {
    -webkit-transform: translateX(0) scale(var(--scale));
    transform: translateX(0) scale(var(--scale));
  }
  25% {
    -webkit-transform: translateX(var(--sway)) scale(var(--scale));
    transform: translateX(var(--sway)) scale(var(--scale));
  }
  50% {
    -webkit-transform: translateX(0) scale(var(--scale));
    transform: translateX(0) scale(var(--scale));
  }
  75% {
    -webkit-transform: translateX(calc(var(--sway) * -1)) scale(var(--scale));
    transform: translateX(calc(var(--sway) * -1)) scale(var(--scale));
  }
  100% {
    -webkit-transform: translateX(0) scale(var(--scale));
    transform: translateX(0) scale(var(--scale));
  }
}
.c-wave {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.c-wave__wrap {
  position: relative;
}
.c-wave__item {
  position: absolute;
  bottom: 0;
  width: max(2609px, 135.8854166667%);
  height: 170px;
  -webkit-animation: wave-move linear 40s infinite;
  background: url("/assets/images/bg-wave01.svg") repeat-x 0 bottom;
  animation: wave-move linear 40s infinite;
  will-change: transform;
}
.c-wave__item:nth-child(2) {
  top: 0;
  bottom: auto;
  width: max(2544px, 132.5%);
  background: url("/assets/images/bg-wave02.svg") repeat-x 0 0;
  -webkit-animation: wave-move02 linear 32s infinite;
  animation: wave-move02 linear 32s infinite;
}

@-webkit-keyframes wave-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2609px 0;
  }
}

@keyframes wave-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2609px 0;
  }
}
@-webkit-keyframes wave-move02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2544px 0;
  }
}
@keyframes wave-move02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2544px 0;
  }
}
@-webkit-keyframes wave-move-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -724px 0;
  }
}
@keyframes wave-move-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -724px 0;
  }
}
@-webkit-keyframes wave-move02-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -709px 0;
  }
}
@keyframes wave-move02-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -709px 0;
  }
}
/*-- animation --*/
.top .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}

.p-top-recommend {
  padding-top: max(11.8rem, 6.1458333333%);
  padding-bottom: 10rem;
  background-image: url("/assets/images/bg-cloud-top.jpg"), url("/assets/images/bg-cloud-bottom.jpg");
  background-position: top center, bottom -1px center;
  background-size: max(2106px, 108%) auto, max(2106px, 108%) auto;
  background-repeat: no-repeat, no-repeat;
  background-color: #ffffff;
}
.p-top-recommend .c-slider .slick-slider .slick-track, .p-top-recommend .c-slider .slick-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-recommend .c-slider .slick-list {
  width: 100%;
  padding: 0 0 4rem;
}
.p-top-recommend .c-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
}
.p-top-recommend .c-slider__item {
  margin: 0 2.25rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.12);
}
.p-top-recommend .c-recommend__image {
  border-radius: 1.6rem 1.6rem 0 0;
}
.p-top-recommend .c-recommend__image img {
  width: 100%;
  border-radius: 1.6rem 1.6rem 0 0;
}
.p-top-recommend .c-recommend__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2.4rem 2rem;
}
.p-top-recommend .c-recommend__title {
  margin-bottom: 1.2rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.p-top-recommend .c-recommend__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.p-top-products {
  position: relative;
  overflow: hidden;
  background-image: url("/assets/images/bg-products-left.jpg"), url("/assets/images/bg-products-right.jpg");
  background-position: left bottom -1px, right bottom -1px;
  background-size: min(40%, 524px) auto, min(40%, 504px) auto;
  background-repeat: no-repeat;
}
.p-top-products-deco__item {
  position: absolute;
}
.p-top-products-deco__item:first-child {
  top: 140px;
  right: min(3.2291666667%, 6.2rem);
  width: min(10.4166666667%, 20rem);
}
.p-top-products-deco__item:nth-child(2) {
  top: 512px;
  left: min(6.6145833333%, 12.7rem);
  width: min(7.8125%, 15rem);
}
.p-top-products-deco__item:nth-child(2) img {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.p-top-products-deco__item:last-child {
  top: 670px;
  right: min(3.9583333333%, 7.6rem);
  width: min(8.3333333333%, 16rem);
}
.p-top-products-deco__item:last-child img {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.p-top-products .l-content__inner {
  position: relative;
  max-width: 1920px;
  padding-top: 4rem;
}
.p-top-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: 2.5rem;
}
.p-top-products__list > li {
  border-radius: 1.6rem;
}
.p-top-products__item__packed-rice {
  background-color: #F4EBE4;
}
.p-top-products__item__drink {
  background-color: #DEEFF0;
}
.p-top-products__item__fresh-rice {
  background-color: #FEEBC8;
}
.p-top-products__item__mochi {
  background-color: #FAE5E4;
}
.p-top-products__item__low-temperature {
  background-color: #F2E2EE;
}
.p-top-products__item__millet-unpolished {
  background-color: #F0E9C7;
}
.p-top-products__item__bousai {
  background-color: #FAF6BA;
}
.p-top-products__item__retort {
  background-color: #F2E7E7;
}
.p-top-products__item__others {
  background-color: #EBF4D0;
}
.p-top-products__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  aspect-ratio: 110/117;
  height: 100%;
  border-radius: 1.6rem;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.p-top-products__link picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 55/37;
}
.p-top-products__link p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: grid;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.p-top-newproducts {
  padding-top: 10.4rem;
  padding-bottom: 9.6rem;
  overflow: hidden;
  background-image: url("/assets/images/bg-rice.svg");
  background-position: center 80px;
  background-repeat: no-repeat;
}
.p-top-newproducts .swiper-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.p-top-newproducts__item.swiper-slide-prev {
  margin-right: min(7.2916666667vw, 140px);
}
.p-top-newproducts__item.swiper-slide-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: min(7.2916666667vw, 140px);
}
.p-top-newproducts__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background-image: url("/assets/images/bg-tray.svg");
  background-position: bottom -7px center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-top-newproducts__image.bg-orange {
  background-image: url("/assets/images/bg-tray-orange.svg");
}
.p-top-newproducts__image.bg-blue {
  background-image: url("/assets/images/bg-tray-blue.svg");
}
.p-top-newproducts__image.bg-notray {
  background-image: none;
}
.swiper-slide.swiper-slide-prev .p-top-newproducts__image, .swiper-slide.swiper-slide-next .p-top-newproducts__image {
  -webkit-transition: background-size 0.5s, background-position 0.8s, -webkit-transform 0.5s;
  transition: background-size 0.5s, background-position 0.8s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-size 0.5s, background-position 0.8s;
  transition: transform 0.5s, background-size 0.5s, background-position 0.8s, -webkit-transform 0.5s;
}
.swiper-slide.swiper-slide-active .p-top-newproducts__image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-delay: 0.3s;
  background-position: bottom 8px center;
  background-size: 90%;
  transition-delay: 0.3s;
}
.p-top-newproducts__image img {
  width: 85%;
}
.p-top-newproducts__content {
  max-width: 260px;
  margin: auto;
}
.swiper-slide.swiper-slide-active .p-top-newproducts__content {
  padding-left: 0;
}
.p-top-newproducts__text {
  min-height: 4lh;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.p-top-newproducts .c-swiper__controls:not(:has(.swiper-pagination-bullet)) {
  display: none;
}
.p-top-newproducts .c-swiper__controls .swiper-pagination {
  gap: 1.2rem 1.8rem;
}
.p-top-newproducts .c-swiper__controls .swiper-button-prev, .p-top-newproducts .c-swiper__controls .swiper-button-next {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
}
.p-top-newproducts .js-products-slider .swiper-container,
.p-top-newproducts .js-products-slider .swiper-wrapper {
  overflow: visible;
}
.p-top-newproducts .c-swiper .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.07, 0.38, 0.25, 1);
  transition-timing-function: cubic-bezier(0.07, 0.38, 0.25, 1);
}
.p-top-newproducts .c-swiper__list.swiper-initialized {
  margin: auto;
  padding-right: 7.2rem;
  padding-left: 7.2rem;
  -webkit-transform: translateX(max(-7.2916666667vw, -140px));
  transform: translateX(max(-7.2916666667vw, -140px));
}
.p-top-newproducts .c-swiper__list:not(.swiper-initialized) .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top-newproducts .c-swiper__list:not(.swiper-initialized) .c-swiper__item {
  max-width: 33.8rem;
}

.p-top-enjoy {
  padding-top: 9.6rem;
  padding-bottom: 14.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4E5C), color-stop(60%, #E3F6FD), color-stop(70%, #94CCEA), color-stop(95%, #8CD5F4), to(#85DDFD));
  background: linear-gradient(to bottom, #FF4E5C 0%, #E3F6FD 60%, #94CCEA 70%, #8CD5F4 95%, #85DDFD 100%);
}
.p-top-enjoy__inner {
  z-index: 1;
  position: relative;
  padding: 7rem 10rem 8.5rem 10rem;
  backdrop-filter: blur(30px) brightness(115%);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px) brightness(115%);
  border-radius: 4.8rem;
}
.p-top-enjoy__list {
  display: grid;
  grid-auto-flow: column;
  gap: 4rem;
}
.p-top-enjoy__list--library {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: unset;
  gap: 4.5rem;
}
.p-top-enjoy__list--library .p-top-enjoy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-top-enjoy__list--library .p-top-enjoy__item p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-top-enjoy__list--library .p-top-enjoy__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-top-enjoy__link {
  display: block;
}
.p-top-enjoy__link p {
  margin-top: 1.4rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.p-top-enjoy__link img {
  -webkit-transition-duration: 0.25s !important;
  transition-duration: 0.25s !important;
}
.p-top-enjoy__media {
  display: block;
}
.p-top-enjoy__media p {
  margin-top: 1.4rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.p-top-enjoy__image {
  display: block;
  overflow: hidden;
  border-radius: 1.2rem;
  line-height: 0;
}
.p-top-enjoy__youtube {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  border-radius: 1.2rem;
  line-height: 0;
}
.p-top-enjoy__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-enjoy .c-heading-lv2-simple {
  margin-top: 10.7rem;
  margin-bottom: 5rem;
  letter-spacing: 0.05em;
}

.p-top-news {
  position: relative;
}
.p-top-news::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-image: url("/assets/images/bg-irisfoods.png");
  background-position: top left;
  background-size: 1200px auto;
  background-repeat: repeat-x;
  content: "";
  -webkit-animation: flow-left 45s infinite linear 0.5s both;
  animation: flow-left 45s infinite linear 0.5s both;
}
@-webkit-keyframes flow-left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1200px 0;
  }
}
@keyframes flow-left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1200px 0;
  }
}
@-webkit-keyframes flow-left-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -367px 0;
  }
}
@keyframes flow-left-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -367px 0;
  }
}
.p-top-news__inner {
  z-index: 1;
  padding-top: 30rem;
}
.p-top-news .l-content__inner--short {
  margin-top: 0;
}
.p-top-news .c-button {
  margin-top: 4rem;
}

.p-newproducts {
  padding-top: 9.4rem;
}
.p-newproducts__panel {
  padding-bottom: 5.5rem;
}
.p-newproducts__panel + .p-newproducts__panel {
  margin-top: 11rem;
}
.p-newproducts__panel--packed-rice {
  background-color: #FDF9F5;
}
.p-newproducts__panel--packed-rice .p-newproducts__ribbon {
  margin-top: 3rem;
}
.p-newproducts__panel--packed-rice .c-link-media__image::after {
  background-color: #FFBEB5;
}
.p-newproducts__panel--packed-rice .c-link-list.c-link-list--mt .c-link-list__item:nth-of-type(1) {
  margin-top: -45px;
}
.p-newproducts__panel--packed-rice .c-link-list.c-link-list--mt .c-link-list__item:nth-of-type(2) {
  margin-top: -45px;
}
.p-newproducts__panel--packed-rice .c-link-list.c-link-list--mt.c-link-list--mt.case .c-link-list__item:nth-of-type(1) {
  margin-top: -30px;
}
.p-newproducts__panel--packed-rice .c-link-list.c-link-list--mt.c-link-list--mt.case .c-link-list__item:nth-of-type(2) {
  margin-top: -30px;
}
.p-newproducts__panel--drink {
  background-color: #F2FBFC;
}
.p-newproducts__panel--drink .c-link-media__image::after {
  background-color: #AEDFEF;
}
.p-newproducts__panel--orenge {
  background-color: #FFFAF0;
}
.p-newproducts__panel--orenge .c-link-media__image::after {
  background-color: #FFD3AC;
}
.p-newproducts__panel--mochi {
  background-color: #FFF8F7;
}
.p-newproducts__panel--mochi .c-link-media__image::after {
  background-color: #F8B9C0;
}
.p-newproducts__panel--others {
  background-color: #FAFDEF;
}
.p-newproducts__panel--others .c-link-media__image::after {
  background-color: #D3E895;
}
.p-newproducts__header {
  position: relative;
  text-align: center;
}
.p-newproducts__header-balloon {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
}
.p-newproducts__header-balloon::before, .p-newproducts__header-balloon::after {
  display: block;
  position: absolute;
  top: -5px;
  width: 18px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-newproducts__header-balloon::before {
  left: -25px;
  background-image: url("../images/products/new/deco-l.png");
}
.p-newproducts__header-balloon::after {
  right: -25px;
  background-image: url("../images/products/new/deco-r.png");
}
.p-newproducts__header-band {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  justify-content: center;
  height: auto;
  padding: 15px 0;
}
.p-newproducts__header-band img {
  display: block;
  width: auto;
  height: 30px;
  margin: 8px auto 0;
}
.p-newproducts__panel--packed-rice .p-newproducts__header-band {
  background-color: #F4EBE4;
}
.p-newproducts__panel--drink .p-newproducts__header-band {
  background-color: #E0F1F2;
}
.p-newproducts__panel--orenge .p-newproducts__header-band {
  background-color: #FEEBC8;
}
.p-newproducts__panel--mochi .p-newproducts__header-band {
  background-color: #FAE5E4;
}
.p-newproducts__panel--others .p-newproducts__header-band {
  background-color: #EBF4D0;
}
.p-newproducts__header-image {
  display: inline-block;
  position: absolute;
  right: 1%;
  bottom: -10%;
}
.p-newproducts__panel--packed-rice .p-newproducts__header-image {
  width: 20.3333333333vw;
  max-width: 244px;
}
.p-newproducts__panel--drink .p-newproducts__header-image, .p-newproducts__panel--orenge .p-newproducts__header-image, .p-newproducts__panel--mochi .p-newproducts__header-image, .p-newproducts__panel--others .p-newproducts__header-image {
  right: 1%;
  bottom: -15%;
  width: 19.25vw;
  max-width: 231px;
}
.p-newproducts__panel--drink .p-newproducts__header-image {
  right: 1%;
  bottom: -15%;
}
.p-newproducts__ribbon {
  margin-top: 5rem;
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  text-align: center;
}
.p-newproducts__ribbon .decorated {
  display: inline-block;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 3px 36px;
  text-align: center;
  white-space: nowrap;
}
.p-newproducts__panel--packed-rice .p-newproducts__ribbon .decorated {
  background-color: #F0C650;
}
.p-newproducts__panel--packed-rice .p-newproducts__ribbon .decorated::before, .p-newproducts__panel--packed-rice .p-newproducts__ribbon .decorated::after {
  background-image: url("../images/products/ribbon-deco-y.svg");
}
.p-newproducts__panel--drink .p-newproducts__ribbon .decorated {
  background-color: #88D2F4;
}
.p-newproducts__panel--drink .p-newproducts__ribbon .decorated::before, .p-newproducts__panel--drink .p-newproducts__ribbon .decorated::after {
  background-image: url("../images/products/ribbon-deco-b.svg");
}
.p-newproducts__panel--mochi .p-newproducts__ribbon .decorated {
  background-color: #F8B9C0;
}
.p-newproducts__panel--mochi .p-newproducts__ribbon .decorated::before, .p-newproducts__panel--mochi .p-newproducts__ribbon .decorated::after {
  background-image: url("../images/products/ribbon-deco-p.svg");
}
.p-newproducts__panel--others .p-newproducts__ribbon .decorated {
  background-color: #BEE058;
}
.p-newproducts__panel--others .p-newproducts__ribbon .decorated::before, .p-newproducts__panel--others .p-newproducts__ribbon .decorated::after {
  background-image: url("../images/products/ribbon-deco-yg.svg");
}
.p-newproducts__ribbon .decorated::before, .p-newproducts__ribbon .decorated::after {
  position: absolute;
  top: 0;
  width: 7.3px;
  width: 7.3px;
  height: 12px;
  height: 100%;
  background-size: 7.3px 12px;
  background-repeat: repeat-y;
  content: "";
}
.p-newproducts__ribbon .decorated::before {
  left: -7px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.p-newproducts__ribbon .decorated::after {
  right: -7.3px;
}
.p-newproducts__ribbon .decorated span + span {
  display: block;
  margin-top: 6px;
}
.p-newproducts__ribbon .decorated--pc span + span {
  display: inline-block;
  margin-top: 0;
}
.p-newproducts__ribbon .decorated--sp span + span {
  display: inline-block;
  margin-top: 0;
}
.p-newproducts__underline {
  margin-top: 4.7rem;
  margin-bottom: 5rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-newproducts__underline span {
  display: inline-block;
  position: relative;
}
.p-newproducts__underline span::after {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E30012;
  content: "";
}
.p-newproducts__heading-text {
  border-bottom: 3px solid #E30012;
}
.p-newproducts .c-link-list .c-link-list__item {
  width: 282px;
}
.p-newproducts .c-link-list .c-link-media {
  margin-top: auto;
}
.p-newproducts .c-link-list .c-link-media .c-link-media__image img {
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.p-newproducts .c-link-list .c-link-media .c-link-media__image img:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p-newproducts .c-link-list .c-link-media:hover .c-link-media__image img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.p-newproducts .c-link-list--max2 {
  gap: 11.5vw;
}
.p-newproducts .c-link-list--max2 .c-link-list__item:first-child {
  justify-self: end;
}
.p-newproducts .c-link-list--max2 .c-link-list__item:last-child {
  justify-self: start;
}
.p-newproducts .c-link-list__item {
  width: 282px;
}
.p-newproducts .c-link-list__item--only {
  justify-self: center;
}
.p-newproducts .c-link-list__item .c-link-media__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
.p-newproducts .c-link-list__item .c-link-media__image::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 282px;
  height: 94px;
  content: "";
  clip-path: ellipse(141px 47px at 50% 50%);
  -webkit-transform: skewY(-3deg) translate(-50%, 0);
  transform: skewY(-3deg) translate(-50%, 0);
}
.p-newproducts .c-link-list__item .c-link-media__image img {
  aspect-ratio: 1/1;
  width: 240px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  z-index: 1;
  position: relative;
  object-position: center;
}
.p-newproducts .c-link-list__item .c-link-media__image--3_2 {
  aspect-ratio: 1.5;
}
.p-newproducts .c-link-list__item .c-link-media__image--4_2 {
  aspect-ratio: 2;
}
.p-newproducts .c-link-list__item .c-link-media__image--4_3 {
  aspect-ratio: 1.3333333333;
}
.p-newproducts .c-link-list__item .c-link-media__image--5_2 {
  aspect-ratio: 2.5;
}
.p-newproducts .c-link-list__item .c-link-media__image--5_3 {
  aspect-ratio: 1.6666666667;
}
.p-newproducts .l-column-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4.1666666667vw;
  gap: 4vw;
}
.p-newproducts .l-column-3__2 .c-link-list--max2 {
  gap: 10vw;
}

.c-link-media__image-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
}
.c-link-media__image-warp--short {
  height: 190px;
}
.c-link-media__image-warp .c-link-media__image {
  margin-top: auto;
}

.u-m10 {
  display: none !important;
}
.u-sp {
  display: none !important;
}
/* display */
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-i-block {
  display: inline-block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-t-row {
  display: table-row !important;
}

.u-d-t-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.u-of-auto {
  overflow: auto;
}
.u-of-hidden {
  overflow: hidden;
}

/* visibility */
.u-hidden {
  visibility: hidden !important;
}

.u-visible {
  visibility: visible !important;
}

/* hover */
.u-hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.u-hover-opacity:hover {
  opacity: 0.8;
}

/* float */
.u-fl-left {
  float: left !important;
}
.u-fl-right {
  float: right !important;
}
.u-fl-none {
  float: none !important;
}
/* clearfix */
.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-clear-both {
  clear: both !important;
}

/* font-weight */
.u-fw-normal {
  font-weight: normal !important;
}
.u-fw-medium {
  font-weight: 500 !important;
}
.u-fw-bold {
  font-weight: bold !important;
}

.u-ff-mulish {
  font-style: normal;
  font-family: "Mulish", "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
}

/* font-size */
.u-fs-sm {
  font-size: 1.4rem !important;
}
.u-fs-md {
  font-size: 1.6rem !important;
}
.u-fs-lg {
  font-size: 1.8rem !important;
}
.u-fs-xl {
  font-size: 2rem !important;
}
.u-fs-xxl {
  font-size: 2.2rem !important;
}
.u-fs-xxxl {
  font-size: 2.4rem !important;
}
.u-fc-base {
  color: #282828 !important;
}
.u-fc-red {
  color: #E30012 !important;
}

/* margin */
.u-m-auto {
  margin: 0 auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-left: auto !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}
.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}
.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}
.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}
.u-mt-55 {
  margin-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}
.u-mt-65 {
  margin-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}
.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}
.u-mt-75 {
  margin-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}
.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}
.u-mt-85 {
  margin-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}
.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}
.u-mt-95 {
  margin-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}
.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}
.u-mt-4 {
  margin-top: 0.4rem !important;
}

.u-mb-4 {
  margin-bottom: 0.4rem !important;
}
.u-mt-8 {
  margin-top: 0.8rem !important;
}

.u-mb-8 {
  margin-bottom: 0.8rem !important;
}
.u-mt-12 {
  margin-top: 1.2rem !important;
}

.u-mb-12 {
  margin-bottom: 1.2rem !important;
}
.u-mt-16 {
  margin-top: 1.6rem !important;
}

.u-mb-16 {
  margin-bottom: 1.6rem !important;
}
.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}
.u-mt-24 {
  margin-top: 2.4rem !important;
}

.u-mb-24 {
  margin-bottom: 2.4rem !important;
}
.u-mt-28 {
  margin-top: 2.8rem !important;
}

.u-mb-28 {
  margin-bottom: 2.8rem !important;
}
.u-mt-32 {
  margin-top: 3.2rem !important;
}

.u-mb-32 {
  margin-bottom: 3.2rem !important;
}
.u-mt-36 {
  margin-top: 3.6rem !important;
}

.u-mb-36 {
  margin-bottom: 3.6rem !important;
}
.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}
.u-mt-44 {
  margin-top: 4.4rem !important;
}

.u-mb-44 {
  margin-bottom: 4.4rem !important;
}
.u-mt-48 {
  margin-top: 4.8rem !important;
}

.u-mb-48 {
  margin-bottom: 4.8rem !important;
}
.u-mt-52 {
  margin-top: 5.2rem !important;
}

.u-mb-52 {
  margin-bottom: 5.2rem !important;
}
.u-mt-56 {
  margin-top: 5.6rem !important;
}

.u-mb-56 {
  margin-bottom: 5.6rem !important;
}
.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}
.u-mt-64 {
  margin-top: 6.4rem !important;
}

.u-mb-64 {
  margin-bottom: 6.4rem !important;
}
.u-mt-68 {
  margin-top: 6.8rem !important;
}

.u-mb-68 {
  margin-bottom: 6.8rem !important;
}
.u-mt-72 {
  margin-top: 7.2rem !important;
}

.u-mb-72 {
  margin-bottom: 7.2rem !important;
}
.u-mt-76 {
  margin-top: 7.6rem !important;
}

.u-mb-76 {
  margin-bottom: 7.6rem !important;
}
.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}
/* padding */
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}
.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}
.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}
.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}
.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}
.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}
.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}
.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}
.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}
.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}
.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}
.u-pt-55 {
  padding-top: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}
.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}
.u-pt-65 {
  padding-top: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}
.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}
.u-pt-75 {
  padding-top: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}
.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}
.u-pt-85 {
  padding-top: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}
.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}
.u-pt-95 {
  padding-top: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}
.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}
/* text-align */
.u-ta-center {
  text-align: center !important;
}
.u-ta-left {
  text-align: left !important;
}
.u-ta-right {
  text-align: right !important;
}
/* vertical-align */
.u-va-top {
  vertical-align: top !important;
}
.u-va-middle {
  vertical-align: middle !important;
}
.u-va-bottom {
  vertical-align: bottom !important;
}
/* white-space */
.u-ws-nowrap {
  white-space: nowrap !important;
}
/* word-break */
.u-wb-all {
  word-break: break-all !important;
}

/* text-decoration */
.u-td-underline {
  text-decoration: underline !important;
}
.u-td-del {
  text-decoration: line-through !important;
}

/* letter-spacing */
.u-ls-100 {
  letter-spacing: 0.1em !important;
}
.u-ls-50 {
  letter-spacing: 0.05em !important;
}
.u-ls-0 {
  letter-spacing: 0 !important;
}

/* line-break */
.u-lb-1 {
  padding-top: 0.375em !important;
  line-height: 1 !important;
}

.u-lh-175 {
  line-height: 1.75;
}

/* width(px) 5-400 */
.u-w-0 {
  width: 0px !important;
}
.u-w-5 {
  width: 5px !important;
}
.u-w-10 {
  width: 10px !important;
}
.u-w-15 {
  width: 15px !important;
}
.u-w-20 {
  width: 20px !important;
}
.u-w-25 {
  width: 25px !important;
}
.u-w-30 {
  width: 30px !important;
}
.u-w-35 {
  width: 35px !important;
}
.u-w-40 {
  width: 40px !important;
}
.u-w-45 {
  width: 45px !important;
}
.u-w-50 {
  width: 50px !important;
}
.u-w-55 {
  width: 55px !important;
}
.u-w-60 {
  width: 60px !important;
}
.u-w-65 {
  width: 65px !important;
}
.u-w-70 {
  width: 70px !important;
}
.u-w-75 {
  width: 75px !important;
}
.u-w-80 {
  width: 80px !important;
}
.u-w-85 {
  width: 85px !important;
}
.u-w-90 {
  width: 90px !important;
}
.u-w-95 {
  width: 95px !important;
}
.u-w-100 {
  width: 100px !important;
}
.u-w-105 {
  width: 105px !important;
}
.u-w-110 {
  width: 110px !important;
}
.u-w-115 {
  width: 115px !important;
}
.u-w-120 {
  width: 120px !important;
}
.u-w-125 {
  width: 125px !important;
}
.u-w-130 {
  width: 130px !important;
}
.u-w-135 {
  width: 135px !important;
}
.u-w-140 {
  width: 140px !important;
}
.u-w-145 {
  width: 145px !important;
}
.u-w-150 {
  width: 150px !important;
}
.u-w-155 {
  width: 155px !important;
}
.u-w-160 {
  width: 160px !important;
}
.u-w-165 {
  width: 165px !important;
}
.u-w-170 {
  width: 170px !important;
}
.u-w-175 {
  width: 175px !important;
}
.u-w-180 {
  width: 180px !important;
}
.u-w-185 {
  width: 185px !important;
}
.u-w-190 {
  width: 190px !important;
}
.u-w-195 {
  width: 195px !important;
}
.u-w-200 {
  width: 200px !important;
}
.u-w-205 {
  width: 205px !important;
}
.u-w-210 {
  width: 210px !important;
}
.u-w-215 {
  width: 215px !important;
}
.u-w-220 {
  width: 220px !important;
}
.u-w-225 {
  width: 225px !important;
}
.u-w-230 {
  width: 230px !important;
}
.u-w-235 {
  width: 235px !important;
}
.u-w-240 {
  width: 240px !important;
}
.u-w-245 {
  width: 245px !important;
}
.u-w-250 {
  width: 250px !important;
}
.u-w-255 {
  width: 255px !important;
}
.u-w-260 {
  width: 260px !important;
}
.u-w-265 {
  width: 265px !important;
}
.u-w-270 {
  width: 270px !important;
}
.u-w-275 {
  width: 275px !important;
}
.u-w-280 {
  width: 280px !important;
}
.u-w-285 {
  width: 285px !important;
}
.u-w-290 {
  width: 290px !important;
}
.u-w-295 {
  width: 295px !important;
}
.u-w-300 {
  width: 300px !important;
}
.u-w-305 {
  width: 305px !important;
}
.u-w-310 {
  width: 310px !important;
}
.u-w-315 {
  width: 315px !important;
}
.u-w-320 {
  width: 320px !important;
}
.u-w-325 {
  width: 325px !important;
}
.u-w-330 {
  width: 330px !important;
}
.u-w-335 {
  width: 335px !important;
}
.u-w-340 {
  width: 340px !important;
}
.u-w-345 {
  width: 345px !important;
}
.u-w-350 {
  width: 350px !important;
}
.u-w-355 {
  width: 355px !important;
}
.u-w-360 {
  width: 360px !important;
}
.u-w-365 {
  width: 365px !important;
}
.u-w-370 {
  width: 370px !important;
}
.u-w-375 {
  width: 375px !important;
}
.u-w-380 {
  width: 380px !important;
}
.u-w-385 {
  width: 385px !important;
}
.u-w-390 {
  width: 390px !important;
}
.u-w-395 {
  width: 395px !important;
}
.u-w-400 {
  width: 400px !important;
}
/* width(%) 5-100 */
.u-w-5per {
  width: 5% !important;
}
.u-w-10per {
  width: 10% !important;
}
.u-w-15per {
  width: 15% !important;
}
.u-w-20per {
  width: 20% !important;
}
.u-w-25per {
  width: 25% !important;
}
.u-w-30per {
  width: 30% !important;
}
.u-w-35per {
  width: 35% !important;
}
.u-w-40per {
  width: 40% !important;
}
.u-w-45per {
  width: 45% !important;
}
.u-w-50per {
  width: 50% !important;
}
.u-w-55per {
  width: 55% !important;
}
.u-w-60per {
  width: 60% !important;
}
.u-w-65per {
  width: 65% !important;
}
.u-w-70per {
  width: 70% !important;
}
.u-w-75per {
  width: 75% !important;
}
.u-w-80per {
  width: 80% !important;
}
.u-w-85per {
  width: 85% !important;
}
.u-w-90per {
  width: 90% !important;
}
.u-w-95per {
  width: 95% !important;
}
.u-w-100per {
  width: 100% !important;
}
/* width(em) 5-20 */
.u-w-1em {
  width: 1em !important;
}
.u-w-2em {
  width: 2em !important;
}
.u-w-3em {
  width: 3em !important;
}
.u-w-4em {
  width: 4em !important;
}
.u-w-5em {
  width: 5em !important;
}
.u-w-6em {
  width: 6em !important;
}
.u-w-7em {
  width: 7em !important;
}
.u-w-8em {
  width: 8em !important;
}
.u-w-9em {
  width: 9em !important;
}
.u-w-10em {
  width: 10em !important;
}
.u-w-11em {
  width: 11em !important;
}
.u-w-12em {
  width: 12em !important;
}
.u-w-13em {
  width: 13em !important;
}
.u-w-14em {
  width: 14em !important;
}
.u-w-15em {
  width: 15em !important;
}
.u-w-16em {
  width: 16em !important;
}
.u-w-17em {
  width: 17em !important;
}
.u-w-18em {
  width: 18em !important;
}
.u-w-19em {
  width: 19em !important;
}
.u-w-20em {
  width: 20em !important;
}
/* width auto*/
.u-w-auto {
  width: auto !important;
}

.u-max-w-100per {
  max-width: 100% !important;
}
.u-w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media not screen and (min-width: 520px){
  .c-text-list {
    width: 100%;
  }
  .c-text-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
    float: none;
  }
  .c-text-list li img {
    width: 30%;
  }
  .c-text-list span {
    width: 64%;
    float: right;
  }
  .p-top-newproducts {
    background-size: 92% !important;
  }
  .p-top-newproducts__item.swiper-slide-active {
    margin: 0;
  }
  .p-top-newproducts .c-swiper__controls {
    max-width: 190px;
    margin: 2.4rem auto 0;
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-prev {
    left: 2rem !important;
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-next {
    right: 2rem !important;
  }
  .p-top-newproducts .c-swiper__list.swiper-initialized {
    padding-right: min(19.2vw, 72px) !important;
    padding-left: min(19.2vw, 72px) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
@media not screen and (min-width: 620px){
  .c-link-list__item--span2 {
    display: block;
    grid-column: auto;
  }
  .c-link-list__item--span3 {
    display: block;
    grid-column: auto;
  }
  .c-link-list__item--span4 {
    display: block;
    grid-column: auto;
  }
}
@media screen and (min-width: 620px){
  .c-link-list .c-link-card {
    height: -webkit-fill-available;
  }
  .c-link-card--horizon .c-link-card__image {
    border-radius: 0.8rem 0 0 0.8rem;
  }
  .c-link-card--horizon .c-link-card__content {
    place-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 641px) and (max-width: 1220px){
  .c-button-group--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-button-group--new .c-button__link.c-button__link--anchor {
    margin: 0;
  }
}
@media not screen and (min-width: 768px){
  body {
    font-size: 1.4rem;
  }
  .c-nav__dropdown__inner {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-content__inner {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-content__inner {
    margin-top: 74px;
    margin-bottom: 64px;
  }
  .l-content__inner--wide {
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-content__inner--short {
    margin-top: 74px;
    margin-bottom: 64px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-content__inner--sp--full {
    padding-right: 0;
    padding-left: 0;
  }
  .c-footer__inner {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-pagetop[inert] {
    right: calc(1.6rem + var(--scrollbar));
  }
  .c-mainvisual {
    padding-bottom: 3.4rem;
  }
  .c-mainvisual .c-mainvisual__list {
    margin-bottom: 1.6rem;
  }
  .c-section--bg {
    padding: 38px 12px;
  }
  .c-section--bg + .c-section--bg {
    margin-top: 0;
  }
  .c-section--bg .l-content__inner {
    padding-right: 0;
    padding-left: 0;
  }
  .c-section--bg__gray .l-content__inner {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
  .c-section--bg__pink .l-content__inner {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
  .c-content {
    padding-top: 4rem;
    padding-bottom: 9.6rem;
  }
  .c-breadcrumb + .c-content {
    padding-top: 2rem;
  }
  .c-content__full-width-sp {
    position: relative;
    left: 50%;
    width: calc(100vw - var(--scrollbar));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-content__inner {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-content__inner--medium {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-content-block:not(:first-child) {
    margin-top: 2.8rem;
  }
  .c-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-aside-navi {
    margin-top: 7.2rem;
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
  .c-aside-navi__heading {
    font-size: 1.6rem;
  }
  .c-aside-navi__heading .c-link {
    width: 100%;
  }
  .c-aside-navi__heading .c-link .c-icon[data-icon] {
    margin-right: 1.75rem;
  }
  .c-aside-navi__list {
    grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
    padding-top: 0;
    gap: 0 2rem;
  }
  .c-aside-navi__item .c-link {
    min-height: 3.2rem;
    padding: 1.6rem 0 1.6rem 3.2rem;
  }
  .c-heading-lv1-recipe, .c-heading-lv1-simple, .c-heading-lv1-top, .c-heading-lv1__text, .c-heading-lv1 {
    font-size: 2.8rem;
  }
  .c-heading-lv1 {
    min-height: 12rem;
    padding-bottom: 1.2rem;
    background-position-x: 3rem;
    background-position-y: -0.5rem;
  }
  .c-heading-lv1__inner {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-heading-lv1__text {
    text-align: center;
  }
  .c-heading-lv1-top {
    margin-bottom: 3.2rem;
    gap: 1.2rem;
  }
  .c-heading-lv1-top .c-heading-lv1__text {
    font-size: 2.4rem;
  }
  .c-heading-lv1-simple {
    margin-bottom: 2.4rem;
  }
  .c-heading-lv1-recipe {
    margin-bottom: 2.4rem;
  }
  .c-heading-lv1-article {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .c-heading-lv2-simple, .c-heading-lv2 {
    font-size: 2.2rem;
  }
  .c-heading-lv2 {
    margin-top: 7.2rem;
    margin-bottom: 2.4rem;
    padding-top: 0.9rem;
    padding-bottom: 0.6rem;
  }
  .c-heading-lv2::before {
    width: min(12rem, 34.8837209302%);
  }
  .c-heading-lv2-simple {
    margin-bottom: 2rem;
  }
  .c-heading-lv2 + .c-module__list {
    margin-top: 2.4rem;
  }
  .c-heading-lv3 {
    font-size: 2rem;
  }
  .c-heading-lv3 {
    margin-top: 5.2rem;
    margin-bottom: 2rem;
  }
  .c-heading-lv4 {
    font-size: 1.8rem;
  }
  .c-heading-lv4 {
    margin-top: 3.2rem;
    margin-bottom: 1.5rem;
  }
  .c-heading-lv4::before {
    margin-top: 0.5rem;
  }
  .c-heading-lv5-simple, .c-heading-lv5 {
    margin-top: 3.2rem;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
  }
  .c-breadcrumb__container {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-breadcrumb__list {
    padding-top: 0.9rem;
    padding-bottom: 1rem;
  }
  .c-breadcrumb__item {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  .c-link-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
    gap: 3.2rem;
  }
  .c-link-list:has(.c-link-card--lg) {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 28rem), 1fr));
  }
  .c-link-list[data-gap=md] {
    gap: 2.8rem;
  }
  .c-link-list[data-gap=sm] {
    gap: 1.6rem;
  }
  .c-link-list[data-gap=lg-sp] {
    gap: 3.2rem;
  }
  .c-link-list--products {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 15.6rem), 1fr));
    gap: 1.2rem;
  }
  .c-link-list--center {
    display: grid;
    gap: 2rem;
  }
  .c-link-list--center .c-link-list__item {
    width: auto;
  }
  .c-link-list--flex-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-link-list__item {
    margin: 0 auto;
  }
  .c-link-list .c-link-media__heading {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
  .c-link-card__content {
    padding: 1rem 1.5rem;
    gap: 0.8rem;
  }
  .c-link-card--lg .c-link-card__content {
    padding: 1.4rem 1.5rem 1.6rem;
  }
  .c-link-card__heading {
    font-size: 1.6rem;
  }
  .c-link-enjoy__image img {
    width: 100%;
  }
  .c-link-enjoy__heading {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .top .c-link-enjoy__heading {
    text-align: center;
  }
  .c-link-enjoy__text {
    margin-top: 0.8rem;
  }
  .c-link-product__content {
    padding: 1.2rem 1.25rem 1.6rem;
    gap: 1.4rem;
  }
  .c-link-product__heading {
    font-size: 1.6rem;
  }
  .c-button {
    margin-top: 3.2rem;
  }
  .c-button--bottom {
    margin-top: 5.2rem;
  }
  .c-button__link {
    max-width: calc(100vw - 3.2rem);
    font-size: 1.6rem;
  }
  .c-button__link .c-icon[data-icon=arrow] {
    width: 2.8rem;
  }
  .c-button__link .c-icon[data-icon=arrow-back] {
    width: 2.8rem;
  }
  .c-button__link--anchor {
    min-height: 4rem;
  }
  .c-button__link--anchor .c-icon {
    right: 1.6rem;
  }
  .c-button__link--back {
    min-width: min(34.3rem, 100%);
  }
  .c-button__link--brand {
    min-width: min(29.8rem, 100%);
    min-height: 4.4rem;
    font-size: 1.8rem;
  }
  .c-button__link--brand .c-icon[data-icon=blank] {
    right: 2.4rem;
  }
  .c-button__link--brand[data-btnStyle=archive] {
    min-width: min(34.3rem, 100%);
    min-height: 6.4rem;
  }
  .c-icon {
    width: 1.1428571429em;
  }
  .c-text-lead {
    font-size: 1.6rem;
  }
  .c-text-data__num {
    font-size: 2.2rem;
  }
  .c-text-data__unit {
    font-size: 1.4rem;
  }
  .c-text-table--vl-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-text-table--vl-sp figure {
    width: 100%;
    max-width: 385px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-text-table--vl-sp figure img {
    width: 100%;
  }
  .table-shrink-sp-300 {
    min-width: 300px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-310 {
    min-width: 310px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-320 {
    min-width: 320px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-330 {
    min-width: 330px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-340 {
    min-width: 340px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-350 {
    min-width: 350px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-360 {
    min-width: 360px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-370 {
    min-width: 370px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-380 {
    min-width: 380px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-390 {
    min-width: 390px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-400 {
    min-width: 400px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-410 {
    min-width: 410px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-420 {
    min-width: 420px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-430 {
    min-width: 430px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-440 {
    min-width: 440px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-450 {
    min-width: 450px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-460 {
    min-width: 460px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-470 {
    min-width: 470px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-480 {
    min-width: 480px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-490 {
    min-width: 490px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-500 {
    min-width: 500px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-510 {
    min-width: 510px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-520 {
    min-width: 520px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-530 {
    min-width: 530px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-540 {
    min-width: 540px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-550 {
    min-width: 550px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-560 {
    min-width: 560px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-570 {
    min-width: 570px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-580 {
    min-width: 580px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-590 {
    min-width: 590px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-600 {
    min-width: 600px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-610 {
    min-width: 610px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-620 {
    min-width: 620px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-630 {
    min-width: 630px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-640 {
    min-width: 640px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-650 {
    min-width: 650px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-660 {
    min-width: 660px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-670 {
    min-width: 670px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-680 {
    min-width: 680px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-690 {
    min-width: 690px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-700 {
    min-width: 700px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-710 {
    min-width: 710px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-720 {
    min-width: 720px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-730 {
    min-width: 730px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-740 {
    min-width: 740px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-750 {
    min-width: 750px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-760 {
    min-width: 760px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-770 {
    min-width: 770px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-780 {
    min-width: 780px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-790 {
    min-width: 790px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-800 {
    min-width: 800px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-810 {
    min-width: 810px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-820 {
    min-width: 820px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-830 {
    min-width: 830px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-840 {
    min-width: 840px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-850 {
    min-width: 850px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-860 {
    min-width: 860px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-870 {
    min-width: 870px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-880 {
    min-width: 880px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-890 {
    min-width: 890px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-900 {
    min-width: 900px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-910 {
    min-width: 910px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-920 {
    min-width: 920px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-930 {
    min-width: 930px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-940 {
    min-width: 940px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-950 {
    min-width: 950px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-960 {
    min-width: 960px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-970 {
    min-width: 970px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .table-shrink-sp-980 {
    min-width: 980px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .c-faq__head {
    padding: 1.8rem 4.4rem 1.8rem 1.5rem;
    font-size: 1.6rem;
  }
  .c-faq__head::before, .c-faq__head::after {
    right: 1.4rem;
  }
  .c-faq__head--text {
    padding-top: 0;
  }
  .c-faq__head--icon {
    margin-right: 1.6rem;
    font-size: 2.8rem;
  }
  .c-faq__body {
    padding: 1.8rem 1.5rem;
    font-size: 1.4rem;
  }
  .c-faq__body--inner {
    padding-top: 0;
  }
  .c-faq__body--icon {
    margin-right: 1.6rem;
    font-size: 2.8rem;
  }
  .c-media__caption {
    font-size: 1.2rem;
  }
  .c-media--100per {
    width: 100%;
    max-width: none;
  }
  .c-media--scroll {
    margin-right: -16px;
    overflow: auto;
  }
  .c-media--scroll img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: 16px;
  }
  .c-media__iframe--map {
    aspect-ratio: auto;
    height: 450px;
  }
  .c-media__heading {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
  .c-media__text {
    margin-top: 0.2rem;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
  .c-media-object {
    -webkit-column-gap: min(2.4rem, 6.4vw);
    -moz-column-gap: min(2.4rem, 6.4vw);
    column-gap: min(2.4rem, 6.4vw);
  }
  .c-media-object + .c-media-object {
    margin-top: 6.4rem;
  }
  .c-media-object--vertical-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: min(2.4rem, 6.4vw);
    flex-direction: column;
  }
  .c-media-object--reverse {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .c-media-object--reverse.c-media-object--vertical-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-media-object--reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .c-media-object--reverse-sp.c-media-object--vertical-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-media-object--vertical-sp .c-media-object__image {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .c-media-object--vertical-sp .c-media-object__image.c-media-object__image--sm {
    width: min(20rem, 80%);
  }
  .c-media-object__text--50 {
    width: 100%;
  }
  .c-media-set {
    gap: min(2.4rem, 6.4vw);
  }
  .c-media-set__col {
    gap: min(2.4rem, 6.4vw);
  }
  .c-data--simple {
    gap: 0.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-data + .c-data {
    margin-top: 0.9rem;
  }
  .c-data__desc > .c-data + .c-data {
    margin-top: 0.8rem;
  }
  .c-data__desc > .c-data > .c-data__desc {
    margin-left: 0.8rem;
  }
  .c-data__desc {
    margin-left: 2rem;
  }
  .c-data--simple .c-data__desc {
    margin-left: 0;
  }
  .c-data-table--vl-sp .c-data-table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-data-table--vl-sp .c-data-table__term, .c-data-table--vl-sp .c-data-table__desc {
    width: 100%;
  }
  .c-data-table__term {
    padding: 1.25rem 1.2rem 1rem;
  }
  .c-data-table__desc {
    padding: 1.2rem 1.2rem 1.4rem;
  }
  .c-data-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.53rem 1.2rem;
    gap: 0.8rem;
  }
  .c-data-list__term--auto {
    width: auto;
  }
  .c-history-list {
    margin-inline: 0;
  }
  .c-history__year {
    width: 6.6rem;
    padding-right: 2rem;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .c-history__year::before {
    top: 1.2rem;
    right: 0;
    left: auto;
  }
  .c-history__year::after {
    top: 0.8rem;
    right: -0.5rem;
    left: auto;
    width: 1.1rem;
  }
  .c-history__cont {
    padding-left: 2.5rem;
  }
  .c-history__title {
    font-size: 1.4rem;
  }
  * + .c-hr {
    margin-top: 3.2rem;
  }
  .c-hr + *:not(.c-heading-lv2) {
    margin-top: 3.2rem;
  }
  * + .c-hr--wide {
    margin-top: 3.2rem;
  }
  .c-hr--wide + * {
    margin-top: 3.2rem;
  }
  .c-box {
    padding: 3.2rem 2rem;
  }
  .c-box:not(:first-child) {
    margin-top: 6.8rem;
  }
  .c-box--fill {
    padding: 3.2rem 2rem;
  }
  .c-box-contact {
    width: 100%;
    min-height: 12rem;
    gap: 0.4rem;
  }
  .c-box-contact__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 0;
    flex-direction: column;
    margin-top: 4.4rem;
  }
  .c-box-contact__section + .c-box-contact__section {
    margin-top: 3.2rem;
  }
  .c-box-contact__tel {
    font-size: 2.4rem;
  }
  .c-block-content:not(:first-child) {
    margin-top: 2.4rem;
  }
  .c-slider__controls .slick-arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-slider__controls .slick-dots {
    gap: 1.2rem;
  }
  .c-slider__toggle {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-swiper__controls {
    gap: 1.6rem;
  }
  .swiper__toggle {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.4rem 1.2rem 1.35rem;
    gap: 0.8rem;
  }
  .top .c-news__link {
    padding: 1.4rem 1.2rem 1.3rem;
  }
  .c-sitemap-heading {
    padding-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .c-label {
    padding: 0.6rem 0.8rem;
    font-size: 1.2rem;
  }
  .c-label-list {
    gap: 0.5rem;
  }
  .c-article__date {
    margin-bottom: 2.8rem;
    font-size: 1.6rem;
  }
  .c-article__date-ar {
    margin-bottom: 2.8rem;
    font-size: 1.6rem;
  }
  .c-article__update {
    margin-top: 2rem;
  }
  .c-product__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 3rem;
    flex-direction: column;
    margin-top: 3.2rem;
  }
  .c-product__media {
    width: 100%;
    max-width: 40rem;
    margin: auto;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .c-product__media-list.slick-dotted {
    margin-bottom: 0.8rem;
  }
  .c-product__media .c-slider__controls .slick-dots {
    gap: 1.8rem;
  }
  .c-product__copy {
    font-size: 1.6rem;
  }
  .c-product__text {
    margin-top: 1.4rem;
  }
  .c-product__button {
    margin-top: 2.4rem;
  }
  .c-product__button .c-button__link {
    margin-left: auto;
  }
  .c-product__lineup {
    margin-top: 2rem;
  }
  .c-product__lineup-list {
    grid-auto-flow: column;
    margin-right: -16px;
    margin-left: 0;
    overflow-x: auto;
    gap: 10px;
  }
  .c-product__lineup-item {
    min-width: 12rem;
  }
  .c-product__lineup-image {
    width: 100%;
  }
  .c-product__lineup-heading {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .c-product__lineup-label {
    margin-top: 1.2rem;
  }
  .c-bubble div {
    -webkit-animation: bubble-rise-sp var(--duration) linear infinite var(--delay), bubble-sway var(--duration) ease-in-out infinite var(--delay);
    animation: bubble-rise-sp var(--duration) linear infinite var(--delay), bubble-sway var(--duration) ease-in-out infinite var(--delay);
  }
  .c-wave {
    height: 56px;
  }
  .c-wave__item {
    -webkit-animation: wave-move-sp linear 25s infinite;
    width: 727px;
    height: 46px;
    background-size: 100% auto;
    animation: wave-move-sp linear 25s infinite;
  }
  .c-wave__item:nth-child(2) {
    -webkit-animation: wave-move02-sp linear 12s infinite;
    width: 709px;
    height: 46px;
    background-size: 100% auto;
    animation: wave-move02-sp linear 12s infinite;
  }
  .p-top-recommend {
    padding-top: 6rem;
    padding-bottom: 5rem;
    background-size: 230%;
  }
  .p-top-recommend .c-slider .slick-list {
    padding: 0 13.8666666667vw !important;
    padding-bottom: 2rem !important;
  }
  .p-top-recommend .c-slider__item {
    margin: 0 0.8rem;
  }
  .p-top-recommend .c-recommend__content {
    padding: 2rem 1.6rem;
  }
  .p-top-recommend .c-recommend__title {
    font-size: 1.6rem;
  }
  .p-top-products {
    background-size: 56px auto;
  }
  .p-top-products-deco__item {
    display: none;
  }
  .p-top-products__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1.8rem 3.4666666667vw;
  }
  .p-top-products__link {
    aspect-ratio: 55/61;
  }
  .p-top-products__link picture {
    aspect-ratio: 83/56;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .p-top-products__link p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .p-top-newproducts {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
    background-position: center top 57px;
    background-size: 64%;
  }
  .p-top-newproducts__item.swiper-slide-prev {
    margin-right: min(4.1666666667vw, 80px);
  }
  .p-top-newproducts__item.swiper-slide-active {
    margin-right: min(4.1666666667vw, 80px);
  }
  .p-top-newproducts__item .p-top-newproducts__text {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-top-newproducts__item:not(.swiper-slide-active) .p-top-newproducts__text {
    opacity: 0;
  }
  .p-top-newproducts__text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .p-top-newproducts .c-swiper__controls .swiper-pagination {
    gap: 1.2rem;
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-prev, .p-top-newproducts .c-swiper__controls .swiper-button-next {
    width: 2.4rem;
    margin: auto 0;
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-prev {
    left: 20%;
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-next {
    right: 20%;
  }
  .p-top-newproducts .c-swiper__list.swiper-initialized {
    padding-right: min(26.0416666667vw, 200px);
    padding-left: min(26.0416666667vw, 200px);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .p-top-enjoy {
    padding-top: 7.2rem;
    padding-right: 0;
    padding-bottom: 3.6rem;
    padding-left: 0;
  }
  .p-top-enjoy__inner {
    padding: 3.8rem 1.5rem 5.6rem;
  }
  .p-top-enjoy__list {
    grid-auto-flow: row;
    gap: 2.4rem;
  }
  .p-top-enjoy__list--library {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .p-top-enjoy__link p {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
  .p-top-enjoy__media p {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
  .p-top-enjoy__image img {
    width: 100%;
  }
  .p-top-enjoy .c-heading-lv2-simple {
    margin-top: 6.4rem;
    margin-bottom: 2.4rem;
  }
  .p-top-news {
    padding-top: 3rem;
    padding-bottom: 7.2rem;
    background-position: top left -25%;
    background-size: 93%;
  }
  .p-top-news::before {
    top: 3rem;
    height: 52px;
    background-size: 367px auto;
    -webkit-animation: flow-left-sp 25s infinite linear 0.5s both;
    animation: flow-left-sp 25s infinite linear 0.5s both;
  }
  .p-top-news__inner {
    padding-top: 12rem;
  }
  .p-top-news .l-content__inner--short {
    margin-bottom: 0;
  }
  .p-newproducts {
    padding-top: 5.9rem;
  }
  .p-newproducts__panel + .p-newproducts__panel {
    margin-top: 7.3rem;
  }
  .p-newproducts__panel--packed-rice .c-link-list.c-link-list--mt .c-link-list__item:nth-of-type(1) {
    margin-top: -30px;
  }
  .p-newproducts__panel--packed-rice .c-link-list.c-link-list--mt .c-link-list__item:nth-of-type(2) {
    margin-top: -50px;
  }
  .p-newproducts__panel--packed-rice .c-link-list.c-link-list--mt.c-link-list--mt.case .c-link-list__item:nth-of-type(1) {
    margin-top: -50px;
  }
  .p-newproducts__panel--packed-rice .c-link-list.c-link-list--mt.c-link-list--mt.case .c-link-list__item:nth-of-type(2) {
    margin-top: -50px;
  }
  .p-newproducts__panel--drink .c-link-media__image::after::before {
    left: -27px;
  }
  .p-newproducts__panel--orenge .p-newproducts__header-balloon::before, .p-newproducts__panel--orenge .p-newproducts__header-balloon::after {
    width: 22px;
    height: 50px;
  }
  .p-newproducts__panel--orenge .p-newproducts__header-balloon::after {
    right: -10px;
  }
  .p-newproducts__panel--mochi .p-newproducts__header-balloon::before, .p-newproducts__panel--mochi .p-newproducts__header-balloon::after {
    width: 22px;
    height: 50px;
  }
  .p-newproducts__header {
    -moz-text-align-last: left;
    text-align-last: left;
  }
  .p-newproducts__header-balloon {
    left: 13%;
    font-size: 1.8rem;
  }
  .p-newproducts__header-balloon::before, .p-newproducts__header-balloon::after {
    top: 0;
  }
  .p-newproducts__header-band {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .p-newproducts__header-band img {
    height: 25px;
  }
  .p-newproducts__ribbon {
    margin-top: 2.4rem;
    font-size: 2rem;
  }
  .p-newproducts__ribbon .decorated {
    padding: 1px 14px;
  }
  .p-newproducts__panel--packed-rice .p-newproducts__ribbon .decorated {
    padding: 7px 14px;
  }
  .p-newproducts__ribbon .decorated span + span {
    margin-top: 0;
  }
  .p-newproducts__ribbon .decorated--sp span + span {
    display: block;
  }
  .p-newproducts__ribbon + .c-link-list {
    margin-top: 2.5rem;
  }
  .p-newproducts__underline {
    margin-top: 3rem;
  }
  .p-newproducts__underline span::after {
    bottom: -6px;
  }
  .p-newproducts .c-link-list + .p-newproducts__ribbon {
    margin-top: 4.8rem;
  }
  .p-newproducts .c-link-list__item {
    width: 100%;
  }
  .p-newproducts .c-link-list__item .c-link-media__image::after {
    width: 264px;
    height: 88px;
    clip-path: ellipse(132px 44px at 50% 50%);
  }
  .p-newproducts .c-link-list__item .c-link-media__content .c-link-media__heading {
    margin-top: 2rem;
    padding-left: 1rem;
    text-align: left;
  }
  .c-link-media__image-warp {
    height: auto;
  }
  .c-link-media__image-warp .c-link-media__image--3_2,
.c-link-media__image-warp .c-link-media__image--4_2,
.c-link-media__image-warp .c-link-media__image--4_3,
.c-link-media__image-warp .c-link-media__image--5_2,
.c-link-media__image-warp .c-link-media__image--5_3 {
    margin-top: 0;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp-fl-none-sp {
    float: none !important;
  }
  .u-sp-fl-clear-sp {
    clear: both !important;
  }
  .u-fs-sm {
    font-size: 1.2rem !important;
  }
  .u-fs-md {
    font-size: 1.4rem !important;
  }
  .u-fs-lg {
    font-size: 1.6rem !important;
  }
  .u-fs-xl {
    font-size: 1.8rem !important;
  }
  .u-fs-xxl {
    font-size: 2rem !important;
  }
  .u-fs-xxxl {
    font-size: 2.2rem !important;
  }
  .u-sp-fs-sm {
    font-size: 1.2rem !important;
  }
  .u-sp-fs-md {
    font-size: 1.4rem !important;
  }
  .u-sp-fs-lg {
    font-size: 1.6rem !important;
  }
  .u-sp-fs-xl {
    font-size: 1.8rem !important;
  }
  .u-sp-fs-xxl {
    font-size: 2rem !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml-5 {
    margin-left: 5px !important;
  }
  .u-sp-mr-5 {
    margin-right: 5px !important;
  }
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml-15 {
    margin-left: 15px !important;
  }
  .u-sp-mr-15 {
    margin-right: 15px !important;
  }
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml-25 {
    margin-left: 25px !important;
  }
  .u-sp-mr-25 {
    margin-right: 25px !important;
  }
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
  .u-sp-mt-35 {
    margin-top: 35px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml-35 {
    margin-left: 35px !important;
  }
  .u-sp-mr-35 {
    margin-right: 35px !important;
  }
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
  .u-sp-mt-45 {
    margin-top: 45px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml-45 {
    margin-left: 45px !important;
  }
  .u-sp-mr-45 {
    margin-right: 45px !important;
  }
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
  .u-sp-mt-55 {
    margin-top: 55px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml-55 {
    margin-left: 55px !important;
  }
  .u-sp-mr-55 {
    margin-right: 55px !important;
  }
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
  .u-sp-mt-65 {
    margin-top: 65px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml-65 {
    margin-left: 65px !important;
  }
  .u-sp-mr-65 {
    margin-right: 65px !important;
  }
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
  .u-sp-mt-75 {
    margin-top: 75px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml-75 {
    margin-left: 75px !important;
  }
  .u-sp-mr-75 {
    margin-right: 75px !important;
  }
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
  .u-sp-mt-85 {
    margin-top: 85px !important;
  }
  .u-sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml-85 {
    margin-left: 85px !important;
  }
  .u-sp-mr-85 {
    margin-right: 85px !important;
  }
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
  .u-sp-mt-95 {
    margin-top: 95px !important;
  }
  .u-sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml-95 {
    margin-left: 95px !important;
  }
  .u-sp-mr-95 {
    margin-right: 95px !important;
  }
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
  .u-sp-mt-0 {
    margin-top: 0rem !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-sp-mt-4 {
    margin-top: 0.4rem !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 0.4rem !important;
  }
  .u-sp-mt-8 {
    margin-top: 0.8rem !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 0.8rem !important;
  }
  .u-sp-mt-12 {
    margin-top: 1.2rem !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 1.2rem !important;
  }
  .u-sp-mt-16 {
    margin-top: 1.6rem !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 1.6rem !important;
  }
  .u-sp-mt-20 {
    margin-top: 2rem !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 2rem !important;
  }
  .u-sp-mt-24 {
    margin-top: 2.4rem !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 2.4rem !important;
  }
  .u-sp-mt-28 {
    margin-top: 2.8rem !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 2.8rem !important;
  }
  .u-sp-mt-32 {
    margin-top: 3.2rem !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 3.2rem !important;
  }
  .u-sp-mt-36 {
    margin-top: 3.6rem !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 3.6rem !important;
  }
  .u-sp-mt-40 {
    margin-top: 4rem !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 4rem !important;
  }
  .u-sp-mt-44 {
    margin-top: 4.4rem !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 4.4rem !important;
  }
  .u-sp-mt-48 {
    margin-top: 4.8rem !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 4.8rem !important;
  }
  .u-sp-mt-52 {
    margin-top: 5.2rem !important;
  }
  .u-sp-mb-52 {
    margin-bottom: 5.2rem !important;
  }
  .u-sp-mt-56 {
    margin-top: 5.6rem !important;
  }
  .u-sp-mb-56 {
    margin-bottom: 5.6rem !important;
  }
  .u-sp-mt-60 {
    margin-top: 6rem !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 6rem !important;
  }
  .u-sp-mt-64 {
    margin-top: 6.4rem !important;
  }
  .u-sp-mb-64 {
    margin-bottom: 6.4rem !important;
  }
  .u-sp-mt-68 {
    margin-top: 6.8rem !important;
  }
  .u-sp-mb-68 {
    margin-bottom: 6.8rem !important;
  }
  .u-sp-mt-72 {
    margin-top: 7.2rem !important;
  }
  .u-sp-mb-72 {
    margin-bottom: 7.2rem !important;
  }
  .u-sp-mt-76 {
    margin-top: 7.6rem !important;
  }
  .u-sp-mb-76 {
    margin-bottom: 7.6rem !important;
  }
  .u-sp-mt-80 {
    margin-top: 8rem !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 8rem !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pt-5 {
    padding-top: 5px !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl-5 {
    padding-left: 5px !important;
  }
  .u-sp-pr-5 {
    padding-right: 5px !important;
  }
  .u-sp-pt-10 {
    padding-top: 10px !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl-10 {
    padding-left: 10px !important;
  }
  .u-sp-pr-10 {
    padding-right: 10px !important;
  }
  .u-sp-pt-15 {
    padding-top: 15px !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl-15 {
    padding-left: 15px !important;
  }
  .u-sp-pr-15 {
    padding-right: 15px !important;
  }
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
  .u-sp-pt-25 {
    padding-top: 25px !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl-25 {
    padding-left: 25px !important;
  }
  .u-sp-pr-25 {
    padding-right: 25px !important;
  }
  .u-sp-pt-30 {
    padding-top: 30px !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl-30 {
    padding-left: 30px !important;
  }
  .u-sp-pr-30 {
    padding-right: 30px !important;
  }
  .u-sp-pt-35 {
    padding-top: 35px !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl-35 {
    padding-left: 35px !important;
  }
  .u-sp-pr-35 {
    padding-right: 35px !important;
  }
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl-40 {
    padding-left: 40px !important;
  }
  .u-sp-pr-40 {
    padding-right: 40px !important;
  }
  .u-sp-pt-45 {
    padding-top: 45px !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl-45 {
    padding-left: 45px !important;
  }
  .u-sp-pr-45 {
    padding-right: 45px !important;
  }
  .u-sp-pt-50 {
    padding-top: 50px !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl-50 {
    padding-left: 50px !important;
  }
  .u-sp-pr-50 {
    padding-right: 50px !important;
  }
  .u-sp-pt-55 {
    padding-top: 55px !important;
  }
  .u-sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl-55 {
    padding-left: 55px !important;
  }
  .u-sp-pr-55 {
    padding-right: 55px !important;
  }
  .u-sp-pt-60 {
    padding-top: 60px !important;
  }
  .u-sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl-60 {
    padding-left: 60px !important;
  }
  .u-sp-pr-60 {
    padding-right: 60px !important;
  }
  .u-sp-pt-65 {
    padding-top: 65px !important;
  }
  .u-sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl-65 {
    padding-left: 65px !important;
  }
  .u-sp-pr-65 {
    padding-right: 65px !important;
  }
  .u-sp-pt-70 {
    padding-top: 70px !important;
  }
  .u-sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl-70 {
    padding-left: 70px !important;
  }
  .u-sp-pr-70 {
    padding-right: 70px !important;
  }
  .u-sp-pt-75 {
    padding-top: 75px !important;
  }
  .u-sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl-75 {
    padding-left: 75px !important;
  }
  .u-sp-pr-75 {
    padding-right: 75px !important;
  }
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl-80 {
    padding-left: 80px !important;
  }
  .u-sp-pr-80 {
    padding-right: 80px !important;
  }
  .u-sp-pt-85 {
    padding-top: 85px !important;
  }
  .u-sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl-85 {
    padding-left: 85px !important;
  }
  .u-sp-pr-85 {
    padding-right: 85px !important;
  }
  .u-sp-pt-90 {
    padding-top: 90px !important;
  }
  .u-sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl-90 {
    padding-left: 90px !important;
  }
  .u-sp-pr-90 {
    padding-right: 90px !important;
  }
  .u-sp-pt-95 {
    padding-top: 95px !important;
  }
  .u-sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl-95 {
    padding-left: 95px !important;
  }
  .u-sp-pr-95 {
    padding-right: 95px !important;
  }
  .u-sp-pt-100 {
    padding-top: 100px !important;
  }
  .u-sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl-100 {
    padding-left: 100px !important;
  }
  .u-sp-pr-100 {
    padding-right: 100px !important;
  }
  .u-sp-ta-center {
    text-align: center !important;
  }
  .u-sp-ta-left {
    text-align: left !important;
  }
  .u-sp-ta-right {
    text-align: right !important;
  }
  .u-sp-va-top {
    vertical-align: top !important;
  }
  .u-sp-va-middle {
    vertical-align: middle !important;
  }
  .u-sp-va-bottom {
    vertical-align: bottom !important;
  }
  .u-sp-w-0 {
    width: 0px !important;
  }
  .u-sp-w-5 {
    width: 5px !important;
  }
  .u-sp-w-10 {
    width: 10px !important;
  }
  .u-sp-w-15 {
    width: 15px !important;
  }
  .u-sp-w-20 {
    width: 20px !important;
  }
  .u-sp-w-25 {
    width: 25px !important;
  }
  .u-sp-w-30 {
    width: 30px !important;
  }
  .u-sp-w-35 {
    width: 35px !important;
  }
  .u-sp-w-40 {
    width: 40px !important;
  }
  .u-sp-w-45 {
    width: 45px !important;
  }
  .u-sp-w-50 {
    width: 50px !important;
  }
  .u-sp-w-55 {
    width: 55px !important;
  }
  .u-sp-w-60 {
    width: 60px !important;
  }
  .u-sp-w-65 {
    width: 65px !important;
  }
  .u-sp-w-70 {
    width: 70px !important;
  }
  .u-sp-w-75 {
    width: 75px !important;
  }
  .u-sp-w-80 {
    width: 80px !important;
  }
  .u-sp-w-85 {
    width: 85px !important;
  }
  .u-sp-w-90 {
    width: 90px !important;
  }
  .u-sp-w-95 {
    width: 95px !important;
  }
  .u-sp-w-100 {
    width: 100px !important;
  }
  .u-sp-w-105 {
    width: 105px !important;
  }
  .u-sp-w-110 {
    width: 110px !important;
  }
  .u-sp-w-115 {
    width: 115px !important;
  }
  .u-sp-w-120 {
    width: 120px !important;
  }
  .u-sp-w-125 {
    width: 125px !important;
  }
  .u-sp-w-130 {
    width: 130px !important;
  }
  .u-sp-w-135 {
    width: 135px !important;
  }
  .u-sp-w-140 {
    width: 140px !important;
  }
  .u-sp-w-145 {
    width: 145px !important;
  }
  .u-sp-w-150 {
    width: 150px !important;
  }
  .u-sp-w-155 {
    width: 155px !important;
  }
  .u-sp-w-160 {
    width: 160px !important;
  }
  .u-sp-w-165 {
    width: 165px !important;
  }
  .u-sp-w-170 {
    width: 170px !important;
  }
  .u-sp-w-175 {
    width: 175px !important;
  }
  .u-sp-w-180 {
    width: 180px !important;
  }
  .u-sp-w-185 {
    width: 185px !important;
  }
  .u-sp-w-190 {
    width: 190px !important;
  }
  .u-sp-w-195 {
    width: 195px !important;
  }
  .u-sp-w-200 {
    width: 200px !important;
  }
  .u-sp-w-205 {
    width: 205px !important;
  }
  .u-sp-w-210 {
    width: 210px !important;
  }
  .u-sp-w-215 {
    width: 215px !important;
  }
  .u-sp-w-220 {
    width: 220px !important;
  }
  .u-sp-w-225 {
    width: 225px !important;
  }
  .u-sp-w-230 {
    width: 230px !important;
  }
  .u-sp-w-235 {
    width: 235px !important;
  }
  .u-sp-w-240 {
    width: 240px !important;
  }
  .u-sp-w-245 {
    width: 245px !important;
  }
  .u-sp-w-250 {
    width: 250px !important;
  }
  .u-sp-w-255 {
    width: 255px !important;
  }
  .u-sp-w-260 {
    width: 260px !important;
  }
  .u-sp-w-265 {
    width: 265px !important;
  }
  .u-sp-w-270 {
    width: 270px !important;
  }
  .u-sp-w-275 {
    width: 275px !important;
  }
  .u-sp-w-280 {
    width: 280px !important;
  }
  .u-sp-w-285 {
    width: 285px !important;
  }
  .u-sp-w-290 {
    width: 290px !important;
  }
  .u-sp-w-295 {
    width: 295px !important;
  }
  .u-sp-w-300 {
    width: 300px !important;
  }
  .u-sp-w-305 {
    width: 305px !important;
  }
  .u-sp-w-310 {
    width: 310px !important;
  }
  .u-sp-w-315 {
    width: 315px !important;
  }
  .u-sp-w-320 {
    width: 320px !important;
  }
  .u-sp-w-325 {
    width: 325px !important;
  }
  .u-sp-w-330 {
    width: 330px !important;
  }
  .u-sp-w-335 {
    width: 335px !important;
  }
  .u-sp-w-340 {
    width: 340px !important;
  }
  .u-sp-w-345 {
    width: 345px !important;
  }
  .u-sp-w-350 {
    width: 350px !important;
  }
  .u-sp-w-355 {
    width: 355px !important;
  }
  .u-sp-w-360 {
    width: 360px !important;
  }
  .u-sp-w-365 {
    width: 365px !important;
  }
  .u-sp-w-370 {
    width: 370px !important;
  }
  .u-sp-w-375 {
    width: 375px !important;
  }
  .u-sp-w-380 {
    width: 380px !important;
  }
  .u-sp-w-385 {
    width: 385px !important;
  }
  .u-sp-w-390 {
    width: 390px !important;
  }
  .u-sp-w-395 {
    width: 395px !important;
  }
  .u-sp-w-400 {
    width: 400px !important;
  }
  .u-sp-w-5per {
    width: 5% !important;
  }
  .u-sp-w-10per {
    width: 10% !important;
  }
  .u-sp-w-15per {
    width: 15% !important;
  }
  .u-sp-w-20per {
    width: 20% !important;
  }
  .u-sp-w-25per {
    width: 25% !important;
  }
  .u-sp-w-30per {
    width: 30% !important;
  }
  .u-sp-w-35per {
    width: 35% !important;
  }
  .u-sp-w-40per {
    width: 40% !important;
  }
  .u-sp-w-45per {
    width: 45% !important;
  }
  .u-sp-w-50per {
    width: 50% !important;
  }
  .u-sp-w-55per {
    width: 55% !important;
  }
  .u-sp-w-60per {
    width: 60% !important;
  }
  .u-sp-w-65per {
    width: 65% !important;
  }
  .u-sp-w-70per {
    width: 70% !important;
  }
  .u-sp-w-75per {
    width: 75% !important;
  }
  .u-sp-w-80per {
    width: 80% !important;
  }
  .u-sp-w-85per {
    width: 85% !important;
  }
  .u-sp-w-90per {
    width: 90% !important;
  }
  .u-sp-w-95per {
    width: 95% !important;
  }
  .u-sp-w-100per {
    width: 100% !important;
  }
  .u-sp-w-1em {
    width: 1em !important;
  }
  .u-sp-w-2em {
    width: 2em !important;
  }
  .u-sp-w-3em {
    width: 3em !important;
  }
  .u-sp-w-4em {
    width: 4em !important;
  }
  .u-sp-w-5em {
    width: 5em !important;
  }
  .u-sp-w-6em {
    width: 6em !important;
  }
  .u-sp-w-7em {
    width: 7em !important;
  }
  .u-sp-w-8em {
    width: 8em !important;
  }
  .u-sp-w-9em {
    width: 9em !important;
  }
  .u-sp-w-10em {
    width: 10em !important;
  }
  .u-sp-w-11em {
    width: 11em !important;
  }
  .u-sp-w-12em {
    width: 12em !important;
  }
  .u-sp-w-13em {
    width: 13em !important;
  }
  .u-sp-w-14em {
    width: 14em !important;
  }
  .u-sp-w-15em {
    width: 15em !important;
  }
  .u-sp-w-16em {
    width: 16em !important;
  }
  .u-sp-w-17em {
    width: 17em !important;
  }
  .u-sp-w-18em {
    width: 18em !important;
  }
  .u-sp-w-19em {
    width: 19em !important;
  }
  .u-sp-w-20em {
    width: 20em !important;
  }
  .u-sp-w-auto {
    width: auto !important;
  }
}
@media not screen and (min-width: 960px){
  .c-header {
    height: 6.5rem;
  }
  .c-header__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-header__logo {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .c-header__logo img {
    width: 11.4rem;
  }
  .c-header__menu-container {
    display: grid;
    visibility: hidden;
    position: absolute;
    top: 6.5rem;
    right: 0;
    left: 0;
    grid-template-rows: 0fr;
    max-width: 100vw;
    -webkit-transition: grid-template-rows 0.3s ease-out, visibility 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out, visibility 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out, visibility 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
  }
  .c-header__menu-container[aria-hidden=false] {
    visibility: visible;
    grid-template-rows: 1fr;
  }
  .c-header .global-overlay {
    top: 6.5rem;
  }
  .c-nav {
    max-height: calc(100svh - 6.5rem);
    overflow-y: auto;
    background-color: #F8F8F8;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-nav__list {
    grid-auto-flow: row;
    gap: 0;
  }
  .c-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1.8rem 2rem 1.7rem 1.6rem;
    border-bottom: 1px solid #B3B6BE;
    font-size: 1.6rem;
  }
  .c-nav__link::before {
    display: none;
  }
  .c-nav__dropdown {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .c-nav__dropdown[aria-hidden=false] {
    max-height: var(--max-height);
  }
  .c-nav__dropdown__inner {
    padding: 0;
  }
  .c-nav__dropdown__link {
    padding-top: 0.4rem;
    padding-right: 2rem;
    padding-bottom: 0.3rem;
    background-color: #ffffff;
    font-weight: 500;
  }
  .c-nav__dropdown__link .c-icon[data-icon=arrow]{
    margin-top: auto;
  }

  .c-nav__dropdown__link--head .c-nav__dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.4rem;
    padding-right: 2rem;
    padding-bottom: 0.3rem;
    padding-left: 1.6rem;
    border-bottom: 1px solid #CDD0D9;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .c-nav__dropdown__link--head {
    padding-top: 0;
    font-size: 1.4rem;
  }
  .c-nav__dropdown__list {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-bottom: 0;
    gap: 0;
    font-size: 1.4rem;
  }
  .c-nav__dropdown--close {
    display: none;
  }
  .l-footer {
    margin-top: -4.5rem;
  }
  .c-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-footer__block {
    width: 100%;
  }
  .c-footer__block--first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.3rem;
  }
  .c-footer__block--last {
    margin-top: 0;
  }
  .c-footer-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-footer-nav__list--first {
    gap: 1.2rem;
  }
  .c-footer-nav__list--last {
    margin-top: 2.8rem;
    gap: 1.1rem;
  }
  .c-footer__copyright {
    margin-top: 2.8rem;
    letter-spacing: 0.02rem;
    text-align: center;
  }
  .c-pagetop {
    right: 1.6rem;
    width: 4.8rem;
    height: 4.5rem;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
  }
  .c-pagetop a {
    background-size: 23px 26px;
  }
  .c-pagetop a::before {
    display: none;
  }
  .c-grid {
    -webkit-column-gap: 3.2rem;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
  }
  .c-link-product__label {
    padding: 0.9rem 0.1rem 1.3rem;
    font-size: 1.1rem;
  }
  .c-link-product__label::after {
    border-right-width: 1.1rem;
    border-left-width: 1.1rem;
  }
  .c-media-list .c-media__heading {
    text-align: center;
  }
  .c-media-list .c-media__text {
    text-align: center;
  }
  .c-media-object--vertical-tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: min(2.4rem, 6.4vw);
    flex-direction: column;
  }
  .c-media-object--vertical-tb .c-media-object__image {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .c-media-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 43.5rem), 1fr));
    gap: 3.2rem;
  }
  .c-product__lineup-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-top-enjoy__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1060px){
  .p-newproducts__ribbon .decorated--pc span + span {
    display: block;
  }
}
@media screen and (max-width: 1000px){
  .p-newproducts__panel--drink .p-newproducts__header-balloon::before, .p-newproducts__panel--drink .p-newproducts__header-balloon::after {
    width: 21px;
    height: 50px;
  }
  .p-newproducts__panel--drink .p-newproducts__header-balloon::before {
    left: -24px;
  }
  .p-newproducts__panel--drink .p-newproducts__header-balloon::after {
    right: -22px;
  }
  .p-newproducts__panel--packed-rice .p-newproducts__header-image {
    right: 1%;
  }
  .u-m10 {
    display: block !important;
  }
}
@media screen and (max-width: 880px){
  .c-button-group--new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-button-group--new .c-button__link {
    width: 100%;
    max-width: 37rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
@media screen and (max-width: 768px){
  .p-newproducts__panel--packed-rice .p-newproducts__header-image {
    right: 0;
    bottom: 7%;
    width: 32.8vw;
  }
  .p-newproducts__panel--drink .p-newproducts__header-image, .p-newproducts__panel--orenge .p-newproducts__header-image, .p-newproducts__panel--mochi .p-newproducts__header-image, .p-newproducts__panel--others .p-newproducts__header-image {
    right: 0;
    bottom: 9px;
    width: 29.3333333333vw;
  }
}
@media screen and (max-width: 450px){
  .p-newproducts__header-balloon {
    left: 7%;
    font-size: 1.6rem;
  }
  .p-newproducts__panel--packed-rice .p-newproducts__header-image {
    bottom: 30%;
  }
}
@media (hover: hover) and (pointer: fine){
  .c-nav__link::before {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .c-nav__link::before::before, .c-nav__link::before::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .c-nav__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-nav__link::before, .c-nav__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-nav__link:hover::before, .c-nav__link:focus-visible::before {
    background-color: #E30012;
  }
  .c-nav__dropdown__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-nav__dropdown__link::before, .c-nav__dropdown__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-nav__dropdown__link:hover, .c-nav__dropdown__link:focus-visible {
    color: #E30012;
  }
  .c-footer__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-footer__link::before, .c-footer__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-footer__link:hover, .c-footer__link:focus-visible {
    color: #E30012;
  }
  .c-pagetop a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-pagetop a::before, .c-pagetop a::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-pagetop a:hover, .c-pagetop a:focus-visible {
    background-position: bottom 10px center;
  }
  .c-breadcrumb__link[href] {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-breadcrumb__link[href]::before, .c-breadcrumb__link[href]::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-breadcrumb__link[href]:hover, .c-breadcrumb__link[href]:focus-visible {
    color: #E30012;
  }
  .c-link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-link::before, .c-link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-link:hover, .c-link:focus-visible {
    color: #E30012;
  }
  .c-link-list .c-link-media {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-link-list .c-link-media::before, .c-link-list .c-link-media::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-link-list .c-link-media:hover, .c-link-list .c-link-media:focus-visible {
    color: #E30012;
  }
  .c-link-list .c-link-media__image img {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
  }
  .c-link-list .c-link-media__image img::before, .c-link-list .c-link-media__image img::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
  }
  .c-link-list .c-link-media__image img:hover, .c-link-list .c-link-media__image img:focus-visible {
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  }
  .c-link-card {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
  }
  .c-link-card::before, .c-link-card::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
  }
  .c-link-card:hover, .c-link-card:focus-visible {
    color: #E30012;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  }
  .c-link-enjoy {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-link-enjoy::before, .c-link-enjoy::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-link-enjoy:hover, .c-link-enjoy:focus-visible {
    color: #E30012;
  }
  .c-link-enjoy:hover img, .c-link-enjoy:focus-visible img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .c-link-enjoy__image img {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .c-link-enjoy__image img::before, .c-link-enjoy__image img::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .c-link-product {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, outline, -webkit-box-shadow;
    transition-property: color, outline, -webkit-box-shadow;
    transition-property: color, box-shadow, outline;
    transition-property: color, box-shadow, outline, -webkit-box-shadow;
  }
  .c-link-product::before, .c-link-product::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, outline, -webkit-box-shadow;
    transition-property: color, outline, -webkit-box-shadow;
    transition-property: color, box-shadow, outline;
    transition-property: color, box-shadow, outline, -webkit-box-shadow;
  }
  .c-link-product:hover, .c-link-product:focus-visible {
    outline: 1px solid #E30012;
    color: #E30012;
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  }
  .c-button__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-button__link::before, .c-button__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-button__link:hover, .c-button__link:focus-visible {
    background-color: #E30012;
    color: #ffffff;
  }
  .c-button__link:hover .c-icon, .c-button__link:focus-visible .c-icon {
    background-image: url("/assets/images/common/icon-arrow-red.svg");
  }
  .c-button__link:hover .c-icon[data-icon=blank], .c-button__link:focus-visible .c-icon[data-icon=blank] {
    background: center/contain url("/assets/images/common/icon-blank-white.svg");
  }
  .c-button__link:hover .c-icon[data-icon=blank] img, .c-button__link:focus-visible .c-icon[data-icon=blank] img {
    opacity: 0;
  }
  .c-button__link--anchor {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-button__link--anchor::before, .c-button__link--anchor::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-button__link--anchor:hover, .c-button__link--anchor:focus-visible {
    background-color: #282828;
    color: #ffffff;
  }
  .c-button__link--anchor:hover .c-icon, .c-button__link--anchor:focus-visible .c-icon {
    background-image: url(/assets/images/common/icon-arrow-down-white.svg);
  }
  .c-button__link--back {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-button__link--back::before, .c-button__link--back::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-button__link--back:hover .c-icon, .c-button__link--back:focus-visible .c-icon {
    background-image: url(/assets/images/common/icon-arrow-back-red.svg);
  }
  .c-icon {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image;
    transition-property: background-image;
  }
  .c-icon::before, .c-icon::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image;
    transition-property: background-image;
  }
  .c-text-link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-text-link::before, .c-text-link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .c-text-link:hover, .c-text-link:focus-visible {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-underline-position: under;
  }
  .c-slider__controls .slick-arrow {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image, -webkit-transform;
    transition-property: background-image, -webkit-transform;
    transition-property: background-image, transform;
    transition-property: background-image, transform, -webkit-transform;
  }
  .c-slider__controls .slick-arrow::before, .c-slider__controls .slick-arrow::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image, -webkit-transform;
    transition-property: background-image, -webkit-transform;
    transition-property: background-image, transform;
    transition-property: background-image, transform, -webkit-transform;
  }
  .c-slider__controls .slick-arrow:hover, .c-slider__controls .slick-arrow:focus-visible {
    background-image: url("/assets/images/common/arrow-slider-red.svg");
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  .c-slider__controls .slick-prev {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-slider__controls .slick-prev::before, .c-slider__controls .slick-prev::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .c-slider__controls .slick-prev:hover, .c-slider__controls .slick-prev:focus-visible {
    -webkit-transform: rotate(180deg) scale(1.25);
    transform: rotate(180deg) scale(1.25);
  }
  .swiper-button-prev, .swiper-button-next {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image, -webkit-transform;
    transition-property: background-image, -webkit-transform;
    transition-property: background-image, transform;
    transition-property: background-image, transform, -webkit-transform;
  }
  .swiper-button-prev::before, .swiper-button-prev::after, .swiper-button-next::before, .swiper-button-next::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image, -webkit-transform;
    transition-property: background-image, -webkit-transform;
    transition-property: background-image, transform;
    transition-property: background-image, transform, -webkit-transform;
  }
  .swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-next:hover, .swiper-button-next:focus-visible {
    background-image: url("/assets/images/common/arrow-slider-red.svg");
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  .swiper-button-prev {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .swiper-button-prev::before, .swiper-button-prev::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .swiper-button-prev:hover, .swiper-button-prev:focus-visible {
    -webkit-transform: rotate(180deg) scale(1.25);
    transform: rotate(180deg) scale(1.25);
  }
  .c-news__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  .c-news__link::before, .c-news__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  .c-news__link:hover, .c-news__link:focus-visible {
    background-color: #F7F7F7;
    color: #E30012;
  }
  .p-top-recommend .c-recommend__content {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .p-top-recommend .c-recommend__content::before, .p-top-recommend .c-recommend__content::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .p-top-recommend .c-recommend__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .p-top-recommend .c-recommend__link::before, .p-top-recommend .c-recommend__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .p-top-recommend .c-recommend__link:hover .c-recommend__content, .p-top-recommend .c-recommend__link:focus-visible .c-recommend__content {
    background-color: #F7F7F7;
    color: #E30012;
  }
  .p-top-products__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, border, -webkit-box-shadow;
    transition-property: color, border, -webkit-box-shadow;
    transition-property: color, box-shadow, border;
    transition-property: color, box-shadow, border, -webkit-box-shadow;
  }
  .p-top-products__link::before, .p-top-products__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color, border, -webkit-box-shadow;
    transition-property: color, border, -webkit-box-shadow;
    transition-property: color, box-shadow, border;
    transition-property: color, box-shadow, border, -webkit-box-shadow;
  }
  .p-top-products__link:hover, .p-top-products__link:focus-visible {
    color: #E30012;
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
    border-color: #E30012;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  }
  .p-top-enjoy__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .p-top-enjoy__link::before, .p-top-enjoy__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .p-top-enjoy__link:hover, .p-top-enjoy__link:focus-visible {
    color: #E30012;
  }
  .p-top-enjoy__link:hover img, .p-top-enjoy__link:focus-visible img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-top-enjoy__image img {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .p-top-enjoy__image img::before, .p-top-enjoy__image img::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
}
@media not all, (hover: hover) and (pointer: fine){
  a[href^=tel] {
    cursor: default;
    pointer-events: none;
  }
}
@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media screen and (min-width: 1280px), print{
  .c-media-object__image--md-lg {
    min-width: min(72.3rem, 60.25%);
  }
  .c-media-object__image--lg {
    min-width: min(78.4rem, 65.3333333333%);
  }
}
@media screen and (min-width: 1400px), print{
  .c-wave__item {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
  }
  .c-wave__item:nth-child(2) {
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
  }
  .p-top-newproducts {
    background-size: min(489px, 28%) !important;
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-prev {
    -webkit-transform: rotate(180deg) translateX(min(196px, 11vw)) !important;
    transform: rotate(180deg) translateX(min(196px, 11vw)) !important;
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-next {
    -webkit-transform: translateX(min(196px, 11vw)) !important;
    transform: translateX(min(196px, 11vw)) !important;
  }
}
@media screen and (min-width: 768px), print{
  .c-box-contact {
    min-width: min(40rem, 100%);
  }
  .c-box-contact__cont {
    width: 37.5%;
  }
  .c-product__media {
    width: 26.25%;
    min-width: 25rem;
  }
  .p-top-products .l-content__inner {
    padding-right: min(12.5%, 32rem);
    padding-left: min(12.5%, 32rem);
  }
  .p-top-products__list > li {
    width: 18.3333333333vw;
    max-width: 22rem;
  }
  .p-top-newproducts {
    background-size: min(489px, 40%);
  }
  .p-top-newproducts__content {
    padding-inline: 10px !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-prev, .p-top-newproducts .c-swiper__controls .swiper-button-next {
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-prev {
    -webkit-transform: rotate(180deg) translateX(17vw);
    transform: rotate(180deg) translateX(17vw);
  }
  .p-top-newproducts .c-swiper__controls .swiper-button-next {
    -webkit-transform: translateX(17vw);
    transform: translateX(17vw);
  }
  .p-top-newproducts .c-swiper__list.swiper-initialized {
    padding-right: 80px;
    padding-left: 80px;
  }
  .u-pc-ws-nowrap {
    white-space: nowrap !important;
  }
}
@media screen and (min-width: 960px), print{
  .c-header__hamburger {
    display: none;
  }
  .c-header__menu-container {
    margin-left: auto;
  }
  .c-nav__close {
    display: none;
  }
  .c-nav__dropdown {
    display: grid;
    visibility: hidden;
    z-index: -2;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    grid-template-rows: 0fr;
    background-color: #F8F8F8;
    -webkit-transition: grid-template-rows 0.3s ease-out, visibility 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out, visibility 0.3s ease-out;
    transition: grid-template-rows 0.3s ease-out, visibility 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
  }
  .c-nav__dropdown[aria-hidden=false] {
    right: -15px;
    padding-right: var(--scrollbar);
  }
  .c-footer__logo {
    height: 7.4rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid currentColor;
  }
  .c-footer__sns {
    width: 88%;
    padding-top: 2.3rem;
  }
  .c-footer-nav__list--first {
    height: 5rem;
    padding-bottom: 1.9rem;
    border-bottom: 1px solid currentColor;
  }
  .c-product__lineup-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .p-top-newproducts .c-swiper__list.swiper-initialized {
    padding-right: min(10.4166666667vw, 200px);
    padding-left: min(10.4166666667vw, 200px);
  }
}

.sp-only {
  display: block;

  @media screen and (min-width: 768px) {
    display: none;
  }
}