@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  margin: 0; /* 2 */
  font: inherit; /* 1 */
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0; /* 3 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
  box-sizing: border-box; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 2 */
  box-sizing: border-box; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* mixin css */
#topicPath {
  width: 100%;
  height: 34px;
  background: #0093d0;
  font-size: 14px;
  line-height: 34px;
}
#topicPath ul {
  overflow: hidden;
  color: #fff;
}
#topicPath ul:before {
  display: inline-block;
  float: left;
  width: 1em;
  height: 34px;
  background: url(/images/topicPath-img1.png) no-repeat center center;
  background-size: 75%;
  line-height: 34px;
  content: "";
}
#topicPath li {
  margin-left: 1.25em;
  float: left;
}
#topicPath li + li {
  margin-left: 2em;
}
#topicPath li a {
  padding-top: 0.1em;
  display: inline-block;
  height: 100%;
}
#topicPath li a:hover {
  color: #fff;
  opacity: 0.7;
}
#topicPath li:last-child a {
  pointer-events: none;
}
#topicPath.topicPath_type_absolute {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 900;
  width: 100%;
  background: none;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, blockquote, form, table, label, input, div, a, section, img, table, thead, tbody, tr, th, td, figure, figcaption, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, th, td {
  font-size: 100%;
  font-weight: normal;
}

th, td {
  line-height: 1.75;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

p, h1, h2, h3, h4, h5, h6, a, li, caption, td, th, dt, dd, input, textarea, select, address {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  p, h1, h2, h3, h4, h5, h6, a, li, caption, td, th, dt, dd, input, textarea, select, address {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  p #nav li a, p #nav li span, h1 #nav li a, h1 #nav li span, h2 #nav li a, h2 #nav li span, h3 #nav li a, h3 #nav li span, h4 #nav li a, h4 #nav li span, h5 #nav li a, h5 #nav li span, h6 #nav li a, h6 #nav li span, a #nav li a, a #nav li span, li #nav li a, li #nav li span, caption #nav li a, caption #nav li span, td #nav li a, td #nav li span, th #nav li a, th #nav li span, dt #nav li a, dt #nav li span, dd #nav li a, dd #nav li span, input #nav li a, input #nav li span, textarea #nav li a, textarea #nav li span, select #nav li a, select #nav li span, address #nav li a, address #nav li span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

:root {
  text-rendering: auto;
}

div:after, dl:after, ul:after {
  visibility: visible;
  content: none;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1080px;
  overflow-x: auto;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #0093d0;
}

table td {
  border: 1px solid #000;
}

.spOnly {
  display: none !important;
}

#js-header {
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
}
#js-header .m-nav-list > li.is-current::before {
  transform: scale(0);
}
#js-header .m-nav-list > li.is-active::before {
  transform: scale(1);
}
#js-header ~ #wrap input, #js-header ~ #wrap [type=search], #js-header ~ #wrap input[type=button], #js-header ~ #wrap input[type=submit], #js-header ~ #wrap button, #js-header ~ #wrap html [type=button], #js-header ~ #wrap [type=reset], #js-header ~ #wrap [type=submit] {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
#js-header ~ #wrap .searchRecipe .wordSearch .searchBox input {
  padding: 0 1em;
}
#js-header ~ #wrap #header_anchor {
  position: absolute;
  top: 80px;
}
#js-header ~ #wrap #headerWrap {
  position: absolute;
  top: 0;
}
#js-header ~ #wrap #headerWrap .specialLink {
  top: 181px;
}
#js-header ~ #wrap #headerWrap.fix {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  animation: toBottom 0.5s both;
}
@keyframes toBottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
#js-header ~ #wrap #headerWrap.fix .specialLink {
  top: 80px;
}
#js-header ~ #wrap #headerWrap.fix ~ #contentsRim .-kv_no_animation #main_pkg {
  top: calc(50% - 250px);
  transition: 0s;
}
#js-header ~ #wrap #headerWrap.fix ~ #contentsRim .-kv_no_animation #main_pkg.top_push {
  top: 300px;
  transition: 5s;
}
#js-header ~ #wrap #headerWrap.fix ~ #contentsRim .-kv_no_animation #main_pkg.js-absolute {
  position: absolute;
  top: -2700px;
}
#js-header ~ #wrap #main_pkg {
  top: calc(50% - 170px);
}
@media only screen and (max-height: 799px) {
  #js-header ~ #wrap #main_pkg {
    top: 35vh;
  }
}
@media only screen and (max-height: 549px) {
  #js-header ~ #wrap #main_pkg {
    top: 40vh;
  }
}
#js-header ~ #wrap #main_pkg.js-absolute {
  position: absolute;
  top: -2700px;
  transition: 0s;
}

#wrap {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  text-align: left;
}

div#wrap {
  padding: 0;
  background: transparent;
}

#headerWrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  min-width: 1080px;
  height: 80px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  font-feature-settings: "palt";
}
#headerWrap > .innerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#headerWrap > .innerWrap:after {
  display: none;
}
#headerWrap #logo {
  width: 466px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#headerWrap #logo img {
  width: 100%;
  height: auto;
}
#headerWrap #logo a {
  display: block;
  line-height: 0;
}
#headerWrap #logo:hover {
  opacity: 0.7;
}
#headerWrap #nav {
  display: flex;
  align-items: center;
  list-style: none;
  letter-spacing: -0.06666em;
}
#headerWrap #nav:after {
  display: block;
  clear: both;
  content: "";
}
#headerWrap #nav > li {
  text-align: right;
  white-space: nowrap;
}
#headerWrap #nav > li a {
  display: block;
}
#headerWrap #nav > li + li {
  margin-left: 22px;
}
#headerWrap #nav .-lang .current {
  color: inherit;
}
#headerWrap #nav .current {
  color: #0093d0;
}
#headerWrap #nav .recycleLink {
  position: absolute;
  top: 70px;
  left: -70px;
  width: 190px;
}
@media only screen and (max-width: 1420px) {
  #headerWrap #nav .recycleLink {
    left: -71px;
  }
}
@media only screen and (max-width: 1300px) {
  #headerWrap #nav .recycleLink {
    left: -73px;
  }
}
#headerWrap #nav .recycleLink:hover {
  top: 71px;
  opacity: 0.8;
}
#headerWrap #nav .recycleLink img {
  opacity: 0;
  animation: hiraku 1s 1s;
  animation-fill-mode: forwards;
}
@keyframes hiraku {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
#headerWrap .hoverSpecialWrap {
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#headerWrap .hoverSpecialWrap .hoverSpecial {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#headerWrap .hoverSpecialWrap .specialLink {
  padding: 3.125% 0;
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #0093d0;
}
#headerWrap .hoverSpecialWrap .specialLink .innerWrap {
  padding: 0 75px;
  display: flex;
  width: 100%;
  font-size: 0;
}
#headerWrap .hoverSpecialWrap .specialLink li {
  padding: 0 5px;
  display: inline-block;
  float: none;
  width: 25%;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
#headerWrap .hoverSpecialWrap .specialLink li img {
  display: block;
  width: 100%;
  height: auto;
}
#headerWrap .hoverSpecialWrap .specialLink figure {
  margin-bottom: 0.75em;
}
#headerWrap .hoverSpecialWrap.-lang .hoverSpecial:after {
  margin-left: 14px;
  font-family: "oishii";
  font-size: 0.75em;
  transition: 0.3s;
  content: "k";
}
#headerWrap .hoverSpecialWrap.-lang .specialLink {
  margin: -20px 0 0 -47px;
  padding: 0;
  right: auto;
  left: auto;
  width: 196px;
}
#headerWrap .hoverSpecialWrap.-lang .specialLink .innerWrap {
  padding: 0;
  display: block;
}
#headerWrap .hoverSpecialWrap.-lang .specialLink li {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}
#headerWrap .hoverSpecialWrap.-lang .specialLink li + li {
  margin: 0;
  border-top: solid 1px #0693d0;
}
#headerWrap .hoverSpecialWrap.-lang .specialLink a {
  padding: 17px 0 20px;
  position: relative;
  background: #0074bd;
}
#headerWrap .hoverSpecialWrap.-lang .specialLink a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-70%) rotate(-90deg);
  font-family: "oishii";
  font-size: 0.75em;
  transition: 0.3s;
  content: "k";
}
#headerWrap .hoverSpecialWrap.-lang .specialLink a:hover {
  color: inherit;
  background: #0693d0;
}
#headerWrap .hoverSpecialWrap.-lang:hover .hoverSpecial:after {
  transform: rotate(180deg);
}
#headerWrap .hoverSpecialWrap:hover {
  color: #0093d0;
}
#headerWrap .hoverSpecialWrap:hover .specialLink {
  display: block;
  animation: fadeIn2 0.4s;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 1420px) {
  #headerWrap #logo {
    width: 35%;
  }
  #headerWrap #nav {
    font-size: 1.12vw;
  }
  #headerWrap #nav > li + li {
    margin-left: 1.3vw;
  }
}
@media only screen and (max-width: 1160px) {
  #headerWrap .hoverSpecialWrap .specialLink .innerWrap {
    padding: 0;
    width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  #headerWrap #nav {
    font-size: 12px;
  }
  #headerWrap #nav > li + li {
    margin-left: 16px;
  }
}
#contentsRim {
  position: relative;
}

#contentsWrap {
  padding-top: 80px;
  position: relative;
}

.bnr_wrap-pageTop {
  margin-top: 80px;
  text-align: center;
}
.bnr_wrap-pageTop a {
  display: inline-block;
}
.bnr_wrap-pageTop a:hover {
  opacity: 0.8;
}

.bnrWrap + .bnr_wrap-pageTop,
.searchRecipe + .bnr_wrap-pageTop,
.relateContent + .bnr_wrap-pageTop {
  margin-top: 20px;
}

.aside_bnr + .bnr_wrap-pageTop {
  margin-top: 0;
}

.pageTop {
  padding-top: 60px;
  clear: both;
  height: 300px;
  background: url(/images/pageTop-bgi.png) no-repeat center top;
}
.pageTop p {
  text-indent: 8px;
}
.pageTop a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.pageTop a:hover {
  opacity: 0.7;
}
.pageTop.on {
  margin-top: 300px;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

div#footer {
  box-sizing: content-box;
}

.ls {
  letter-spacing: -0.025em;
}

.ls2 {
  letter-spacing: -0.05em;
}

.ls3 {
  letter-spacing: -0.075em;
}

.ls4 {
  letter-spacing: -0.1em;
}

.nowrap {
  white-space: nowrap;
}

.normalwrap {
  white-space: normal;
}

.w1160 {
  display: none;
}

@media only screen and (max-width: 1160px) {
  .w1160 {
    display: block;
  }
}
.w1366 {
  display: none;
}
.w1366.reverse {
  display: block;
}

@media only screen and (max-width: 1366px) {
  .w1366 {
    display: block;
  }
  .w1366.reverse {
    display: none;
  }
}
.headlineLb {
  color: #0093d0;
  font-weight: bold;
  line-height: 1.2380952381;
}

.headLineBorder {
  padding-bottom: 8px;
  border-bottom: solid 2px #0093d0;
  color: #0093d0;
  line-height: 1;
}

