@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

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

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

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 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 {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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) {
    clip: rect(0 0 0 0) !important;
    position: absolute !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;
}

/* default setting */
body main,
body header,
body .Footer__fixedBanner {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #2C2C2C;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.96;
}

body main a,
body header a,
body .Footer__fixedBanner a {
  color: #148df0;
  text-decoration: underline;
}

body main a:hover,
body header a:hover,
body .Footer__fixedBanner a:hover {
  text-decoration: none;
}

body main ul, body main ol,
body header ul,
body header ol,
body .Footer__fixedBanner ul,
body .Footer__fixedBanner ol {
  list-style: none;
}

body main i, body main em,
body header i,
body header em,
body .Footer__fixedBanner i,
body .Footer__fixedBanner em {
  font-style: normal;
}

@media print, screen and (max-width: 767px) {
  body {
    padding-bottom: 20vw;
  }
}

@media print, screen and (min-width: 768px) {
  body main img,
  body header img {
    width: 100%;
  }
}

@media print, screen and (max-width: 767px) {
  main img {
    height: auto;
    width: 100%;
  }
  main .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  main .sp {
    display: none !important;
  }
}

/* blocks */
.Basic {
  background-color: #a8d6ef;
  padding: 25px 25px 30px;
}

.Basic .Basic__content1 {
  background-image: url("../images/icon_curveline1.svg"), url("../images/icon_curveline2.svg");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  margin-bottom: 60px;
  padding: 20px 0 45px;
}

.Basic .Basic__title {
  text-align: center;
}

.Basic .Basic__en {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.Basic .Basic__jp {
  display: block;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.Basic .Basic__red {
  color: #b50d23;
}

.Basic .Basic__list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.Basic .Basic__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 30%;
}

.Basic .Basic__itemTitle {
  display: block;
}

.Basic .Basic__itemImage {
  display: block;
  margin: 0 auto 10px;
  max-width: 75px;
}

.Basic .Basic__itemText {
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.Basic .Basic__content2 {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  position: relative;
}

.Basic .Basic__content2:before {
  background-image: url("../images/icon_ichioshi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 118px;
  left: -8px;
  position: absolute;
  top: -50px;
  width: 131px;
}

.Basic .Basic__content2:after {
  background-image: url("../images/text_nodogoshi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 68px;
  position: absolute;
  right: -10px;
  top: 10px;
  width: 112px;
}

.Basic .Basic__text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.Basic .Basic__wariai {
  background-color: #C4DFEE;
  border-radius: 10px;
  padding: 5px 20px;
}

.Basic .Basic__wariaiImage {
  display: block;
}

.valentine2021 .Basic .Basic__jp {
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .Basic {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 120px 0 110px;
  }
  .Basic .Basic__content1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0 30px;
    padding-bottom: 70px;
  }
  .Basic .Basic__title {
    padding-left: 50px;
  }
  .Basic .Basic__en {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .Basic .Basic__jp {
    font-size: 32px;
  }
  .Basic .Basic__itemImage {
    max-width: 130px;
  }
  .Basic .Basic__itemText {
    font-size: 16px;
  }
  .Basic .Basic__content2 {
    border: 1px solid #a8d6ef;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-left: 50px;
    padding-left: 0;
    padding-right: 50px;
  }
  .Basic .Basic__content2:before {
    height: 172px;
    left: -40px;
    top: -70px;
    width: 192px;
  }
  .Basic .Basic__content2:after {
    top: 40px;
  }
  .Basic .Basic__inner1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Basic .Basic__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 25px;
  }
  .Basic .Basic__inner2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 222px;
    flex: 1 1 222px;
  }
}

.BtnOpen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2cfc1;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 30px 0px 30px;
}

.BtnOpen.-open:after {
  background-image: url("../images/icon_minus.svg");
}

.BtnOpen:before {
  background-image: url("../images/icon_nabe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 19px;
  margin: 0 10px 0 12px;
  max-width: 32px;
  pointer-events: none;
  width: 32px;
}

.BtnOpen:after {
  background-image: url("../images/icon_plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 16px;
  justify-self: flex-end;
  margin: 0 15px;
  max-width: 16px;
  pointer-events: none;
  width: 16px;
}

.BtnOpen .BtnOpen__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .BtnOpen {
    cursor: default;
    height: 55px;
    margin-top: 0;
  }
  .BtnOpen:after {
    content: none;
  }
  .BtnOpen .BtnOpen__text {
    font-size: 19px;
  }
}

.BtnProduct {
  margin: 30px 0 0;
  position: relative;
}

.BtnProduct:before {
  background-image: url("../images/icon_akakiri.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  height: 88px;
  left: 23px;
  margin: 0;
  max-width: 26px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  z-index: 2;
}

.BtnProduct.-red:before {
  background-image: url("../images/icon_akakiri.png");
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  height: 88px;
  left: 23px;
  max-width: 26px;
  width: 26px;
}

.BtnProduct.-red .BtnProduct__link {
  background-color: #b50d23;
}

.BtnProduct.-purple:before {
  background-image: url("../images/icon_glass.png");
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  height: 45px;
  left: 5px;
  max-width: 45px;
  width: 45px;
}

.BtnProduct.-purple .BtnProduct__link {
  background-color: #7d4b80;
}

.BtnProduct .BtnProduct__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b50d23;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 0;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.BtnProduct .BtnProduct__link:after {
  background-image: url("../images/icon_blank.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  height: 14px;
  justify-self: flex-end;
  margin: 0 15px 0 10px;
  max-width: 18px;
  pointer-events: none;
  width: 18px;
}

.BtnProduct .BtnProduct__text {
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 50px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .BtnProduct {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
  }
  .BtnProduct.-red:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    height: 108px;
    left: 80px;
    max-width: 34px;
    top: 19px;
    width: 34px;
  }
  .BtnProduct.-purple:before {
    left: 70px;
  }
  .BtnProduct .BtnProduct__link {
    padding: 21px 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .BtnProduct .BtnProduct__link:hover {
    opacity: 0.7;
  }
  .BtnProduct .BtnProduct__text {
    font-size: 18px;
  }
}

.BurgerMenu {
  background-color: #b9212e;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transition: height 150ms ease-in;
  transition: height 150ms ease-in;
  width: 210px;
  z-index: 101;
}

.BurgerMenu.-open {
  height: 337px;
  pointer-events: auto;
  -webkit-transition: height 150ms ease-out;
  transition: height 150ms ease-out;
}

.BurgerMenu .BurgerMenu__item {
  display: block;
}

.BurgerMenu .BurgerMenu__item:last-child .BurgerMenu__link {
  background: none;
}

.BurgerMenu .BurgerMenu__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 4px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 10px;
  text-decoration: none;
}

.BurgerMenu .BurgerMenu__link:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 40px;
  margin-right: 6px;
  width: 40px;
}

.BurgerMenu .BurgerMenu__link.-new:before {
  background-image: url("../images/icon_menu_discovery.svg");
}

.BurgerMenu .BurgerMenu__link.-feature:before {
  background-image: url("../images/icon_menu_feature.svg");
}

.BurgerMenu .BurgerMenu__link.-basic:before {
  background-image: url("../images/icon_menu_basic.svg");
}

.BurgerMenu .BurgerMenu__link.-cook:before {
  background-image: url("../images/icon_menu_cook.svg");
}

.BurgerMenu .BurgerMenu__link.-products:before {
  background-image: url("../images/icon_menu_product.svg");
}

.BurgerMenu .BurgerMenu__text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.BurgerMenu .BurgerMenu__sns {
  background-color: #fff;
  border: 3px solid #b50d23;
  display: block;
  height: 62px;
  padding: 10px 15px;
}

.BurgerMenu .BurgerMenu__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.BurgerMenu .BurgerMenu__snsTitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  margin: 0 15px 0 0;
}

.BurgerMenu .BurgerMenu__snsTitle img {
  width: 100%;
}

.BurgerMenu .BurgerMenu__snsItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  margin: 3px 12px 0 0;
}

