@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.tb {
  display: none;
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_i {
    display: none;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_ib {
    display: none;
  }
}

/*common*/
body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 1080px) {
  body {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 767.9px) {
  body {
    padding-top: 0;
    font-size: 10px;
  }
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}

@media (max-width: 1080px) {
  img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  img {
    display: block;
    max-width: 100%;
  }
}
/*clearfix*/
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*Layout*/
.c-btn-link {
  position: relative;
  margin: 0 18px;
  padding: 12px 0;
  background: #a1a2a3;
  color: #fff !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  width: 393px;
  border-radius: 47.5px;
  text-align: center;
}
@media (max-width: 1080px) {
  .c-btn-link {
    margin: 0 1.7578125vw;
    padding: 1.171875vw 0;
    font-size: 2.734375vw;
    width: 38.37890625vw;
    border-radius: 4.638671875vw;
  }
}
@media (max-width: 767.9px) {
  .c-btn-link {
    margin: 0 auto 2.6666666667vw;
    padding: 1.6vw 0;
    font-size: 3.2vw;
    width: 57.7333333333vw;
    border-radius: 6.3333333333vw;
  }
}
.c-btn-link span {
  font-size: 19px;
}
@media (max-width: 1080px) {
  .c-btn-link span {
    font-size: 1.85546875vw;
  }
}
@media (max-width: 767.9px) {
  .c-btn-link span {
    font-size: 2.5333333333vw;
  }
}
.c-btn-link.js-active {
  background: rgb(199, 0, 14);
  background: linear-gradient(90deg, rgb(199, 0, 14) 0%, rgb(232, 29, 42) 50%, rgb(199, 0, 14) 100%);
}
.c-btn-link:hover {
  text-decoration: none;
}
@media (max-width: 1080px) {
  .c-btn-link svg {
    width: 1.07421875vw;
  }
}
@media (max-width: 767.9px) {
  .c-btn-link svg {
    width: 1.4666666667vw;
  }
}

.js-navOpen {
  position: fixed;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 10;
  mix-blend-mode: multiply;
  border: 1px solid #b6002a;
}
.js-navOpen span {
  position: absolute;
  top: calc(28.5833333333% - 0.5px);
  left: 14.1666666667%;
  width: 72.2222222222%;
  height: 1px;
  background: #b6002a;
  transition: transform 0.3s, opacity 0.3s;
}
.js-navOpen span:nth-child(2) {
  top: 49.8055555556%;
}
.js-navOpen span:nth-child(3) {
  top: 71.0277777778%;
}
.js-navOpen.active {
  border: 1px solid #fff;
  mix-blend-mode: normal;
}
.js-navOpen.active span {
  width: 88.8888888889%;
  background-color: #fff;
}
.js-navOpen.active span:nth-child(1) {
  top: calc(48.7222222222% - 0.5px);
  left: 4.5277777778%;
  transform: rotate(45deg);
  transform-origin: center;
}
.js-navOpen.active span:nth-child(2) {
  left: 100%;
  opacity: 0;
}
.js-navOpen.active span:nth-child(3) {
  top: calc(48.7222222222% - 0.5px);
  left: auto;
  right: 4.5277777778%;
  transform: rotate(-45deg);
  transform-origin: center;
}

.js-fadeIn {
  opacity: 0;
}

@media (max-width: 767.9px) {
  .js-fadeIn-sp {
    opacity: 0;
  }
}

.js-fadeUp {
  transform: translateY(30px);
}
@media (max-width: 1080px) {
  .js-fadeUp {
    transform: translateY(2.9296875vw);
  }
}
@media (max-width: 767.9px) {
  .js-fadeUp {
    transform: translateY(4vw);
  }
}

.stagger-elm {
  opacity: 0;
  z-index: 1;
  transform: translateY(30px);
}
@media (max-width: 1080px) {
  .stagger-elm {
    transform: translateY(2.9296875vw);
  }
}
@media (max-width: 767.9px) {
  .stagger-elm {
    transform: translateY(4vw);
  }
}

#pageTop {
  position: absolute;
  top: 60px;
  bottom: 20px;
  right: 50px;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767.9px) {
  #pageTop {
    top: 4.6666666667vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}