.linkBtn {
  border: solid 1px #0093d0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
.linkBtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0093d0;
  text-indent: -1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.linkBtn a:after {
  display: inline-block;
  position: absolute;
  right: 1em;
  content: "→";
}
.linkBtn a:hover {
  color: #fff;
  background: #0093d0;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.fontOishii {
  font-family: "oishii";
}

.fontOstrich {
  font-family: "ostrich";
  line-height: 1;
}

.lineH1 {
  line-height: 1;
}

.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.f20 {
  font-size: 20px;
  font-size: 2rem;
}

.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.f28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.f30 {
  font-size: 30px;
  font-size: 3rem;
}

.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.f42 {
  font-size: 42px;
  font-size: 4.2rem;
}

.f46 {
  font-size: 46px;
  font-size: 4.6rem;
}

.f48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.f50 {
  font-size: 50px;
  font-size: 5rem;
}

.innerWrap {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  height: 100%;
}
@media only screen and (min-width: 1160px) {
  .innerWrap {
    padding: 0 80px;
    width: 100%;
    max-width: 1600px;
  }
}
.innerWrap:after {
  display: block;
  clear: both;
  content: "";
}

.leftFloat {
  position: relative;
  float: left;
  width: 66.66666666%;
}
.leftFloat.col1 {
  width: 33.33333333%;
}
.leftFloat.col2 {
  width: 66.66666666%;
}
.leftFloat.half {
  width: 50%;
}

.rightFloat {
  position: relative;
  float: right;
  width: 33.33333333%;
}
.rightFloat.col1 {
  width: 33.33333333%;
}
.rightFloat.col2 {
  width: 66.66666666%;
}
.rightFloat.half {
  width: 50%;
}

.w50wrap {
  width: 50%;
}

figure {
  position: relative;
}

.overlayWrap {
  display: block;
  position: relative;
}

.overlay {
  display: block;
  cursor: pointer;
}
.overlay:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.overlay:hover:after {
  opacity: 1;
}

.panelLinkWrap {
  display: block;
  position: relative;
}
.panelLinkWrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.panelLinkWrap:hover:after {
  opacity: 1;
}

.bgGray {
  background: #f8f8f8;
}

.hashLabel li {
  margin-bottom: 10px;
  padding: 0 0.75em;
  border: solid 1px #fff;
  border-radius: 2.5em;
  display: inline-block;
  background: #0093d0;
  font-style: italic;
  line-height: 1.625;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.hashLabel li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.hashLabel li:hover {
  border: solid 1px #0093d0;
  background: #fff;
}
.hashLabel li:hover a {
  color: #0093d0;
}
.hashLabel.defaultWhite li {
  border: solid 1px #0093d0;
  background: #fff;
}
.hashLabel.defaultWhite li a {
  color: #0093d0;
}
.hashLabel.defaultWhite li:hover {
  border: solid 1px #fff;
  background: #0093d0;
}
.hashLabel.defaultWhite li:hover a {
  color: #fff;
}

.stickymenu * {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeIn2 {
  animation: fadeIn2 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp2 {
  animation: fadeInUp2 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    -moz-transform: translate3d(0, 15%, 0);
    -o-transform: translate3d(0, 15%, 0);
    -ms-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp3 {
  animation: fadeInUp2 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    -moz-transform: translate3d(0, 2%, 0);
    -o-transform: translate3d(0, 2%, 0);
    -ms-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.mfp-bg {
  min-width: 1080px;
}

.mfp-content {
  width: 100%;
}
.mfp-content .illustWrap {
  margin: 0 auto;
  padding: 0 3.125%;
  display: table;
  min-width: 1000px;
  color: #fff;
  font-style: italic;
}
.mfp-content .illustWrap .headlineLb, .mfp-content .illustWrap .imageWrap, .mfp-content .illustWrap .hashLabel {
  display: table-cell;
  vertical-align: middle;
}
.mfp-content .illustWrap .headlineLb {
  color: #fff;
  text-align: left;
}
.mfp-content .illustWrap .headlineLb .date {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
}
.mfp-content .illustWrap .headlineLb .borderTtl {
  margin: 0.25em auto 0.5em;
  padding: 20px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  display: block;
  width: 320px;
  letter-spacing: -0.05em;
}
.mfp-content .illustWrap .imageWrap {
  padding: 0 3.125%;
}
.mfp-content .illustWrap .imageWrap img {
  width: 100%;
  height: auto;
}
.mfp-content .illustWrap .hashLabel li {
  border-color: #fff;
  background: transparent;
}
.mfp-content .illustWrap .hashLabel li a {
  color: #fff;
}
.mfp-content .illustWrap .hashLabel li:hover {
  background: #fff;
}
.mfp-content .illustWrap .hashLabel li:hover a {
  color: #000;
}
.mfp-content .mfp-close {
  margin-right: 3.125%;
  border: solid 2px #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 1.25;
}

.videoModalStyle {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.mfp-container .videoModalStyle {
  max-height: none;
  overflow: visible;
  opacity: 1;
}

.jscroll-added {
  display: none !important;
  visibility: hidden !important;
}

noscript.noscript-alert {
  margin: 0 0 -160px;
  padding: 100px 0;
  display: block;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
}
noscript.noscript-alert span {
  border: 2px solid #f22121;
  display: block;
  color: #f22121;
}

.yellowUnderLine {
  padding: 0 0.5em;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  color: #231815;
}
.yellowUnderLine:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.75em;
  background: #fcd95f;
  content: "";
}

#js-footer {
  font-size: 16px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
}
#js-footer .l-footer-item-1 {
  position: relative;
  z-index: 800;
}

.img_protect {
  display: block;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
.img_protect:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
}

@media print {
  .img_protect img {
    visibility: hidden !important;
  }
  .print_protect {
    visibility: hidden !important;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUpHome {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInSlide-f_left {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInSlide-f_right {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grade {
  0% {
    background: #fff;
  }
  100% {
    background: #e1ded5;
  }
}
@keyframes fadeRotateIn {
  0% {
    transform: translateY(5%) rotateY(-120deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0%) rotateY(0deg);
    opacity: 1;
  }
}
.home .js-fadeIn,
.home .js-fadeInUp,
.home .js-fadeInSlide-f_left,
.home .js-fadeInSlide-f_right,
.home .js-fadeRotateIn {
  pointer-events: none;
  opacity: 0;
}
.home .fadeIn {
  pointer-events: auto;
  animation: fadeIn 2s 0s forwards;
}
.home .fadeInUp {
  pointer-events: auto;
  animation: fadeInUpHome 2s 0s forwards;
}
.home .fadeInSlide-f_left {
  pointer-events: auto;
  animation: fadeInSlide-f_left 1s 0s forwards;
}
.home .fadeInSlide-f_right {
  pointer-events: auto;
  animation: fadeInSlide-f_right 1s 0s forwards;
}
.home .fadeRotateIn {
  pointer-events: auto;
  animation: fadeRotateIn 1.5s forwards;
}
.home #contentsWrap {
  overflow: hidden;
  background: linear-gradient(#e4e4e8, rgba(255, 255, 255, 0)) no-repeat;
  background-position-y: 100vh;
  background-size: 100% 100vh;
}
@media only screen and (max-height: 900px) {
  .home #contentsWrap {
    background-position-y: 900px;
    background-size: 100% 900px;
  }
}
.home #contentsWrap .kv-swiper .swiper-slide {
  visibility: hidden;
}
.home #contentsWrap .kv-swiper .swiper-slide.swiper-slide-active {
  visibility: visible;
}
.home #contentsWrap.anniversary_20th {
  background-position-y: calc(100vh - 101px - 80px);
}
.home #contentsWrap.anniversary_20th #kv {
  height: calc(100vh - 101px - 80px);
  min-height: 733px;
  background-size: cover;
}
.home #contentsWrap.anniversary_20th #kv:before {
  content: none;
}
.home #contentsWrap.anniversary_20th #kv .kv_ttl {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: none;
  text-align: center;
}
.home #contentsWrap.anniversary_20th #kv .kv_ttl img {
  width: auto;
  max-width: none;
}
.home #contentsWrap.anniversary_20th #kv .kv_btn_wrap {
  margin-top: 40px;
}
.home #contentsWrap.anniversary_20th #kv .kv_btn {
  display: inline-block;
  position: relative;
}
.home #contentsWrap.anniversary_20th #kv .kv_btn:after {
  display: block;
  position: absolute;
  top: 17px;
  right: 19px;
  width: 20px;
  height: 9px;
  background: url(/images/index/kv-arrow-20th.png) no-repeat;
  background-size: cover;
  transition: 0.3s;
  content: "";
}
.home #contentsWrap.anniversary_20th #kv .kv_btn:hover {
  opacity: 0.8;
}
.home #contentsWrap.anniversary_20th #kv .kv_btn:hover:after {
  right: 16px;
}
.home #contentsWrap.anniversary_20th .icon_fix_switch_position {
  position: relative;
  top: 216px;
}
.home #contentsWrap.anniversary_20th .icon_fix {
  z-index: 999;
}
.home #contentsWrap.anniversary_20th .icon_fix img {
  width: 225px;
  height: auto;
}
.home #contentsWrap.anniversary_20th .icon_fix.js-absolute-top {
  position: absolute;
  top: calc(100vh - 55px);
}
@media only screen and (max-height: 913px) {
  .home #contentsWrap.anniversary_20th .icon_fix.js-absolute-top {
    top: 850px;
  }
}
.home #contentsWrap.-kv_no_animation {
  background: linear-gradient(#e4e4e8, rgba(255, 255, 255, 0), rgb(255, 255, 255)) no-repeat;
  background-position-y: 0;
  background-size: 100% 100%;
}
@media only screen and (max-height: 900px) {
  .home #contentsWrap.-kv_no_animation {
    background-position-y: 0;
    background-size: 100% 100%;
  }
}
.home #contentsWrap.-kv_no_animation #kv {
  height: auto;
  min-height: 100%;
  background: none;
}
.home #contentsWrap.-kv_no_animation #kv:before {
  display: none;
}
.home #contentsWrap.-kv_no_animation #kv img {
  width: 100%;
  height: auto;
}
.home #contentsWrap.-kv_no_animation .-mt0 {
  margin-top: 0;
}
.home #contentsWrap.-kv_no_animation .icon_fix_switch_position {
  position: relative;
  top: 216px;
}
.home #contentsWrap.-kv_no_animation .icon_fix {
  z-index: 998;
}
.home #contentsWrap.-kv_no_animation .icon_fix img {
  width: 225px;
  height: auto;
}
.home #contentsWrap.-kv_no_animation .icon_fix.js-absolute-top {
  margin-top: calc(50% + 181px);
  position: absolute;
}
.home #contentsWrap.-kv_no_animation .swiper-slide img {
  width: 100%;
  height: auto;
}
.home section {
  position: relative;
  z-index: 800;
}
.home #kv {
  height: 100vh;
  min-height: 824px;
  overflow: hidden;
  background: url(/images/index/kv-movie-bgi-pc.jpg) no-repeat center bottom #e4e4e8;
  background: #e4e4e8;
  background-size: cover;
}
.home #kv:before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 30%;
  background: linear-gradient(rgba(255, 255, 255, 0), #e4e4e8);
  background-size: 100% 100%;
  content: "";
}
.home #kv #video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  animation: fadeOut 3s 16s forwards;
}
.home #kv .kv_ttl {
  margin-top: calc(50vh - 80px);
  max-width: 1280px;
  height: auto;
}
.home #kv .kv_ttl img {
  width: 35.390625%;
  max-width: 453px;
  height: auto;
}
.home #store_area-head {
  margin-top: 40px;
}
.home #store_area-head h2, .home #store_area h2 {
  margin: 0 auto;
  width: 350px;
}
.home #store_area-head a, .home #store_area a {
  display: block;
}
.home #store_area-head a:hover, .home #store_area a:hover {
  opacity: 0.7;
}
.home .bnr_area {
  padding-top: 40px;
  z-index: 900;
}
.home .bnr_list {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}
.home .bnr_list li {
  width: 50%;
}
.home .bnr_list li:nth-child(even) {
  animation-delay: 0.5s;
}
.home .bnr_list li:nth-child(5n), .home .bnr_list li:nth-child(6n) {
  margin-top: 80px;
}
.home .bnr_list a {
  display: block;
}
.home .bnr_list img {
  width: 100%;
  height: auto;
}
.home .bnr_list .bnrCenter {
  margin: 0 auto;
}
.home .bnr_list .-set_center {
  width: 100%;
  text-align: center;
  animation-delay: 0s;
}
.home .bnr_list .-set_center a {
  margin: 0 auto;
  width: 50%;
}
.home .bnr_list .-set_center ~ li:nth-child(odd) {
  animation-delay: 0.5s;
}
.home .bnr_list .-set_center ~ li:nth-child(even) {
  animation-delay: 0s;
}
.home #feature_area {
  margin: 0 auto;
  padding: 100px 0 0;
  position: relative;
  width: 1000px;
}
.home #feature_area .main_pkg_anchor {
  position: absolute;
  top: calc(-50vh + 335px);
}
.home #feature_area .icon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.home #feature_area .icon_list li {
  width: 50%;
  transition: 1.25s;
  opacity: 0;
}
.home #feature_area .icon_list li:nth-child(odd) {
  text-align: right;
}
.home #feature_area .icon_list li:nth-child(n+4) {
  margin-top: 47px;
}
.home #feature_area .icon_list li#four_icon-1 {
  transform: translate(-50%, -50%);
}
.home #feature_area .icon_list li#four_icon-2 {
  transform: translate(50%, -50%);
}
.home #feature_area .icon_list li#four_icon-3 {
  transform: translate(-50%, 50%);
}
.home #feature_area .icon_list li#four_icon-4 {
  transform: translate(50%, 50%);
}
.home #feature_area .icon_list li#inview_anchor {
  position: absolute;
  top: 0;
}
.home #feature_area .icon_list li.inview ~ li {
  transform: translate(0, 0) !important;
  opacity: 1;
}
.home #feature_area .icon_list li.inview ~ li#four_icon-2 {
  transition-delay: 0.3s;
}
.home #feature_area .icon_list li.inview ~ li#four_icon-3 {
  transition-delay: 0.6s;
}
.home #feature_area .icon_list li.inview ~ li#four_icon-4 {
  transition-delay: 0.9s;
}
.home #feature_area .icon_list:after {
  display: block;
  clear: both;
  content: "";
}
.home .bnr_link {
  margin-top: 100px;
  position: relative;
  z-index: 900;
  width: 500px;
}
.home .bnr_link.margin_short {
  margin-top: 40px;
}
.home .videoModalStyle {
  margin: 0 auto;
  position: relative;
  width: 80%;
  max-width: 856px;
}
.home .videoModalStyle video {
  width: 100%;
}
.home .videoModalStyle .mfp-close {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}
.home .videoModalStyle .mfp-close img {
  width: 100%;
}
.home .videoModalStyle button.mfp-close * {
  pointer-events: none;
}
.home #recipe_area {
  margin-top: 80px;
  z-index: 900;
  text-align: center;
}
.home #recipe_area .bnr_link {
  margin-top: 0;
}
.home #recipe_area .bnr_link + .bnr_link, .home #recipe_area .bnr_link + h2 {
  margin-top: 1em;
}
.home #recipe_area h2 {
  margin: 0 auto;
  width: 500px;
}
.home #recipe_area h2:first-of-type {
  margin-bottom: 80px;
}
.home #recipe_area h2 img {
  width: 100%;
}
.home #recipe_area .panelTable {
  margin: 0 auto;
  width: 1000px;
}
.home #recipe_area .panelTable li {
  width: 250px;
  height: 250px;
}
.home #recipe_area .panelTable li:nth-child(4n+2) {
  animation-delay: 0.3s;
}
.home #recipe_area .panelTable li:nth-child(4n+3) {
  animation-delay: 0.6s;
}
.home #recipe_area .panelTable li:nth-child(4n+4) {
  animation-delay: 0.9s;
}
.home #recipe_area .panelTable a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.home #recipe_area .panelTable a:before {
  z-index: 800;
}
.home #recipe_area .panelTable a:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.home #recipe_area .panelTable img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  width: auto;
  height: auto;
  max-height: 100%;
  transition: 0.3s;
}
.home #recipe_area .panelTable h3 {
  position: relative;
  z-index: 900;
  font-size: 25px;
  line-height: 1.12;
  text-align: left;
  letter-spacing: -0.05em;
}
.home #recipe_area .panelTable h3 small {
  margin-bottom: 0.33em;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.home #lineup_area {
  padding-top: 150px;
  position: relative;
  z-index: 801;
  background: url(/images/index/lineup-bgi-pc.png) no-repeat center 200px #fff;
  background-size: auto;
  text-align: center;
}
.home #lineup_area .main_visual {
  margin-top: 95px;
  position: relative;
}
.home #lineup_area .main_visual li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home #lineup_area .main_visual li.oishii_teishibo {
  left: -172px;
}
.home #lineup_area .main_visual li.oishii_milk {
  left: 313px;
  z-index: 900;
}
.home #lineup_area .main_visual li.oishii_milk .home-pkg-cream {
  margin: 205px 0 0 112px;
}
.home #lineup_area #main_pkg {
  display: block;
  position: fixed;
  top: calc(50% - 250px);
  left: 0;
  z-index: 800;
  width: 100%;
  text-align: center;
  pointer-events: none;
  transition: 2s;
  opacity: 0;
}
@media only screen and (max-height: 769px) {
  .home #lineup_area #main_pkg {
    top: 130px;
  }
}
@media only screen and (max-height: 699px) {
  .home #lineup_area #main_pkg {
    top: 15vh;
  }
}
@media only screen and (max-width: 1100px) {
  .home #lineup_area #main_pkg {
    left: calc(550px - 50vw);
  }
}
.home #lineup_area #main_pkg.ready {
  animation: fadeIn 3s 0s both;
}
.home #lineup_area #main_pkg.static {
  position: static;
}
.home #lineup_area #main_pkg.static:before {
  display: block;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  animation: tennmetsu 0.3s forwards linear;
  opacity: 0;
  content: "";
}
@keyframes tennmetsu {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home #lineup_area #lineup_anchor {
  position: absolute;
  top: -300px;
}
.home #lineup_area .bnr_list {
  padding-top: 680px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .home .safari #lineup_area #main_pkg {
    left: calc(547px - 50vw);
  }
}
.home.tablet #lineup_area #main_pkg {
  left: 0 !important;
}
.home #store_area {
  margin-top: 70px;
}
.home #bnr_area {
  margin-top: 70px;
}
.home #bnr_area .bnr_list li:nth-child(5n), .home #bnr_area .bnr_list li:nth-child(6n) {
  margin-top: 0;
}
.home #bnr_area .bnr_list + .bnr_list {
  margin-top: 80px;
}
.home #bnr_area #recycling_classroom, .home #bnr_area #recycling_classroom_2 {
  position: absolute;
  top: -300px;
}
.home .bnr_with_ttl {
  position: relative;
}
.home .bnr_with_ttl a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/index/bnr_with_ttl-shadow.png) no-repeat center center, rgba(123, 88, 17, 0.3);
  background-size: 500px auto;
  pointer-events: none;
  content: "";
}
.home .bnr_with_ttl .bnr_ttl {
  margin-top: 54px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.home .bnr_with_ttl .bnr_ttl img {
  width: auto;
}
.home .bnr_with_ttl .bnr_ttl small {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.home .icon_fix {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 900;
  width: auto;
  cursor: pointer;
  transition: 1s;
}
.home .icon_fix.cm-icon-head {
  bottom: 421px;
}
.home .icon_fix.-top {
  bottom: 284px;
}
.home .icon_fix.-middle {
  bottom: 147px;
}
.home .icon_fix.absolute {
  position: absolute;
}
.home .icon_fix.absolute.noteOn {
  bottom: 10px !important;
}
.home .popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0s;
  opacity: 0;
}
.home .popup > .popupBgi, .home .popup > .popupPlate {
  z-index: 900;
}
.home .popup .popupBgi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
}
.home .popup.open {
  z-index: 999;
  transition: opacity 0.2s;
  opacity: 1;
}
.home .popup .popupPlate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1000px;
  max-width: 856px;
}
.home .popup .popupClose {
  position: absolute;
  top: -1em;
  right: 0;
  transform: translateY(-100%);
  width: 50px;
}
.home .popup .popupClose:hover {
  opacity: 0.7;
}
.home .popup .linkBtn {
  margin-bottom: -2em;
  border-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: auto;
}
.home .popup .linkBtn a {
  padding: 0.25em;
  width: 360px;
  color: #fff;
}
.home .popup .linkBtn a:hover {
  background: rgba(0, 147, 208, 0.3);
}
.home .iframe_wrap {
  padding-bottom: 56.25% !important;
  display: block;
}
.home .iframe_wrap #player, .home .iframe_wrap .videoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.home .pageTop {
  padding: 100px 0 305px;
  z-index: 700;
  background-position-y: 50px;
}
.home .pageTop, .home #cmn-footer {
  position: relative;
}
.home .panelTable {
  width: 100%;
  height: 100%;
  overflow: hidden;
  list-style: none;
}
.home .panelTable > li {
  border: none;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 50%;
}
.home .panelTable > li .textWrap {
  padding: 0 20px 20px;
  position: absolute;
  position: absolute;
  bottom: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  color: #fff;
  line-height: 1.14;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
}
.home .panelTable > li .textWrap p {
  line-height: 1.375;
}
.home .panelTable > li.serchLine {
  padding: 14.2857142857% 0;
  float: none;
  width: 100%;
}
.home .panelTable .panelLinkWrap:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
}
.home .panelTable .panelLinkWrap.line3:before {
  height: 75%;
}
.home .new_icon {
  position: relative;
}
.home .new_icon:before {
  margin: 9px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 800;
  width: 55px;
  height: 55px;
  background: url(/images/index/recipe-icon-new.png) no-repeat;
  background-size: contain;
  content: "";
}
.home .img_protect {
  display: block;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
.home .img_protect:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUpHome {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInSlide-f_left {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInSlide-f_right {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grade {
  0% {
    background: #fff;
  }
  100% {
    background: #e1ded5;
  }
}
@keyframes fadeRotateIn {
  0% {
    transform: translateY(5%) rotateY(-120deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0%) rotateY(0deg);
    opacity: 1;
  }
}
.recipe .js-fadeIn,
.recipe .js-fadeInUp,
.recipe .js-fadeInSlide-f_left,
.recipe .js-fadeInSlide-f_right,
.recipe .js-fadeRotateIn {
  pointer-events: none;
  opacity: 0;
}
.recipe .js-fadeIn.animation {
  animation: fadeIn 2s 0s forwards;
}
.recipe .js-fadeInUp.animation {
  animation: fadeInUpHome 2s 0s forwards;
}
.recipe .js-fadeInSlide-f_left.animation {
  animation: fadeInSlide-f_left 1s 0s forwards;
}
.recipe .js-fadeInSlide-f_right.animation {
  animation: fadeInSlide-f_right 1s 0s forwards;
}
.recipe .js-fadeRotateIn.animation {
  animation: fadeRotateIn 1.5s forwards;
}
.recipe .fadeIn {
  pointer-events: auto;
  animation: fadeIn 2s 0s forwards;
}
.recipe .fadeInUp {
  pointer-events: auto;
  animation: fadeInUpHome 2s 0s forwards;
}
.recipe .fadeInSlide-f_left {
  pointer-events: auto;
  animation: fadeInSlide-f_left 1s 0s forwards;
}
.recipe .fadeInSlide-f_right {
  pointer-events: auto;
  animation: fadeInSlide-f_right 1s 0s forwards;
}
.recipe .fadeRotateIn {
  pointer-events: auto;
  animation: fadeRotateIn 1.5s forwards;
}
.recipe .js-fadeInDown {
  opacity: 0;
}
.recipe .fadeInDown {
  animation: fadeInDown_recipe 0.75s forwards;
}
@keyframes fadeInDown_recipe {
  0% {
    transform: translateY(-45px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.recipe #kv {
  position: relative;
  width: 100%;
  height: 280px;
}
.recipe #kv span {
  float: left;
  width: 33.3333333333%;
  height: 280px;
}
.recipe #kv .kv1 {
  background: url(/images/recipe/kv-bgi-1.jpg) no-repeat center center;
  background-size: cover;
}
.recipe #kv .kv2 {
  background: url(/images/recipe/kv-bgi-2.jpg) no-repeat center center;
  background-size: cover;
}
.recipe #kv .kv3 {
  background: url(/images/recipe/kv-bgi-3.jpg) no-repeat center center;
  background-size: cover;
}
.recipe #kv img {
  width: auto;
  height: 100%;
}
.recipe #kv .kvTtlBgi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: url(/images/recipe/kv-ttl-bgi.png) no-repeat center center;
}
.recipe .catch {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 900;
  width: 100%;
  height: 1em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.8);
}
.recipe .catch small {
  margin-top: 1em;
  display: block;
}
.recipe .month .headlineLb {
  padding: 100px 0 0;
  line-height: 1;
}
.recipe .month .lead {
  padding: 2em;
  line-height: 1.6;
}
.recipe .monthRecipe li {
  float: left;
  width: 50%;
}
.recipe .monthRecipe img {
  width: 100%;
  height: auto;
}
.recipe .monthRecipe .textWrap {
  padding: 0 40px;
}
.recipe .monthRecipe .textWrap h3 {
  padding: 1.5em 0;
  color: #0093d0;
  font-weight: bold;
}
.recipe .monthRecipe .textWrap p {
  line-height: 1.75;
}
.recipe .recipeSpecial {
  padding-top: 150px;
}
.recipe #slider {
  position: relative;
  width: 100%;
}
.recipe #sliderInner {
  margin: 60px 0 150px;
  position: relative;
  width: 100%;
}
.recipe .slideSwitch {
  position: absolute;
  right: 82px;
}
.recipe .slideSwitch input[type=radio] {
  display: none;
}
.recipe .slideSwitch input[type=radio]:checked + label {
  border-color: #0093d0;
  color: #fff;
  background: #0093d0;
}
.recipe .slideSwitch label {
  border: solid 1px #ccc;
  float: left;
  width: 80px;
  height: 60px;
  color: #000;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.recipe .slideSwitch label.on {
  border-color: #0093d0;
  color: #fff;
  background: #0093d0;
}
@media only screen and (max-width: 1160px) {
  .recipe .slideSwitch {
    right: 0;
  }
}
.recipe .swiper-slide {
  width: auto;
}
.recipe .slider1 {
  position: relative;
  width: 100%;
}
.recipe .slider1 li {
  position: relative;
  float: left;
  width: 33.3333333%;
}
.recipe .slider1 li + li {
  border-left: none;
}
.recipe .slider1 li img {
  width: 100%;
  height: auto;
}
.recipe .slider1 li.noBorder {
  border: none;
  display: none;
}
.recipe .slider1 li:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.recipe .slider1 .imageHover {
  position: relative;
}
.recipe .slider1 .imageHover:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.3333333333%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
  content: "";
}
.recipe .slider1 .txtArea {
  padding: 1.25em 40px;
  position: absolute;
  bottom: 0;
  z-index: 800;
  color: #fff;
  letter-spacing: 0.05em;
}
.recipe .slider1 .panelTtl {
  padding-bottom: 1em;
  line-height: 1;
}
.recipe .slider1 .panelTxt {
  line-height: 1.375;
}
.recipe .slider1.innerWrap {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 1000px;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1160px) {
  .recipe .slider1.innerWrap {
    padding: 0 80px;
    width: 100%;
    max-width: 1600px;
  }
}
.recipe .slider1.on li {
  float: none;
  opacity: 0.25;
}
.recipe .slider1.on li a {
  pointer-events: none;
}
.recipe .slider1.on li.noBorder {
  display: block;
}
@media only screen and (max-width: 1160px) {
  .recipe .slider1.on li.noBorder {
    display: none;
  }
}
.recipe .slider1.on li.swiper-slide-active {
  opacity: 1;
}
.recipe .slider1.on li.swiper-slide-active a {
  pointer-events: auto;
}
.recipe .slider1.on li.swiper-slide-next {
  opacity: 1;
}
.recipe .slider1.on li.swiper-slide-next a {
  pointer-events: auto;
}
.recipe .slider1.on li.swiper-slide-next + li {
  opacity: 1;
}
.recipe .slider1.on li.swiper-slide-next + li a {
  pointer-events: auto;
}
.recipe #prevBtn, .recipe #nextBtn {
  margin-top: -54px;
  padding: 25px 12px 100px;
  display: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  font-family: "oishii";
  font-size: 36px;
  cursor: pointer;
}
.recipe #prevBtn.on, .recipe #nextBtn.on {
  display: block;
}
.recipe #prevBtn.swiper-button-disabled, .recipe #nextBtn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.25;
}
.recipe #prevBtn.swiper-button-disabled span, .recipe #nextBtn.swiper-button-disabled span {
  color: rgba(0, 0, 0, 0.25);
}
.recipe #prevBtn:hover, .recipe #nextBtn:hover {
  color: #0093d0;
}
.recipe #prevBtn {
  left: 10px;
}
.recipe #prevBtn:before {
  content: "b";
}
.recipe #nextBtn {
  right: 10px;
}
.recipe #nextBtn:before {
  content: "a";
}
.recipe .searchRecipe .localNavi {
  margin-top: 80px;
  width: 100%;
  height: 120px;
  color: #fff;
  background: #0093d0;
  line-height: 120px;
}
.recipe .searchRecipe .localNavi ul {
  display: flex;
  justify-content: space-between;
}
.recipe .searchRecipe .localNavi li {
  padding: 0 0.25em;
  display: table-cell;
  text-align: center;
}
.recipe .searchRecipe .localNavi li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #a3cee8;
}
.recipe .searchRecipe .localNavi li a:hover {
  color: #fff;
}
.recipe .searchRecipe .wordSearch {
  display: block;
  position: relative;
  z-index: 990;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.recipe .searchRecipe .wordSearch.fixed {
  position: fixed;
  top: 80px;
  background: #fff;
}
.recipe .searchRecipe .wordSearch .labelWrap {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.recipe .searchRecipe .wordSearch .headlineLb {
  padding: 0 1em 0 0;
  position: absolute;
  left: 80px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1160px) {
  .recipe .searchRecipe .wordSearch .headlineLb {
    left: 0;
  }
}
.recipe .searchRecipe .wordSearch .searchWrap {
  padding-left: 160px;
  display: table;
  position: relative;
  width: 100%;
  border-spacing: 1em 0;
  border-collapse: separate;
}
.recipe .searchRecipe .wordSearch .searchWrap label {
  position: relative;
  height: 40px;
  line-height: 40px;
  vertical-align: bottom; /* display: table-cell; width: 90%; */
}
.recipe .searchRecipe .wordSearch .searchWrap input {
  padding-left: 1em;
  border: none;
  width: 100%;
  height: 40px;
  color: #fff;
  background: #8fd0ea;
  line-height: 40px;
}
.recipe .searchRecipe .wordSearch .searchWrap button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #0078bf;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.recipe .searchRecipe .wordSearch .searchWrap button:after {
  font-family: "oishii";
  content: "d";
}
.recipe .searchRecipe .wordSearch .searchWrap button:hover {
  opacity: 0.7;
}
.recipe .searchRecipe .wordSearch .searchBox {
  display: table-cell;
  position: relative;
  width: 70%;
}
.recipe .searchRecipe .wordSearch .refine {
  padding: 0 0.75em 0 1.5em;
  border: solid 1px #0093d0;
  border-radius: 2.5em;
  display: table-cell;
  position: relative;
  right: -1em;
  width: 30%; /* width: math.div(580,1440)*100% ; min-width: 13.5em;*/
  height: 38px;
  color: #0093d0;
  background: #fff;
  line-height: 38px;
  letter-spacing: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.recipe .searchRecipe .wordSearch .refine:after {
  position: absolute;
  right: 1em;
  font-family: "oishii";
  font-style: normal;
  vertical-align: bottom;
  content: "g";
}
.recipe .searchRecipe .wordSearch .refine.on {
  border: solid 1px #fff;
  color: #fff;
  background: #0093d0;
}
.recipe .searchRecipe .wordSearch .refine.on:after {
  font-family: "oishii";
  content: "h";
}
.recipe .searchRecipe .refineWrap {
  padding: 0;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #edf3f5;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.recipe .searchRecipe .refineWrap.on {
  padding: 30px 0 40px;
  position: absolute;
  z-index: 900;
  height: auto;
  overflow: visible;
  opacity: 1;
}
.recipe .searchRecipe .refineWrap.btmGradation {
  padding: 30px 0 0;
}
.recipe .searchRecipe .refineWrap.btmGradation:after {
  display: block;
  position: absolute;
  bottom: -120px;
  width: 100%;
  height: 120px;
  visibility: visible;
  background: url(/images/recipe/detail/searchWrap-shadow.png) repeat-x;
  content: "";
}
.recipe .searchRecipe .refineWrap .categoryBox {
  float: left;
  width: 66%;
}
.recipe .searchRecipe .refineWrap .genreBox {
  padding: 0 20px;
  float: left;
  width: 17%;
}
.recipe .searchRecipe .refineWrap .calorieBox {
  float: left;
  width: 17%;
}
@media only screen and (max-width: 1440px) {
  .recipe .searchRecipe .refineWrap .categoryBox {
    float: left;
    width: 60%;
  }
  .recipe .searchRecipe .refineWrap .genreBox {
    padding: 0 20px;
    float: left;
    width: 20%;
  }
  .recipe .searchRecipe .refineWrap .calorieBox {
    float: left;
    width: 20%;
  }
}
.recipe .searchRecipe .refineWrap .headLineBorder {
  margin-bottom: 20px;
}
.recipe .searchRecipe .refineWrap .checkbox label {
  padding: 0.75em 0 0.75em 0.75em;
  border: solid 1px #edf3f5;
  display: block;
  height: 50px;
  background: #fff;
  line-height: 1;
  cursor: pointer;
}
.recipe .searchRecipe .refineWrap .checkbox label:before {
  margin-right: 1em;
  padding: 0.5em;
  display: inline-block;
  background: url(/images/check_off.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
@media only screen and (max-width: 1520px) {
  .recipe .searchRecipe .refineWrap .checkbox label {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1190px) {
  .recipe .searchRecipe .refineWrap .checkbox label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
  }
}
.recipe .searchRecipe .refineWrap input[type=checkbox] {
  display: none;
}
.recipe .searchRecipe .refineWrap input[type=checkbox]:checked + label {
  color: #fff;
  background: #0093d0;
}
.recipe .searchRecipe .refineWrap input[type=checkbox]:checked + label:before {
  background: url(/images/check_on.png) no-repeat;
  background-size: contain;
}
.recipe .searchRecipe .refineWrap .categoryBox .checkbox {
  float: left;
  width: 25%;
}
.recipe .searchRecipe .refineWrap .calorieBox {
  text-align: center;
}
.recipe .searchRecipe .refineWrap .calorieBox select {
  padding-left: 0.75em;
  border-radius: 0;
  position: relative;
  width: 43%;
  height: 40px;
  background: #fff;
  background: url(/images/select_off.png) no-repeat 95% center, #fff;
  line-height: 40px;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.recipe .searchRecipe .refineWrap .calorieBox select:nth-of-type(2n+1) {
  float: left;
}
.recipe .searchRecipe .refineWrap .calorieBox select:nth-of-type(2n) {
  float: right;
}
.recipe .searchRecipe .refineWrap .calorieBox select:after {
  position: absolute;
  top: 0;
  right: 0.75em;
  z-index: 0;
  height: 40px;
  color: #0093d0;
  font-family: "oishii";
  font-family: 1rem;
  font-size: 10px;
  line-height: 40px;
  content: "g";
}
.recipe .searchRecipe .refineWrap .cookTime {
  padding-top: 20px;
}
.recipe .searchRecipe .refineWrap .linkBtn {
  margin: 40px auto 0;
  border-color: #0078bf;
  width: 240px;
  background: #0078bf;
}
.recipe .searchRecipe .refineWrap .linkBtn a, .recipe .searchRecipe .refineWrap .linkBtn input {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.recipe .searchRecipe .refineWrap .linkBtn input {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
}
.recipe .searchRecipe .refineWrap .linkBtn:hover a, .recipe .searchRecipe .refineWrap .linkBtn:hover input {
  border-color: #fff;
  color: #0078bf;
  background: #fff;
}
.recipe .thumbnails {
  padding-top: 80px;
}
.recipe .thumbnails .parent {
  margin: 0 auto;
  width: 100%;
  max-width: 1480px;
}
.recipe .thumbnails .innerWrap {
  padding: 0 60px;
}
@media only screen and (max-width: 1160px) {
  .recipe .thumbnails .innerWrap {
    padding: 0;
    width: 1000px;
  }
  .recipe .thumbnails .innerWrap li {
    padding: 0 10px;
  }
}
.recipe .thumbnails li {
  padding: 0 1.3888888889%;
  position: relative;
  float: left;
  width: 20%;
  height: auto;
}
.recipe .thumbnails li img {
  width: 100%;
  height: auto;
}
.recipe .thumbnails li h3 {
  padding-top: 20px;
  padding-bottom: 40%;
  height: 0;
  min-height: 8em;
  line-height: 1.375;
  letter-spacing: 0.05em;
}
.recipe.detail #wrap {
  overflow: hidden;
}
.recipe.detail .recipeTtl {
  display: table;
  width: 100%;
  height: 200px;
  line-height: 200px;
}
.recipe.detail .recipeTtl span {
  display: table-cell;
  position: relative;
  line-height: 1.2;
  vertical-align: middle; /*  top: 50%; @include css3(transform,translateY(-50%)); */
}
.recipe.detail .iconList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 200px;
}
.recipe.detail .iconList li {
  width: 100px;
  height: 100px;
}
.recipe.detail .iconList li + li {
  margin-left: 20px;
}
.recipe.detail .iconList .borderBox {
  padding: 5px;
  border: solid 2px #000;
  border-right-width: 1px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.recipe.detail .iconList .borderBox img {
  width: 100%;
  height: auto;
}
.recipe.detail .iconList .borderBox.print {
  padding-top: 0.8em;
  border-color: #ccc;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 1;
}
.recipe.detail .iconList .borderBox.qr {
  position: relative;
}
.recipe.detail .iconList .borderBox.qr img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.recipe.detail .iconList .borderBox.qr.on img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.recipe.detail .iconList .borderBox:hover {
  border-color: #0093d0;
  color: #fff;
  background: #0093d0;
}
.recipe.detail .iconList .spreatable {
  margin-right: 5px;
  position: relative;
}
.recipe.detail .iconList .spreatable img {
  position: absolute;
  right: 0;
  width: auto;
  height: 100%;
}
.recipe.detail .iconList .bnr-nyuwashoku {
  margin-right: 5px;
  position: relative;
}
.recipe.detail .iconList .bnr-nyuwashoku a img {
  margin: 25px 0;
  position: absolute;
  right: 0;
  width: 195px;
  height: 50px;
}
.recipe.detail .iconList .hamauchi {
  position: relative;
  top: -0.75em;
  width: auto;
}
.recipe .recipeDetailArea {
  padding-bottom: 80px;
  position: relative;
}
.recipe .recipeDetailArea .imgWrap {
  padding: 0 80px 0 0;
  position: relative;
  z-index: 0;
  float: left;
  width: 50%;
}
.recipe .recipeDetailArea .imgWrap img {
  width: 100%;
  height: auto;
}
.recipe .recipeDetailArea .imgWrap.fixedItmg {
  padding: 0px 0 0 80px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  min-width: 500px;
  max-width: 800px;
}
.recipe .recipeDetailArea .imgWrap.fixedItmg .snsLine {
  opacity: 0;
}
.recipe .recipeDetailArea .imgWrap.fixedItmg img {
  transform: translate3d(0, 0, 0);
}
.recipe .recipeDetailArea .imgWrap.fixedItmg.is_stuck {
  padding: 0 80px 0 0;
  position: fixed;
  top: auto;
  bottom: 80px;
  left: auto;
}
.recipe .recipeDetailArea .imgWrap.fixedItmg.is_stuck .snsLine {
  opacity: 1;
}
.recipe .recipeDetailArea .imgWrap.fixedItmg.is_stuck ~ .textArea {
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1160px) {
  .recipe .recipeDetailArea .imgWrap.fixedItmg {
    padding: 0;
    width: 500px;
  }
  .recipe .recipeDetailArea .imgWrap.fixedItmg.is_stuck {
    padding: 0;
  }
}
.recipe .recipeDetailArea .textArea {
  padding-left: 40px;
  position: relative;
  z-index: 900;
  float: right;
  width: 50%;
}
.recipe .recipeDetailArea .textArea .iconHeadline {
  padding: 20px 0 5px;
  border-top: solid 2px #7f7f7f;
  border-bottom: solid 2px #7f7f7f;
  min-width: 500px;
  overflow: hidden;
  letter-spacing: -0.025em;
}
.recipe .recipeDetailArea .textArea .iconHeadline li {
  float: left;
  width: 33.3333333333%;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.recipe .recipeDetailArea .textArea .iconHeadline li + li {
  padding-left: 1em;
}
.recipe .recipeDetailArea .textArea .iconHeadline li + li img {
  padding-bottom: 12px;
}
.recipe .recipeDetailArea .textArea .iconHeadline li:last-child img {
  padding-bottom: 10px;
}
.recipe .recipeDetailArea .textArea .iconHeadline img, .recipe .recipeDetailArea .textArea .iconHeadline .unit, .recipe .recipeDetailArea .textArea .iconHeadline .f36 {
  vertical-align: middle;
}
.recipe .recipeDetailArea .textArea .iconHeadline img {
  margin: 0 auto;
  padding-bottom: 0.5em;
  display: block;
  width: 37px;
  height: auto;
}
.recipe .recipeDetailArea .textArea .iconHeadline img.genreIcon {
  width: 50px;
}
.recipe .recipeDetailArea .textArea .iconHeadline .f36 {
  font-size: 22px;
  font-size: 2.2rem;
}
.recipe .recipeDetailArea .textArea .washoku-only {
  margin: 20px 0 10px 0;
  padding: 18px 0 10px;
  border-radius: 10px;
  min-width: 500px;
  overflow: hidden;
  background: #f8f8f8;
  letter-spacing: -0.025em;
}
.recipe .recipeDetailArea .textArea .washoku-only li {
  float: left;
  width: 50%;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.recipe .recipeDetailArea .textArea .washoku-only li + li img {
  padding-bottom: 12px;
}
.recipe .recipeDetailArea .textArea .washoku-only li:last-child img {
  width: 20px;
}
.recipe .recipeDetailArea .textArea .washoku-only li:first-of-type {
  border-right: solid 1px #7f7f7f;
}
.recipe .recipeDetailArea .textArea .washoku-only img, .recipe .recipeDetailArea .textArea .washoku-only .unit, .recipe .recipeDetailArea .textArea .washoku-only .f36 {
  vertical-align: middle;
}
.recipe .recipeDetailArea .textArea .washoku-only .unit, .recipe .recipeDetailArea .textArea .washoku-only .f36 {
  display: inline-block;
}
.recipe .recipeDetailArea .textArea .washoku-only img {
  margin: 0 auto;
  margin-right: 10px;
  padding-bottom: 0;
  display: inline-block;
  width: 37px;
  height: auto;
}
.recipe .recipeDetailArea .textArea .washoku-only img.genreIcon {
  width: 50px;
}
.recipe .recipeDetailArea .textArea .washoku-only .f36 {
  font-size: 22px;
  font-size: 2.2rem;
}
.recipe .recipeDetailArea .textArea .washoku-only .p10 {
  padding-bottom: 10px;
}
.recipe .recipeDetailArea .textArea .washoku-only .washoku-cal {
  padding-left: 5px;
}
.recipe .recipeDetailArea .textArea .washoku-only .washoku-salt {
  padding-left: 10px;
}
.recipe .recipeDetailArea .lead {
  margin-bottom: 1.5em;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
}
.recipe .recipeDetailArea .hashLabel {
  padding-bottom: 50px;
}
.recipe #hagashiPosition {
  position: absolute;
  top: -1200px;
}
.recipe .snsLine {
  padding: 20px 0;
  z-index: 900;
}
.recipe .snsLine li {
  float: left;
  height: 20px;
  line-height: 20px;
}
.recipe .snsLine li + li {
  padding-left: 10px;
}
.recipe .googlePlus {
  max-width: 100px;
}
.recipe .snsLineWrap {
  margin-bottom: 2.5em;
}
.recipe .snsLineWrap .recipeTtl {
  display: none;
  width: 24em !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.recipe .snsLineWrap.is_stuck {
  top: 80px !important;
  bottom: auto !important;
  left: 0;
  z-index: 900;
  transform: translate3d(0, 0, 0);
  width: 100% !important;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.recipe .snsLineWrap.is_stuck .stuckInner {
  margin: -1px auto 0;
  padding: 0;
  display: table;
  transform: translate3d(0, 0, 0);
  width: 1000px !important;
  background: white;
}
@media only screen and (min-width: 1000px) {
  .recipe .snsLineWrap.is_stuck .stuckInner {
    padding: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .recipe .snsLineWrap.is_stuck .stuckInner {
    padding: 0 80px;
    width: 100% !important;
    max-width: 1600px;
  }
}
.recipe .snsLineWrap.is_stuck .recipeTtl {
  padding: 0.5em 0;
  display: table-cell;
  height: auto;
  line-height: 1.25;
  vertical-align: middle; /* padding: 0; height: 60px; line-height: 60px;  */
}
.recipe .snsLineWrap.is_stuck .snsTabel {
  display: table-cell;
  vertical-align: middle;
}
.recipe .snsLineWrap.is_stuck .snsLine {
  float: right;
}
.recipe .youWillNeed {
  padding-bottom: 10px;
}
.recipe .youWillNeed h3 {
  padding-bottom: 20px;
}
.recipe .youWillNeed p {
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.recipe .youWillNeed .detailHeadline {
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 1;
}
.recipe .youWillNeed .detailHeadline .unit {
  margin-left: 0.25em;
}
.recipe .materialLead {
  padding: 0;
}
.recipe .materialList, .recipe .materials {
  padding: 0 0 1.5em 0;
  letter-spacing: 0.05em;
}
.recipe .materialList li, .recipe .materials li {
  clear: both;
  background: url(/images/recipe/detail/line_dot.png) repeat-x center center;
  line-height: 1.75;
}
.recipe .materials span:first-child {
  padding-right: 1em;
  background: #fff;
}
.recipe .materials span:first-child:before {
  content: "・";
}
.recipe .materials span:last-child {
  padding-left: 1.5em;
  float: right;
  background: #fff;
}
.recipe span.noborder {
  display: block;
  background: #fff;
}
.recipe .materialName {
  padding-right: 1em;
  background: #fff;
}
.recipe .amount {
  padding-left: 1.5em;
  float: right;
  background: #fff;
}
.recipe .preparation .detailHeadline {
  padding-bottom: 0.25em;
  font-size: 24px;
  line-height: 1;
}
.recipe .preparation .lineH1 {
  padding-bottom: 0.25em;
}
.recipe .preparation .stepLine {
  padding-bottom: 50px;
}
.recipe .preparation .stepLine li {
  padding-top: 1.5em;
  counter-increment: sample;
  line-height: 1.5;
}
.recipe .preparation .stepLine li .fontOstrich:after {
  content: " " counter(sample) "";
}
.recipe .preparation .stepLine .nostep {
  counter-increment: none;
}
.recipe .preparation .stepLine .nostep .subject {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  text-indent: -0.125em;
}
.recipe .preparation .stepLine .fontOstrich {
  font-size: 36px;
  font-size: 3.6rem;
}
.recipe .preparation .stepLine figure {
  padding-top: 1.5em;
}
.recipe .preparation .stepLine figure img {
  width: 100%;
  height: auto;
}
.recipe .point {
  border-bottom: solid 2px #0093d0;
  color: #0093d0;
}
.recipe .point h3:after {
  border-bottom: solid 2px #0093d0;
  display: block;
  position: relative;
  top: -10px;
  content: "";
}
.recipe .point .pointLead {
  padding: 0.75em 0 1.5em;
  line-height: 1.5555555556;
}
.recipe .introduction {
  padding-top: 40px;
  display: table;
}
.recipe .introduction .imgWrap {
  padding: 0;
  display: table-cell;
  float: none;
  width: 23.5294117647%;
}
@media only screen and (max-width: 1350px) {
  .recipe .introduction .imgWrap {
    width: 29.4117647059%;
  }
}
.recipe .introduction .textWrap {
  padding-left: 40px;
  display: table-cell;
  float: none;
  vertical-align: top;
}
.recipe .introduction .profile {
  padding: 1em 0 1.5em;
}
.recipe .introduction .position {
  padding-right: 1em;
  display: inline-block;
  line-height: 1.75;
}
.recipe .introduction .linkBtn {
  max-width: 320px;
}
.recipe .nyuwashoku_bottom {
  margin: 40px 0;
  padding: 30px 40px;
  position: relative;
  background: rgb(0, 147, 208);
}
.recipe .nyuwashoku_bottom h5 {
  margin: 23px 0 20px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.recipe .nyuwashoku_bottom p {
  color: #fff;
}
.recipe .nyuwashoku_bottom img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 26%;
  max-width: 173px;
}
.recipe .nyuwashoku_bottom .btn-nyuwashoku {
  margin: 17px auto 9px;
  position: relative;
  top: 0;
  left: 0;
  width: 318px;
  background: #fff;
  line-height: 40px;
  text-align: center;
}
.recipe .nyuwashoku_bottom .btn-nyuwashoku a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0078bf;
  background: #FFF;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.recipe .nyuwashoku_bottom .btn-nyuwashoku a:after {
  display: inline-block;
  position: absolute;
  right: 1em;
  content: "→";
}
.recipe .nyuwashoku_bottom .btn-nyuwashoku:hover {
  transition: opacity 0.3s;
  opacity: 0.7;
}
.recipe .nyuwashoku_bottom .btn-nyuwashoku:hover a {
  border-color: #fff;
  background: #fff;
}
.recipe .relateContent {
  padding: 80px 0;
  position: relative;
}
.recipe .relateContent .headlineLb {
  letter-spacing: 0.05em;
}
.recipe .relateContent .hashLabel {
  padding-top: 1em;
}
.recipe .relateContent .hashLabel li {
  padding: 0;
  display: inline-block;
  float: none;
  width: auto;
  background: transparent;
}
.recipe .relateContent .hashLabel li a {
  padding: 0 1em;
}
.recipe .relateContent .hashLabel li:hover {
  background: #0093d0;
}
.recipe .relateContent.noPaddingBtm {
  padding-bottom: 0;
}
.recipe .relatedTtl {
  padding: 0 0 50px;
  line-height: 1;
}
.recipe .relatedSpecial .slider1 li a {
  pointer-events: auto;
}
.recipe .rankingList figure {
  position: relative;
}
.recipe .rankingList figure:after {
  margin: 7%;
  padding: 15%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: none;
}
.recipe .rankingList li:nth-of-type(1) figure:after {
  background: url(/images/recipe/detail/no.1.png) no-repeat center center;
  background-size: contain;
}
.recipe .rankingList li:nth-of-type(2) figure:after {
  background: url(/images/recipe/detail/no.2.png) no-repeat center center;
  background-size: contain;
}
.recipe .rankingList li:nth-of-type(3) figure:after {
  background: url(/images/recipe/detail/no.3.png) no-repeat center center;
  background-size: contain;
}
.recipe .rankingList li:nth-of-type(4) figure:after {
  background: url(/images/recipe/detail/no.4.png) no-repeat center center;
  background-size: contain;
}
.recipe .rankingList li:nth-of-type(5) figure:after {
  background: url(/images/recipe/detail/no.5.png) no-repeat center center;
  background-size: contain;
}
.recipe #bnr_area {
  padding: 40px 0 0;
}
.recipe #bnr_area .bnr_list {
  display: flex;
  justify-content: center;
}
.recipe #bnr_area li {
  width: 33.3333333333%;
}
.recipe #bnr_area img {
  width: 100%;
  height: auto;
}
.recipe .resultTxtArea {
  padding: 4.75em 0;
  background: #f1f5f7;
}
.recipe .resultTxtArea ul {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1000px;
}
@media only screen and (min-width: 1160px) {
  .recipe .resultTxtArea ul {
    padding: 0 80px;
    width: 100%;
    max-width: 1600px;
  }
}
.recipe .resultTxtArea li {
  margin: 2em 5px 0;
  padding: 0 0.75em;
  border: solid 1px #0093d0;
  border-radius: 2.5em;
  display: inline-block;
  color: #0093d0;
  background: transparent;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.recipe .resultTxtArea li + li {
  margin-top: 1em;
}
.recipe .resultTtl {
  line-height: 1;
  text-align: center;
}
.recipe.result .searchRecipe .localNavi {
  margin-top: 0;
}
.recipe .newwashoku_hidden {
  display: none;
}

.bnr_link-feature {
  margin: -40px auto 0;
  padding-bottom: 80px;
  width: 500px;
}
.bnr_link-feature img {
  width: 100%;
  height: auto;
}

.resultFraction {
  margin-top: 1em;
  text-align: center;
}

#recipeLabelList {
  line-height: 1;
  text-align: center;
}

.result-recipe-name {
  margin-bottom: 0.5em;
  display: block;
}

.hotmilk #kv {
  position: relative;
  width: 100%;
  height: 615px;
  background: url(/images/recipe_feature/hotmilk/kv.jpg) no-repeat center top;
  background-size: cover;
}
.hotmilk #kv .kvTtl img {
  margin: 200px 0 0 40px;
  width: 47%;
  max-width: 517px;
  height: auto;
}
@media only screen and (max-width: 1366px) {
  .hotmilk #kv .kvTtl img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .hotmilk #kv .kvTtl img {
    margin-left: 80px;
  }
}
.hotmilk #kv .bottomObi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  color: #fff;
  background: rgba(0, 147, 208, 0.8);
  font-weight: bold;
  line-height: 110px;
  text-align: center;
}
.hotmilk #kv .ls2 {
  letter-spacing: -0.05em;
}
.hotmilk .leadArea {
  padding: 80px 0;
  background: url(/images/recipe_feature/hotmilk/lead-bgi-pink.jpg) center top;
  background-size: cover;
  line-height: 1.8;
}
.hotmilk .leadArea img {
  margin-top: 40px;
}
.hotmilk .leadArea .yellowUnderLine:after {
  margin-bottom: 0.125em;
}
.hotmilk .howToMake {
  padding: 80px 0 100px;
}
.hotmilk .howToMake h2 img {
  margin: 0 0 -0.5em -0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.hotmilk .headline_border {
  margin-bottom: 80px;
  border-bottom: solid 4px #000;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  letter-spacing: -0.05em;
}
.hotmilk .floatWrap {
  position: relative;
}
.hotmilk .floatWrap .imgWrap {
  width: 50%;
  height: 500px;
  overflow: hidden;
}
.hotmilk .floatWrap .imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hotmilk .floatWrap .textWrap {
  padding: 5%;
  border: solid 4px #664126;
  position: absolute;
  top: 50%;
  float: none;
  width: 50%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hotmilk .floatWrap .textWrap.rightFloat {
  right: 5%;
}
.hotmilk .floatWrap .textWrap.leftFloat {
  left: 5%;
}
.hotmilk .floatWrap .iconImg {
  margin: 0 auto;
  display: block;
}
.hotmilk .floatWrap .yellowUnderLine {
  margin: 0.25em auto 1em;
  line-height: 1;
}
.hotmilk .floatWrap .yellowUnderLine:after {
  margin-bottom: -0.25em;
  height: 0.75em;
}
.hotmilk .floatWrap .explain {
  line-height: 1.3333;
}
.hotmilk .floatWrap .standard {
  padding-top: 44px;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1;
}
.hotmilk .floatWrap .standard:before {
  margin: 18px auto 0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 3em;
  height: 4px;
  background: #000;
  content: "";
}
.hotmilk .thumbnails {
  padding-top: 80px;
  padding-bottom: 130px;
}
.hotmilk .thumbnails .parent {
  margin: 0 auto;
  width: 100%;
  max-width: 1480px;
}
.hotmilk .thumbnails .innerWrap {
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1160px) {
  .hotmilk .thumbnails .innerWrap {
    padding: 0;
    width: 1000px;
  }
  .hotmilk .thumbnails .innerWrap li {
    padding: 0 10px;
  }
}
.hotmilk .thumbnails li {
  padding: 0 1.3888888889%;
  position: relative;
  float: left;
  width: 20%;
  height: auto;
}
.hotmilk .thumbnails li:nth-child(n+6) {
  margin-top: 60px;
}
.hotmilk .thumbnails li img {
  width: 100%;
  height: auto;
}
.hotmilk .thumbnails li h3 {
  padding-top: 20px;
  padding-bottom: 0;
  height: auto;
  min-height: 0;
  line-height: 1.375;
  letter-spacing: 0.05em;
}
.hotmilk .fadeIn {
  animation: araware2 3s forwards 0s;
  animation-fill-mode: both;
}
@keyframes araware2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(2%);
    -moz-transform: translateY(2%);
    -o-transform: translateY(2%);
    -ms-transform: translateY(2%);
    transform: translateY(2%);
  }
  to {
    opacity: 1;
  }
}
.hotmilk .animate {
  opacity: 0;
}