.BurgerMenu .BurgerMenu__snsLink {
  display: block;
}

.BurgerMenu .BurgerMenu__snsLink img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .BurgerMenu {
    background: none;
    height: 144px;
    left: 50%;
    max-width: 1290px;
    padding: 0 55px;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  .BurgerMenu .BurgerMenu__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 144px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 50%;
    padding-left: 20px;
    padding-right: 0;
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 950px) {
  .BurgerMenu .BurgerMenu__list {
    margin-left: 40%;
    width: 60%;
  }
}

@media print, screen and (min-width: 768px) {
  .BurgerMenu .BurgerMenu__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    pointer-events: auto;
  }
  .BurgerMenu .BurgerMenu__link:before {
    content: '';
    display: block;
    height: 40px;
    margin: 0 0 10px 0;
    width: 40px;
  }
  .BurgerMenu .BurgerMenu__link.-new:before {
    background-image: url("../images/icon_menu_discovery_pc.svg");
  }
  .BurgerMenu .BurgerMenu__link.-feature:before {
    background-image: url("../images/icon_menu_feature_pc.svg");
  }
  .BurgerMenu .BurgerMenu__link.-basic:before {
    background-image: url("../images/icon_menu_basic_pc.svg");
  }
  .BurgerMenu .BurgerMenu__link.-cook:before {
    background-image: url("../images/icon_menu_cook_pc.svg");
  }
  .BurgerMenu .BurgerMenu__link.-products:before {
    background-image: url("../images/icon_menu_product_pc.svg");
  }
  .BurgerMenu .BurgerMenu__text {
    color: #b50d23;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
  }
  .BurgerMenu .BurgerMenu__sns {
    display: none;
  }
}

.Classic {
  padding: 0 30px;
}

.Classic .Classic__text1 {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

.Classic .Classic__text2 {
  font-size: 13px;
  margin-bottom: 45px;
  margin-top: 24px;
  text-align: left;
}

.Classic .Classic__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}

.Classic .Classic__content.-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.Classic .Classic__titleWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45.6%;
  flex: 1 1 45.6%;
  text-align: center;
}

.Classic .Classic__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Classic .Classic__title.-ice {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Classic .Classic__title.-ice .Classic__titleLine2 {
  margin: 0 10px;
}

.Classic .Classic__titleLine1 {
  display: block;
  width: 88px;
}

.Classic .Classic__titleLine2 {
  display: block;
  margin: 20px 0 10px;
  width: 22px;
}

.Classic .Classic__titleLine3 {
  display: block;
}

.Classic .Classic__titleLine3.-classic1 {
  width: 80px;
}

.Classic .Classic__titleLine3.-classic2 {
  width: 65px;
}

.Classic .Classic__titleLine3.-classic3 {
  width: 112px;
}

.Classic .Classic__titleLine3.-classic4 {
  width: 130px;
}

.Classic .Classic__titleImage {
  display: block;
  height: auto;
  width: 100%;
}

.Classic .Classic__imageWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 54.4%;
  flex: 1 1 54.4%;
  position: relative;
}

.Classic .Classic__image {
  display: block;
  height: auto;
  width: 100%;
}

.Classic .Classic__hakken {
  bottom: -10px;
  position: absolute;
}

.Classic .Classic__hakken.-classic1 {
  bottom: -14px;
  left: -25px;
  width: 160px;
}

.Classic .Classic__hakken.-classic2 {
  bottom: -15px;
  right: -33px;
  width: 145px;
}

.Classic .Classic__chocolate {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 45px;
}

.Classic .Classic__chocolateText {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  padding-right: 20px;
}

.Classic .Classic__chocolateText1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}

