@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");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;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;
  }
}

#recipe {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 82px;
  min-height: 100vh;
  background: url(../images/recipe/bg.png) top center/30px auto repeat;
}
@media (max-width: 767.9px) {
  #recipe {
    background: url(../images/recipe/bg.png) top center/15px auto repeat;
  }
}
#recipe h1, #recipe h2, #recipe h3, #recipe h4, #recipe h5, #recipe h6, #recipe ul, #recipe ol, #recipe dl, #recipe li, #recipe dt, #recipe dd, #recipe p, #recipe section, #recipe article, #recipe aside, #recipe footer, #recipe figure, #recipe figcaption, #recipe nav {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
#recipe .p-fun {
  padding: 226px 0 100px 0;
}
@media (max-width: 1080px) {
  #recipe .p-fun {
    padding: 226px 20px 100px;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-fun {
    padding: 32vw 0 6vw;
  }
}
#recipe .p-funTit {
  position: absolute;
  left: 50%;
  top: -150px;
  width: 305px;
  transform: translate(-50%, 0);
}
@media (max-width: 767.9px) {
  #recipe .p-funTit {
    top: -19.3333333333vw;
    width: 40.6666666667vw;
  }
}
#recipe .p-funFukidashi {
  position: absolute;
  top: -190px;
  left: 75px;
  width: 260px;
}
@media (max-width: 1080px) {
  #recipe .p-funFukidashi {
    top: -18.5546875vw;
    left: 0;
    width: 25.390625vw;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funFukidashi {
    top: -26vw;
    left: 1.3333333333vw;
    width: 25.8666666667vw;
  }
}
#recipe .p-funFrame {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1065px;
  margin: auto;
  padding: 150px 0 40px;
  background: url(../images/recipe/bg_softgrain.png) top center/1358px auto repeat;
  border: solid 2px #a51627;
  border-radius: 420px 420px 0 0;
}
@media (max-width: 1080px) {
  #recipe .p-funFrame {
    padding: 14.6484375vw 0 3.90625vw;
    border-radius: 31.25vw 31.25vw 0 0;
    background: url(../images/recipe/bg_softgrain.png) top center/135.25390625vw auto repeat;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funFrame {
    max-width: inherit;
    width: 87.7333333333vw;
    padding: 18vw 0 10vw;
    border: solid 2px #a51627;
    border-radius: 30.6666666667vw 30.6666666667vw 0 0;
  }
}
#recipe .p-funDrink {
  position: relative;
  width: 826px;
  padding: 50px 0 30px;
  margin: 0 auto 65px;
  background: #fff;
}
@media (max-width: 1080px) {
  #recipe .p-funDrink {
    width: 80.6640625vw;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funDrink {
    width: 70.6666666667vw;
    margin: 0 auto 13.3333333333vw;
    padding: 6.6666666667vw 0 4vw;
  }
}
#recipe .p-funDrinkCont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0 0;
  background: url(../images/recipe/deco_wave.svg) top center/79.5399515738% no-repeat;
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkCont {
    display: block;
    padding: 8.5333333333vw 0 0;
    background: url(../images/recipe/deco_wave_sp.svg) top center/48.1333333333vw no-repeat;
  }
}
#recipe .p-funDrinkCont__item {
  position: relative;
  width: 50%;
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkCont__item {
    width: 100%;
  }
}
#recipe .p-funDrinkCont__item:first-child {
  padding: 0 40px 0 60px;
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkCont__item:first-child {
    padding: 0 8.6666666667vw 4vw;
    margin-bottom: 4.6666666667vw;
  }
}
#recipe .p-funDrinkCont__item:first-child::after {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -1px;
  background: url(../images/recipe/deco_separator.svg) top center/100% auto repeat-y;
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkCont__item:first-child::after {
    top: 100%;
    left: 50%;
    margin-left: 0;
    margin-top: -1px;
    width: 58vw;
    height: 2px;
    background: url(../images/recipe/deco_separator_sp.svg) top center/100% auto no-repeat;
    transform: translate(-50%, 0);
  }
}
#recipe .p-funDrinkCont__item:last-child {
  padding: 0 60px 0 40px;
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkCont__item:last-child {
    padding: 0 9.0666666667vw;
  }
}
#recipe .p-funDrinkCont__item .indent-adjust {
  display: inline-block;
  text-indent: -0.5em;
}
#recipe .p-funDrinkCont__item p {
  padding-left: 15px;
  letter-spacing: 0.04em;
  font-size: 14px;
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkCont__item p {
    width: 95%;
    margin: auto;
    padding-left: 0;
    font-size: 2.9333333333vw;
    text-align: justify;
    letter-spacing: -0.06em;
  }
}
#recipe .p-funDrinkCont__item ul {
  padding-left: 15px;
  margin-top: 20px;
  white-space: nowrap;
  letter-spacing: 0;
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkCont__item ul {
    padding: 0;
    white-space: wrap;
  }
}
#recipe .p-funDrinkCont__item ul li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 10px;
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkCont__item ul li {
    font-size: 2.1333333333vw;
  }
}
#recipe .p-funDrinkTit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkTit {
    width: 51.3333333333vw;
  }
}
#recipe .p-funDrink__img {
  max-width: 100%;
  margin-bottom: 35px;
  border: solid 3px #a51627;
  border-radius: 45px;
}
@media (max-width: 1080px) {
  #recipe .p-funDrink__img {
    border-radius: 4.39453125vw;
    border: solid 2px #a51627;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funDrink__img {
    border-radius: 8vw;
    margin-bottom: 4vw;
  }
}
#recipe .p-funDrinkType__tit {
  position: absolute;
  top: 50px;
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkType__tit {
    top: 7.3333333333vw;
    width: 9.6vw;
  }
}
#recipe .p-funDrinkType__tit.--01 {
  left: 0;
  transform: translate(-50%, 0);
}
#recipe .p-funDrinkType__tit.--02 {
  right: 0;
  transform: translate(50%, 0);
}
@media (max-width: 767.9px) {
  #recipe .p-funDrinkType__tit.--02 {
    top: 14.4vw;
  }
}
#recipe .p-funRecipe {
  width: 880px;
  margin: auto;
}
@media (max-width: 1080px) {
  #recipe .p-funRecipe {
    width: 85.9375vw;
  }
}
#recipe .p-funRecipeTit {
  padding: 25px 0 25px;
  margin-bottom: 45px;
  border-bottom: solid 2px #a51627;
  text-align: center;
}
@media (max-width: 1080px) {
  #recipe .p-funRecipeTit {
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeTit {
    width: 73.3333333333vw;
    padding: 0 0 1.3333333333vw;
    margin: 0 auto 7.8666666667vw;
  }
}
@media (max-width: 1080px) {
  #recipe .p-funRecipeTit img {
    margin: auto;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeTit img {
    width: 46vw;
  }
}
#recipe .p-funRecipeList {
  width: 820px;
  margin: 0 auto 40px;
}
@media (max-width: 1080px) {
  #recipe .p-funRecipeList {
    width: 80.078125vw;
    margin: 0 auto 3.90625vw;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeList {
    width: 59.2vw;
  }
}
#recipe .p-funRecipeList__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 47px;
}
@media (max-width: 1080px) {
  #recipe .p-funRecipeList__inner {
    gap: 3.90625vw 4.58984375vw;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeList__inner {
    display: block;
  }
}
#recipe .p-funRecipeList__item {
  width: 386px;
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 2px #a51627;
}
@media (max-width: 1080px) {
  #recipe .p-funRecipeList__item {
    width: 37.6953125vw;
    padding: 1.953125vw 1.46484375vw;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeList__item {
    width: 100%;
    padding: 3.2vw 2.9333333333vw;
    margin-bottom: 11.7333333333vw;
  }
}
#recipe .p-funRecipeList__item img {
  width: 352px;
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  #recipe .p-funRecipeList__item img {
    width: 34.375vw;
    margin-bottom: 1.46484375vw;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeList__item img {
    width: 100%;
    margin-bottom: 2vw;
  }
}
#recipe .p-funRecipeList__item__text {
  position: relative;
  display: block;
}
#recipe .p-funRecipeList__item__text::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 22px;
  height: 15px;
  background: url(../images/recipe/arrow.svg) top center/contain no-repeat;
  transform: translate(0, -50%);
}
@media (max-width: 1080px) {
  #recipe .p-funRecipeList__item__text::after {
    width: 2.1484375vw;
    height: 1.46484375vw;
  }
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeList__item__text::after {
    right: 1.6vw;
    width: 3.2vw;
    height: 2.1333333333vw;
  }
}
#recipe .p-funRecipeList__item__text p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeList__item__text p {
    font-size: 3.3333333333vw;
  }
}
#recipe .p-funRecipeList__item a:hover {
  text-decoration: none;
}
#recipe .p-funRecipeMore {
  text-align: center;
}
#recipe .p-funRecipeMore__link {
  display: inline-block;
  position: relative;
  padding: 17px 67px 17px 0;
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeMore__link {
    width: 31.7333333333vw;
    padding: 2.2666666667vw 9.3333333333vw 2.2666666667vw 0;
  }
}
#recipe .p-funRecipeMore__link::after {
  position: absolute;
  top: 50%;
  content: "";
  right: 0;
  width: 52px;
  height: 52px;
  display: block;
  background: url(../images/recipe/icon_arrow.svg) top center/contain no-repeat;
  transform: translate(0, -50%);
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeMore__link::after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
#recipe .p-funRecipeMore__link img {
  width: 159px;
}
@media (max-width: 767.9px) {
  #recipe .p-funRecipeMore__link img {
    width: 21.2vw;
  }
}
/*# sourceMappingURL=sourcemaps/recipe.css.map */