.icon_fix {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 900;
  width: auto;
  cursor: pointer;
  transition: 1s;
}
.icon_fix.absolute {
  position: absolute;
}

.recipe_feature_index #kv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.recipe_feature_index #kv span {
  float: none;
  width: auto;
  height: auto;
}
.recipe_feature_index .border_ttl {
  border-top: solid 6px #fff;
  border-bottom: solid 6px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 608px;
  height: 90px;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 70px #000;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.35));
}
.recipe_feature_index .pickup_section {
  padding: 80px 0;
  background: url(/images/recipe_feature/feature_index/pickup-bgi.jpg);
}
.recipe_feature_index .pickup_lead {
  font-size: 32px;
  line-height: 1.3125;
  text-align: center;
}
.recipe_feature_index .pickup_ttl {
  margin-top: 72px;
  text-align: center;
}
.recipe_feature_index .pickup_list {
  margin: 70px auto;
}
.recipe_feature_index .pickup_list li {
  display: flex;
  justify-content: center;
}
.recipe_feature_index .pickup_list li + li {
  margin-top: 60px;
}
.recipe_feature_index .pickup_list .img_area, .recipe_feature_index .pickup_list .text_area {
  width: 500px;
}
.recipe_feature_index .pickup_list .img_area {
  position: relative;
  text-align: right;
}
.recipe_feature_index .pickup_list .img_area img {
  position: relative;
  z-index: 800;
  width: 100%;
  height: auto;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
}
.recipe_feature_index .pickup_list .img_area:before {
  display: block;
  position: absolute;
  top: -30px;
  left: -220px;
  z-index: 0;
  width: 680px;
  height: 500px;
  background: #e1d8d7;
  content: "";
}
.recipe_feature_index .pickup_list .text_area {
  padding-left: 40px;
}
.recipe_feature_index .pickup_list .recipe_name_border {
  padding: 0.5em 0;
  border-top: solid 3px #222;
  border-bottom: solid 3px #222;
  color: #222;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3125;
  text-align: left;
}
.recipe_feature_index .pickup_list .recipe_name_border + p {
  margin-top: 32px;
  width: 430px;
  color: #333;
  font-size: 18px;
  line-height: 1.7777777778;
}
.recipe_feature_index .pickup_list .recipe_link_btn {
  margin-top: 32px;
  padding-left: 20px;
  border: solid 1px #3077c4;
  display: flex;
  align-items: center;
  width: 300px;
  height: 40px;
  color: #fff;
  background: url(/images/recipe_feature/feature_index/arrow-link_btn.png) no-repeat 94% center #3077c4;
  font-size: 18px;
  font-weight: bold;
}
.recipe_feature_index .pickup_list .recipe_link_btn:hover {
  color: #3077c4;
  background: #fff;
}
.recipe_feature_index .pickup_list li:nth-child(even) .img_area {
  order: 2;
}
.recipe_feature_index .pickup_list li:nth-child(even) .img_area:before {
  right: -220px;
  left: auto;
}
.recipe_feature_index .pickup_list li:nth-child(even) .text_area {
  padding-right: 40px;
  padding-left: 0;
  order: 1;
}
.recipe_feature_index .thumbnails .headline_border {
  padding-bottom: 0.5em;
  border-bottom: solid 4px #000;
  display: inline-block;
  line-height: 1;
}
.recipe_feature_index .thumbnails .headline_border + .innerWrap {
  margin-top: 80px;
}