.Classic .Classic__chocolateText1:after {
  background-image: url("../images/text_osusume.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 44px;
  left: 8em;
  position: absolute;
  top: -5px;
  width: 67px;
}

.Classic .Classic__chocolateText2 {
  font-size: 13px;
  line-height: 2;
}

.Classic .Classic__chocolateGraph {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}

.Classic .Classic__chocolateGraphImage {
  display: block;
  height: auto;
  margin: 0 0 0 auto;
  width: 100%;
}

.Classic .Classic__ice {
  background-image: url("../images/cover_white1.svg"), url("../images/bg_ice.jpg");
  background-position: center top 43.1vw, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  margin: 25px -30px 0 -30px;
  padding: 60vw 30px 0 30px;
}

.Classic .Classic__iceImage {
  margin: 15px 0 5px;
}

@media print, screen and (min-width: 768px) {
  .Classic {
    margin-bottom: 120px;
  }
  .Classic .Classic__text1 {
    font-size: 20px;
    margin-bottom: 55px;
  }
  .Classic .Classic__text3 {
    font-size: 16px;
    line-height: 30px;
    margin: 30px auto 0;
    text-align: left;
    width: 330px;
  }
  .Classic .Classic__text3.-ice {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .Classic .Classic__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 70px;
    max-width: 1030px;
    width: 100%;
  }
  .Classic .Classic__content.-classic3 {
    max-width: 1050px;
  }
  .Classic .Classic__content.-classic3 .Classic__titleWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 460px;
    flex: 1 1 460px;
    margin-right: 45px;
  }
  .Classic .Classic__content.-classic3 .Classic__imageWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 545px;
    flex: 1 1 545px;
  }
  .Classic .Classic__titleWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
  }
  .Classic .Classic__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Classic .Classic__titleLine1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    height: 55px;
    max-width: 124px;
    width: 124px;
  }
  .Classic .Classic__titleLine2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px;
    height: 31px;
    margin: 0 45px 0 35px;
    max-width: 31px;
    width: 31px;
  }
  .Classic .Classic__titleLine3.-classic1 {
    height: 85px;
    width: 113px;
  }
  .Classic .Classic__titleLine3.-classic2 {
    height: 50px;
    width: 90px;
  }
  .Classic .Classic__titleLine3.-classic3 {
    height: 50px;
    width: 170px;
  }
  .Classic .Classic__titleLine3.-classic4 {
    height: 50px;
    width: 185px;
  }
  .Classic .Classic__imageWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 530px;
    flex: 1 1 530px;
  }
  .Classic .Classic__hakken.-classic1 {
    bottom: -36px;
    height: 159;
    left: -48px;
    width: 255px;
  }
  .Classic .Classic__hakken.-classic2 {
    bottom: -50px;
    right: 7px;
    width: 227px;
  }
  .Classic .Classic__chocolate {
    margin: 30px 0 0 0;
  }
  .Classic .Classic__chocolateText {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: left;
  }
  .Classic .Classic__chocolateText1 {
    font-size: 18px;
    line-height: 26px;
  }
  .Classic .Classic__chocolateText2 {
    font-size: 14px;
    line-height: 24px;
  }
  .Classic .Classic__chocolateGraph {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .Classic .Classic__ice {
    background-color: #f1ead6;
    background-image: url("../images/bg_ice_pc.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 45px auto 180px;
    max-width: 1100px;
    padding-left: 49.63%;
    padding-top: 45px;
    width: 100%;
  }
  .Classic .Classic__iceImage {
    margin: 0 0 -70px 13%;
    width: 373px;
  }
}

@media print, screen and (max-width: 767px) {
  .ContentMain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ContentMain:before, .ContentMain:after {
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
  }
  .ContentMain:before {
    background-image: url("../images/cover_white2.svg");
    background-position: center top -2px;
    height: 14.8vw;
    margin: 0;
    width: 100vw;
  }
  .ContentMain:after {
    background-image: url("../images/cover_white1.svg");
    background-position: center bottom -2px;
    height: 16.9vw;
    margin: 0;
    width: 100vw;
  }
  .ContentMain.-new {
    background-image: url("../images/bg_new.jpg");
  }
  .ContentMain.-feature {
    background-image: url("../images/bg_feature.jpg");
  }
  .ContentMain.-feature::before {
    background-image: url("../images/cover_blue2.svg");
  }
  .ContentMain.-feature:after {
    background-image: url("../images/cover_purple1.svg");
  }
  .ContentMain.-basic {
    background-image: url("../images/bg_basic.jpg");
  }
  .ContentMain.-basic:before {
    background-image: url("../images/cover_white2.svg");
  }
  .ContentMain.-basic:after {
    background-image: url("../images/cover_blue1.svg");
  }
  .ContentMain.-cook {
    background-image: url("../images/bg_cook.jpg");
  }
  .ContentMain.-cook:before {
    background-image: url("../images/cover_white2.svg");
  }
  .ContentMain.-product {
    background-image: url("../images/bg_product.jpg");
  }
  .ContentMain.-product::before {
    background-image: url("../images/cover_purple2.svg");
  }
  .ContentMain.-product:after {
    background-image: url("../images/cover_pink1.svg");
  }
}

.ContentMain.-new .ContentMain__title,
.ContentMain.-new .ContentMain__text {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.2);
}

.ContentMain.-new .ContentMain__catchLine3 {
  -webkit-filter: drop-shadow(0px 0px 8px black);
  filter: drop-shadow(0px 0px 8px black);
}

.ContentMain.-feature .ContentMain__title,
.ContentMain.-feature .ContentMain__text {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.2);
}

.ContentMain.-feature .ContentMain__catchLine3 {
  -webkit-filter: drop-shadow(0px 0px 8px black);
  filter: drop-shadow(0px 0px 8px black);
}

.ContentMain.-basic .ContentMain__title,
.ContentMain.-basic .ContentMain__text {
  color: #000;
  text-shadow: 0 0 20px white, 0 0 10px white, 0 0 4px white;
}

.ContentMain.-basic .ContentMain__catchLine3 {
  -webkit-filter: drop-shadow(0px 0px 8px white);
  filter: drop-shadow(0px 0px 8px white);
}

.ContentMain.-cook .ContentMain__title,
.ContentMain.-cook .ContentMain__text {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.2);
}

.ContentMain.-cook .ContentMain__catchLine3 {
  -webkit-filter: drop-shadow(0px 0px 8px black);
  filter: drop-shadow(0px 0px 8px black);
}

.ContentMain.-product .ContentMain__title,
.ContentMain.-product .ContentMain__text {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.2);
}

.ContentMain.-product .ContentMain__catchLine3 {
  -webkit-filter: drop-shadow(0px 0px 8px black);
  filter: drop-shadow(0px 0px 8px black);
}

.ContentMain.-valentine2021 {
  background-image: url("../images/bg_new-valentine2021.jpg");
}

.ContentMain.-valentine2021:before {
  position: relative;
  top: -1px;
}

.ContentMain.-valentine2021:after {
  bottom: -1px;
  position: relative;
}

.ContentMain .ContentMain__inner {
  margin: 90px auto 60px;
  text-align: center;
}

.ContentMain .ContentMain__catch {
  display: block;
}

.ContentMain .ContentMain__catchLine1 {
  display: block;
  height: 67px;
  margin: 0 auto;
  width: 149px;
}

.ContentMain .ContentMain__catchLine2 {
  display: block;
  height: 23px;
  margin: 33px auto 17px;
  width: 23px;
}

.ContentMain .ContentMain__catchLine3 {
  display: block;
  height: 105px;
  margin: 0 auto;
  width: 100px;
}

.ContentMain .ContentMain__catchImage {
  display: block;
  height: auto;
  width: 100%;
}

.ContentMain .ContentMain__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0 10px;
}

.ContentMain .ContentMain__text {
  font-size: 14px;
}