#pageTop.fixed {
  position: fixed;
  top: auto;
  right: 50px;
}
@media (max-width: 767.9px) {
  #pageTop.fixed {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

.l-header-amazake {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 12;
}
.l-header-amazake__inner {
  position: relative;
  margin: auto;
  padding: 0 40px;
  max-width: 1280px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .l-header-amazake__inner {
    padding: 0 4vw;
    height: 60px;
    z-index: 4;
  }
}
@media (max-width: 1570px) {
  .l-header-amazake__inner.--top {
    padding-right: 150px;
  }
}
@media (max-width: 1370px) {
  .l-header-amazake__inner.--top {
    padding-right: 190px;
  }
}
@media (max-width: 1080px) {
  .l-header-amazake__inner h1 img {
    max-width: none;
    width: 74px;
    display: block;
  }
}
.l-header-amazake__inner nav {
  height: 100%;
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav {
    position: fixed;
    top: 60px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background: url(../images/nav_pattern.svg) center top/auto repeat #fff;
    transition: opacity 0.2s, visibility 0.2s;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav {
    background: url(../images/nav_pattern.svg) center top/10px auto repeat #fff;
  }
}
.l-header-amazake__inner nav ul {
  width: 845px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .l-header-amazake__inner nav ul {
    width: 800px;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 1180px) {
  .l-header-amazake__inner nav ul {
    gap: 15px;
  }
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul {
    margin: 19.3333333333vw auto 0;
    display: block;
    width: 250px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul {
    width: 66.6666666667vw;
  }
}
.l-header-amazake__inner nav ul li {
  position: relative;
  height: 100%;
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 44px;
    height: auto;
    border-bottom: 1px solid #a61527;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li:first-child {
    padding-left: 46px;
  }
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul li::before {
    position: absolute;
    left: 5px;
    top: 3px;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/nav_icon.svg) center/100% no-repeat;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.top img {
    width: 40px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.scene img {
    width: 138px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.recipe img {
    width: 136px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.kodawari img {
    width: 180px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.knowledge img {
    width: 140px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake__inner nav ul li.lineup img {
    width: 163px;
  }
}
.l-header-amazake__inner nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #830000;
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul li a {
    height: auto;
  }
}
@media (max-width: 1080px) {
  .l-header-amazake__inner nav ul li a::after {
    display: none;
  }
}
.l-header-amazake__inner nav ul li a img {
  display: block;
}
.l-header-amazake__inner nav.top li:nth-child(1) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid;
}
.l-header-amazake__inner nav.scene li:nth-child(2) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid;
}
.l-header-amazake__inner nav.recipe li:nth-child(3) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid;
}
.l-header-amazake__inner nav.kodawari li:nth-child(4) a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid;
}
@media (max-width: 1080px) {
  .l-header-amazake.active nav {
    opacity: 1;
    visibility: visible;
  }
}
.l-header-amazake .languages-btn {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 220px;
  color: #fff;
  font-size: 14px;
  z-index: 5;
}
@media (max-width: 1080px) {
  .l-header-amazake .languages-btn {
    top: 15px;
    right: 90px;
  }
}
@media (max-width: 767.9px) {
  .l-header-amazake .languages-btn {
    right: calc(9.3333333333vw + 30px);
  }
}
.l-header-amazake .languages-btn .btn {
  position: relative;
  display: block;
  width: 145px;
  height: 30px;
  margin: 0 0 4px 81px;
  padding-left: 36px;
  background: url(../images/icon_earth.png) no-repeat 13px center, url(../images/lang_arrow.png) no-repeat right center;
  background-color: #333;
  border-radius: 15px;
  line-height: 30px;
  cursor: pointer;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 1200px) {
  .l-header-amazake .languages-btn .btn {
    margin: 0 0 4px auto;
    font-size: 10px;
    width: 120px;
  }
}
.l-header-amazake .languages-btn .linkList {
  position: relative;
  display: block;
  display: none;
  margin-top: 16px;
  padding: 10px;
  background: #333;
  border-radius: 10px;
}
.l-header-amazake .languages-btn .linkList:before {
  position: absolute;
  left: 148px;
  top: -16px;
  width: 23px;
  height: 16px;
  content: "";
  background: url(../images/tail_link.png) no-repeat center top;
}
@media (max-width: 1280px) {
  .l-header-amazake .languages-btn .linkList:before {
    left: 178px;
  }
}
.l-header-amazake .languages-btn .linkList .link {
  display: block;
}
.l-header-amazake .languages-btn .linkList .link a {
  display: block;
  height: 40px;
  width: 200px;
  background: url(../images/arrow_link.png) no-repeat 183px center #000;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}
.l-header-amazake .languages-btn .linkList .link + .link {
  margin-top: 5px;
}

#menu-btn {
  display: none;
}
@media (max-width: 1080px) {
  #menu-btn {
    position: absolute;
    right: 30px;
    width: 31px;
    height: 24px;
    background: url(../images/nav_menu.svg) center/100% no-repeat;
    display: block;
  }
}
@media (max-width: 767.9px) {
  #menu-btn {
    right: 4vw;
  }
}
@media (max-width: 1080px) {
  .active #menu-btn {
    right: 35px;
    width: 24px;
    height: 24px;
    background: url(../images/nav_close.svg) center/100% no-repeat;
  }
}
@media (max-width: 767.9px) {
  .active #menu-btn {
    right: 5.3333333333vw;
  }
}