.feature_omotenashi #kv {
  background: url(/images/recipe_feature/omotenashi/kv.jpg) no-repeat center center;
  background-size: cover;
}
.feature_omotenashi .pickup_list .img_area:before {
  background: #ccb6a9;
}

.feature_obento #kv {
  background: url(/images/recipe_feature/obento/kv.jpg) no-repeat center center;
  background-size: cover;
}
.feature_obento .pickup_list .img_area:before {
  background: #d8e9a4;
}

.feature_sake #kv {
  background: url(/images/recipe_feature/sake/kv.jpg) no-repeat center center;
  background-size: cover;
}
.feature_sake .pickup_list .img_area:before {
  background: #e8d1d1;
}

.feature_children #kv {
  background: url(/images/recipe_feature/children/kv.jpg) no-repeat center center;
  background-size: cover;
}
.feature_children .pickup_list .img_area:before {
  background: #cbe1d2;
}

.feature_breakfast #kv {
  background: url(/images/recipe_feature/breakfast/kv.jpg) no-repeat center center;
  background-size: cover;
}
.feature_breakfast .pickup_list .img_area:before {
  background: #d4cacc;
}

.feature_egg #kv {
  background: url(/images/recipe_feature/egg/kv.jpg) no-repeat center center;
  background-size: cover;
}
.feature_egg .pickup_list .img_area:before {
  background: #ffd96c;
}