.ContentMain .ContentMain__title2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 768px) {
  .ContentMain {
    margin-bottom: 65px;
    position: relative;
  }
  .ContentMain:after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 62.01%;
  }
  .ContentMain.-new {
    background: -webkit-gradient(linear, left top, right top, from(#b50d23), color-stop(57.47%, #b50d23), color-stop(57.47%, #fff), to(#fff));
    background: linear-gradient(90deg, #b50d23 0%, #b50d23 57.47%, #fff 57.47%, #fff 100%);
    margin-left: 46px;
  }
  .ContentMain.-new:after {
    background-image: url("../images/bg_new_pc.jpg");
    right: 0;
  }
  .ContentMain.-feature {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(42.53%, #fff), color-stop(42.53%, #B684BA), to(#B684BA));
    background: linear-gradient(90deg, #fff 0%, #fff 42.53%, #B684BA 42.53%, #B684BA 100%);
    margin-right: 46px;
  }
  .ContentMain.-feature:after {
    background-image: url("../images/bg_feature_pc.jpg");
    left: 0;
  }
  .ContentMain.-feature .ContentMain__inner {
    margin: 0 0 0 auto;
  }
  .ContentMain.-basic {
    background: -webkit-gradient(linear, left top, right top, from(#7DCAE8), color-stop(57.47%, #7DCAE8), color-stop(57.47%, #fff), to(#fff));
    background: linear-gradient(90deg, #7DCAE8 0%, #7DCAE8 57.47%, #fff 57.47%, #fff 100%);
    margin-left: 46px;
  }
  .ContentMain.-basic:after {
    background-image: url("../images/bg_basic_pc.jpg");
    right: 0;
  }
  .ContentMain.-basic .ContentMain__title,
  .ContentMain.-basic .ContentMain__text {
    color: #fff;
  }
  .ContentMain.-cook {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(42.53%, #fff), color-stop(42.53%, #D6B39A), to(#D6B39A));
    background: linear-gradient(90deg, #fff 0%, #fff 42.53%, #D6B39A 42.53%, #D6B39A 100%);
    margin-right: 46px;
  }
  .ContentMain.-cook:after {
    background-image: url("../images/bg_cook_pc.jpg");
    left: 0;
  }
  .ContentMain.-cook .ContentMain__inner {
    margin: 0 0 0 auto;
  }
  .ContentMain.-product {
    background-image: url("../images/bg_product_pc.jpg");
    background-size: cover;
    height: 688px;
    margin-top: 115px;
    overflow: hidden;
    position: relative;
  }
  .ContentMain.-product:after {
    background-image: url("../images/cover_white1.svg");
    background-position: center bottom -2px;
    background-repeat: no-repeat;
    bottom: -40px;
    height: 184px;
    left: 50%;
    margin: 0;
    position: absolute;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1086px;
  }
  .ContentMain.-product .ContentMain__inner {
    margin: 0 auto;
    max-width: 860px;
    padding: 0;
    width: 100%;
  }
  .ContentMain.-product .ContentMain__catch {
    margin-top: 85px;
  }
  .ContentMain.-product .ContentMain__catchLine1 {
    height: 65px;
    width: 142px;
  }
  .ContentMain.-product .ContentMain__title2 {
    font-size: 32px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4) !important;
  }
  .ContentMain.-valentine2021:after {
    background-image: url("../images/bg_new-valentine2021_pc.jpg");
    position: absolute;
  }
  .ContentMain .ContentMain__inner {
    margin: 0;
    padding: 6vw 0;
    width: 38%;
  }
  .ContentMain .ContentMain__catchLine1 {
    height: 72px;
    width: 162px;
  }
  .ContentMain .ContentMain__catchLine2 {
    height: 28px;
    margin: 35px auto 30px;
    width: 28px;
  }
  .ContentMain .ContentMain__catchLine3 {
    -webkit-filter: none !important;
    filter: none !important;
  }
  .ContentMain .ContentMain__title {
    font-size: 23px;
    line-height: 35px;
    margin: 10px 0 25px;
    text-shadow: none !important;
  }
  .ContentMain .ContentMain__text {
    font-size: 16px;
    line-height: 31px;
    text-shadow: none !important;
  }
  .ContentMain .ContentMain__title2 {
    text-shadow: none !important;
  }
}

.Feature {
  background-color: #d1bfda;
  padding: 25px 25px 30px;
}

.Feature .Feature__content {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 110px 110px;
  margin: 0 5px 25px 10px;
  padding: 0 0 0 115px;
}

.Feature .Feature__content.-zero {
  background-image: url("../images/icon_zero.svg");
}

.Feature .Feature__content.-sarasara {
  background-image: url("../images/icon_sarasara.svg");
}

.Feature .Feature__title {
  color: #7d4b80;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.62;
  margin-bottom: 10px;
}

.Feature .Feature__asterisk {
  font-size: 75.5%;
  position: relative;
  top: -0.1em;
  vertical-align: top;
}

.Feature .Feature__text {
  font-size: 13px;
  line-height: 1.58;
  margin-bottom: 8px;
}

.Feature .Feature__noteTitle {
  clear: left;
  float: left;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 5px;
  width: 2.2em;
}

.Feature .Feature__noteTitle.-source {
  width: 3.8em;
}

.Feature .Feature__noteText {
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 5px;
  margin-left: 2.6em;
}

.Feature .Feature__noteText.-source {
  margin-left: 4.0em;
}

@media print, screen and (min-width: 768px) {
  .Feature {
    background-color: #fff;
    margin-bottom: 120px;
  }
  .Feature .Feature__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 90px;
    max-width: 1000px;
  }
  .Feature .Feature__content {
    background-position: left top;
    background-size: auto 180px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 480px;
    flex: 0 1 480px;
    margin: 0;
    max-width: 480px;
    padding-left: 180px;
  }
  .Feature .Feature__content.-sarasara {
    background-position: left top 20px;
  }
  .Feature .Feature__title {
    font-size: 24px;
    line-height: 34px;
  }
  .Feature .Feature__text {
    font-size: 16px;
    line-height: 28px;
  }
  .Feature .Feature__noteTitle {
    font-size: 14px;
  }
  .Feature .Feature__noteText {
    font-size: 14px;
  }
}

.FixedBanner {
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 100;
}

body.-scrolled .FixedBanner {
  opacity: 1;
  pointer-events: auto;
}

@media print, screen and (min-width: 750px) {
  .FixedBanner {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 750px;
  }
}

.FixedBanner .FixedBanner__img {
  vertical-align: top;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .FixedBanner {
    bottom: 10px;
    right: 10px;
    -webkit-transform: none;
    transform: none;
    width: 420px;
    z-index: 11;
  }
  .FixedBanner .FixedBanner__link {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .FixedBanner .FixedBanner__link:hover {
    opacity: 0.7;
  }
}

.Footer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.Footer small {
  font-size: 100%;
}

.Footer .Footer__pagetop {
  height: 25px;
  margin: 0 auto 0;
  width: 95px;
}

.Footer .Footer__pagetopLink {
  display: block;
}

.Footer .Footer__pagetopImage {
  display: block;
  height: auto;
  width: 100%;
}

.Footer .Footer__sns {
  margin-bottom: 30px;
  margin-top: 20px;
}

.Footer .Footer__snsList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Footer .Footer__snsItem {
  margin: 0 4px;
  width: 30px;
}

.Footer .Footer__snsLink {
  display: block;
}

.Footer .Footer__snsImage {
  display: block;
  height: auto;
  width: 100%;
}

.Footer .Footer__logo {
  margin: 0 auto 20px;
  width: 60%;
}

.Footer .Footer__logoLink {
  display: block;
}

.Footer .Footer__logoImage {
  display: block;
  height: auto;
  width: 100%;
}

.Footer .Footer__menu {
  border-top: 1px solid #fff;
  margin-bottom: 30px;
}

.Footer .Footer__menuItem {
  border-bottom: 1px solid #fff;
}

.Footer .Footer__menuLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  text-decoration: none;
}

.Footer .Footer__menuLink:after {
  background-image: url("../images/icon_pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17px;
  flex: 0 0 17px;
  height: 17px;
  justify-self: flex-end;
  margin: 0;
  max-width: 17px;
  pointer-events: none;
  width: 17px;
}

.Footer .Footer__menuText {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1;
}

.Footer .Footer__attention {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.Footer .Footer__copyright {
  color: #fff;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  line-height: 1.3;
  margin-top: 25px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .Footer .Footer__inner {
    margin: 0 auto;
    max-width: 1290px;
    position: relative;
    width: 100%;
  }
  .Footer .Footer__pagetop {
    height: 25px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 95px;
  }
  .Footer .Footer__sns {
    position: absolute;
    right: 0;
    top: 32px;
  }
  .Footer .Footer__logo {
    height: 40px;
    margin: 0 auto 0 0;
    width: 300px;
  }
  .Footer .Footer__menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 25px 250px 0 0;
  }
  .Footer .Footer__menuItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Footer .Footer__menuItem:after {
    color: #fff;
    content: '|';
    display: block;
    font-size: 15px;
    margin: 0 15px;
  }
  .Footer .Footer__menuLink {
    height: auto;
    padding: 5px 0;
  }
  .Footer .Footer__menuLink:after {
    content: none;
  }
  .Footer .Footer__menuText {
    font-size: 14px;
    line-height: 1;
  }
  .Footer .Footer__attention {
    bottom: -35px;
    font-size: 10px;
    max-width: 250px;
    position: absolute;
    right: 0;
    text-align: right;
  }
  .Footer .Footer__copyright {
    margin-top: 15px;
    text-align: left;
  }
}

.GoTop {
  bottom: 80px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 4px;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 10;
}

body.-scrolled .GoTop {
  opacity: 1;
  pointer-events: auto;
}

.GoTop .GoTop__link {
  background-image: url("../images/icon_gotop.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 60px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 60px;
}

@media print, screen and (min-width: 768px) {
  .GoTop {
    bottom: 110px;
  }
  .GoTop .GoTop__link:hover {
    opacity: .7;
  }
}

.Header {
  background-color: #b9212e;
  height: 50px;
  left: 0;
  margin-top: 73px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}

.Header .Header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Header .Header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0 0;
  max-width: 50px;
  width: 50px;
}

.Header .Header__logoImage {
  display: block;
  height: 34px;
  width: 15px;
}

.Header .Header__akakiri {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 90px;
  width: 90px;
}

.Header .Header__akakiriImage {
  display: block;
  height: 30px;
  width: 67px;
}

.Header .Header__instagram {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50px;
  width: 50px;
}

.Header .Header__instagramImage {
  display: block;
  height: 25px;
  width: 25px;
}

.Header .Header__menuBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/icon_menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 31px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50px;
  pointer-events: auto;
  width: 50px;
}

.Header .Header__menuBtn.-open {
  background-image: url("../images/icon_x_white.svg");
  background-size: 15px 15px;
}

.Header .Header__menuImage {
  display: block;
  height: 31px;
  pointer-events: none;
  width: 23px;
}

.Header li {
  display: inline-block;
  font-size: 10px;
}

.Header a {
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .Header {
    background: -webkit-gradient(linear, left top, right top, from(#b9212e), color-stop(50%, #b9212e), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(90deg, #b9212e 0%, #b9212e 50%, #fff 50%, #fff 100%);
    height: 144px;
    margin-top: 110px;
    overflow: hidden;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 950px) {
  .Header {
    background: -webkit-gradient(linear, left top, right top, from(#b9212e), color-stop(40%, #b9212e), color-stop(40%, #fff), to(#fff));
    background: linear-gradient(90deg, #b9212e 0%, #b9212e 40%, #fff 40%, #fff 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .Header .Header__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 55px;
    width: 100%;
  }
  .Header .Header__logo {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 144px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    max-width: 100px;
    width: 100px;
  }
  .Header .Header__logoImage {
    height: 91px;
    width: 40px;
  }
  .Header .Header__akakiri {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    height: 144px;
    margin: 0;
    max-width: 170px;
    width: 170px;
  }
  .Header .Header__akakiriImage {
    height: 76px;
    width: 170px;
  }
  .Header .Header__instagram {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    height: 144px;
    margin: 0 0 0 auto;
    max-width: 42px;
    width: 42px;
  }
  .Header .Header__instagramImage {
    height: 42px;
    width: 42px;
  }
  .Header .Header__menuBtn {
    display: none;
  }
}

.Kv {
  background-image: url("../images/bg_kv_valentine.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 37vw 20px 0;
  width: 100%;
}

.Kv .Kv__text {
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 65px auto 0;
  padding: 0 0 0 13px;
  white-space: nowrap;
}

.Kv .Kv__text .sub {
  font-size: 10px;
  letter-spacing: 0;
}

@media print, screen and (max-width: 374px) {
  .Kv .Kv__text {
    font-size: 4vw;
  }
}

.Kv .Kv__textStrong {
  font-weight: 700;
}

.Kv .Kv__textEm {
  color: #b50d23;
}

.Kv .Kv__textNote {
  color: #949595;
  font-size: 10px;
  line-height: 1.6;
  margin: 50px 0 0;
  padding: 0 0 30px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .Kv {
    background: #fff;
    margin-bottom: 80px;
    margin-top: -1px;
    overflow: hidden;
    padding: 0 55px;
    position: relative;
  }
  .Kv:before {
    background: -webkit-gradient(linear, left top, right top, from(#b9212e), color-stop(50%, #b9212e), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(90deg, #b9212e 0%, #b9212e 50%, #fff 50%, #fff 100%);
    content: '';
    display: block;
    height: calc(45vw - 1px);
    left: 0;
    max-height: 801px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .Kv:after {
    background-image: url("../images/cover_white1.svg");
    background-position: center bottom -2px;
    background-repeat: no-repeat;
    background-size: 104% auto;
    content: '';
    display: block;
    height: 45vw;
    left: 50%;
    max-height: 801px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
  }
  .Kv .Kv__bg {
    height: 44vw;
    left: 0;
    max-height: 801px;
    overflow: hidden;
    padding-left: 56px;
    padding-right: 84px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .Kv .Kv__bg .Kv__bgInner {
    height: 44vw;
    margin: 0 auto;
    max-height: 801px;
    position: relative;
    width: 100%;
  }
  .Kv .Kv__bg .Kv__bgInner:before {
    background-image: url("../images/bg_kv_pc_valentine.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 44vw;
    left: 0;
    max-height: 801px;
    position: absolute;
    top: 0;
    width: 72%;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1900px) {
  .Kv .Kv__bg .Kv__bgInner:before {
    background-image: url("../images/bg_kv_pc_valentine_2x.jpg");
  }
}

@media print, screen and (min-width: 768px) {
  .Kv .Kv__bg .Kv__bgInner:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 44vw;
    max-height: 801px;
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
  }
  .Kv .Kv__inner {
    margin: 0 auto;
    width: 100%;
  }
  .Kv .Kv__title {
    display: block;
    margin: -42px 1.5% 0 auto;
    position: relative;
    width: 23.5vw;
    z-index: 10;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1140px) {
  .Kv .Kv__title {
    margin-top: -4%;
  }
}

@media print, screen and (min-width: 768px) {
  .Kv .Kv__image {
    display: block;
    height: auto;
    margin: auto;
    max-width: 331px;
    width: 100%;
  }
  .Kv .Kv__textWrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: calc(5% + 10px);
    margin-top: 3%;
    padding: 0 0 0 20%;
    position: relative;
    width: 100%;
    z-index: 11;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1070px) {
  .Kv .Kv__textWrap {
    margin-top: 7%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 870px) {
  .Kv .Kv__textWrap {
    margin-top: 10%;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1480px) {
  .Kv .Kv__textWrap {
    margin-top: 5%;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1560px) {
  .Kv .Kv__textWrap {
    margin-top: 7%;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1670px) {
  .Kv .Kv__textWrap {
    margin-top: 9%;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1980px) {
  .Kv .Kv__textWrap {
    margin-top: 160px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 970px) {
  .Kv .Kv__textWrap {
    padding: 0 0 0 10%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 900px) {
  .Kv .Kv__textWrap {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .Kv .Kv__textWrap:after {
    background-image: url("../images/akakiri_red.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 235px;
    content: '';
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 110px;
    margin-top: 50px;
    width: 246px;
  }
  .Kv .Kv__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 16px;
    line-height: 2.5;
    margin: 0;
    margin-top: 0;
    padding: 0 3% 0 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 900px) {
  .Kv .Kv__text {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .Kv .Kv__textNote {
    font-size: 12px;
    line-height: 1.58333;
    margin: 40px 0 0;
  }
}

.Materials {
  margin: 30px 0 -50px;
  padding: 0 35px;
}

.Materials .Materials__item {
  margin-bottom: 30px;
}

.Materials .Materials__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Materials .Materials__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: auto;
  margin-right: 10px;
  max-width: 100px;
  width: 100px;
}

.Materials .Materials__text {
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.65;
  margin-top: -5px;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 768px) {
  .Materials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Materials .Materials__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .Materials .Materials__item:nth-child(odd) {
    padding-right: 20px;
  }
  .Materials .Materials__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
  }
  .Materials .Materials__text {
    font-size: 16px;
    line-height: 26px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  }
}

.Products {
  background-color: #e3c8c9;
  padding: 25px 25px 30px;
}

.Products .Products__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 30px;
}

.Products .Products__imageWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  margin: 0 30px 0 10px;
  max-width: 65px;
}

.Products .Products__image {
  display: block;
  height: auto;
  width: 100%;
}

.Products .Products__textWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Products .Products__title {
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.Products .Products__name {
  color: #b50d23;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
}

.Products .Products__capacity {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}

.Products .Products__detailTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1px;
}

.Products .Products__detailText {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .Products {
    background-color: #fff;
    margin-bottom: 140px;
    padding: 0;
  }
  .Products .Products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1000px;
  }
  .Products .Products__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
    max-width: 320px;
    padding: 0;
  }
  .Products .Products__capacity {
    letter-spacing: 0;
    margin-left: -5px;
  }
}

.RecipeAdvice {
  padding-bottom: 30px;
}

.RecipeAdvice .RecipeAdvice__inner {
  background-color: #ece4dc;
  border-radius: 5px;
  padding: 15px 20px;
}

.RecipeAdvice .RecipeAdvice__title {
  color: #b50d23;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.RecipeAdvice .RecipeAdvice__text {
  font-size: 13px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .RecipeAdvice {
    padding-bottom: 0;
  }
  .RecipeAdvice .RecipeAdvice__title {
    font-size: 15px;
  }
  .RecipeAdvice .RecipeAdvice__text {
    font-size: 14px;
  }
}

.RecipeDetail {
  display: none;
  margin-top: 30px;
}

.RecipeDetail .RecipeDetail__materialWrap {
  border-bottom: 1px solid #e2cfc1;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.RecipeDetail .RecipeDetail__materialPeople {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

.RecipeDetail .RecipeDetail__materialList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/icon_dots.svg");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.RecipeDetail .RecipeDetail__materialTitle {
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.2;
  max-width: 80%;
  padding-right: 0.5em;
}

.RecipeDetail .RecipeDetail__materialItem {
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.2;
  padding-left: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .RecipeDetail {
    display: block !important;
  }
  .RecipeDetail .RecipeDetail__materialPeople {
    font-size: 18px;
  }
  .RecipeDetail .RecipeDetail__materialTitle {
    font-size: 15px;
  }
  .RecipeDetail .RecipeDetail__materialItem {
    font-size: 15px;
  }
}

.RecipeItem {
  padding: 0 15px;
  width: 100%;
}

.RecipeItem .RecipeItem__inner {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  margin: 20px 0;
  padding: 20px 30px 1px;
}

.RecipeItem .RecipeItem__title {
  display: block;
}

.RecipeItem .RecipeItem__title:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 11px;
  margin: 0 auto 13px;
  width: 58px;
}

.RecipeItem .RecipeItem__title.-num1::before {
  background-image: url("../images/recipe1.svg");
}

.RecipeItem .RecipeItem__title.-num2::before {
  background-image: url("../images/recipe2.svg");
}

.RecipeItem .RecipeItem__title.-num3::before {
  background-image: url("../images/recipe3.svg");
}

.RecipeItem .RecipeItem__titleText {
  display: block;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.RecipeItem .RecipeItem__cook {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.RecipeItem .RecipeItem__cookImage {
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  height: 56px;
  margin-right: 25px;
  max-width: 56px;
  overflow: hidden;
  width: 56px;
}

.RecipeItem .RecipeItem__cookCaption {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.RecipeItem .RecipeItem__cookText1 {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.RecipeItem .RecipeItem__cookText2 {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.RecipeItem .RecipeItem__cookName {
  font-size: 14px;
  text-indent: 1em;
}

.RecipeItem .RecipeItem__photo {
  position: relative;
}

.RecipeItem .RecipeItem__image1 {
  display: block;
  height: auto;
  width: 100%;
}

.RecipeItem .RecipeItem__image2 {
  bottom: -15px;
  display: block;
  height: 100px;
  position: absolute;
  right: -28px;
  width: 100px;
}

@media print, screen and (min-width: 768px) {
  .RecipeItem {
    margin-bottom: 40px;
    padding: 0 50px;
  }
  .RecipeItem .RecipeItem__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    padding: 85px 0 75px;
    width: 100%;
  }
  .RecipeItem .RecipeItem__pcInner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: url("../images/icon_dots2.svg");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 2px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 880px;
    padding: 0 50px;
    width: 100%;
  }
  .RecipeItem .RecipeItem__pcLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 324px;
    flex: 0 1 324px;
    margin-right: 30px;
    max-width: 324px;
  }
  .RecipeItem .RecipeItem__pcRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 324px;
    flex: 0 1 324px;
    margin-left: 30px;
    max-width: 324px;
  }
  .RecipeItem .RecipeItem__title:before {
    background-position: left top;
    height: 14px;
    margin: 0 0 30px 0;
    width: 68px;
  }
  .RecipeItem .RecipeItem__titleText {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }
  .RecipeItem .RecipeItem__cook {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 35px 0 45px;
  }
  .RecipeItem .RecipeItem__cookImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    max-width: 80px;
    width: 80px;
  }
  .RecipeItem .RecipeItem__cookText1 {
    font-size: 16px;
  }
  .RecipeItem .RecipeItem__cookText2 {
    font-size: 16px;
  }
  .RecipeItem .RecipeItem__cookName {
    font-size: 19px;
  }
}

.RecipeProcess {
  margin-bottom: 30px;
}

.RecipeProcess .RecipeProcess__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.RecipeProcess .RecipeProcess__item:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 24px;
  margin-right: 15px;
  margin-top: 3px;
  max-width: 16px;
  width: 16px;
}

.RecipeProcess .RecipeProcess__item:nth-child(1):before {
  background-image: url("../images/icon_order1.svg");
}

.RecipeProcess .RecipeProcess__item:nth-child(2):before {
  background-image: url("../images/icon_order2.svg");
}

.RecipeProcess .RecipeProcess__item:nth-child(3):before {
  background-image: url("../images/icon_order3.svg");
}

.RecipeProcess .RecipeProcess__item:nth-child(4):before {
  background-image: url("../images/icon_order4.svg");
}

.RecipeProcess .RecipeProcess__item:nth-child(5):before {
  background-image: url("../images/icon_order5.svg");
}

.RecipeProcess .RecipeProcess__item:nth-child(6):before {
  background-image: url("../images/icon_order6.svg");
}

.RecipeProcess .RecipeProcess__text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.5;
}

.RecipeProcess .RecipeProcess__num {
  color: #b50d23;
}

@media print, screen and (min-width: 768px) {
  .RecipeProcess .RecipeProcess__text {
    font-size: 15px;
  }
}

.Section {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .Section {
    margin: 0 auto;
    max-width: 1290px;
    width: 100%;
  }
  .Section.-products {
    max-width: none;
  }
}

.SectionNew {
  width: 100%;
}

.SectionNew .SectionNew__inner {
  margin: 0 auto;
  padding: 0 30px;
}

@media print, screen and (min-width: 768px) {
  .SectionNew {
    min-width: 1000px;
  }
  .SectionNew .SectionNew__inner {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
}

.Title1 {
  text-align: center;
}

.Title1:before {
  border-bottom: 2px solid #b50d23;
  color: #b50d23;
  content: '';
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 7px;
  padding-bottom: 7px;
}

.Title1.-no1:before {
  content: '01';
}

.Title1.-no2:before {
  content: '02';
}

.Title1.-no3:before {
  content: '03';
}

.Title1 .Title1__text {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}

.Title1 .Title1__red {
  color: #b50d23;
}

@media print, screen and (min-width: 768px) {
  .Title1 {
    margin-top: 95px;
  }
  .Title1:before {
    font-size: 44px;
    margin-bottom: 4px;
    padding-bottom: 10px;
  }
  .Title1 .Title1__text {
    font-size: 36px;
  }
}

.ValentineSpecial {
  margin: 0 0 60px;
  padding: 0 15px;
}

.ValentineSpecial.-item2 {
  margin: 0 0 20px;
}

.ValentineSpecial .ValentineSpecial__inner1 {
  position: relative;
}

.ValentineSpecial .ValentineSpecial__inner1::before {
  background-color: #9a0009;
  content: '';
  display: block;
  height: calc(100% - 50px);
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.ValentineSpecial .ValentineSpecial__inner2 {
  position: relative;
  z-index: 3;
}

.ValentineSpecial .ValentineSpecial__inner2::before, .ValentineSpecial .ValentineSpecial__inner2::after {
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 0;
  left: 0;
  padding-top: 30%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.ValentineSpecial .ValentineSpecial__inner2::before {
  background-image: url("../images/valentine_special_bg1_sp.svg");
  background-position: top;
  top: 0;
}

.ValentineSpecial .ValentineSpecial__inner2::after {
  background-image: url("../images/valentine_special_bg2_sp.svg");
  background-position: bottom;
  bottom: 0;
}

.ValentineSpecial .ValentineSpecial__inner3 {
  color: #fff;
  padding: 12% 0 0;
  position: relative;
  z-index: 5;
}

.ValentineSpecial .ValentineSpecial__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.6;
  text-align: center;
}

.ValentineSpecial .ValentineSpecial__img1 {
  margin: auto;
  padding: 18px 19px 0 0;
  text-align: center;
  width: 232px;
}

.ValentineSpecial .ValentineSpecial__lead {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.80769;
  margin: 2% 0 10%;
  padding: 0 8%;
  text-align: center;
}

.ValentineSpecial .ValentineSpecial__lead strong {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.ValentineSpecial .ValentineSpecial__item {
  margin: 6% 0 0;
}

.ValentineSpecial .ValentineSpecial__listText {
  margin: -5% 0 0;
}

.ValentineSpecial .ValentineSpecial__btn {
  margin: 5% 0 0;
  padding: 0 8%;
}

.ValentineSpecial .ValentineSpecial__footer {
  margin: 11% 0 0;
  padding: 0 8% 17%;
}

.ValentineSpecial .ValentineSpecial__footerInner {
  background-image: url("../images/valentine_special_bg3_sp.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5% 0 0;
}

.ValentineSpecial .ValentineSpecial__footerImg {
  float: left;
  width: 76px;
}

.ValentineSpecial .ValentineSpecial__footerTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 76px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.07em;
}

.ValentineSpecial .ValentineSpecial__footerText {
  clear: both;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.70833;
  margin: 7px 0 0;
}

.ValentineSpecial .ValentineSpecial__title2 {
  margin: auto;
  padding: 0 8px 3% 0;
  width: 113px;
}

.ValentineSpecial .ValentineSpecial__img2 {
  margin: 4% 0 5%;
  padding: 0 8%;
}

.ValentineSpecial .ValentineSpecial__text3 {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.80769;
  margin: 2% 0 0;
  padding: 0 8%;
}

.ValentineSpecial .ValentineSpecial__btnWrapper {
  margin: 5% 0 0;
  padding: 0 8% 20%;
}

.ValentineSpecial .ValentineSpecial__btn2 + .ValentineSpecial__btn2 {
  margin: 3% 0 0;
}

@media print, screen and (min-width: 768px) {
  .ValentineSpecial {
    margin: auto;
    max-width: 1260px;
    padding: 0 30px;
  }
  .ValentineSpecial img {
    width: 100%;
  }
  .ValentineSpecial.-item2 {
    margin: auto;
    max-width: 1100px;
    padding: 0 50px;
  }
  .ValentineSpecial.-item2 .ValentineSpecial__inner2::before, .ValentineSpecial.-item2 .ValentineSpecial__inner2::after {
    padding-top: 60%;
  }
  .ValentineSpecial.-item2 .ValentineSpecial__inner2::before {
    background-image: url("../images/valentine_special_bg4_pc.svg");
  }
  .ValentineSpecial.-item2 .ValentineSpecial__inner2::after {
    background-image: url("../images/valentine_special_bg5_pc.svg");
  }
  .ValentineSpecial .ValentineSpecial__inner1::before {
    height: calc(100% - 100px);
  }
  .ValentineSpecial .ValentineSpecial__inner2::before {
    background-image: url("../images/valentine_special_bg1_pc.svg");
  }
  .ValentineSpecial .ValentineSpecial__inner2::after {
    background-image: url("../images/valentine_special_bg2_pc.svg");
  }
  .ValentineSpecial .ValentineSpecial__inner3 {
    padding: 3.5% 0 0;
  }
  .ValentineSpecial .ValentineSpecial__title {
    font-size: 29px;
    padding: 0 0 0;
  }
  .ValentineSpecial .ValentineSpecial__img1 {
    padding: 18px 33px 0 0;
    width: 400px;
  }
  .ValentineSpecial .ValentineSpecial__lead {
    font-size: 16px;
    line-height: 1.8125;
    margin: 1% 0 4%;
  }
  .ValentineSpecial .ValentineSpecial__list {
    padding: 0 30px;
  }
  .ValentineSpecial .ValentineSpecial__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.5% 0 0;
  }
  .ValentineSpecial .ValentineSpecial__item.-item1 .ValentineSpecial__listText {
    margin: -0.2% 0 0;
  }
  .ValentineSpecial .ValentineSpecial__item.-item2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ValentineSpecial .ValentineSpecial__item.-item3 .ValentineSpecial__listText {
    margin: 0.5% 0 0;
  }
  .ValentineSpecial .ValentineSpecial__listFigure {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 496px;
    flex: 0 1 496px;
    max-width: 496px;
  }
  .ValentineSpecial .ValentineSpecial__listText {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 478px;
    flex: 0 1 478px;
    margin: 0 0 0;
    max-width: 478px;
    padding: 0 3.6%;
  }
  .ValentineSpecial .ValentineSpecial__btn {
    margin: 4% auto 0;
    max-width: 848px;
    padding: 0 30px;
  }
  .ValentineSpecial .ValentineSpecial__footer {
    margin: 5.4% auto 0;
    max-width: 984px;
    padding: 0 30px 11%;
  }
  .ValentineSpecial .ValentineSpecial__footerInner {
    background-image: url("../images/valentine_special_bg3_pc.svg");
    overflow: hidden;
    padding: 45px 45px 10px 60px;
  }
  .ValentineSpecial .ValentineSpecial__footerImg {
    margin: 0 23px 0 0;
    padding: 10px 0 0;
    width: 174px;
  }
  .ValentineSpecial .ValentineSpecial__footerTitle {
    display: block;
    font-size: 17px;
    height: auto;
    margin: 0;
  }
  .ValentineSpecial .ValentineSpecial__footerText {
    clear: none;
    font-size: 15px;
    letter-spacing: 0;
    letter-spacing: 0.05em;
    padding-left: 197px;
  }
  .ValentineSpecial .ValentineSpecial__title2 {
    margin: -1% auto 0;
    padding: 0 5px 2% 0px;
    width: 161px;
  }
  .ValentineSpecial .ValentineSpecial__lead2 {
    float: right;
    font-size: 22px;
    margin: 0 0 13px;
    padding: 0 0 0 28px;
    text-align: left;
    width: 62.94118%;
  }
  .ValentineSpecial .ValentineSpecial__inner4 {
    overflow: hidden;
    padding: 0 83px;
  }
  .ValentineSpecial .ValentineSpecial__img2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 36.70588%;
  }
  .ValentineSpecial .ValentineSpecial__img2 img {
    width: 100%;
  }
  .ValentineSpecial .ValentineSpecial__text3 {
    float: right;
    font-size: 15px;
    line-height: 1.73333;
    padding: 0 0 0 28px;
    width: 62.94118%;
  }
  .ValentineSpecial .ValentineSpecial__btnWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    margin: 2.3% auto;
    max-width: 880px;
    padding: 0 63px 7%;
  }
  .ValentineSpecial .ValentineSpecial__btn2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0 15px;
  }
  .ValentineSpecial .ValentineSpecial__btn2 + .ValentineSpecial__btn2 {
    margin: 0;
  }
  .isIe .ValentineSpecial.-item2 .ValentineSpecial__inner2::before {
    background-image: url("../images/valentine_special_bg4_pc.png");
  }
  .isIe .ValentineSpecial.-item2 .ValentineSpecial__inner2::after {
    background-image: url("../images/valentine_special_bg5_pc.png");
  }
  .isIe .ValentineSpecial .ValentineSpecial__inner2::before {
    background-image: url("../images/valentine_special_bg1_pc.png");
  }
  .isIe .ValentineSpecial .ValentineSpecial__inner2::after {
    background-image: url("../images/valentine_special_bg2_pc.png");
  }
}

.ValentineSpecialBtn.-download .ValentineSpecialBtn__link::after {
  background-image: url("../images/icon_download_brown.svg");
}

.ValentineSpecialBtn.-blank .ValentineSpecialBtn__link::after {
  background-image: url("../images/icon_blank_brown.svg");
}

.ValentineSpecialBtn .ValentineSpecialBtn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.ValentineSpecialBtn .ValentineSpecialBtn__link::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}

.ValentineSpecialBtn .ValentineSpecialBtn__text {
  color: #622112;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

.ValentineSpecialBtn .ValentineSpecialBtn__small {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .ValentineSpecialBtn.-small .ValentineSpecialBtn__link {
    height: 74px;
  }
  .ValentineSpecialBtn.-small .ValentineSpecialBtn__link::after {
    right: 12px;
    width: 22px;
  }
  .ValentineSpecialBtn.-small .ValentineSpecialBtn__text {
    font-size: 15px;
    line-height: 1.4;
  }
  .ValentineSpecialBtn.-small .ValentineSpecialBtn__small {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    letter-spacing: 0.07em;
  }
  .ValentineSpecialBtn .ValentineSpecialBtn__link {
    border-radius: 8px;
    height: 90px;
    padding: 0 33px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .ValentineSpecialBtn .ValentineSpecialBtn__link::after {
    height: 19px;
    right: 25px;
    width: 28px;
  }
  .ValentineSpecialBtn .ValentineSpecialBtn__link:hover {
    opacity: .7;
  }
  .ValentineSpecialBtn .ValentineSpecialBtn__text {
    font-size: 24px;
  }
  .ValentineSpecialBtn .ValentineSpecialBtn__small {
    font-size: 18px;
  }
}

/* pages */