.onlineshop-box {
  padding-left: 22px;
  box-sizing: border-box;
  position: fixed;
  top: 130px;
  right: 0;
  width: 75px;
  height: 380px;
  background: #cb1e1d;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 0 75px;
  transition: width 0.3s, opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1080px) {
  .onlineshop-box {
    padding-left: 2.1484375vw;
    width: 7.32421875vw;
    height: 37.109375vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box {
    padding-left: 2.6666666667vw;
    width: 8.5333333333vw;
    height: 50.6666666667vw;
    border-radius: 0 0 0 10vw;
    top: 90px;
  }
}
.onlineshop-box.show {
  opacity: 1;
  visibility: visible;
}
.onlineshop-box ul {
  padding: 33px 0 65px;
  margin-top: 19px;
  width: 247px;
  background: url(../images/onlineshop_line.svg) top right no-repeat;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1080px) {
  .onlineshop-box ul {
    padding: 3.22265625vw 0 6.34765625vw;
    margin-top: 1.85546875vw;
    width: 24.12109375vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box ul {
    padding: 4.4vw 2.6666666667vw 8.6666666667vw 0;
    margin-top: 2.5333333333vw;
    width: 32.9333333333vw;
    background: url(../images/onlineshop_line_sp.svg) top right/1px no-repeat;
  }
}
.onlineshop-box ul li {
  margin-bottom: 26px;
}
@media (max-width: 1080px) {
  .onlineshop-box ul li {
    margin-bottom: 2.5390625vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box ul li {
    margin-bottom: 3.4666666667vw;
  }
}
.onlineshop-box ul li img {
  height: 25px;
}
@media (max-width: 1080px) {
  .onlineshop-box ul li img {
    height: 2.44140625vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box ul li img {
    height: 3.4666666667vw;
  }
}
.onlineshop-box.hover {
  width: 329px;
}
@media (max-width: 1080px) {
  .onlineshop-box.hover {
    width: 32.12890625vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-box.hover {
    width: 44.4vw;
  }
}
.onlineshop-box.fade ul {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.onlineshop-ttl {
  position: absolute;
  top: 19px;
  right: 26px;
}
@media (max-width: 1080px) {
  .onlineshop-ttl {
    top: 1.85546875vw;
    right: 2.5390625vw;
    width: 2.24609375vw;
  }
}
@media (max-width: 767.9px) {
  .onlineshop-ttl {
    top: 2.5333333333vw;
    right: 2.6666666667vw;
    width: 2.9333333333vw;
  }
}

#knowledge {
  overflow: hidden;
  position: relative;
  padding: 82px 0 90px;
  background-color: #830000;
}
@media (max-width: 1080px) {
  #knowledge {
    padding-top: 60px;
  }
}
#knowledge h1, #knowledge h2, #knowledge h3, #knowledge h4, #knowledge h5, #knowledge h6, #knowledge ul, #knowledge ol, #knowledge dl, #knowledge li, #knowledge dt, #knowledge dd, #knowledge p, #knowledge section, #knowledge article, #knowledge aside, #knowledge footer, #knowledge figure, #knowledge figcaption, #knowledge nav {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
#knowledge .p-head {
  position: relative;
  width: 100%;
  height: 377px;
  background: url(../images/knowledge/bg_head.png) center/auto 100% no-repeat #820001;
}
@media (max-width: 767.9px) {
  #knowledge .p-head {
    height: 68.8vw;
    background: url(../images/knowledge/bg_head_sp.png) center/cover no-repeat #820001;
  }
}
#knowledge .p-headTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 986px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  #knowledge .p-headTitle {
    width: 77.3333333333vw;
  }
}
#knowledge .p-history__inner {
  position: relative;
  padding: 50px 0;
  background-color: #fff;
}
@media (max-width: 767.9px) {
  #knowledge .p-history__inner {
    padding: 12.6666666667vw 0 0;
  }
}
@media (max-width: 767.9px) {
  #knowledge .p-history__inner .slide {
    display: none;
  }
}
#knowledge .p-history__inner .slide-btn {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 184px;
  display: flex;
  margin-left: 252px;
  justify-content: space-between;
}
#knowledge .p-history__inner .slide-btn .slide-prev {
  width: 68px;
  height: 68px;
  background: url(../images/knowledge/btn_right.svg) top center/contain no-repeat;
  cursor: pointer;
  transition: opacity 0.5s;
}
#knowledge .p-history__inner .slide-btn .slide-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#knowledge .p-history__inner .slide-btn .slide-next {
  width: 68px;
  height: 68px;
  background: url(../images/knowledge/btn_left.svg) top center/contain no-repeat;
  cursor: pointer;
  transition: opacity 0.5s;
}
#knowledge .p-history__inner .slide-btn .slide-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#knowledge .p-historySlide {
  width: 100%;
  cursor: grab;
}
#knowledge .p-historyList {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767.9px) {
  #knowledge .p-historyList {
    display: block;
  }
}
#knowledge .p-historyItem {
  position: relative;
  width: 225px;
  padding: 0 40px;
}
@media (max-width: 767.9px) {
  #knowledge .p-historyItem {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767.9px) {
  #knowledge .p-historyItem__cont {
    display: flex;
    padding-bottom: 5.3333333333vw;
  }
}
#knowledge .p-historyItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: #f4e57a;
}
@media (max-width: 767.9px) {
  #knowledge .p-historyItem::before {
    width: 2.6666666667vw;
    height: 100%;
    top: 0;
    left: 18.4vw;
  }
}
#knowledge .p-historyItem:first-child {
  padding-left: 80px;
}
@media (max-width: 767.9px) {
  #knowledge .p-historyItem:first-child {
    padding-left: 0;
  }
}
#knowledge .p-historyItem:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  left: 50%;
  width: 50%;
  height: 13px;
  background-color: #f4e57a;
}
@media (max-width: 767.9px) {
  #knowledge .p-historyItem:first-child::before {
    width: 2.6666666667vw;
    left: 18.4vw;
    height: 100%;
  }
}
#knowledge .p-historyItem:last-child {
  padding-right: 30vw;
}
@media (max-width: 767.9px) {
  #knowledge .p-historyItem:last-child {
    padding-right: 0;
    padding-bottom: 40vw;
  }
}
#knowledge .p-historyImg {
  display: block;
  position: relative;
  width: 214px;
  height: 130px;
}
@media (max-width: 767.9px) {
  #knowledge .p-historyImg {
    width: 38.8vw;
    height: 100%;
  }
}
#knowledge .p-historyImg img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: contain;
}
@media (max-width: 767.9px) {
  #knowledge .p-historyImg img {
    object-position: top center;
    width: 33.3333333333vw;
    margin: auto;
  }
}
@media (max-width: 767.9px) {
  #knowledge .p-historyText {
    padding: 5.3333333333vw 0 0;
    width: 48.2666666667vw;
  }
}
#knowledge .p-history__num {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  color: #a51627;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.9px) {
  #knowledge .p-history__num {
    margin-bottom: 1.3333333333vw;
    font-size: 3.8666666667vw;
  }
}
#knowledge .p-history__num::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/knowledge/icon_ume.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  #knowledge .p-history__num::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#knowledge .p-history__tit {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  #knowledge .p-history__tit {
    font-size: 3.2vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    white-space: nowrap;
  }
}
#knowledge .p-history__tit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/knowledge/line_dash.svg) bottom center/contain repeat-x;
}
@media (max-width: 767.9px) {
  #knowledge .p-history__tit::after {
    height: 2px;
    background: url(../images/knowledge/line_dash_sp.svg) bottom left/100% auto repeat-x;
  }
}
#knowledge .p-history__text {
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 767.9px) {
  #knowledge .p-history__text {
    font-size: 2.6666666667vw;
    letter-spacing: -0.05em;
  }
}
#knowledge .p-history__note {
  position: relative;
  padding: 15px;
  margin-top: 30px;
  border: solid 2px #a51627;
  border-radius: 10px;
  font-size: 13px;
  letter-spacing: 0;
}
@media (max-width: 767.9px) {
  #knowledge .p-history__note {
    padding: 2vw;
    margin-top: 4vw;
    font-size: 2.1333333333vw;
    border-radius: 1.3333333333vw;
    border: solid 1px #a51627;
  }
}
#knowledge .p-history__note::before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: -2px;
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/knowledge/parts_fukidashi.svg) bottom center/contain no-repeat;
  transform: translate(-50%, 0);
}
@media (max-width: 767.9px) {
  #knowledge .p-history__note::before {
    margin-bottom: -1.5px;
    width: 12px;
    height: 13px;
  }
}
#knowledge .p-history__note.--1974 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#knowledge .p-history__note.--1974 p {
  width: calc(100% - 60px);
  text-align: justify;
}
@media (max-width: 767.9px) {
  #knowledge .p-history__note.--1974 p {
    width: calc(100% - 11.8666666667vw);
  }
}
#knowledge .p-history__note.--1974 img {
  width: 45px;
}
@media (max-width: 767.9px) {
  #knowledge .p-history__note.--1974 img {
    width: 5.4666666667vw;
    padding-right: 2.6666666667vw;
  }
}
/*# sourceMappingURL=sourcemaps/knowledge.css.map */