.feature_whitesauce #kv {
  background: url(/images/recipe_feature/whitesauce/kv.jpg) no-repeat center center;
  background-size: cover;
}
.feature_whitesauce .pickup_list .img_area:before {
  background: #e1d8d7;
}

.feature_time_saving #kv {
  background: url(/images/recipe_feature/time_saving/kv.jpg) no-repeat center center;
  background-size: cover;
}
.feature_time_saving .pickup_list .img_area:before {
  background: #0daab3;
}

.feature_100kcalorless #kv {
  background: url(/images/recipe_feature/100kcalorless/kv.jpg) no-repeat center center;
  background-size: cover;
}
.feature_100kcalorless .pickup_list .img_area:before {
  background: #f1cacc;
}

.gallery #kv {
  padding-bottom: 60.0520833333%;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 1153px;
  background: url(/images/gallery/kv-bgi.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (min-width: 1920px) {
  .gallery #kv {
    padding: 0;
    height: 1153px;
  }
}
.gallery #kv img {
  width: 100%;
  height: auto;
}
.gallery #kv .ttlWrap {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 41.6305290546%;
  overflow: hidden;
  background: url(/images/gallery/kv-catch-shadow.png) no-repeat;
  background-position: center center;
}
.gallery #kv .catch {
  margin: -1.25em auto auto;
  position: relative;
  top: 50%;
  bottom: 0;
  z-index: 900;
  width: 100%;
  height: 2.5em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.8);
}
.gallery #kv .catch small {
  margin-bottom: 0.25em;
  display: block;
}
.gallery #kv .catch small:last-child {
  margin-top: 1em;
}
.gallery .month img {
  width: 100%;
  height: auto;
}
.gallery .month .monthIllust {
  margin-top: -40vw;
  position: relative;
  top: 0;
}
@media only screen and (min-width: 1920px) {
  .gallery .month .monthIllust {
    margin-top: -768px;
  }
}
.gallery .month .imgWrap {
  margin-top: 6.9444444444%;
  display: block;
  position: relative;
  float: left;
  width: 66.6666666667%;
}
.gallery .month .overlayWrap {
  padding: 3.125% 12.5% 2.0833333333% 18.75%;
  border: solid 1px rgb(236, 236, 236);
  background: rgb(249, 250, 245);
}
.gallery .month .kvItem {
  padding-bottom: 22.5%;
  float: right;
  width: 58.25%;
}
.gallery .month .illustTtl {
  float: right;
  width: 27.7777777778%;
  color: #0093d0;
  font-style: italic;
}
.gallery .month .illustTtl .date {
  padding-right: 0.5em;
  display: inline-block;
}
.gallery .month .illustTtl .headlineLb {
  margin: 0.25em auto 0.5em;
  padding: 20px 0;
  border-top: solid 1px #0093d0;
  border-bottom: solid 1px #0093d0;
  letter-spacing: -0.05em;
}
.gallery .month .dogFig {
  padding-top: 20%;
  float: right;
  width: 34.25%;
  height: auto;
}
.gallery .month .profile {
  padding-bottom: 3em;
  color: #000;
  font-style: normal;
  line-height: 1.75;
}
.gallery .month .catFig {
  margin-top: -10%;
  position: relative;
  top: 0;
  right: 2%;
  z-index: 900;
  float: right;
  width: 23.5416666667%;
}
.gallery .popularIllust {
  padding-bottom: 130px;
  overflow: hidden;
}
.gallery .popularIllust .headlineLb {
  padding: 40px 0 80px;
}
.gallery .popularList {
  padding: 0 60px;
}
.gallery .popularList li {
  padding: 0 20px;
  float: left;
  width: 20%;
}
.gallery .popularList li .overlayWrap img {
  width: 100%;
  height: auto;
}
.gallery .popularList li .overlay {
  cursor: pointer;
}
.gallery .popularList .rankTtl {
  padding-top: 0.5em;
  display: table;
  font-style: italic;
}
.gallery .popularList .rankTtl img, .gallery .popularList .rankTtl span {
  display: table-cell;
  vertical-align: middle;
}
.gallery .popularList .rankTtl span {
  padding: 0.75em 0 0 1em;
}
@media only screen and (max-width: 1160px) {
  .gallery .popularList {
    padding: 0;
    width: 1000px;
  }
  .gallery .popularList li {
    padding: 0 10px;
  }
}
.gallery .illustList .localNavi {
  padding-bottom: 2.6041666667%;
  position: relative;
  color: #fff;
  background: #0093d0;
}
.gallery .illustList .localNavi h2 {
  padding: 4.6875% 0;
}
.gallery .illustList .localNavi:after {
  margin: 0 auto;
  border-color: #0093d0 transparent transparent transparent;
  border-style: solid;
  border-width: 28px 28px 0 28px;
  position: absolute;
  right: 0;
  bottom: -27px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
}
.gallery .illustList .popularList li { /* padding-bottom: px(50,1480); */ }
.gallery .illustList .popularList li h3 {
  height: 6em;
}
.gallery .illustList .popularList li .rankTtl {
  display: block;
}
.gallery .illustList .popularList li .rankTtl img, .gallery .illustList .popularList li .rankTtl span {
  display: block;
}
.gallery .iconList li {
  padding-right: 2px;
  float: left;
  width: 8.5%;
  text-align: center; /* px(124,1440) (8/100)*100%*/
}
.gallery .iconList li:nth-child(n+11) {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .gallery .iconList li {
    width: 8.25%;
    font-size: 1.5rem;
    font-style: 15px;
  }
}
@media only screen and (max-width: 1380px) {
  .gallery .iconList li {
    width: 9%;
    font-size: 1.4rem;
    font-style: 14px;
  }
  .gallery .iconList li:nth-child(n+10) {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .gallery .iconList li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.gallery .iconList li.moreBtn {
  display: inline-block;
  width: auto;
}
.gallery .iconList a {
  display: block;
  color: #80c9e8;
  cursor: pointer;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}
.gallery .iconList a span:first-child, .gallery .iconList a img {
  border: solid 2px #0093d0;
  border-radius: 50%;
  display: inline-block;
}
.gallery .iconList a img {
  border: solid 3px transparent;
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.gallery .iconList a span:last-child {
  padding-top: 0.25em;
  display: block;
  height: 2.5em;
  line-height: 1;
}
.gallery .iconList a:hover {
  color: #fff;
}
.gallery .iconList a:hover span {
  border-color: #fff;
}
.gallery .iconList a:hover img {
  border-color: #0093d0;
  opacity: 1;
}
.gallery .iconList span {
  display: block;
  font-style: italic;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.gallery .iconList .moreBtn {
  margin: 0 0.5em 0 0.5em;
  padding: 0 2.25em;
  border: solid 2px #fff;
  border-radius: 4em;
  display: inline-block;
  float: right;
  width: auto;
  background: #0093d0;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  letter-spacing: -0.05em;
  pointer-events: none;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.gallery .iconList .moreBtn.on {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}
.gallery .iconList .moreBtn span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.gallery .iconList .moreBtn:hover {
  border-color: #0093d0;
  background: #fff;
}
.gallery .iconList .moreBtn:hover span {
  color: #0093d0;
}
.gallery .iconList .moreBtn.nextMoreBtn {
  visibility: hidden;
}
.gallery #selectIconArea {
  padding: 5.625% 0 2.6041666667%;
  display: block;
  width: 100%;
  text-align: center;
}
.gallery #selectIconArea label {
  display: block;
  color: #0093d0;
}
.gallery #selectIconArea label span {
  display: block;
  font-style: italic;
  text-align: center;
}
.gallery .mfp-bg {
  min-width: 1080px;
}
.gallery .mfp-content {
  width: 100%;
}
.gallery .mfp-content .mfp-close {
  margin-right: 3.125%;
  border: solid 2px #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 1.25;
}
.gallery .process-loading {
  text-align: center;
}

@keyframes featureFadeInUp {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body.feature section {
  position: relative;
}
body.feature .bgGray {
  background: #eff0f1;
}
body.feature .linkBtn {
  border: none;
  width: 280px;
}
body.feature .linkBtn a {
  padding: 0.5em 1.4em 0.5em 1.6em;
  border: 2px solid #000;
  color: #000;
  line-height: 1;
}
body.feature .linkBtn a:hover {
  border-color: #0093d0;
  color: #FFF;
}
body.feature #kv {
  padding: 63px 0;
  background: #FFF;
  text-align: center;
}
body.feature #kv h1 {
  color: #0093d0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
body.feature .item {
  position: relative;
}
body.feature .item .anchor {
  position: absolute;
  width: 100%;
  height: 0;
}
body.feature .item .box {
  position: relative;
  z-index: 3;
}
body.feature .item .box:after {
  display: block;
  clear: both;
  content: "";
}
body.feature .item .box .imgWrap {
  line-height: 0;
}
body.feature .item .box .imgWrap > img {
  width: 66.6666666667%;
  max-width: 960px;
}
body.feature .item .box .textWrap {
  padding: 75px 60px;
  position: absolute;
  z-index: 800;
  width: 50%;
  max-width: 720px;
  background: rgba(255, 255, 255, 0.9);
}
body.feature .item .box .textWrap h3 {
  margin-bottom: 30px;
  color: #0093d0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
body.feature .item .box .textWrap p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
body.feature .item .box .textWrap p + h3 {
  margin-top: 40px;
}
body.feature .item .box .textWrap .wBr {
  display: none;
}
@media only screen and (max-width: 1550px) {
  body.feature .item .box .textWrap .wBr {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  body.feature .item .box .textWrap {
    padding: 75px 40px;
  }
  body.feature .item .box .textWrap h3 {
    font-size: 32px;
  }
}
body.feature .item .box.js-fadeInUp .imgWrap, body.feature .item .box.js-fadeInUp .textWrap, body.feature .item .box.js-fadeInUp .newPkgWrap .imgBox, body.feature .item .box.js-fadeInUp .newPkgWrap .bnr {
  opacity: 0;
}
body.feature .item .box.fadeInUp .imgWrap {
  animation: featureFadeInUp 0.8s ease-in-out 0.3s forwards;
}
body.feature .item .box.fadeInUp .textWrap {
  animation: featureFadeInUp 0.8s ease-in-out 0.8s forwards;
}
body.feature .item .box.fadeInUp .newPkgWrap .imgBox {
  animation: featureFadeInUp 0.8s ease-in-out 1.2s forwards;
}
body.feature .item .box.fadeInUp .newPkgWrap .bnr {
  animation: featureFadeInUp 0.8s ease-in-out 1.7s forwards;
}
body.feature .item .materialBox {
  margin-top: 120px;
  padding: 40px 60px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
body.feature .item .materialBox .textWrap {
  display: flex;
  width: 900px;
}
body.feature .item .materialBox .textWrap .textInner {
  padding: 30px 60px 0 0;
  flex: 1;
}
body.feature .item .materialBox .textWrap .pkgWrap {
  padding-top: 50px;
  position: relative;
  z-index: 2;
  width: 240px;
  height: 384px;
}
body.feature .item .materialBox .textWrap .pkgWrap img {
  width: 286px;
}
body.feature .item .materialBox .imgWrap {
  border: 1px solid #EEE;
  width: 420px;
  height: 384px;
}
body.feature .item .materialBox .imgWrap img {
  width: 418px;
}
body.feature .item .materialBox h3 {
  margin-bottom: 40px;
  color: #0093d0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
body.feature .item .materialBox h3 small {
  margin-top: 5px;
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}
body.feature .item .materialBox p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1520px) {
  body.feature .item .materialBox .textWrap {
    display: block;
  }
  body.feature .item .materialBox .textWrap .textInner {
    width: 100%;
  }
  body.feature .item .materialBox .textWrap .pkgWrap {
    margin: 0 auto;
  }
}
body.feature .item .materialBox.js-fadeInUp {
  opacity: 0;
}
body.feature .item .materialBox.fadeInUp {
  animation: featureFadeInUp 0.8s ease-in-out 0.3s forwards;
}
body.feature .item .naturaltasteBox {
  margin-top: 40px;
  padding: 40px 60px;
  display: flex;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
body.feature .item .naturaltasteBox .textWrap {
  padding-right: 60px;
  width: 660px;
}
body.feature .item .naturaltasteBox .imgWrap {
  border: 1px solid #EEE;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 660px;
  min-width: 480px;
  height: 320px;
  overflow: hidden;
}
body.feature .item .naturaltasteBox h3 {
  margin-bottom: 35px;
  line-height: 0;
}
body.feature .item .naturaltasteBox h3 img {
  width: 100%;
  max-width: 463px;
}
body.feature .item .naturaltasteBox p {
  font-size: 16px;
  line-height: 1.5;
}
body.feature .item .naturaltasteBox p.comment {
  margin-top: 1em;
  color: #0093d0;
  font-weight: bold;
}
body.feature .item .naturaltasteBox p.btn {
  margin-top: 30px;
  width: 300px;
}
body.feature .item .naturaltasteBox p.btn span {
  padding: 0.5em 1.4em 0.5em 1.6em;
  border: 2px solid #000;
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: 0.5s;
}
body.feature .item .naturaltasteBox p.btn span:hover {
  border-color: #0093d0;
  color: #FFF;
  background: #0093d0;
}
body.feature .item .naturaltasteBox p.btn span:after {
  display: inline-block;
  position: absolute;
  right: 1em;
  content: "→";
}
body.feature .item .naturaltasteBox.js-fadeInUp {
  opacity: 0;
}
body.feature .item .naturaltasteBox.fadeInUp {
  animation: featureFadeInUp 0.8s ease-in-out 0.3s forwards;
}
body.feature .item .newPkgWrap {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 600px;
  width: 41.6666666667%;
  max-width: 600px;
}
body.feature .item .newPkgWrap .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
body.feature .item .newPkgWrap .imgBox img {
  width: 230px;
}
body.feature .item .newPkgWrap .bnr {
  margin-top: 20px;
  width: 100%;
}
body.feature .item .newPkgWrap .bnr a {
  display: block;
  width: 100%;
  background: #FFF;
  line-height: 0;
  transition: 0.5s;
}
body.feature .item .newPkgWrap .bnr a img {
  width: 100%;
}
body.feature .item .newPkgWrap .bnr a:hover {
  opacity: 0.7;
}
body.feature .item.rowMilk {
  padding-top: 100px;
}
body.feature .item.rowMilk .anchor {
  top: 20px;
}
body.feature .item.rowMilk .box .imgWrap {
  text-align: right;
}
body.feature .item.rowMilk .box .textWrap {
  bottom: -80px;
  left: 0;
}
body.feature .item.recipe {
  padding-top: 140px;
}
body.feature .item.recipe .anchor {
  top: 60px;
}
body.feature .item.recipe .box .textWrap {
  right: 0;
  bottom: 80px;
}
body.feature .item.taste {
  padding-top: 140px;
}
body.feature .item.taste .box .imgWrap {
  text-align: right;
}
body.feature .item.taste .box .textWrap {
  margin-top: 25%;
  top: 0;
  bottom: auto;
  left: 0;
}
body.feature .item.taste .box .imgWrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
body.feature .item.taste .box .textWrap {
  position: relative;
  float: left;
}
body.feature .item.taste .box .newPkgWrap {
  padding-top: 53%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  height: 100%;
}
body.feature .item.taste .box .newPkgWrap .imgBox {
  height: 100%;
}
body.feature .item.taste .bnr {
  margin-top: 20px;
  padding-right: 60px;
  text-align: right;
}
body.feature .lineupWrap {
  padding: 40px 0;
  background: linear-gradient(to bottom, #eff0f1 160px, #FFF 160px);
}
body.feature .lineupWrap .pkgImg {
  margin: 0 auto;
  width: 450px;
  height: 470px;
}
body.feature .lineupWrap .pkgImg img {
  width: 620px;
}
body.feature .lineupWrap .linkBtn {
  margin: 35px auto 0;
}
body.feature .lineupWrap.js-fadeInUp .pkgImg {
  opacity: 0;
}
body.feature .lineupWrap.fadeInUp .pkgImg {
  animation: featureFadeInUp 0.8s ease-in-out 0.3s forwards;
}
body.feature .bnrWrap {
  padding: 40px 0;
  background: #FFF;
}
body.feature .bnrWrap ul {
  margin: 0 auto;
  display: flex;
  width: 1000px;
}
body.feature .bnrWrap li {
  width: 100%;
}
body.feature .bnrWrap li a {
  display: block;
  width: 100%;
  line-height: 0;
  transition: 0.5s;
}
body.feature .bnrWrap li a:hover {
  opacity: 0.7;
}
body.feature .bnrWrap li img {
  width: 100%;
}
body.feature .bnrWrap.js-fadeInUp li {
  opacity: 0;
}
body.feature .bnrWrap.fadeInUp li:nth-child(1) {
  animation: featureFadeInUp 0.8s ease-in-out 0.3s forwards;
}
body.feature .bnrWrap.fadeInUp li:nth-child(2) {
  animation: featureFadeInUp 0.8s ease-in-out 0.8s forwards;
}
body.feature .videoModalStyle {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 856px;
}
body.feature .videoModalStyle video {
  width: 100%;
}
body.feature .videoModalStyle .mfp-close {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
body.feature .videoModalStyle .mfp-close img {
  width: 100%;
}
body.feature .videoModalStyle button.mfp-close * {
  pointer-events: none;
}
body.feature .zoomEffect .mfp-with-anim {
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
body.feature .zoomEffect.mfp-bg {
  transition: all 0.3s ease-out;
  opacity: 0;
}
body.feature .zoomEffect.mfp-ready .mfp-with-anim {
  transform: scale(1);
  opacity: 1;
}
body.feature .zoomEffect.mfp-ready.mfp-bg {
  opacity: 0.8;
}
body.feature .zoomEffect.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
body.feature .zoomEffect.mfp-removing.mfp-bg {
  opacity: 0;
}
@media only screen and (max-width: 1450px) {
  body.feature .w1450 {
    display: none;
  }
}

.lineup .js-fadeIn,
.lineup .js-fadeInUp,
.lineup .js-fadeInSlide-f_left,
.lineup .js-fadeInSlide-f_right,
.lineup .js-fadeRotateIn {
  pointer-events: none;
  opacity: 0;
}
.lineup .js-fadeIn.animation {
  animation: fadeIn 2s 0s forwards;
}
.lineup .js-fadeInUp.animation {
  animation: fadeInUpHome 2s 0s forwards;
}
.lineup .js-fadeInSlide-f_left.animation {
  animation: fadeInSlide-f_left 1s 0s forwards;
}
.lineup .js-fadeInSlide-f_right.animation {
  animation: fadeInSlide-f_right 1s 0s forwards;
}
.lineup .js-fadeRotateIn.animation {
  animation: fadeRotateIn 1.5s forwards;
}
.lineup .fadeIn {
  pointer-events: auto;
  animation: fadeIn 2s 0s forwards;
}
.lineup .fadeInUp {
  pointer-events: auto;
  animation: fadeInUpHome 2s 0s forwards;
}
.lineup .fadeInSlide-f_left {
  pointer-events: auto;
  animation: fadeInSlide-f_left 1s 0s forwards;
}
.lineup .fadeInSlide-f_right {
  pointer-events: auto;
  animation: fadeInSlide-f_right 1s 0s forwards;
}
.lineup .fadeRotateIn {
  pointer-events: auto;
  animation: fadeRotateIn 1.5s forwards;
}
.lineup #contentsWrap {
  overflow: hidden;
  font-feature-settings: "palt";
}
.lineup #kv {
  color: #0093d0;
  font-size: 40px;
  line-height: 163px;
  text-align: center;
}
.lineup .basic_lineup {
  padding-top: 170px;
  padding-bottom: 200px;
  position: relative;
  color: #fff;
  background: url(/images/lineup/basic-bgi.png) no-repeat center top #006abe;
  background-size: 100% auto;
}
.lineup .basic_lineup .anchor {
  position: absolute;
  top: -80px;
  width: 100%;
  height: 0;
}
.lineup .basic_lineup .innerWrap {
  display: flex;
}
.lineup .basic_lineup .main_pkg, .lineup .basic_lineup .lineup_area {
  width: 50%;
}
.lineup .basic_lineup .headline3 {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.lineup .basic_lineup .headline3 small {
  margin-left: 1em;
  color: #ace6fe;
  font-size: 14px;
}
.lineup .basic_lineup .headline3.w1366_head .w1366 {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .lineup .basic_lineup .headline3.w1366_head {
    line-height: 1.1;
  }
  .lineup .basic_lineup .headline3.w1366_head .w1366 {
    display: block;
  }
}
.lineup .basic_lineup .lead {
  text-align: justify;
}
.lineup .basic_lineup.basic_lineup-lowfat {
  background: url(/images/lineup/low_fat-bgi.png) no-repeat center top #0c2790;
  background-size: 100% auto;
}
.lineup .basic_lineup.basic_lineup-lowfat .itemOutline > ul li {
  border-color: #5a73d4;
}
.lineup .basic_lineup.basic_lineup-milkcoffee {
  color: #5a3011;
  background: url(/images/lineup/milkcoffee-bgi.png) no-repeat center top #e9caa1;
  background-size: 100% auto;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .product_lineup li:first-child::after {
  position: absolute;
  white-space: pre;
  content: "※関東エリア先行発売";
  display: block;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.25;
  bottom: -6.5%;
}
@media only screen and (max-width: 1680px) {
  .lineup .basic_lineup.basic_lineup-milkcoffee .product_lineup li:first-child::after {
    font-size: 0.9vw;
  }
}
.lineup .basic_lineup.basic_lineup-milkcoffee .itemOutline {
  margin-top: 100px;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .itemOutline > ul li {
  border-color: #B48A6B;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .itemOutline .outlineHeadline {
  border-color: #5a3011;
  color: #5a3011;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .linkBtn {
  border-color: #5a3011;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .linkBtn a {
  color: #5a3011;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .linkBtn a:hover {
  background: #fff;
}
.lineup .basic_lineup.basic_lineup-ca {
  padding-bottom: 180px;
  background: url(/images/lineup/ca-bgi.png) no-repeat center top #00a0e3;
  background-size: 100% auto;
}
.lineup .basic_lineup.basic_lineup-ca .product_lineup li:nth-child(-n+2) img {
  margin-bottom: 0.35em;
}
.lineup .basic_lineup.basic_lineup-ca .product_lineup li:nth-child(-n+2) p {
  margin-top: 18.3333333333em;
}
.lineup .basic_lineup.basic_lineup-ca .itemOutline > ul li {
  border-color: #51c0ee;
}
.lineup .basic_lineup.basic_lineup-ca .pkg-cream {
  margin: -34px 0 0 182px;
}
@media only screen and (max-width: 1580px) {
  .lineup .basic_lineup.basic_lineup-ca .pkg-cream {
    margin-left: 9vw;
  }
}
@media only screen and (max-width: 1280px) {
  .lineup .basic_lineup.basic_lineup-ca .pkg-cream {
    margin-left: 18%;
  }
}
.lineup .basic_lineup.basic_lineup-ca .pkg_ttl {
  margin-top: -122px;
}
@media only screen and (max-width: 1366px) {
  .lineup .basic_lineup.basic_lineup-ca .lead.no_wrap .w1366_over_show {
    display: none;
  }
}
.lineup .pkg_wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.lineup .pkg_wrap .pkg_ttl {
  margin-top: -110px;
  font-weight: normal;
}
.lineup .pkg_wrap .attention {
  margin-top: 2em;
  color: #99b7c9;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2857142857;
}
.lineup .pkg_wrap.col2 {
  display: flex;
  align-items: flex-end;
  width: 670px;
}
.lineup .pkg_wrap.col2 .pkg_ttl {
  margin-top: -120px;
}
.lineup .pkg_wrap .low900 .pkg_ttl {
  text-indent: -0.5em;
}
.lineup .pkg_wrap .low200 {
  margin-left: -315px;
}
.lineup .pkg_wrap .low200 .pkg_ttl {
  text-indent: 0.5em;
}
.lineup .product_lineup {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup .product_lineup:after {
  display: block;
  width: calc(33.3333333333% - 2px);
  content: "";
}
.lineup .product_lineup li {
  position: relative;
  float: left;
  width: calc(33.3333333333% - 2px);
  background: rgba(0, 0, 0, 0.1);
}
.lineup .product_lineup li:nth-child(n+4) {
  margin-top: 3px;
}
.lineup .product_lineup li:nth-child(2) {
  animation-delay: 0.4s;
}
.lineup .product_lineup li:nth-child(3) {
  animation-delay: 0.6s;
}
.lineup .product_lineup li:nth-child(4) {
  animation-delay: 0.8s;
}
.lineup .product_lineup li:nth-child(5) {
  animation-delay: 1s;
}
.lineup .product_lineup li:nth-child(6) {
  animation-delay: 1.2s;
}
.lineup .product_lineup img {
  position: relative;
  z-index: 800;
  width: 100%;
  height: auto;
}
.lineup .product_lineup .shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto;
}
.lineup .product_lineup p {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 1680px) {
  .lineup .product_lineup p {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1200) {
  .lineup .product_lineup p {
    font-size: 12px;
  }
}
.lineup .product_lineup .limited_ttl {
  position: absolute;
  top: 1.7142857143em;
  left: 0;
  width: 100%;
  color: #99b7c9;
  font-size: 14px;
  line-height: 1.2857142857;
  text-align: center;
}
@media only screen and (max-width: 1680px) {
  .lineup .product_lineup .limited_ttl {
    top: 1.33em;
    font-size: 0.9vw;
    line-height: 1.3571428571;
  }
}
.lineup .product_lineup:after {
  display: block;
  clear: both;
  content: "";
}
.lineup .bnr_area {
  margin-top: 40px;
}
.lineup .bnr_area img {
  width: 100%;
  transition: 0.5s;
}
.lineup .bnr_area a {
  display: block;
  background: #FFF;
}
.lineup .bnr_area a:hover img {
  opacity: 0.7;
}
.lineup .bnr_area p {
  width: 360px;
}
.lineup .itemOutline {
  margin-top: 60px;
}
.lineup .itemOutline .outlineHeadline {
  padding-bottom: 1em;
  border-bottom: solid 2px #fff;
  font-size: 20px;
}
.lineup .itemOutline > ul li {
  padding: 0.25em 0;
  border-bottom: solid 1px #448cc5;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
}
.lineup .itemOutline > ul li:after {
  display: block;
  clear: both;
  content: "";
}
.lineup .itemOutline > ul b {
  float: left;
  width: 180px;
}
.lineup .itemOutline > ul span {
  width: calc(100% - 180px);
}
.lineup .itemOutline .btnWrap {
  padding-top: 40px;
}
.lineup .itemOutline .linkBtn {
  border-color: #fff;
  border-radius: 30px;
  width: 420px;
  line-height: 36px;
}
.lineup .itemOutline .linkBtn a {
  padding-left: 30px;
  border-radius: 30px;
  color: #fff;
  text-align: left;
  text-indent: 0;
}
.lineup .mfp-content {
  width: 100%;
  max-width: 1000px;
}
.lineup .mfp-content .mfp-close {
  margin-top: 20px;
  margin-right: 3.125%;
  border: solid 2px #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 1.25;
}
.lineup .mfp-container {
  overflow: auto;
}
.lineup .componentModal {
  margin: 0 auto;
  padding: 128px 0;
  color: #fff;
  background: #0093d0;
}
.lineup .componentModal .componentHeadline {
  padding-bottom: 60px;
  font-size: 28px;
}
.lineup .componentModal .componentHeadline span {
  margin-left: 1em;
  font-size: 80%;
}
.lineup .componentModal .tabWrap {
  margin: 0 auto;
  display: block;
  width: 840px;
}
.lineup .componentModal .tabHead {
  border-bottom: solid 1px #fff;
}
.lineup .componentModal .tabHead > li {
  position: relative;
  float: left;
  width: 33.3333333333%;
  line-height: 36px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.lineup .componentModal .tabHead > li:hover {
  color: #0093d0;
  background: #fff;
}
.lineup .componentModal .tabHead > li.on {
  color: #0093d0;
  background: #fff;
  cursor: auto;
}
.lineup .componentModal .tabHead > li.on:after {
  margin: 0 auto;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 0.5em 0.5em 0 0.5em;
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
}
.lineup .componentModal .tabHead > li.on:hover {
  opacity: 1;
}
.lineup .componentModal .tabResult {
  padding-top: 1em;
  font-size: 16px;
}
.lineup .componentModal .tabResult > ul {
  display: none;
}
.lineup .componentModal .tabResult > ul.on {
  display: block;
}
.lineup .componentModal .tabResult > ul li {
  float: left;
  width: 50%;
}
.lineup .componentModal .tabResult > ul li p {
  float: left;
  width: 33.3333333333%;
  line-height: 1.25;
}
.lineup .componentModal .tabResult .bigChar {
  font-size: 48px;
  font-size: 4.8rem;
}
.lineup .linkBtn a {
  outline: none;
}
.lineup .notes_tokyo2020_partner {
  margin-top: 3em;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}

.nyuwashoku .animate {
  opacity: 0;
}
.nyuwashoku #kv {
  padding-top: 80px;
  position: relative;
  background: url(/images/nyuwashoku/kv-bgi.jpg) repeat center center;
}
.nyuwashoku #kv .kvTtl {
  margin-bottom: -20px;
  position: relative;
  top: 0;
}
.nyuwashoku .kvImg {
  position: relative;
  z-index: 800;
}
.nyuwashoku .aboutNyuwashoku {
  margin-top: -440px;
  padding: 350px 0 40px;
  position: relative;
  top: 0;
  z-index: 0;
  color: #fff;
  background: #0093d0;
}
.nyuwashoku .aboutNyuwashoku .textWrap {
  margin: 0 auto;
  padding-top: 1.5em;
  display: table;
  width: 960px;
}
.nyuwashoku .aboutNyuwashoku .aboutText, .nyuwashoku .aboutNyuwashoku .aboutBnr {
  display: table-cell;
  vertical-align: middle;
}
.nyuwashoku .aboutNyuwashoku .aboutText {
  padding-right: 40px;
  border-right: solid 1px #80c9e8;
  width: 720px;
}
.nyuwashoku .aboutNyuwashoku .aboutBnr {
  padding-left: 40px;
}
.nyuwashoku .nabeArea {
  margin-top: -40px;
  position: relative;
  top: 0;
}
.nyuwashoku .nabeArea .nabeImg {
  position: absolute;
  top: 0;
  float: left;
  width: 50%;
}
.nyuwashoku .nabeArea .nabeImg img {
  position: relative;
  z-index: 900;
  width: 100%;
  min-width: 580px;
  max-width: 909px;
  height: auto;
}
.nyuwashoku .nabeArea .textWrap {
  padding: 11.9791666667% 40px;
  float: left;
  width: 50%;
  max-width: 700px;
}
.nyuwashoku .nabeArea .textWrap {
  position: relative;
  left: 50%;
}
.nyuwashoku .nabeArea .headlineLb {
  padding-bottom: 1em;
}
.nyuwashoku .nabeArea .headlineLb:nth-of-type(2) {
  padding-top: 2em;
}
.nyuwashoku .nabeArea .nabeText {
  line-height: 2;
  letter-spacing: -0.04em;
}
.nyuwashoku .point {
  margin-top: 7.2916666667%;
  padding: 100px 0 80px;
  position: relative;
  top: 0;
  z-index: 800;
  background: url(/images/nyuwashoku/point-bgi.png) repeat;
}
@media only screen and (max-width: 1366px) {
  .nyuwashoku .point {
    margin-top: 0;
  }
}
.nyuwashoku .point .pointHeadline {
  padding-bottom: 80px;
  display: block;
  color: #fff;
}
.nyuwashoku .point > ul {
  font-size: 0;
}
@media only screen and (max-width: 1460px) {
  .nyuwashoku .point > ul {
    margin: 0 auto;
    width: 1000px;
  }
}
.nyuwashoku .point li {
  margin-bottom: 20px;
  display: inline-block;
  width: 270px;
  height: 450px;
  background: #fff;
  vertical-align: top;
}
.nyuwashoku .point li + li {
  margin-left: 20px;
}
.nyuwashoku .point li > p {
  padding: 2em 1.25em 0;
  line-height: 1.375;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}
.nyuwashoku .nyuRecipe {
  padding: 100px 0 80px;
  position: relative;
  top: 0;
  z-index: 800;
  overflow: hidden;
  background: url(/images/nyuwashoku/recipe-bgi.png) repeat;
}
.nyuwashoku .nyuRecipe .localNavi {
  padding: 80px 0 0;
}
.nyuwashoku .nyuRecipe .localNavi li {
  display: inline-block;
  width: 300px;
}
.nyuwashoku .nyuRecipe .localNavi a {
  display: block;
  position: relative;
}
.nyuwashoku .nyuRecipe .localNavi a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  content: "";
}
.nyuwashoku .nyuRecipe .localNavi a.tonjiru:hover:after {
  background: url(/images/nyuwashoku/recipe-navi-tonjiru-hover.png) no-repeat center top;
}
.nyuwashoku .nyuRecipe .localNavi a.saba:hover:after {
  background: url(/images/nyuwashoku/recipe-navi-saba-hover.png) no-repeat center top;
}
.nyuwashoku .nyuRecipe .localNavi a.pumpkin:hover:after {
  background: url(/images/nyuwashoku/recipe-navi-pumpkin-hover.png) no-repeat center top;
}
.nyuwashoku .nyuRecipe .localNavi img {
  padding-bottom: 1em;
  display: inline-block;
}
.nyuwashoku #tonjiru {
  position: relative;
  top: -100px;
  width: 100%;
  height: 0;
}
.nyuwashoku .recipeContent {
  padding-top: 120px;
}
.nyuwashoku .recipeContent .headlineBgLb {
  padding: 0.5em 0;
  color: #fff;
  background: #0093d0;
}
.nyuwashoku .recipeContent .rightCel {
  float: right;
  width: 50%;
}
.nyuwashoku .recipeContent .leftCel {
  float: left;
  width: 50%;
}
.nyuwashoku .recipeContent .itemImg {
  margin-top: -8%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  max-width: 914px;
  height: auto;
}
.nyuwashoku .recipeContent .rightCel .itemImg {
  margin-right: 0%;
  width: 115%;
}
.nyuwashoku .recipeContent .rightCel.textWrap {
  padding-left: 40px;
}
.nyuwashoku .recipeContent .leftCel .itemImg {
  margin-left: -15%;
  width: 130%;
}
.nyuwashoku .recipeContent .leftCel.textWrap {
  padding-right: 40px;
}
.nyuwashoku .recipeContent .iconComponent {
  margin-top: -10%;
  position: relative;
  top: 0;
  text-align: center;
}
.nyuwashoku .recipeContent .iconComponent li {
  display: inline-block;
}
.nyuwashoku .recipeContent .quantity {
  padding-top: 0.5em;
}
.nyuwashoku .recipeContent .textWrap {
  padding-top: 80px;
  position: relative;
  z-index: 800;
}
.nyuwashoku .recipeContent .textWrap .iconHeadline {
  padding-bottom: 0.25em;
  border-bottom: solid 2px #572f11;
}
.nyuwashoku .recipeContent .textWrap .iconHeadline img {
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.nyuwashoku .recipeContent .textWrap .iconHeadline .recipeTtl {
  position: relative;
  top: 0.125em;
}
.nyuwashoku .recipeContent .textWrap .catch {
  padding: 1.5em 0 2em;
  line-height: 1.4;
}
.nyuwashoku .recipeContent .materialWrap {
  padding: 10px;
  position: relative;
  background: #000;
}
.nyuwashoku .recipeContent .materialWrap .whiteBg {
  padding: 30px;
  background: #fff;
}
.nyuwashoku .recipeContent .materialWrap:after {
  margin: 0 auto;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 1em 1em 0 1em;
  position: absolute;
  right: 0;
  bottom: -0.95em;
  left: 0;
  width: 0;
  height: 0;
  content: "";
}
.nyuwashoku .recipeContent .materialWrap .headlineLb {
  padding-bottom: 0.5em;
}
.nyuwashoku .recipeContent .materialWrap li {
  padding: 0.5em 0 0.25em;
  border-bottom: dotted 1px #7f7f7f;
}
.nyuwashoku .recipeContent .materialWrap li span {
  float: right;
}
.nyuwashoku .recipeContent .materialWrap .headline6 {
  padding-top: 2em;
}
.nyuwashoku .recipeContent .howtomakeWrap {
  margin-top: 1.25em;
  padding: 30px 40px;
  background: #fff;
  line-height: 1.5;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.nyuwashoku .recipeContent .howtomakeWrap .headlineLb {
  padding-bottom: 1em;
}
.nyuwashoku .recipeContent .howtomakeWrap li {
  padding: 0.5em 0;
  border-bottom: dotted 1px #7f7f7f;
  display: table;
  width: 100%;
  counter-increment: sample;
}
.nyuwashoku .recipeContent .howtomakeWrap li:first-child {
  border-top: dotted 1px #7f7f7f;
}
.nyuwashoku .recipeContent .howtomakeWrap li .num:after {
  display: block;
  width: 30px;
  height: 40px;
  color: #fff;
  background: #000;
  line-height: 40px;
  text-align: center;
  content: " " counter(sample) "";
}
.nyuwashoku .recipeContent .howtomakeWrap .num, .nyuwashoku .recipeContent .howtomakeWrap .textLine {
  display: table-cell;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: middle; /* IE用 */
}
.nyuwashoku .recipeContent .howtomakeWrap .num {
  width: 50px;
}
.nyuwashoku .recipeContent .howtomakeWrap .onePoint {
  margin: 40px auto 0;
  padding: 30px 50px;
  color: #fff;
  background: #e1b400;
}
.nyuwashoku .recipeContent .howtomakeWrap .notes {
  padding-top: 1em;
}
.nyuwashoku .recipeContent + .recipeContent {
  padding-top: 100px;
}

.save #contentsWrap {
  background: #f5f5f5;
}
.save #contentsWrap .inner {
  margin: 0 auto;
  padding: 68px 0 80px;
  width: 1000px;
  text-align: center;
}
.save #contentsWrap .inner small {
  margin-top: 0.1em;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.save #contentsWrap .inner img {
  -webkit-backface-visibility: hidden;
}
.save #contentsWrap .nowrap {
  white-space: nowrap;
}
.save #contentsWrap h1 {
  color: #15227d;
  font-size: 30px;
  font-weight: bold;
}
.save #contentsWrap h2 {
  height: 40px;
  color: #fff;
  background: url(/images/save/h2-bgi.png) no-repeat;
  background-size: contain;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.05em;
}
.save #contentsWrap .lead {
  margin: 61px auto 34px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.save #contentsWrap .lead strong {
  color: #e60012;
  font-weight: 500;
}
.save #contentsWrap .whitebox {
  margin: 40px auto 80px;
  padding: 34px 40px 37px;
  background: #fff;
}
.save #contentsWrap .whitebox.-howto {
  margin-bottom: 40px;
  padding-bottom: 72px;
}
.save #contentsWrap .important_txt {
  color: #e60012;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.01em;
}
.save #contentsWrap .flexbox {
  margin-top: 34px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: url(/images/save/img-line.png) no-repeat center top;
  background-size: 100% auto;
  letter-spacing: -0.01em;
}
.save #contentsWrap .flexbox sup {
  font-size: 10px;
}
.save #contentsWrap dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.save #contentsWrap .bacteria_increase {
  margin-top: 40px;
  padding: 0 20px;
}
.save #contentsWrap .bacteria_increase dt {
  margin-left: -10px;
}
.save #contentsWrap .bacteria_increase dd {
  margin-top: 19px;
}
.save #contentsWrap .bacteria_increase ul {
  margin-top: -3px;
}
.save #contentsWrap .bacteria_increase li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.save #contentsWrap .bacteria_increase li:first-child {
  margin-left: -2em;
}
.save #contentsWrap .days_to_rot {
  margin-top: 45px;
  width: 460px;
}
.save #contentsWrap .days_to_rot dt {
  letter-spacing: 0.02em;
}
.save #contentsWrap .days_to_rot span {
  border-radius: 40px;
  display: block;
  height: 35px;
  color: #fff;
  background: #3282ca;
  font-weight: bold;
  line-height: 35px;
}
.save #contentsWrap .days_to_rot dd {
  margin-top: 7px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.save #contentsWrap .days_to_rot dd strong {
  color: #e60012;
}
.save #contentsWrap .causes_of_corruption {
  margin-top: 40px;
  width: 460px;
}
.save #contentsWrap .causes_of_corruption dd {
  margin-top: 23px;
  line-height: 1.5;
}
.save #contentsWrap .causes_of_corruption dd p {
  padding: 0 10px 10px;
}
.save #contentsWrap .causes_of_corruption dd small {
  margin-top: 16px;
}
.save #contentsWrap .refrigerator {
  margin-top: 40px;
}
.save #contentsWrap .refrigerator dt {
  margin-left: -40px;
}
.save #contentsWrap .refrigerator dd {
  margin: 49px -34px 0 0;
}
.save #contentsWrap .mame {
  padding: 20px;
  background: #c3e6f9;
}
.save #contentsWrap .mame .mame_inner {
  border-radius: 10px;
  position: relative;
  background: #fff;
}
.save #contentsWrap .mame h2,
.save #contentsWrap .mame .img_illust {
  position: absolute;
}
.save #contentsWrap .mame h2 {
  top: 22px;
  left: 29px;
  background: none;
}
.save #contentsWrap .mame dl {
  padding: 45px 130px 38px;
  text-align: left;
}
.save #contentsWrap .mame dt {
  color: #00a0e9;
  font-size: 22px;
  font-weight: bold;
}
.save #contentsWrap .mame dd {
  margin-top: 0.5em;
  width: 645px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.033em;
}
.save #contentsWrap .mame small {
  margin-top: 16px;
  letter-spacing: -0.033em;
}
.save #contentsWrap .mame .img_illust {
  right: 25px;
  bottom: 49px;
}

.ieStyle.save #contentsWrap h2,
.ieStyle.save #contentsWrap .days_to_rot span {
  padding-top: 0.1em;
}
.ieStyle.save #contentsWrap .mame_inner p {
  letter-spacing: -0.033em;
}
.ieStyle.save #contentsWrap .mame_inner .img_illust {
  right: 20px;
}

.p404 #kv {
  display: block;
  width: 100%;
  height: 280px;
  color: #fff;
  background: #0093d0;
}
.p404 #kv .catch {
  padding-top: 120px;
  position: relative;
}
.p404 #kv .englishCatch {
  padding-top: 1em;
  display: block;
}
.p404 .linkInduction {
  background: url(/images/404/milk-image-bgi.png) repeat-x center top;
}
.p404 .linkInduction .lead404 {
  padding: 3.5em 0 2em;
}
.p404 .linkInduction .linkBtn {
  margin: 0 auto;
  width: 400px;
}
.p404 .linkInduction .linkBtn.p500 {
  margin-top: 3.5em;
}
.p404 .linkInduction .milkImg {
  padding-top: 80px;
  display: inline-block;
}

@font-face {
  font-family: "ilm";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ilm.eot");
  src: url("../fonts/ilm.eot?#iefix") format("embedded-opentype"), url("../fonts/ilm.ttf") format("truetype"), url("../fonts/ilm.svg#ilm") format("svg"), url("../fonts/ilm.woff") format("woff");
}
@font-face {
  font-family: "oishii";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/oishii-2017.eot");
  src: url("../fonts/oishii-2017.eot?#iefix") format("embedded-opentype"), url("../fonts/oishii-2017.ttf") format("truetype"), url("../fonts/oishii-2017.svg#ilm") format("svg"), url("../fonts/oishii-2017.woff") format("woff");
}
@font-face {
  font-family: "ostrich";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ostrichsans-medium-webfont.eot");
  src: url("../fonts/ostrichsans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ostrichsans-medium-webfont.ttf") format("truetype"), url("../fonts/ostrichsans-medium-webfont.woff2") format("woff2"), url("../fonts/ostrichsans-medium-webfont.woff") format("woff");
}
@font-face {
  font-family: "yasasisaGothic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/yasasisaGothic.eot");
  src: url("../fonts/yasasisaGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/yasasisaGothic.ttf") format("truetype"), url("../fonts/yasasisaGothic.svg") format("svg"), url("../fonts/yasasisaGothic.woff2") format("woff2"), url("../fonts/yasasisaGothic.woff") format("woff");
}
[data-icon]:before {
  font-family: "ilm";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: attr(data-icon);
  speak: none;
  -webkit-font-smoothing: antialiased;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "ilm";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-telephone:before {
  content: "\e000";
}

.icon-right-dir:before {
  content: "\e001";
}

.icon-external:before {
  content: "\e002";
}

.icon-circle:before {
  content: "\e003";
}

.icon-angle-square-right:before {
  content: "\e004";
}

.icon-align-justify:before {
  content: "\e005";
}

.icon-up:before {
  content: "\e006";
}

.icon-angle-right:before {
  content: "\e007";
}

.icon-cancel-circle:before {
  content: "\e008";
}

.icon-mail:before {
  content: "\e009";
}

.icon-right:before {
  content: "\e00a";
}

.icon-angle-right-box:before {
  content: "\e00b";
}

.ieStyle .gramFont {
  font-family: "Noto Sans JP", sans-serif !important;
}
.ieStyle .hoverSpecialWrap:hover .specialLink {
  display: flex;
  justify-content: center;
}
.ieStyle .scaleDown #nav {
  display: flex;
  white-space: nowrap;
}
.ieStyle .scaleDown #nav .hoverSpecialWrap .specialLink {
  margin-top: 7.4074074074%;
  top: 0;
}
.ieStyle .scaleDown #nav .hoverSpecialWrap .specialLink li {
  font-size: 1.333vw;
}
.ieStyle #headerWrap a, .ieStyle #headerWrap .hoverSpecial {
  letter-spacing: -0.08em;
}
.ieStyle.recipe .materials span:last-child {
  font-family: "Noto Sans JP", sans-serif;
}

.edgeStyle.lineup .lowfat + .itemOutline {
  margin-top: 310px;
}

.-english #headerWrap #nav {
  font-weight: 500;
  letter-spacing: 0.03em;
  font-feature-settings: normal;
}
.-english #headerWrap #nav > li + li {
  margin-left: 26px;
}
.-english #headerWrap #nav .-lang .current {
  color: inherit;
}
.-english #headerWrap .hoverSpecialWrap.-lang .hoverSpecial:after {
  margin-left: 14px;
  font-family: "oishii";
  font-size: 0.75em;
  transition: 0.3s;
  content: "k";
}
.-english #headerWrap .hoverSpecialWrap.-lang .specialLink {
  margin: -20px 0 0 -47px;
  padding: 0;
  right: auto;
  left: auto;
  width: 196px;
}
.-english #headerWrap .hoverSpecialWrap.-lang .specialLink .innerWrap {
  padding: 0;
  display: block;
}
.-english #headerWrap .hoverSpecialWrap.-lang .specialLink li {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.-english #headerWrap .hoverSpecialWrap.-lang .specialLink li + li {
  margin: 0;
  border-top: solid 1px #0693d0;
}
.-english #headerWrap .hoverSpecialWrap.-lang .specialLink a {
  padding: 17px 0 20px;
  position: relative;
  background: #0074bd;
}
.-english #headerWrap .hoverSpecialWrap.-lang .specialLink a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-70%) rotate(-90deg);
  font-family: "oishii";
  font-size: 0.75em;
  transition: 0.3s;
  content: "k";
}
.-english #headerWrap .hoverSpecialWrap.-lang .specialLink a:hover {
  color: inherit;
  background: #0693d0;
}
.-english #headerWrap .hoverSpecialWrap.-lang:hover .hoverSpecial:after {
  transform: rotate(180deg);
}
.-english #headerWrap .hoverSpecialWrap.-megamenu .specialLink .innerWrap {
  justify-content: flex-end;
}
.-english #headerWrap .hoverSpecialWrap.-megamenu .specialLink li {
  margin-bottom: -1.25em;
  width: 20%;
  line-height: 1.25;
  letter-spacing: -0.05em;
  white-space: normal;
}
.-english #headerWrap .hoverSpecialWrap.-megamenu .specialLink li figure {
  margin-bottom: 0.5em;
}
.-english.home #kv .kv_ttl {
  margin-top: calc(50vh - 240px);
  max-width: 1440px;
}
.-english.home #kv .kv_ttl img {
  width: 39.453125%;
  max-width: 505px;
}
.-english.home #bnr_feature a {
  position: relative;
}
.-english.home #bnr_feature a + a {
  margin-top: 80px;
}
.-english.feature .item .box .textWrap h3 {
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.-english.feature .item .box .textWrap p {
  letter-spacing: 0.025em;
}
.-english.feature .item.recipe {
  padding-top: 215px;
}
@media only screen and (max-width: 1620px) {
  .-english.feature .item.recipe .box .textWrap h3 br.mediaquery {
    display: none;
  }
}
.-english.feature .item.recipe .box .textWrap p {
  letter-spacing: 0.01em;
}
.-english.feature .item .naturaltasteBox .textWrap {
  padding-right: 32px;
}
.-english.feature .item .naturaltasteBox h3 {
  margin-bottom: 39px;
}
.-english.feature .item .naturaltasteBox h3 img {
  max-width: 628px;
}
.-english.feature .item .naturaltasteBox .imgWrap {
  height: 289px;
}
.-english.feature .item .naturaltasteBox p {
  padding-right: 1em;
  letter-spacing: 0.025em;
}
.-english.feature .item.taste .box .textWrap {
  margin-top: 259px;
}
.-english.feature .item.taste .box .textWrap h3 {
  line-height: 1.2;
  letter-spacing: 0.017em;
}
@media only screen and (max-width: 1620px) {
  .-english.feature .item.taste .box .textWrap h3 {
    letter-spacing: 0;
  }
  .-english.feature .item.taste .box .textWrap h3 br.mediaquery {
    display: none;
  }
}
.-english.feature .item.taste .box .textWrap p + h3 {
  margin: 36px 0 33px;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 1620px) {
  .-english.feature .item.taste .box .textWrap p + h3 {
    letter-spacing: 0;
  }
}
.-english.feature .item.taste .box .textWrap p + h3 + p {
  letter-spacing: 0.01em;
}
.-english.feature .item.taste .box .newPkgWrap {
  padding-top: 52.3%;
}
.-english.feature .lineupWrap {
  padding: 124px 0 40px;
  background: linear-gradient(to bottom, #eff0f1 394px, #FFF 394px);
}
.-english.feature .bnrWrap a {
  margin: 0 auto;
  width: 500px;
  height: auto;
}
.-english.lineup .kvTtl {
  letter-spacing: 0.015em;
}
.-english.lineup .basic_lineup .headline3 {
  letter-spacing: 0.01em;
}
.-english.lineup .basic_lineup .lead {
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: left;
  letter-spacing: 0.044em;
}
.-english.lineup .product_lineup p,
.-english.lineup .pkg_wrap .pkg_ttl {
  letter-spacing: -0.03em;
}
.-english.lineup .itemOutline {
  letter-spacing: 0.025em;
}
.-english.lineup .itemOutline .outlineHeadline {
  letter-spacing: -0.025em;
}
.-english.lineup .itemOutline > ul li {
  padding: 0.2em 0;
}
.-english.lineup .itemOutline > ul b {
  width: 188px;
}
.-english.lineup .itemOutline .linkBtn {
  width: 470px;
  line-height: 33px;
  letter-spacing: 0.035em;
}
.-english.lineup .itemOutline .linkBtn a:after {
  font-size: 1.5em;
}
.-english.lineup .basic_lineup-ca .pkg-cream {
  margin-left: 167px;
}
@media only screen and (max-width: 1580px) {
  .-english.lineup .basic_lineup-ca .pkg-cream {
    margin-left: 10vw;
  }
}
@media only screen and (max-width: 1280px) {
  .-english.lineup .basic_lineup-ca .pkg-cream {
    margin-left: 20%;
  }
}
.-english.story .kv h1 {
  padding: 114px 0 100px;
}
.-english.story .kv h1 img {
  width: 1006px;
  height: auto;
}
.-english.story .kv h1 small {
  margin-top: 13px;
  text-indent: -1em;
  letter-spacing: 0.095em;
}
.-english.story .mainContent h2 .catch {
  bottom: 177px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.-english.story .mainContent .contentBlock .textArea h3 {
  text-align: left;
}
@media only screen and (max-width: 1366px) {
  .-english.story .mainContent .contentBlock .textArea .mediaquery {
    display: none;
  }
}
.-english.story .mainContent .contentBlock .textArea p {
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.025em;
}
.-english.story .mainContent .contentBlock .textArea ul li {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.-english.story .mainContent .contentBlock .textArea ul li + li {
  padding-top: 0.5em;
}
.-english.story .mainContent .chapter4 .contentBlock .textArea p {
  letter-spacing: 0.0025em;
}
.-english.story .mainContent .chapter5 .contentBlock .textArea p {
  letter-spacing: 0.005em;
}
.-english.story .mainContent .chapter7 .contentBlock .textArea .inner {
  margin: -26px 0 0;
}
.-english.story .mainContent .chapter7 .contentBlock .textArea h3 {
  text-align: center;
  letter-spacing: 0.05em;
}
.-english.story .mainContent .chapter7 .contentBlock .textArea p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.075em;
}

.-chinese #wrap p, .-chinese #wrap h1, .-chinese #wrap h2, .-chinese #wrap h3, .-chinese #wrap h4, .-chinese #wrap h5, .-chinese #wrap h6, .-chinese #wrap a, .-chinese #wrap li, .-chinese #wrap caption, .-chinese #wrap td, .-chinese #wrap th, .-chinese #wrap dt, .-chinese #wrap dd, .-chinese #wrap input, .-chinese #wrap textarea, .-chinese #wrap select, .-chinese #wrap address {
  font-family: "Noto Sans SC", sans-serif;
}
.-chinese #headerWrap #nav {
  letter-spacing: 0.03em;
  font-feature-settings: normal;
}
.-chinese #headerWrap #nav > li + li {
  margin-left: 26px;
}
.-chinese #headerWrap #nav .-lang .current {
  color: inherit;
}
.-chinese #headerWrap .hoverSpecialWrap.-lang .hoverSpecial:after {
  margin-left: 12px;
  font-family: "oishii";
  font-size: 0.75em;
  transition: 0.3s;
  content: "k";
}
.-chinese #headerWrap .hoverSpecialWrap.-lang .specialLink {
  margin: -20px 0 0 -47px;
  padding: 0;
  right: auto;
  left: auto;
  width: 196px;
}
.-chinese #headerWrap .hoverSpecialWrap.-lang .specialLink .innerWrap {
  padding: 0;
  display: block;
}
.-chinese #headerWrap .hoverSpecialWrap.-lang .specialLink li {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.-chinese #headerWrap .hoverSpecialWrap.-lang .specialLink li + li {
  margin: 0;
  border-top: solid 1px #0693d0;
}
.-chinese #headerWrap .hoverSpecialWrap.-lang .specialLink a {
  padding: 17px 0 20px;
  position: relative;
  background: #0074bd;
}
.-chinese #headerWrap .hoverSpecialWrap.-lang .specialLink a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-70%) rotate(-90deg);
  font-family: "oishii";
  font-size: 0.75em;
  transition: 0.3s;
  content: "k";
}
.-chinese #headerWrap .hoverSpecialWrap.-lang .specialLink a:hover {
  color: inherit;
  background: #0693d0;
}
.-chinese #headerWrap .hoverSpecialWrap.-lang:hover .hoverSpecial:after {
  transform: rotate(180deg);
}
.-chinese #headerWrap .hoverSpecialWrap.-megamenu .specialLink .innerWrap {
  justify-content: flex-end;
}
.-chinese #headerWrap .hoverSpecialWrap.-megamenu .specialLink li {
  margin-bottom: -1.25em;
  width: 20%;
  line-height: 1.25;
  letter-spacing: -0.05em;
  white-space: normal;
}
.-chinese #headerWrap .hoverSpecialWrap.-megamenu .specialLink li figure {
  margin-bottom: 0.5em;
}
.-chinese #topicPath li a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.-chinese.home #kv .kv_ttl {
  margin-top: calc(50vh - 200px);
  max-width: 1160px;
}
.-chinese.home #kv .kv_ttl img {
  width: 38.1%;
  max-width: 381px;
}
.-chinese.home #bnr_feature a {
  position: relative;
}
.-chinese.home #bnr_feature a + a {
  margin-top: 80px;
}
.-chinese.feature #kv h1 {
  font-weight: normal;
  font-feature-settings: "palt";
}
.-chinese.feature .item .box .textWrap h3 {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.-chinese.feature .item .box .textWrap p {
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
.-chinese.feature .item.recipe {
  padding-top: 215px;
}
.-chinese.feature .item.recipe .box .textWrap h3 {
  line-height: 1.17;
  letter-spacing: 0.025em;
}
.-chinese.feature .item .naturaltasteBox .textWrap {
  padding-right: 32px;
}
.-chinese.feature .item .naturaltasteBox h3 {
  margin-bottom: 39px;
}
.-chinese.feature .item .naturaltasteBox h3 img {
  max-width: 628px;
}
.-chinese.feature .item .naturaltasteBox .imgWrap {
  height: 289px;
}
.-chinese.feature .item .naturaltasteBox p {
  padding-right: 1em;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
.-chinese.feature .item.taste .box .textWrap {
  margin-top: 365px;
}
.-chinese.feature .item.taste .box .textWrap h3 {
  line-height: 1.2;
  letter-spacing: 0.017em;
}
.-chinese.feature .item.taste .box .textWrap p {
  letter-spacing: 0.05em;
}
.-chinese.feature .item.taste .box .textWrap p + h3 {
  margin: 60px 0 33px;
  letter-spacing: 0.005em;
}
.-chinese.feature .item.taste .box .textWrap p + h3 + p {
  letter-spacing: 0.04em;
}
.-chinese.feature .item.taste .box .newPkgWrap {
  padding-top: 50.3%;
}
.-chinese.feature .lineupWrap {
  padding: 124px 0 40px;
  background: linear-gradient(to bottom, #eff0f1 394px, #FFF 394px);
}
.-chinese.feature .bnrWrap a {
  margin: 0 auto;
  width: 500px;
  height: auto;
}
.-chinese.lineup .basic_lineup .headline3 {
  letter-spacing: 0.02em;
}
.-chinese.lineup .basic_lineup .lead {
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: left;
  letter-spacing: 0.06em;
}
.-chinese.lineup .product_lineup p,
.-chinese.lineup .pkg_wrap .pkg_ttl {
  letter-spacing: -0.03em;
}
.-chinese.lineup .product_lineup p span,
.-chinese.lineup .pkg_wrap .pkg_ttl span {
  font-weight: bold;
}
.-chinese.lineup .itemOutline {
  letter-spacing: 0.025em;
}
.-chinese.lineup .itemOutline .outlineHeadline {
  letter-spacing: -0.025em;
}
.-chinese.lineup .itemOutline > ul li {
  padding: 0.2em 0;
}
.-chinese.lineup .itemOutline > ul b {
  width: 188px;
}
.-chinese.lineup .itemOutline .linkBtn {
  width: 470px;
  line-height: 33px;
  letter-spacing: 0.035em;
}
.-chinese.lineup .itemOutline .linkBtn a:after {
  font-size: 1.5em;
}
.-chinese.lineup .basic_lineup-ca .pkg-cream {
  margin-left: 180px;
}
@media only screen and (max-width: 1580px) {
  .-chinese.lineup .basic_lineup-ca .pkg-cream {
    margin-left: 10vw;
  }
}
@media only screen and (max-width: 1280px) {
  .-chinese.lineup .basic_lineup-ca .pkg-cream {
    margin-left: 20%;
  }
}
.-chinese.story .kv h1 {
  padding: 114px 0 40px;
}
.-chinese.story .kv h1 img {
  width: 817px;
  height: auto;
}
.-chinese.story .kv h1 small {
  margin-top: 24px;
  font-weight: 500;
  text-indent: -1em;
  letter-spacing: 0.095em;
  font-feature-settings: "palt";
}
.-chinese.story .mainContent h2 .catch {
  bottom: 180px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.-chinese.story .mainContent .contentBlock .textArea h3 {
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1366px) {
  .-chinese.story .mainContent .contentBlock .textArea .mediaquery {
    display: none;
  }
}
.-chinese.story .mainContent .contentBlock .textArea p {
  line-height: 2;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.-chinese.story .mainContent .contentBlock .textArea ul li {
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.-chinese.story .mainContent .contentBlock .textArea ul li + li {
  padding-top: 0.75em;
}
.-chinese.story .mainContent .chapter7 .contentBlock .textArea .inner {
  margin: -26px 0 0;
}
.-chinese.story .mainContent .chapter7 .contentBlock .textArea h3 {
  text-align: center;
  letter-spacing: 0.05em;
}
.-chinese.story .mainContent .chapter7 .contentBlock .textArea p {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.09em;
}