@charset "UTF-8";
/*
新環境では	
=========
@use '
=========
を
=========
@use './smartphone/
=========
に置換して使用
*/
/*! 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 */
#js-header {
  font-size: 16px;
  -webkit-font-smoothing: auto;
  letter-spacing: 0;
}
#js-header.l-header input {
  line-height: 1;
}
#js-header ~ #wrap {
  position: relative;
}
#js-header ~ #wrap #header_anchor {
  position: absolute;
  top: 0;
}
#js-header ~ #wrap #main_pkg {
  top: 21em;
  transition: 0s;
}
#js-header ~ #wrap #main_pkg.js-absolute {
  position: absolute;
  top: -328em;
}
#js-header ~ #wrap #headerWrap {
  position: absolute;
}
#js-header ~ #wrap #headerWrap.on {
  z-index: 9999;
}
#js-header ~ #wrap #headerWrap.fix {
  position: fixed;
  top: 0;
}
#js-header ~ #wrap #headerWrap.fix + #contentsRim #main_pkg {
  top: 17em;
}
#js-header ~ #wrap #headerWrap.fix + #contentsRim #main_pkg.js-absolute {
  top: -328em;
}

@keyframes slideDown {
  0% {
    top: 0;
  }
  100% {
    top: 56px;
  }
}
header[style*="top: 0px"]#js-header + #wrap #headerWrap.fix,
header[style*="top:0px"]#js-header + #wrap #headerWrap.fix {
  animation: slideDown 0.3s 0.2s both;
}

#headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
#headerWrap img {
  vertical-align: top;
}
#headerWrap a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
#headerWrap #spModalBg {
  display: none;
}
#headerWrap.on {
  position: relative;
  z-index: 990;
}
#headerWrap.on #spModalBg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -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);
}

#logo {
  padding: 5.3125% 3.125% 5.46875%;
  float: left;
  width: 81.25%;
}

#nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
  background: #0093d0;
}
#nav:after {
  display: block;
  clear: both;
  content: "";
}
#nav > li {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  background: #0093d0;
  text-align: center;
}
#nav > li > a, #nav > li .bgBorder {
  padding: 4.6875%;
  display: block;
  position: relative;
  color: #fff;
}

#spMenu {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#spMenu .openItem {
  display: inline;
}
#spMenu .closeItem {
  display: none;
}
#spMenu.on {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #0093d0;
  -webkit-overflow-scrolling: touch;
}
#spMenu.on .openItem {
  display: none;
}
#spMenu.on .closeItem {
  display: block;
  width: 100%;
  height: auto;
}
#spMenu.on #nav {
  padding-top: 21.875%;
  padding-bottom: 9.375%;
  height: 100%;
  overflow: scroll;
}
#spMenu.on #nav li {
  height: auto;
}
#spMenu.on #menuOpen {
  padding-bottom: 9.375%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  float: none;
}
#spMenu.on .hoverSpecialWrap.-lang {
  margin-bottom: 3.28125%;
}
#spMenu .hoverSpecialWrap.-lang {
  color: #fff;
  background: #0074bd;
}
#spMenu .hoverSpecialWrap.-lang .hoverSpecial {
  padding: 2.34375% 0;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
}
#spMenu .hoverSpecialWrap.-lang .hoverSpecial:after {
  margin-right: 5.625%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "oishii";
  font-size: 0.8em;
  transition: 0.3s;
  content: "k";
}
#spMenu .hoverSpecialWrap.-lang .hoverSpecial.open:after {
  transform: translateY(-50%) rotate(180deg);
}
#spMenu .hoverSpecialWrap.-lang .hoverSpecial.open ~ .specialLink {
  max-height: 100vw;
}
#spMenu .hoverSpecialWrap.-lang .specialLink {
  padding: 0;
  border-top: solid 1px #66a6d3;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
#spMenu .hoverSpecialWrap.-lang .specialLink .innerWrap {
  padding: 2.03125% 0 1.5625%;
}
#spMenu .hoverSpecialWrap.-lang .specialLink a {
  padding: 3.59375% 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
#spMenu .bgBorder span {
  padding: 0 0.5em;
  position: relative;
  z-index: 900;
  background: #0093d0;
}
#spMenu .bgBorder:after {
  border-bottom: solid 1px #fff;
  display: block;
  position: absolute;
  bottom: 1.4em;
  width: 87.5%;
  content: "";
}
#spMenu .specialLink {
  padding: 0 6.25% 2em;
  color: #fff;
}
#spMenu .specialLink li {
  padding-bottom: 0.25em;
  text-align: left;
}

#menuOpen {
  padding: 4.6875% 3.125% 0 5.625%;
  display: inline-block;
  transform: translateZ(0);
  float: right;
  width: 18.75%;
  text-align: right;
  cursor: pointer;
}

@media (orientation: landscape) {
  #logo {
    padding: 2.34375% 3.125%;
  }
  #menuOpen {
    padding: 1.875% 3.125% 0;
    width: 14.0625%;
    line-height: 1;
  }
  #nav > li, #nav > li .bgBorder {
    font-size: 14px;
    font-size: 4.375vw;
  }
  #spMenu .bgBorder:after {
    bottom: 50%;
  }
  #contentsWrap {
    padding-top: 9.375% !important;
  }
}
html.fix, body.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
html.fix #contentsRim, body.fix #contentsRim {
  opacity: 0;
}
html.fix:before, body.fix:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0093d0;
  content: "";
}

#topicPath {
  display: none;
}

#topicPathSp {
  font-size: 10px;
  font-size: 3.125vw;
  padding: 1em 0 0.5em;
  background: #0088c9;
}
#topicPathSp ul {
  margin-top: -0.4em;
  padding-left: 7.8125%;
  position: relative;
  line-height: 1.3;
}
#topicPathSp ul:before {
  margin-left: 1.75em;
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
  width: 1.125em;
  height: 1.125em;
  background: url(/images/topicPath-img1.png) no-repeat center top;
  background-size: auto 100%;
  content: "";
}
#topicPathSp ul:after {
  display: block;
  clear: both;
  content: "";
}
#topicPathSp ul li {
  padding-top: 0.5em;
  display: inline;
  color: #fff;
}
#topicPathSp ul li + li {
  margin-left: 1em;
}
#topicPathSp ul li:after {
  margin-left: 1em;
  content: "/";
}
#topicPathSp ul li:last-child:after {
  content: none;
}
#topicPathSp ul li:last-child a {
  pointer-events: none;
}
#topicPathSp ul a {
  display: inline;
  color: #fff;
  text-decoration: none;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, blockquote, form, table, input, div, a, section, img, table, thead, tbody, tr, th, td, figure, figcaption, label {
  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:not(footer img) {
  border: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

*, ::after, ::before {
  border-style: solid;
  border-width: 0;
  box-sizing: inherit;
}

:root {
  text-rendering: optimizeSpeed;
}

p, h1, h2, h3, h4, h5, h6, a, li, caption, td, th, dt, dd, input, textarea, select, address {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li {
  list-style: none;
}

input {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

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

html, :root {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: initial;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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

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

img:not(footer img), video, iframe {
  width: 100%;
  height: auto;
}

.pcOnly {
  display: none !important;
}

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

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

#contentsRim {
  position: relative;
}

#contentsWrap {
  padding-top: 15.625%;
  position: relative;
  width: 100%;
}

.bnr_wrap-pageTop {
  margin-top: 3.125%;
  position: relative;
  z-index: 900;
  background: #fff;
}
.bnr_wrap-pageTop a {
  display: block;
}
.bnr_wrap-pageTop a:hover {
  opacity: 0.8;
}
.bnr_wrap-pageTop + .pageTop {
  padding-top: 6.6666666667%;
  background: #fff;
}
.bnr_wrap-pageTop + .pageTop a {
  margin-top: 6.6666666667%;
}

.oishiistart .bnrWrap + .bnr_wrap-pageTop,
.milkcalcium .bnrWrap + .bnr_wrap-pageTop,
.teishibounyu .bnrWrap + .bnr_wrap-pageTop,
#recipeList + .bnr_wrap-pageTop,
.relateContent + .bnr_wrap-pageTop,
#contentsWrap + .bnr_wrap-pageTop,
.nyuRecipe + .bnr_wrap-pageTop {
  margin-top: 9.375%;
}

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

.btn-area + .bnr_wrap-pageTop {
  margin: 0 auto;
  padding: 0 5%;
}

.tokyo2020 .bnr_wrap-pageTop,
.craft_challenge .bnr_wrap-pageTop {
  padding: 0 3.125%;
}

body[class*=challengereport] aside {
  padding: 3.125% 3.125% 0;
}

.pageTop {
  padding-top: 17.1875%;
  position: relative;
  height: auto;
}
.pageTop a {
  margin-top: 17.1875%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -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;
}

.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: "";
}

#js-footer {
  font-size: 16px;
  -webkit-font-smoothing: auto;
  letter-spacing: 0;
}

.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;
}

.headlineLb {
  color: #0093d0;
  line-height: 1.2380952381;
  letter-spacing: -0.125em;
}

.linkBtn {
  border: solid 2px #0093d0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 2.5;
  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;
}
.linkBtn.defaultWhite {
  border-color: #fff;
}
.linkBtn.defaultWhite a {
  color: #fff;
}
.linkBtn.defaultWhite:hover {
  border: solid 1px #0093d0;
  background: transparent;
}
.linkBtn.defaultWhite:hover a {
  color: #0093d0;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

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

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

.lineH1 {
  line-height: 1;
}

@media only screen and (max-width: 568px) {
  input.f20, input.f24 {
    font-size: 16px;
  }
}
::-webkit-input-placeholder {
  padding-top: 5px;
}

.innerWrap {
  padding: 0 6.25%;
  position: relative;
  width: 100%;
  height: auto;
}
.innerWrap:after {
  display: block;
  clear: both;
  content: "";
}

.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;
}

.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: 110%;
  height: 100%;
  color: #fff;
  background: transparent; /* androidバグ対策 */
}
.hashLabel.defaultWhite li {
  border: solid 1px #0093d0;
  background: #fff;
}
.hashLabel.defaultWhite li a {
  color: #0093d0;
}

.w50wrap {
  width: 50%;
}

.mfp-container {
  padding: 0;
}

.mfp-content {
  padding-top: 1em;
  width: 100%;
}
.mfp-content .illustWrap {
  margin: 0 auto;
  padding: 0 6.25%;
  color: #fff;
  font-style: italic;
  text-align: left;
}
.mfp-content .illustWrap .headlineLb {
  color: #fff;
  letter-spacing: 0;
}
.mfp-content .illustWrap .headlineLb .date {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
}
.mfp-content .illustWrap .headlineLb .borderTtl {
  margin: 0.25em auto 3.2125%;
  padding: 3.125% 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  display: block;
}
.mfp-content .illustWrap .imageWrap {
  padding: 0;
}
.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: 6.25%;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 10.9375%;
  height: auto;
  color: #fff;
  line-height: 1.25;
}

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

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

.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;
  }
}
.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: "";
}

.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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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 .js-fadeIn.animation {
  animation: fadeIn 2s 0s forwards;
}
.home .js-fadeInUp.animation {
  animation: fadeInUpHome 2s 0s forwards;
}
.home .js-fadeInSlide-f_left.animation {
  animation: fadeInSlide-f_left 1s 0s forwards;
}
.home .js-fadeInSlide-f_right.animation {
  animation: fadeInSlide-f_right 1s 0s forwards;
}
.home .js-fadeRotateIn.animation {
  animation: fadeRotateIn 1.5s forwards;
}
.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 #contentsRim {
  overflow: hidden;
}
.home section {
  position: relative;
  z-index: 800;
}
.home section .kv-2023 {
  position: relative;
  z-index: 801;
}
.home .bnr_list {
  padding: 0 6.25%;
}
.home .bnr_list li + li {
  margin-top: 3.5714285714%;
  animation-delay: 0.25s;
}
.home .bnr_list a {
  display: block;
}
.home .textWrap {
  line-height: 1.5714285714;
  letter-spacing: -0.025em;
}
.home .textWrap .headlineLb {
  padding: 12.5% 0;
  font-weight: bold;
  line-height: 1.2380952381;
  letter-spacing: -0.04em;
}
.home .textWrap .lead {
  padding-bottom: 1.5em;
}
.home .imgeWrap {
  position: relative;
  overflow: hidden;
}
.home #contentsWrap:before {
  margin-top: 151.5625%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 332em;
  background: linear-gradient(#f0efec, rgba(255, 255, 255, 0));
  content: "";
  font-size: 10px;
  font-size: 3.125vw;
}
.home #contentsWrap:before {
  animation: fadeIn 3s 1.5s forwards;
  opacity: 0;
}
.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_renew {
  padding: 0;
  height: 36.8761904762em;
  background: url(/images/index/kv-bgi-20th-sp.jpg) no-repeat center bottom #e4e4e8;
  background-size: cover;
  font-size: 14px;
  font-size: 4.375vw;
}
.home #contentsWrap.anniversary_20th #kv_renew:before {
  content: none;
}
.home #contentsWrap.anniversary_20th #kv_renew .kv_ttl {
  margin-top: 10.1333333333%;
  position: relative;
}
.home #contentsWrap.anniversary_20th #kv_renew .kv_btn_wrap {
  margin-top: 5.2%;
  text-align: center;
}
.home #contentsWrap.anniversary_20th #kv_renew .kv_btn {
  display: inline-block;
  position: relative;
  width: 87.4666666667%;
}
.home #contentsWrap.anniversary_20th #kv_renew .kv_btn:hover {
  opacity: 0.8;
}
.home #contentsWrap.anniversary_20th #kv_renew ~ #bnr_area {
  margin-top: 36.6666666667%;
}
.home #contentsWrap.anniversary_20th .icon_fix_switch_position {
  position: relative;
  top: 7.3447619048em;
  font-size: 14px;
  font-size: 4.375vw;
}
.home #contentsWrap.anniversary_20th .icon_fix {
  z-index: 989;
  transition: 0s;
}
.home #contentsWrap.anniversary_20th .icon_fix.js-absolute-top {
  position: absolute;
  top: 40.8380952381em;
  font-size: 14px;
  font-size: 4.375vw;
}
.home #contentsWrap.anniversary_20th .icon_fix.js-absolute-top.noteOn {
  top: 34.7428571429em;
}
.home #contentsWrap.anniversary_20th .icon_fix.absolute {
  bottom: 0;
}
.home .icon_fix_switch_position {
  position: relative;
  top: 7.3447619048em;
  font-size: 14px;
  font-size: 4.375vw;
}
.home .icon_fix {
  z-index: 989;
  transition: 0s;
}
.home .icon_fix.js-absolute-top {
  position: absolute;
  top: em850(1340);
  font-size: 14px;
  font-size: 4.375vw;
}
.home .icon_fix.js-absolute-top.noteOn {
  top: em850(1140);
}
.home .icon_fix.absolute {
  bottom: 0;
}
.home #kv_renew {
  padding-bottom: 137.5%;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  background: url(/images/index/kv-bgi-sp.jpg) no-repeat;
  background-size: cover;
  animation: fadeIn 3s 1.5s forwards;
  opacity: 0;
}
.home #kv_renew:before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 30%;
  background: linear-gradient(rgba(255, 255, 255, 0), #f0efec);
  background-size: 100% 100%;
  content: "";
}
.home #kv_renew .kv_movie {
  margin-top: -2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f7f5ef;
}
.home #kv_renew .kv_movie.fixed {
  position: fixed;
  background: #fff;
}
.home #kv_renew .kv_movie .kv_video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100vh;
}
.home #kv_renew .kv_movie .kv_video.mv2 {
  margin-top: 52%;
  margin-left: 10%;
  width: auto;
  height: 200vh;
}
.home #kv_renew.videoReady .movie_shadow {
  animation: fadeIn 1s 0s forwards;
}
.home #kv_renew .kv_ttl {
  margin-top: 10.9375%;
  position: absolute;
  top: 0;
  left: 0;
}
.home #kv_renew ~ #bnr_area {
  background: rgba(255, 255, 255, 0);
}
.home #kv_renew ~ #bnr_area .bnr_list {
  position: relative;
  z-index: 900;
}
.home #kv_renew ~ #bnr_area #recycling_classroom, .home #kv_renew ~ #bnr_area #recycling_classroom_2 {
  position: absolute;
  top: 25em;
}
.home #store_area-head {
  margin-top: 9.375%;
  padding: 0 6.25%;
}
.home #store_area-head a {
  display: block;
}
.home .bnr_area {
  margin-top: 9.375%;
  position: relative;
  z-index: 900;
}
.home #feature_area {
  padding: 20.3125% 0 75%;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.home #feature_area .main_pkg_anchor {
  position: absolute;
  top: -9.3em;
}
.home #feature_area .js-feature_start_flg {
  margin-top: -3.5714285714em;
  position: absolute;
  top: 0;
}
.home #feature_area #js-feature_start_flg-2 {
  margin-top: 0em;
}
.home #feature_area #js-feature_start_flg-3 {
  margin-top: 10em;
}
.home #feature_area #js-feature_start_flg-4 {
  margin-top: 20em;
}
.home #feature_area #js-feature_start_flg-fadeout {
  margin-top: 65em;
  background: blue;
}
.home #feature_area.fadeOut {
  transition: 2s;
  opacity: 0;
}
.home #feature_area.fadeOut.nofade {
  opacity: 1;
}
.home #feature_area.inview .icon_list {
  padding-top: 40.625%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 2s;
}
.home #feature_area .icon_list {
  padding: 0 6.25%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s;
}
.home #feature_area .icon_list li {
  width: 42.8571428571%;
  transition: 1.25s;
  opacity: 0;
  font-size: 10px;
  font-size: 3.125vw;
}
.home #feature_area .icon_list li:nth-child(odd) {
  float: left;
}
.home #feature_area .icon_list li:nth-child(even) {
  float: right;
}
.home #feature_area .icon_list li#four_icon-1 {
  margin-top: 3em;
  transform: translate(-50%, -50%);
}
.home #feature_area .icon_list li#four_icon-2 {
  margin-top: 3em;
  transform: translate(50%, -50%);
}
.home #feature_area .icon_list li#four_icon-3 {
  margin-top: 2em;
  transform: translate(-50%, 50%);
}
.home #feature_area .icon_list li#four_icon-4 {
  margin-top: 2em;
  transform: translate(50%, 50%);
}
.home #feature_area .icon_list li#inview_anchor {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.home #feature_area .icon_list li#bnr {
  margin-top: 2em;
  width: 100%;
  opacity: 0;
}
.home #feature_area .icon_list li.inview {
  transform: translate(0, 0) !important;
  opacity: 1;
}
.home #feature_area .icon_list li.inview#four_icon-4.inview + #bnr {
  transition-delay: 0.6s;
  opacity: 1;
}
.home #feature_area .icon_list:after {
  display: block;
  clear: both;
  content: "";
}
.home .bnr_link {
  margin-top: 15.625%;
  position: relative;
  z-index: 900;
}
.home .bnr_link.margin_short {
  margin-top: 6.25%;
}
.home #feature_area.fadeOut.home2 + #recipe_area {
  margin-top: 5.7142857143em;
}
.home #recipe_area {
  margin-top: 20em;
  z-index: 900;
}
.home #recipe_area .bnr_link {
  margin-top: 0;
  padding-bottom: 3.5714285714%;
}
.home #recipe_area h2 a {
  display: block;
}
.home #recipe_area .panelTable {
  font-size: 10px;
  font-size: 3.125vw;
}
.home #recipe_area .panelTable li {
  height: 14em;
}
.home #recipe_area .panelTable li:nth-child(even) {
  animation-delay: 0.3s;
}
.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 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-height: 100%;
}
.home #recipe_area .panelTable h3 {
  position: relative;
  z-index: 900;
  font-size: 14px;
  font-size: 4.375vw;
  letter-spacing: -0.05em;
}
.home #recipe_area .panelTable h3 small {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 10px;
  font-size: 3.125vw;
}
.home #recipe_area .margin_short {
  margin-bottom: 7.1428571429%;
}
.home #lineup_area {
  padding-top: 21.875%;
  background: url(/images/index/lineup-bgi-sp.png) no-repeat center 8.9285714286em #fff;
  background-size: contain;
}
.home #lineup_area .lineup_ttl {
  transition: 0.5s;
  opacity: 0;
}
.home #lineup_area .lineup_ttl.static {
  opacity: 1;
}
.home #lineup_area .main_visual {
  margin-top: 2.6785714286em;
  position: relative;
}
.home #lineup_area .main_visual li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home #lineup_area .main_visual li:last-child {
  z-index: 900;
}
.home #lineup_area.static #main_pkg {
  position: static;
}
.home #lineup_area.static #main_pkg:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  animation: tennmetsu 0.3s forwards linear;
  opacity: 0;
  content: "";
}
.home #lineup_area #main_pkg {
  position: fixed;
  top: 50.75em;
  left: 0;
  z-index: 800;
  width: 100%;
  transition: 2s;
  animation: fadeIn 2s 3s forwards;
  opacity: 0;
  font-size: 10px;
  font-size: 3.125vw;
}
.home #lineup_area .bnr_list {
  padding-top: 100%;
}
.home #lineup_area #lineup_anchor {
  position: absolute;
  top: -3.5em;
  font-size: 10px;
  font-size: 3.125vw;
}
.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);
  pointer-events: none;
  content: "";
}
.home .bnr_with_ttl .bnr_ttl {
  margin-top: 7.1428571429%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.home .bnr_with_ttl .bnr_ttl small {
  display: block;
  position: absolute;
  bottom: 1.1em;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  font-size: 3.75vw;
}
.home .pageTop, .home #cmn-footer {
  position: relative;
  background: #fff;
}
.home .pageTop {
  z-index: 700;
}
.home #cmn-footer,
.home #js-footer {
  z-index: 900;
}
.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 7.1428571429% 7.1428571429%;
  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: 0.5em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 800;
  width: 3em;
  height: 3em;
  background: url(/images/index/recipe-icon-new.png) no-repeat;
  background-size: contain;
  content: "";
  font-size: 10px;
  font-size: 3.125vw;
}
.home .icon_fix {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 901;
  width: 38.4375%;
  cursor: pointer;
  font-size: 10px;
  font-size: 3.125vw;
  transition: 2s;
}
.home .icon_fix.cm-icon-head {
  margin-bottom: 66.4%;
}
.home .icon_fix.-top {
  margin-bottom: 41.6%;
}
.home .icon_fix.-middle {
  margin-bottom: 20.8%;
}
.home .icon_fix.absolute {
  position: absolute;
  transition: 2s;
}
.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: 93.75%;
}
.home .popup .popupClose {
  position: absolute;
  top: -1em;
  right: 0;
  transform: translateY(-100%);
  width: 8.3333333333%;
  font-size: 10px;
  font-size: 3.125vw;
}
.home .popup .linkBtn {
  margin-bottom: -2em;
  border-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  transform: translateY(100%);
}
.home .popup .linkBtn a {
  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%;
  height: 100%;
}
.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: "";
}
.home .kv-2023 {
  position: absolute;
  z-index: 9998;
}
.home .videoModalStyle {
  margin: 0 auto;
  position: relative;
  width: 87.5%;
}
.home .videoModalStyle video {
  width: 100%;
}
.home .videoModalStyle .mfp-close {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: -12vw;
  right: 0;
  width: 8vw;
  height: 8vw;
  transition: 0.5s;
}
.home .videoModalStyle .mfp-close img {
  width: 100%;
}
.home .videoModalStyle button.mfp-close * {
  pointer-events: none;
}
@media (orientation: landscape) {
  .home .videoModalStyle {
    margin: 9.375% auto;
  }
  .home .videoModalStyle .mfp-close {
    top: -7vw;
    width: 4vw;
    height: 4vw;
  }
}

.isAndroidBrowser.home #kv_renew .kv_movie, .isAndroidBrowser4.home #kv_renew .kv_movie {
  background: url(/images/index/kv-bgi-android.jpg) no-repeat;
  background-size: cover;
}
.isAndroidBrowser.home #lineup_area #main_pkg, .isAndroidBrowser4.home #lineup_area #main_pkg {
  animation-delay: 0s;
}
.isAndroidBrowser .android4_none, .isAndroidBrowser4 .android4_none {
  display: none !important;
}

.isAndroidBrowser.home #kv_renew:before {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.isAndroidBrowser4 #recipe_area {
  padding-bottom: 6.25%;
  z-index: 900;
}
.isAndroidBrowser4 #recipe_area:after {
  padding-bottom: 15.625%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 0;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
}

@keyframes tennmetsu {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.portrait_hidden {
  display: none;
}

@media (orientation: landscape) {
  .home #contentsWrap {
    padding-top: 9.375%;
  }
  .home #contentsWrap:before {
    margin-top: 137.5%;
  }
  .home .portrait_hidden {
    display: block;
  }
  .home #wrap .icon_fix {
    width: 24.375%;
  }
  .home #lineup_area #main_pkg {
    position: relative;
  }
  .home #kv_renew {
    padding-bottom: 0;
  }
  .home #kv_renew .main_pkg {
    margin-top: 39.0625%;
  }
  .home #feature_area {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .home #feature_area > img {
    display: none;
  }
  .home #feature_area .icon_list {
    margin-top: -3em;
    padding-top: 0 !important;
  }
  .home #feature_area .icon_list li {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
  .home #feature_area.inview .icon_list {
    margin-top: -3em;
    position: absolute;
  }
  .home #feature_area .main_pkg {
    margin-top: 5.5em;
    position: relative;
    z-index: 900;
  }
  .home #feature_area .js-feature_start_flg {
    margin-top: -6em !important;
  }
  .home #feature_area.fadeOut {
    opacity: 1;
  }
  .home #feature_area + .bnr_link {
    margin-top: 0;
  }
  .home #recipe_area {
    margin-top: 2em;
  }
  .home .js-fadeIn,
  .home .js-fadeInUp,
  .home .js-fadeInSlide-f_left,
  .home .js-fadeInSlide-f_right,
  .home .js-fadeRotateIn,
  .home #js-lineup_ttl {
    animation: none !important;
    opacity: 1 !important;
  }
  .home .popup .popupPlate {
    margin-top: -0.25em;
    width: 70%;
    height: auto;
  }
  .home .popup .popupClose {
    top: -0.25em;
    width: 1em;
  }
  .home .popup .linkBtn {
    margin-bottom: -0.5em;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 12em;
    line-height: 1.5;
    font-size: 10px;
    font-size: 3.125vw;
  }
}
.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 1s forwards;
}
@keyframes fadeInDown_recipe {
  0% {
    transform: translateY(-45px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.recipe #kv {
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.recipe #kv .catch {
  padding-top: 31.25%;
  position: absolute;
  top: 0;
  z-index: 900;
  width: 100%;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.125em;
}
.recipe #kv .catch small {
  padding-top: 1em;
  display: block;
  letter-spacing: 0;
}
.recipe #kv .kvSlider li {
  position: relative;
  overflow: hidden;
}
.recipe #kv .kvSlider li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recipe #kv .kvSlider li:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 800;
  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 #kv .kvSlider li a {
  padding-bottom: 75%;
  display: block;
  color: #fff;
  font-weight: bold;
}
.recipe #kv .kvSlider li a h3 {
  font-weight: bold;
}
.recipe #kv .swiper-pagination {
  padding: 0 1.5625%;
  position: relative;
  bottom: auto;
  left: auto;
  line-height: 1;
  text-align: left;
}
.recipe #kv .swiper-pagination-bullet {
  margin: 0 1%;
  padding: 1%;
  width: 0;
  height: 0;
  background: #0093d0;
  opacity: 0.25;
}
.recipe #kv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.recipe #kv .explainImg, .recipe #kv .textWrap, .recipe #kv .txtArea {
  position: absolute;
  bottom: 0;
  z-index: 900;
}
.recipe #kv .textWrap, .recipe #kv .txtArea {
  padding: 3.125%;
}
.recipe #kv p {
  display: none;
}
.recipe figure {
  position: relative;
}
.recipe .textWrap {
  line-height: 1.5714285714;
  letter-spacing: -0.025em;
}
.recipe .textWrap .headlineLb {
  padding: 12.5% 0;
  font-weight: bold;
  line-height: 1.2380952381;
  letter-spacing: -0.04em;
}
.recipe .textWrap .lead {
  padding-bottom: 1.5em;
}
.recipe .imgeWrap {
  position: relative;
  overflow: hidden;
}
.recipe .wordSearch .searchWrap {
  padding: 3.125% 6.25%;
  position: relative;
  z-index: 900;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.recipe .wordSearch .searchBox {
  position: relative;
}
.recipe .wordSearch label {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
}
.recipe .wordSearch input {
  padding: 1em 0 1em 1em;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  background: #8fd0ea;
  line-height: 1;
  vertical-align: middle;
  -webkit-appearance: none;
}
.recipe .wordSearch input::-webkit-input-placeholder {
  color: #fff;
  vertical-align: middle;
}
.recipe .wordSearch input:-ms-input-placeholder {
  color: #fff;
  vertical-align: middle;
}
.recipe .wordSearch input::-moz-input-placeholder {
  color: #fff;
  vertical-align: middle;
}
.recipe .wordSearch input::input-placeholder {
  color: #fff;
  vertical-align: middle;
}
.recipe .wordSearch button {
  padding: 2.3214285714% 3.5714285714% 2.5%;
  border: none;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #0078bf;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.recipe .wordSearch button:after {
  font-family: "oishii" !important;
  content: "d";
}
.recipe .wordSearch button:hover {
  opacity: 0.7;
}
.recipe .refine {
  padding: 2.1875% 6.25% 2.1875% 6.25%;
  position: relative;
  background: #edf3f5;
}
.recipe #refineSwitchSP {
  padding: 0.65em 1.75em 0.65em 1.25em;
  border: solid 3px #0093d0;
  border-radius: 1.75em;
  display: inline-block;
  position: relative;
  color: #0093d0;
  background: #fff;
  letter-spacing: -0.05em;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.recipe #refineSwitchSP:after {
  position: relative;
  right: -1em;
  font-family: "oishii" !important;
  font-size: 70%;
  font-style: normal;
  vertical-align: middle;
  content: "g";
}
.recipe #refineSwitchSP.on {
  border-color: #0093d0;
  color: #fff;
  background: #0093d0;
}
.recipe #refineSwitchSP.on:after {
  content: "h";
}
.recipe .slideSwitch {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.25%;
  height: 100%;
}
.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-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  float: left;
  width: 50%;
  height: 100%;
  color: #000;
  line-height: 3.75;
  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 .slideSwitch label + label {
  border-left: none;
}
.recipe .slideSwitch label.on {
  border-color: #0093d0;
  color: #fff;
  background: #0093d0;
}
.recipe .refineWrap {
  padding-bottom: 1.5em;
  position: relative;
  background: #0093d0;
}
.recipe .refineWrap.mfp-hide {
  display: none;
}
.recipe .refineWrap .mfp-close {
  margin-top: 1em;
  position: relative;
  z-index: 900;
  float: right;
}
.recipe .refineWrap .mfp-close:after {
  display: block;
  clear: both;
  content: "";
}
.recipe .refineWrap .searchWrap {
  padding: 0 6.25% 0.5em;
  position: relative;
  z-index: 900;
  width: 100%;
  color: #fff;
  background: #0093d0;
  box-shadow: none;
}
.recipe .refineWrap .headLineBorder {
  padding: 1em 0 0.5em;
  clear: both;
  line-height: 1;
}
.recipe .refineWrap .headLineBorder span {
  padding-right: 1em;
  display: inline-block;
  position: relative;
  z-index: 800;
  color: #fff;
  background: #0093d0;
}
.recipe .refineWrap .headLineBorder.noPadd {
  padding-top: 0.5em;
}
.recipe .refineWrap .headLineBorder:after {
  border-bottom: solid 1px #80c9e8;
  display: block;
  position: relative;
  top: -0.5em;
  z-index: 700;
  width: 100%;
  content: "";
}
.recipe .refineWrap .checkbox label {
  padding: 1em 0 1em 2em;
  border: solid 1px #0093d0;
  display: block;
  float: left;
  width: 33.3333333333%;
  background: #fff;
  line-height: 1;
  text-indent: -1em;
}
.recipe .refineWrap .checkbox label:before {
  margin-right: 0.5em;
  padding: 0.25em;
  display: inline-block;
  background: url(/images/check_off.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.recipe .refineWrap .checkbox label.line2 {
  padding: 0.5em 0 0.5em 2em;
  text-indent: -1em;
}
.recipe .refineWrap .checkbox label.line2:before {
  position: relative;
  top: 0.5em;
}
.recipe .refineWrap input[type=checkbox] {
  display: none;
}
.recipe .refineWrap input[type=checkbox]:checked + label {
  border-color: #82cae7;
  color: #fff;
  background: #0093d0;
}
.recipe .refineWrap input[type=checkbox]:checked + label:before {
  background: url(/images//check_on.png) no-repeat;
  background-size: contain;
}
.recipe .refineWrap .calorieBox {
  text-align: center;
}
.recipe .refineWrap .calorieBox .headLineBorder {
  text-align: left;
}
.recipe .refineWrap .calorieBox select {
  padding: 0.5em 0 0.5em 1em;
  border-radius: 0;
  position: relative;
  width: 44%;
  height: auto;
  background: #fff;
  background: url(/images/select_off.png) no-repeat 92.5% center, #fff;
  background-size: 7%;
  line-height: 1;
  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 .refineWrap .calorieBox select:nth-of-type(2n+1) {
  float: left;
}
.recipe .refineWrap .calorieBox select:nth-of-type(2n) {
  float: right;
}
.recipe .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 .refineWrap .genreBox .checkbox:last-of-type label {
  padding: 0.525em 0 0.525em 2em;
  text-indent: -1em;
}
.recipe .refineWrap .genreBox .checkbox:last-of-type label:before {
  position: relative;
  top: 0.5em;
}
.recipe .refineWrap .kara {
  color: #fff;
}
.recipe .refineWrap .linkBtn {
  margin: 1.5em auto 0;
  border: solid 2px #fff;
  border-radius: 2em;
  width: 50%;
}
.recipe .refineWrap .linkBtn input {
  display: block;
  width: 95%;
  height: 100%;
  color: #fff;
  background: transparent;
  text-indent: -1em;
  outline: none;
}
.recipe .refineWrap .linkBtn:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  color: #fff;
  content: "→";
}
.recipe #panelLinkHome, .recipe #recipe-items {
  position: relative;
}
.recipe #panelLinkHome .panelTable, .recipe #recipe-items .panelTable {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
  list-style: none;
}
.recipe #panelLinkHome .panelTable > li, .recipe #recipe-items .panelTable > li {
  padding-bottom: 0;
  border: none;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 33.166666%;
}
.recipe #panelLinkHome .panelTable > li:nth-of-type(3n+2), .recipe #recipe-items .panelTable > li:nth-of-type(3n+2) {
  margin: 0 0.25%;
}
.recipe #panelLinkHome .panelTable > li .textWrap, .recipe #recipe-items .panelTable > li .textWrap {
  padding: 0.25em 6.25%;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.recipe #panelLinkHome .panelTable > li .textWrap p, .recipe #recipe-items .panelTable > li .textWrap p {
  display: none;
  line-height: 1.375;
  letter-spacing: -0.125em;
}
.recipe #panelLinkHome .panelTable > li h3, .recipe #recipe-items .panelTable > li h3 {
  padding: 0 0 0.75em;
  line-height: 1.1666666667;
  letter-spacing: -0.025em;
}
.recipe #panelLinkHome .panelTable > li.serchLine, .recipe #recipe-items .panelTable > li.serchLine {
  padding: 14.2857142857% 0;
  float: none;
  width: 100%;
}
.recipe #panelLinkHome .panelTable > li .details, .recipe #recipe-items .panelTable > li .details {
  display: none;
}
.recipe #panelLinkHome .panelTable.list, .recipe #recipe-items .panelTable.list {
  display: block;
}
.recipe #panelLinkHome .panelTable.list > li, .recipe #recipe-items .panelTable.list > li {
  padding-bottom: 1em;
  float: none;
  width: 100%;
}
.recipe #panelLinkHome .panelTable.list > li h3, .recipe #recipe-items .panelTable.list > li h3 {
  padding: 0.75em 0;
}
.recipe #panelLinkHome .panelTable.list .textWrap p, .recipe #recipe-items .panelTable.list .textWrap p {
  display: block;
}
.recipe #panelLinkHome .panelTable.list .details, .recipe #recipe-items .panelTable.list .details {
  display: block;
}
.recipe #panelLinkHome .panelTable .iconLine, .recipe #recipe-items .panelTable .iconLine {
  margin: 0 auto;
  padding: 1em 0 0;
  border-bottom: solid 1px #ccc;
  width: 87.5%;
}
.recipe #panelLinkHome .panelTable .iconLine li, .recipe #recipe-items .panelTable .iconLine li {
  padding: 0 1em 0.5em 0;
  display: inline-block;
}
.recipe #panelLinkHome .panelTable .iconLine li + li, .recipe #recipe-items .panelTable .iconLine li + li {
  padding-right: 0em;
  padding-left: 0.75em;
}
.recipe #panelLinkHome .panelTable .iconLine li + li img, .recipe #recipe-items .panelTable .iconLine li + li img {
  padding-bottom: 0.125em;
}
.recipe #panelLinkHome .panelTable .iconLine img, .recipe #recipe-items .panelTable .iconLine img {
  width: 1em;
  height: auto;
}
.recipe #panelLinkHome .pagination, .recipe #recipe-items .pagination {
  padding: 5%;
  display: flex;
  justify-content: space-around;
}
.recipe #panelLinkHome .pagination > div, .recipe #recipe-items .pagination > div {
  margin-right: 5%;
  padding: 0;
  flex: 1;
  width: 45%;
  text-align: center;
}
.recipe #panelLinkHome .pagination > div:last-child, .recipe #recipe-items .pagination > div:last-child {
  margin-right: 0;
}
.recipe #panelLinkHome .pagination > div a, .recipe #recipe-items .pagination > div a {
  padding: 0.5em 1em;
  display: block;
  position: relative;
  color: #fff;
  background: #0077c3;
  font-size: 14px;
}
.recipe #panelLinkHome .pagination > div a:before, .recipe #panelLinkHome .pagination > div a:after, .recipe #recipe-items .pagination > div a:before, .recipe #recipe-items .pagination > div a:after {
  margin-top: -5px;
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 10px;
  background: url(/newpkg-common/images/pc/icon-arrow-right.png) no-repeat;
  content: "";
}
.recipe #panelLinkHome .pagination > div.next a:after, .recipe #recipe-items .pagination > div.next a:after {
  right: 10px;
}
.recipe #panelLinkHome .pagination > div.next a:before, .recipe #panelLinkHome .pagination > div.prev a:after, .recipe #recipe-items .pagination > div.next a:before, .recipe #recipe-items .pagination > div.prev a:after {
  display: none;
}
.recipe #panelLinkHome .pagination > div.prev a:before, .recipe #recipe-items .pagination > div.prev a:before {
  left: 10px;
  transform: rotate(-180deg);
}
.recipe .hashList, .recipe .hashLabel {
  margin: 0 auto;
  padding: 0.5em 0 1.5em;
  width: 87.5%;
}
.recipe .hashList li, .recipe .hashLabel li {
  padding: 0 0.75em 0 0;
  border: none;
  display: inline-block;
  color: #0093d0; /* letter-spacing: -0.05em; */
  line-height: 1;
}
.recipe .hashList li a, .recipe .hashLabel li a {
  display: block;
  width: 110%;
  font-style: italic;
}
.recipe .hashList li:last-child, .recipe .hashLabel li:last-child {
  padding-right: 0;
}
.recipe #iconSearch-fix {
  display: block;
  width: 20.3125%;
  outline: none;
}
.recipe #iconSearch-fix .wordSearch {
  position: relative;
  height: 0;
  overflow: hidden;
}
.recipe #iconSearch-fix.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 999;
}
.recipe #iconSearch-fix.fixed:after {
  margin: 15.3846153846%;
  padding: 50%;
  display: inline-block;
  position: relative;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  background: url(/images/recipe/sp/sp-icon-refine.png) no-repeat center center;
  background-size: contain;
  content: "";
}
.recipe #iconSearch-fix.on {
  position: absolute;
  top: auto;
  width: 100%;
}
.recipe #iconSearch-fix.on .wordSearch {
  z-index: 999;
  height: auto;
  overflow: visible;
}
.recipe #iconSearch-fix.on:before {
  position: fixed;
  top: 0;
  z-index: 990;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}
.recipe.detail #contentsRim {
  overflow: hidden;
}
.recipe.detail #serach_area_top .refine {
  display: none;
}
.recipe.detail #serach_area_top .searchWrap {
  padding: 0;
  box-shadow: none;
}
.recipe.detail #serach_area_top .hashLabelWrap {
  padding: 0.05em 3.125%;
  position: relative;
  z-index: 10;
  box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
}
.recipe.detail #serach_area_top .hashLabel {
  padding: 0.5em 0 0;
  line-height: 1;
  font-size: 10px;
  font-size: 3.125vw;
  letter-spacing: -0.05em;
}
.recipe.detail #serach_area_top .hashLabel li {
  margin-bottom: 0.5em;
}
.recipe.detail #serach_area_top .relateWrap_top {
  position: relative;
  z-index: 0;
}
.recipe.detail #serach_area_top .relateWrap_top .btmOnly {
  display: none !important;
}
.recipe.detail #serach_area_top .relateWrap_top .relateContent {
  padding: 3.125% 0 3.125% 3.125%;
  background: #1696ca;
}
.recipe.detail #serach_area_top .relateWrap_top .relatedTtl {
  margin-bottom: 0.5em;
  padding: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  font-size: 11px;
  font-size: 3.4375vw;
}
.recipe.detail #serach_area_top .relateWrap_top .relateRecipeList {
  padding: 0;
  overflow: auto;
  font-size: 0;
  white-space: nowrap;
}
.recipe.detail #serach_area_top .relateWrap_top .relateRecipeList li {
  padding: 0;
  border: none;
  display: inline-block;
  float: none;
  width: 19.1935483871%;
}
.recipe.detail #serach_area_top .relateWrap_top .relateRecipeList li + li {
  margin-left: 0.3225806452%;
}
.recipe.detail #serach_area_top .relateWrap_top .relateRecipeList li:last-child {
  margin-right: 3.2258064516%;
}
.recipe.detail #serach_area_top .relateWrap_top .relateRecipeList li:before {
  content: none;
}
.recipe.detail #serach_area_top .relateWrap_top {
  max-height: 100em;
  overflow: hidden;
  transition: 5s;
}
.recipe.detail #serach_area_top.close .relateWrap_top {
  max-height: 0;
}
.recipe.detail #kv {
  box-shadow: inset 0px 9px 3px -3px rgba(0, 0, 0, 0.2);
}
.recipe.detail #kv > img {
  position: relative;
  z-index: -1;
}
.recipe.detail .iconHamauchi,
.recipe.detail .spreatable,
.recipe.detail .bnr-nyuwashoku {
  margin: 6.25%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 23.125%;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}
.recipe.detail .bnr-nyuwashoku {
  width: 39.0625%;
  height: auto;
}
.recipe.detail .iconHamauchi_wrap + .spreatable {
  margin-right: 35.625%;
  margin-bottom: 7.8125%;
}
.recipe.detail .recipeTtl {
  padding: 7.1428571429% 0;
  line-height: 1;
}
.recipe.detail .iconHeadline {
  padding: 3.125% 0;
  border-top: solid 2px #7f7f7f;
  border-bottom: solid 2px #7f7f7f;
  line-height: 1;
  text-align: center;
}
.recipe.detail .iconHeadline li {
  padding: 0.5em 0 0;
  float: left;
  width: 33.333333%;
}
.recipe.detail .iconHeadline li:nth-child(2) {
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.recipe.detail .iconHeadline li:nth-child(2) span:last-child {
  display: block;
}
.recipe.detail .iconHeadline .recipeGenre {
  letter-spacing: -0.03125em;
}
.recipe.detail .iconHeadline img {
  padding-bottom: 0.125em;
  width: 1em;
  height: auto;
}
.recipe.detail .iconHeadline img.kcalIcon {
  padding-bottom: 0.25em;
}
.recipe.detail .iconHeadline img.genreIcon {
  padding-bottom: 0.15em;
}
.recipe.detail .iconHeadline .f36 {
  font-size: inherit !important;
}
.recipe.detail .washoku-only {
  margin: 7.03125% 0 0 0;
  padding: 3.125% 0;
  border-radius: 10px;
  background: #f8f8f8;
  line-height: 1;
  text-align: center;
}
.recipe.detail .washoku-only li {
  padding: 0.2142857143em 0.3571428571em 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 50%;
}
.recipe.detail .washoku-only li:nth-child(2) {
  border-left: solid 1px #ccc;
}
.recipe.detail .washoku-only li:nth-child(2) span:last-child {
  display: block;
}
.recipe.detail .washoku-only .recipeGenre {
  letter-spacing: -0.03125em;
}
.recipe.detail .washoku-only img {
  padding-right: 0.3035714286em;
  padding-bottom: 0.125em;
  height: 1em;
}
.recipe.detail .washoku-only img.kcalIcon {
  padding-bottom: 0.25em;
}
.recipe.detail .washoku-only img.genreIcon {
  padding-bottom: 0.15em;
}
.recipe.detail .washoku-only img:last-of-type {
  height: 1.0714285714em;
}
.recipe.detail .washoku-only .f36 {
  font-size: inherit !important;
}
.recipe.detail .washoku-only .washoku-cal, .recipe.detail .washoku-only .washoku-salt {
  line-height: 1.4;
}
.recipe.detail .snsLine {
  padding: 1em 0; /*  display: table; font-size: 0;  text-align: center; */
  width: 100%;
  line-height: 1;
}
.recipe.detail .snsLine > li {
  padding: 0 0.5em 0.125em;
  display: inline-block;
  vertical-align: middle; /* display: table-cell;border-collapse: separate; border-spacing: 2px 0; */
}
.recipe.detail .snsLine .googlePlus {
  position: relative;
  top: -2px;
}
.recipe.detail .lead {
  line-height: 1.2857142857;
}
.recipe.detail .hashList, .recipe.detail .hashLabel {
  width: 100%;
  line-height: 1.3;
}
.recipe.detail .hashList a, .recipe.detail .hashLabel a {
  color: #0093d0;
}
.recipe.detail .fontOstrich {
  padding-bottom: 0.1em;
  display: inline-block;
}
.recipe.detail .youWillNeed {
  padding-top: 2em;
}
.recipe.detail .youWillNeed h3, .recipe.detail .youWillNeed .detailHeadline {
  padding-bottom: 1em;
  line-height: 1;
}
.recipe.detail .youWillNeed h3 small, .recipe.detail .youWillNeed .detailHeadline small {
  display: block;
}
.recipe.detail .youWillNeed h3 .unit, .recipe.detail .youWillNeed .detailHeadline .unit {
  margin-left: 0.25em;
}
.recipe.detail .youWillNeed .detailHeadline p {
  padding-top: 1em;
}
.recipe.detail .youWillNeed .materialList, .recipe.detail .youWillNeed .materials {
  padding: 0 0 1em 0;
}
.recipe.detail .youWillNeed .materialList li, .recipe.detail .youWillNeed .materials li {
  padding-left: 1em;
  position: relative;
  overflow: hidden;
}
.recipe.detail .youWillNeed .materialList li span, .recipe.detail .youWillNeed .materials li span {
  position: relative;
  z-index: 900;
}
.recipe.detail .youWillNeed .materialList li:before, .recipe.detail .youWillNeed .materials li:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 900;
  width: 1em;
  height: 1em;
  background: #fff;
  content: "　";
}
.recipe.detail .youWillNeed .materialList li:after, .recipe.detail .youWillNeed .materials li:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "………………………………………………";
}
.recipe.detail .youWillNeed .materials span:first-child {
  padding-right: 1em;
  background: #fff;
}
.recipe.detail .youWillNeed .materials span:first-child:before {
  content: "・";
}
.recipe.detail .youWillNeed .materials span:last-child {
  padding: 0 0 0 1.5em;
  float: right;
  background: #fff;
  text-align: right;
}
.recipe.detail .youWillNeed .materialLead {
  padding-top: 1em;
}
.recipe.detail .youWillNeed .materialName {
  padding-right: 1em;
  background: #fff;
}
.recipe.detail .youWillNeed .amount {
  padding: 0 0 0 1.5em;
  float: right;
  background: #fff;
  text-align: right;
}
.recipe.detail .preparation {
  padding-top: 3em;
}
.recipe.detail .preparation h3 small {
  display: block;
}
.recipe.detail .preparation .detailHeadline {
  line-height: 1;
}
.recipe.detail .preparation .detailHeadline small {
  display: block;
}
.recipe.detail .stepLine {
  padding-bottom: 1.75em;
}
.recipe.detail .stepLine li {
  padding-top: 1.5em;
  counter-increment: sample;
  line-height: 1.5;
}
.recipe.detail .stepLine li .fontOstrich:after {
  content: " " counter(sample) "";
}
.recipe.detail .stepLine .nostep {
  counter-increment: none;
}
.recipe.detail .stepLine .nostep .subject {
  display: inline-block;
  text-indent: -0.125em;
}
.recipe.detail .stepLine figure {
  padding-top: 1.5em;
}
.recipe.detail .point {
  margin-top: 1em;
  margin-bottom: 3em;
  border-bottom: solid 2px #0093d0;
  width: 100%;
  color: #0093d0;
}
.recipe.detail .point .fontOstrich {
  display: block;
  width: 100%;
}
.recipe.detail .point h3:after {
  border-bottom: solid 2px #0093d0;
  display: block;
  position: relative;
  top: -0.2em;
  content: "";
}
.recipe.detail .point .pointLead {
  padding: 0.75em 0 1.5em;
  line-height: 1.3846153846;
  letter-spacing: -0.0625em;
}
.recipe.detail .introduction {
  padding: 7.1428571429% 0 17.8571428571%;
  text-align: center;
}
.recipe.detail .introduction .imgWrap {
  margin: 0 auto;
  width: 28.5714285714%;
  height: auto;
}
.recipe.detail .introduction img { /*float: left;   padding-right: 40px;  */ }
.recipe.detail .introduction .textWrap {
  padding-top: 1em;
}
.recipe.detail .introduction .profile {
  padding: 0.5em 0 1.5em;
  text-align: justify;
  letter-spacing: -0.0625em;
}
.recipe.detail .introduction .position {
  padding-right: 1em;
  display: inline-block;
  line-height: 1.75;
}
.recipe.detail .nyuwashoku_bottom {
  margin: -0.5em auto 3em;
  padding-top: 0;
  padding-bottom: 1.25em;
  position: relative;
  background: rgb(0, 147, 208);
}
.recipe.detail .nyuwashoku_bottom h5 {
  font-size: 22.5px;
  font-size: 7.03125vw;
  margin-bottom: 30px;
  padding: 1.1538461538em 0 0 4.9038461538em;
  color: #fff;
  font-weight: bold;
}
.recipe.detail .nyuwashoku_bottom p {
  padding: 0.7142857143em 1.4285714286em 1.0714285714em;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.0625em;
}
.recipe.detail .nyuwashoku_bottom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 39%;
}
.recipe.detail .nyuwashoku_bottom .btn-nyuwashoku {
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 87%;
  background: #fff;
  line-height: 2.5;
  text-align: center;
}
.recipe.detail .nyuwashoku_bottom .btn-nyuwashoku a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0078bf;
  text-indent: -0.5em;
  letter-spacing: -0.0425em;
  transition: 0.5s;
}
.recipe.detail .nyuwashoku_bottom .btn-nyuwashoku a:after {
  display: inline-block;
  position: absolute;
  right: 1em;
  content: "→";
}
.recipe.detail .noSwitch .wordSearch .slideSwitch {
  display: none;
}
.recipe.detail .noSwitch .wordSearch #refineSwitchSP {
  padding: 0.4em 1.75em;
  display: block;
}
.recipe.detail .noSwitch .wordSearch #refineSwitchSP:after {
  padding-top: 0;
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.recipe.detail #bnr_area {
  padding: 6.25%;
}
.recipe.detail #bnr_area li + li {
  margin-top: 3.5714285714%;
}
.recipe.result .resultTxtArea {
  padding: 10.9375% 0;
  background: #f1f5f7;
}
.recipe.result .resultTxtArea .resultTtl {
  padding: 0 3.125% 0 6.25%;
  line-height: 1.4375;
  letter-spacing: -0.08em;
}
.recipe.result .hashLabel {
  padding: 0.5em 6.25% 1.5em;
}
.recipe .newwashoku_hidden {
  display: none;
}
.recipe .refineWrap {
  display: none;
}
.recipe .mfp-hide {
  display: block !important;
}
.recipe .searchWrap, .recipe .refine {
  display: block;
}
.recipe .mfp-content .searchWrap, .recipe .mfp-content .refine {
  display: none;
}
.recipe .mfp-content .refineWrap, .recipe .mfp-content .refineWrap .searchWrap {
  display: block;
}

.relateContent {
  padding: 11.71875% 6.25% 14.0625%;
  background: #efefef;
}
.relateContent .relatedTtl {
  margin-bottom: 13.3928571429%;
  line-height: 1.25;
}
.relateContent .relateRecipeList {
  padding: 0;
}
.relateContent .relateRecipeList li {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.relateContent .relateRecipeList li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.relateContent .relateRecipeList li:nth-child(even):before {
  margin-left: -1px;
  border-left: solid 2px #efefef;
}
.relateContent .relateRecipeList li:nth-child(n+3):before {
  margin-top: -1px;
  border-top: solid 2px #efefef;
}
.relateContent .relateRecipeList .imgWrap {
  display: table-cell;
  width: 26.7857142857%;
  vertical-align: middle;
}
.relateContent .relateRecipeList h3 {
  padding: 1em 0 1em 3.5714285714%;
  display: table-cell;
  width: auto;
  line-height: 1.1666666667;
  letter-spacing: -0.03125em;
  vertical-align: middle;
}
.relateContent .relateRecipeList:after {
  display: block;
  clear: both;
  content: "";
}
.relateContent .relateRecipeList.hotmilk_list .imgWrap {
  display: block;
  width: 100%;
}
.relateContent .relateRecipeList.hotmilk_list h3 {
  padding: 0.5em 0 1em;
  display: block;
}
.relateContent .moreRecipe {
  padding-bottom: 0;
}
.relateContent .moreRecipe .headlineLb {
  padding: 9.375% 0 6.25%;
  color: #666;
  line-height: 1;
  letter-spacing: -0.05em;
}
.relateContent .moreRecipe .hashLabel {
  margin: 0 auto;
  padding: 0;
}
.relateContent .moreRecipe .hashLabel li {
  padding: 0;
  border: solid 1px #0093d0;
  background: transparent;
  line-height: 1.625;
}
.relateContent .moreRecipe .hashLabel li a {
  padding: 0.125em 1.5em 0.125em 0.5em;
}
.relateContent .moreRecipe .hashLabel li:hover {
  background: rgba(0, 147, 208, 0.3);
}
.relateContent .relatePanel {
  padding: 0;
}
.relateContent .feature_headline {
  display: block;
  width: auto;
  height: 0.9em;
  font-size: 10px;
  font-size: 3.125vw;
}

.relatePanel {
  padding: 0 6.25%;
  padding-bottom: 12.5%;
  color: #fff;
}
.relatePanel li {
  position: relative;
  float: left;
  width: 50%;
}
.relatePanel li:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.relatePanel li a {
  color: #fff;
}
.relatePanel li .imageHover {
  position: relative;
}
.relatePanel li .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: "";
}
.relatePanel .panelTtl {
  line-height: 1.2;
}
.relatePanel .txtArea {
  padding: 3.125%;
  position: absolute;
  bottom: 0;
  z-index: 800;
  line-height: 1.25;
}
.relatePanel .txtArea p {
  display: none;
}

.relatedSpecial {
  background: #fff;
}
.relatedSpecial .relatePanel .txtArea {
  padding: 7.1428571429%;
}
.relatedSpecial .feature_headline {
  margin-bottom: 0.25em;
  padding-left: 0.125em;
}

.relatePopular {
  padding-bottom: 15.625%;
  background: #f8f8f8;
}
.relatePopular .relateRecipeList li {
  width: 33.3333333333%;
}
.relatePopular .relateRecipeList li:before {
  margin: 0;
  margin-left: -0.5px;
  border: none;
  border-left: solid 1px #f8f8f8;
}
.relatePopular .relateRecipeList li:nth-child(even):before {
  margin-left: 0;
  border-left: none;
}
.relatePopular .relateRecipeList li:nth-child(n+3):before {
  margin-top: 0;
  border-top: none;
}
.relatePopular .relateRecipeList li:nth-child(3n+2):before, .relatePopular .relateRecipeList li:nth-child(3n+3):before {
  margin-left: -0.5px;
  border-left: solid 1px #f8f8f8;
}
.relatePopular .relateRecipeList li:nth-child(n+4):before {
  margin-top: -0.5px;
  border-top: solid 1px #f8f8f8;
}
.relatePopular .linkBtn {
  margin: 17.8571428571% auto 0;
  border: solid 1px #000;
  width: 64.2857142857%;
}
.relatePopular .linkBtn a {
  color: #000;
}
.relatePopular .linkBtn a:hover {
  background: rgba(0, 147, 208, 0.3);
}

.rankingList {
  padding-bottom: 15.625%;
}
.rankingList .rankingMark {
  padding-left: 3.125%;
  display: table-cell;
  display: none;
  width: 4.5em;
  height: auto;
  vertical-align: middle;
}
.rankingList li:after {
  content: none;
}

.bnr_link {
  margin-top: -6.25%;
  padding-bottom: 18.75%;
}

.recipe.detail .cream_view-9 { /*ここにid名を入れていく*/ }
.recipe.detail .cream_view-9 .youWillNeed .materials span {
  display: inline-block;
  max-width: 50%;
  line-height: 1.5;
}
.recipe.detail .cream_view-9 .youWillNeed .materials span:first-child {
  padding-left: 1em;
  text-indent: -1em;
}
.recipe.detail .cream_view-9 .youWillNeed .materialList li:before, .recipe.detail .cream_view-9 .youWillNeed .materials li:before,
.recipe.detail .cream_view-9 .youWillNeed .materialList li:after, .recipe.detail .cream_view-9 .youWillNeed .materials li:after {
  top: 0;
  bottom: auto;
}

.gallery #kv {
  position: relative;
}
.gallery #kv .catFig {
  margin-bottom: -20.3125%;
  padding-right: 3.125%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33.125%;
}
.gallery #kv .profile {
  padding: 15.625% 6.25%;
  background: #f9f9f9;
}
.gallery #kv .profile .name {
  padding-bottom: 0.75em;
}
.gallery #kv .profile .txt {
  line-height: 1.25;
  text-align: justify;
  letter-spacing: -1px;
}
.gallery .illustTtl {
  margin-top: -50%;
  padding: 0 6.25%;
  position: relative;
  top: 0;
  color: #0093d0;
  font-style: italic;
}
.gallery .illustTtl > p {
  position: relative;
}
.gallery .illustTtl .date {
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery .illustTtl .headlineLb {
  margin: 0.25em auto 1em;
  padding: 3.5714285714% 0;
  border-top: solid 1px #0093d0;
  border-bottom: solid 1px #0093d0;
  letter-spacing: -0.05em;
}
.gallery .hashLabel {
  padding: 3.5714285714% 0 1.7857142857%;
}
.gallery .hashLabel li {
  margin: 0 auto 1.7857142857%;
}
.gallery .popularIllust {
  padding-bottom: 20.3125%;
  overflow: hidden;
}
.gallery .popularIllust .headlineLb {
  padding: 0 0 10.9375%;
  letter-spacing: 0;
}
.gallery .popularList {
  padding-left: 6.25%;
}
.gallery .popularList li {
  padding: 0 0.390625%;
  width: 40%;
}
.gallery .popularList .rankTtl {
  padding-top: 3.984063745%;
  font-style: italic;
}
.gallery .popularList .rankTtl img {
  width: 15.1394422311%;
}
.gallery .popularList .rankTtl span {
  padding: 0.5em 0 0 0.1em;
  display: block;
  letter-spacing: -0.05em;
}
.gallery .illustList .localNavi {
  padding-bottom: 6.25%;
  position: relative;
  color: #fff;
  background: #0093d0;
}
.gallery .illustList .localNavi h2 {
  padding: 12.5% 0 10.9375%;
}
.gallery .illustList .localNavi:after {
  margin: 0 auto;
  border-color: #0093d0 transparent transparent transparent;
  border-style: solid;
  border-width: 1em 1em 0 1em;
  position: absolute;
  right: 0;
  bottom: -0.9em;
  left: 0;
  width: 0;
  height: 0;
  content: "";
}
.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 .illustList .popularList.list li h3 {
  height: auto;
}
.gallery .iconList {
  width: 100%;
}
.gallery .iconList li {
  padding: 0 0.125em;
  float: left;
  width: 20%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery .iconList li:nth-child(n+6) {
  display: none;
}
.gallery .iconList a {
  display: block;
  width: 100%;
  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: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.gallery .iconList a img {
  border: solid 3px transparent;
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.gallery .iconList a span:last-child {
  display: block;
  height: 2.5em;
  line-height: 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 .moreBtn {
  margin: 4.6875% auto 0;
  padding: 0.25em 2.25em;
  border: solid 2px #fff;
  border-radius: 2.5em;
  display: inline-block;
  width: auto;
  background: #0093d0;
  font-style: italic;
  letter-spacing: -0.05em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.gallery .moreBtn span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.gallery #selectIconArea {
  padding: 10.9375% 0 7.8125%;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.gallery #selectIconArea label {
  display: block;
  color: #0093d0;
}
.gallery #selectIconArea label span:first-child {
  margin: 0 auto;
  display: block;
  width: 15.625%;
  font-style: italic;
  text-align: center;
}
.gallery #selectIconArea .slideSwitch {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.25%;
  height: 100%;
}
.gallery #selectIconArea .slideSwitch input[type=radio] {
  display: none;
}
.gallery #selectIconArea .slideSwitch input[type=radio]:checked + label {
  border-color: #0093d0;
  color: #fff;
  background: #0093d0;
}
.gallery #selectIconArea .slideSwitch label {
  margin-top: 30.1724137931%;
  border: solid 1px #ccc;
  float: left;
  width: 3em;
  height: 3em;
  color: #000;
  line-height: 3;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.gallery #selectIconArea .slideSwitch label + label {
  border-left: none;
}
.gallery #selectIconArea .slideSwitch label.on {
  border-color: #0093d0;
  color: #fff;
  background: #0093d0;
}
.gallery .illustAllList {
  font-style: italic;
  letter-spacing: -0.05em;
}
.gallery .illustAllList > li {
  float: left;
  width: 33.3333333333%;
}
.gallery .illustAllList .illustTtl {
  display: none;
}
.gallery .illustAllList .illustTtl > p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
}
.gallery .illustAllList .headlineLb {
  border-color: #000;
  color: #000;
  letter-spacing: 0;
}
.gallery .illustAllList .hashLabel {
  display: none;
}
.gallery .illustAllList .hashLabel li {
  padding: 0.25em 1em;
  width: auto;
}
.gallery .illustAllList .rankTtl {
  padding: 0 4.6875% 1em;
  display: block;
  height: 3em;
  animation: fadeIn2 0.3s;
  animation-fill-mode: forwards;
}
.gallery .illustAllList .rankTtl span {
  word-wrap: break-word;
}
.gallery .illustAllList.list > li {
  padding: 0 6.25% 1em;
  float: none;
  width: 100%;
}
.gallery .illustAllList.list .illustTtl {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
}
.gallery .illustAllList.list .hashLabel {
  display: block;
}
.gallery .illustAllList.list .rankTtl {
  display: none;
}
.gallery .illustAllList.list .overlay {
  cursor: pointer;
}
.gallery .illustAllList .next.link a {
  opacity: 0;
}
.gallery .mfp-container {
  padding: 0;
}
.gallery .mfp-content {
  padding-top: 1em;
  width: 100%;
  text-align: right;
}
.gallery .mfp-content .mfp-close {
  margin-right: 6.25%;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 10.9375%;
  height: auto;
  color: #fff;
  line-height: 1.25;
}

@keyframes featureFadeInUp {
  0% {
    top: 70px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
body.feature .js-fadeInUp {
  position: relative;
  opacity: 0;
}
body.feature .fadeInUp {
  animation: featureFadeInUp 1s 0.3s forwards;
}
body.feature #kv {
  padding: 9.375% 0;
}
body.feature #kv .kv_ttl {
  color: #0093d0;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  font-size: 6.25vw;
}
body.feature .item {
  padding: 93.75% 0 15.625%;
  position: relative;
  background: #eff0f1;
}
body.feature .item .anchor {
  position: absolute;
  top: -5em;
  width: 100%;
  height: 0;
  font-size: 10px;
  font-size: 3.125vw;
}
body.feature .item .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
body.feature .item .textWrap {
  padding: 11.71875% 6.25%;
  position: relative;
  z-index: 2;
  width: 93.75%;
  background: rgba(255, 255, 255, 0.92);
}
body.feature .item .textWrap.left-side {
  margin-right: 6.25%;
}
body.feature .item .textWrap.right-side {
  margin-left: 6.25%;
}
body.feature .item .textWrap.delay {
  animation-delay: 0.8s;
}
body.feature .item h3 {
  margin-bottom: 5%;
  color: #0093d0;
  font-weight: bold;
  line-height: 1.25;
  font-size: 18px;
  font-size: 5.625vw;
}
body.feature .item h3 small {
  margin-top: 0.5em;
  display: block;
  color: #666;
  font-size: 10px;
  font-size: 3.125vw;
}
body.feature .item p {
  line-height: 1.45;
  font-size: 12px;
  font-size: 3.75vw;
  text-align: justify;
}
body.feature .item p + h3 {
  margin-top: 13.3333333333%;
}
body.feature .item .materialBox {
  margin: 6.25% auto 0;
  padding: 11.71875% 6.25% 12.5%;
  width: 87.5%;
  background: #FFF;
  box-shadow: 0 0 5vw 1vw rgba(0, 0, 0, 0.1);
}
body.feature .item .materialBox h3 {
  margin-bottom: 10.4166666667%;
}
body.feature .item .materialBox .pkgWrap {
  margin: 10.4166666667% auto 0;
  padding-top: 62.5%;
  position: relative;
  width: 41.6666666667%;
}
body.feature .item .materialBox .pkgWrap img {
  position: absolute;
  top: 0;
  width: 143%;
}
body.feature .item .materialBox .figure {
  margin-top: 12.5%;
  border: 1px solid #EEE;
}
body.feature .item .materialBox .figure img {
  width: 100%;
}
body.feature .item .naturaltasteBox {
  margin: 6.25% auto 0;
  padding: 13.28125% 6.25% 12.5%;
  width: 87.5%;
  background: #FFF;
  box-shadow: 0 0 5vw 1vw rgba(0, 0, 0, 0.1);
}
body.feature .item .naturaltasteBox h3 {
  margin-bottom: 13.3928571429%;
  line-height: 0;
}
body.feature .item .naturaltasteBox .figure {
  margin: 6.25% 0 15.625%;
  border: 1px solid #EEE;
  line-height: 0;
}
body.feature .item .naturaltasteBox .btn {
  margin-top: 6.25%;
  line-height: 1;
  font-size: 14px;
  font-size: 4.375vw;
  text-align: center;
}
body.feature .item .naturaltasteBox .btn span {
  padding: 0.65em;
  border-color: #000;
  border-style: solid;
  border-width: 4px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  body.feature .item .naturaltasteBox .btn span {
    border-width: 4px;
  }
}
@media only screen and (max-width: 568px) {
  body.feature .item .naturaltasteBox .btn span {
    border-width: 4px;
  }
}
@media only screen and (max-width: 540px) {
  body.feature .item .naturaltasteBox .btn span {
    border-width: 3px;
  }
}
@media only screen and (max-width: 480px) {
  body.feature .item .naturaltasteBox .btn span {
    border-width: 3px;
  }
}
@media only screen and (max-width: 414px) {
  body.feature .item .naturaltasteBox .btn span {
    border-width: 3px;
  }
}
@media only screen and (max-width: 375px) {
  body.feature .item .naturaltasteBox .btn span {
    border-width: 2px;
  }
}
@media only screen and (max-width: 360px) {
  body.feature .item .naturaltasteBox .btn span {
    border-width: 2px;
  }
}
@media only screen and (max-width: 320px) {
  body.feature .item .naturaltasteBox .btn span {
    border-width: 2px;
  }
}
body.feature .item .naturaltasteBox .btn span:after {
  position: absolute;
  right: 1em;
  content: "→";
}
body.feature .item .naturaltasteBox .btn span:hover {
  border-color: #0093d0;
  color: #FFF;
  background: #0093d0;
}
body.feature .item .naturaltasteBox .fontBlue {
  color: #0093d0;
  font-weight: bold;
}
body.feature .item .whiteBox {
  margin: 6.25% auto 0;
  padding: 6.25%;
  width: 87.5%;
  background: #FFF;
  line-height: 0;
  box-shadow: 0 0 5vw 1vw rgba(0, 0, 0, 0.1);
}
body.feature .item .whiteBox img {
  border: 1px solid #EEE;
}
body.feature .item .bnrLink {
  margin: 3.125% auto 0;
  width: 87.5%;
}
body.feature .item .bnrLink a {
  display: block;
  line-height: 0;
}
body.feature .lineupWrap {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #eff0f1 0%, #eff0f1 5.8928571429em, #FFF 5.8928571429em);
}
body.feature .lineupWrap .imgArea {
  position: relative;
}
body.feature .lineupWrap .imgArea img {
  margin-top: 10.1785714286%;
  position: absolute;
  top: 0;
  left: 2.5%;
  width: 104.6428571429%;
}
body.feature .lineupWrap .imgArea:before {
  padding-top: 77.6785714286%;
  display: block;
  content: "";
}
body.feature .lineupWrap .linkBtn {
  margin-top: 43.2142857143%;
  border: none;
}
body.feature .lineupWrap .linkBtn a {
  border-color: #000;
  border-style: solid;
  border-width: 4px;
  color: #000;
}
@media only screen and (max-width: 640px) {
  body.feature .lineupWrap .linkBtn a {
    border-width: 4px;
  }
}
@media only screen and (max-width: 568px) {
  body.feature .lineupWrap .linkBtn a {
    border-width: 4px;
  }
}
@media only screen and (max-width: 540px) {
  body.feature .lineupWrap .linkBtn a {
    border-width: 3px;
  }
}
@media only screen and (max-width: 480px) {
  body.feature .lineupWrap .linkBtn a {
    border-width: 3px;
  }
}
@media only screen and (max-width: 414px) {
  body.feature .lineupWrap .linkBtn a {
    border-width: 3px;
  }
}
@media only screen and (max-width: 375px) {
  body.feature .lineupWrap .linkBtn a {
    border-width: 2px;
  }
}
@media only screen and (max-width: 360px) {
  body.feature .lineupWrap .linkBtn a {
    border-width: 2px;
  }
}
@media only screen and (max-width: 320px) {
  body.feature .lineupWrap .linkBtn a {
    border-width: 2px;
  }
}
body.feature .lineupWrap .linkBtn a:hover {
  border-color: #0093d0;
  color: #FFF;
}
body.feature .bnrWrap {
  padding-top: 15.625%;
  background: #FFF;
}
body.feature .bnrWrap li:not(:last-child) {
  margin-bottom: 3.5714285714%;
}
body.feature .bnrWrap li a {
  display: block;
  line-height: 0;
}
body.feature .videoModalStyle {
  margin: 0 auto;
  position: relative;
  width: 87.5%;
}
body.feature .videoModalStyle video {
  width: 100%;
}
body.feature .videoModalStyle .mfp-close {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: -12vw;
  right: 0;
  width: 8vw;
  height: 8vw;
  transition: 0.3s;
}
body.feature .videoModalStyle .mfp-close img {
  width: 100%;
}
body.feature .videoModalStyle button.mfp-close * {
  pointer-events: none;
}
body.feature .zoomEffect .mfp-container {
  padding: 0;
}
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;
}

.lineup {
  font-size: 14px;
  font-size: 4.375vw;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
}
.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 #kv {
  background: #fff;
}
.lineup #kv .kvTtl {
  padding: 1.5em 0;
  color: #0093d0;
  line-height: 1;
  font-size: 20px;
  font-size: 6.25vw;
}
.lineup .basic_lineup {
  padding-top: 23.4375%;
  padding-bottom: 15.625%;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url(/images/lineup/sp/basic-bgi.png) no-repeat center top #006abe;
  background-size: 100% auto;
}
.lineup .basic_lineup .anchor {
  margin-top: -15.625%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
}
.lineup .basic_lineup .headline3 {
  margin-bottom: 25.8928571429%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 27px;
  font-size: 8.4375vw;
}
.lineup .basic_lineup .headline3 small {
  margin-top: 0.5em;
  display: block;
  font-size: 11px;
  font-size: 3.4375vw;
  color: #ace6fe;
}
.lineup .basic_lineup .lead {
  line-height: 1.4375;
  font-size: 16px;
  font-size: 5vw;
  text-align: justify;
}
.lineup .basic_lineup.basic_lineup-lowfat {
  background: url(/images/lineup/sp/low_fat-bgi.png) no-repeat center top #0c2790;
  background-size: 100% auto;
}
.lineup .basic_lineup.basic_lineup-ca {
  background: url(/images/lineup/sp/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) p {
  margin-top: 14em;
}
.lineup .basic_lineup.basic_lineup-ca .product-cream {
  margin: 23.0357142857% 0 0 0;
}
.lineup .basic_lineup.basic_lineup-ca .product-cream li {
  width: 100%;
  height: 20em;
}
.lineup .basic_lineup.basic_lineup-ca .product-cream .pkg-cream {
  margin: 0 0 16.9642857143% -22.6785714286%;
  left: 50%;
  width: 46.9642857143%;
}
.lineup .basic_lineup.basic_lineup-milkcoffee {
  color: #5a3011;
  background: url(/images/lineup/sp/milkcoffee-bgi.png) no-repeat center top #e9caa1;
  background-size: 100% auto;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .product_lineup {
  margin-top: 16.9642857143%;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .product_lineup li {
  height: 27em;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .product_lineup li img {
  margin-bottom: -1em;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .product_lineup li p {
  margin-top: 18.6666666667em;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .product_lineup li:nth-child(2)::after {
  position: absolute;
  white-space: pre;
  content: "※関東エリア先行発売";
  display: block;
  font-size: 10px;
  font-size: 3.125vw;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.25;
  bottom: -6.5%;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .itemOutline {
  padding-top: 4.7142857143em;
}
.lineup .basic_lineup.basic_lineup-milkcoffee .itemOutline > ul li {
  border-color: #75431e;
}
.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 .product_lineup {
  margin-top: 37.5%;
}
.lineup .product_lineup li {
  position: relative;
  font-size: 10px;
  font-size: 3.125vw;
  width: 13.9em;
  height: 23em;
  background: rgba(0, 0, 0, 0.1);
}
.lineup .product_lineup li p {
  margin-top: 14.1666666667em;
}
.lineup .product_lineup li:nth-child(odd) {
  float: left;
}
.lineup .product_lineup li:nth-child(odd) img {
  margin-left: -14.3884892086%;
  left: 0;
}
.lineup .product_lineup li:nth-child(even) {
  float: right;
  animation-delay: 0.5s;
}
.lineup .product_lineup li:nth-child(even) img {
  margin-right: -14.3884892086%;
  right: 0;
}
.lineup .product_lineup li:nth-child(n+3) {
  margin-top: 0.2em;
}
.lineup .product_lineup li:nth-child(-n+6) img {
  margin-bottom: 0.65em;
}
.lineup .product_lineup li:nth-child(-n+4) {
  height: 27em;
}
.lineup .product_lineup li:nth-child(-n+4) img {
  margin-bottom: 0.5em;
}
.lineup .product_lineup li:nth-child(-n+4) p {
  margin-top: 17em;
}
.lineup .product_lineup li:nth-child(-n+2) {
  height: 29.85em;
}
.lineup .product_lineup li:nth-child(-n+2) img {
  margin-bottom: -1em;
}
.lineup .product_lineup li:nth-child(-n+2) p {
  margin-top: 21.0833333333em;
}
.lineup .product_lineup li.oishii_200 img {
  margin-left: 3.3em;
  width: 14.25em;
}
.lineup .product_lineup li.oishii_125 img {
  margin-right: -4em;
  width: 13.9em;
}
.lineup .product_lineup li.oishii_3pack img {
  width: 20.3em;
  left: 0.9em;
  margin-bottom: 1.55em;
}
.lineup .product_lineup .limited_ttl {
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 100%;
  color: #99b7c9;
  line-height: 1.2;
  text-align: center;
  font-size: 10px;
  font-size: 3.125vw;
}
.lineup .product_lineup img {
  position: absolute;
  bottom: 0;
  width: 230.2158273381%;
}
.lineup .product_lineup p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.1666666667;
  text-align: center;
  letter-spacing: -0.025em;
  font-size: 12px;
  font-size: 3.75vw;
}
.lineup .product_lineup:after {
  display: block;
  clear: both;
  content: "";
}
.lineup .attention {
  margin-top: 1em;
  color: #99b7c9;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 3.125vw;
}
.lineup .itemOutline {
  padding-top: 3.5em;
}
.lineup .itemOutline .outlineHeadline {
  margin-bottom: 0.125em;
  padding-bottom: 1em;
  border-bottom: solid 0.125em #fff;
  font-size: 16px;
  font-size: 5vw;
}
.lineup .itemOutline li {
  padding: 0.25em 0;
  border-bottom: solid 1px #ccc;
  line-height: 1.5;
  font-size: 12px;
  font-size: 3.75vw;
}
.lineup .itemOutline li span {
  float: right;
  width: 67.8571428571%;
}
.lineup .itemOutline li:after {
  display: block;
  clear: both;
  content: "";
}
.lineup .itemOutline .btnWrap {
  padding-top: 2.8571428571em;
}
.lineup .itemOutline .linkBtn {
  border-color: #fff;
  border-radius: 2em;
}
.lineup .itemOutline .linkBtn a {
  border-radius: 2em;
  color: #fff;
  background: transparent;
}
.lineup .itemOutline .linkBtn a:hover {
  color: #0093d0;
  background: #fff;
}
.lineup .itemOutline .linkBtn.linkBtn_ca {
  font-size: 12.5px;
  font-size: 3.90625vw;
  letter-spacing: -0.075em;
}
.lineup .bnr_area {
  padding: 6.25%;
}
.lineup .no_wrap {
  white-space: nowrap;
}
.lineup .linkBtn a {
  outline: none;
}
.lineup .mfp-container {
  padding: 0;
  letter-spacing: 0;
}
.lineup .mfp-content {
  padding: 1em 6.25%;
  width: 100%;
}
.lineup .mfp-content .mfp-close {
  margin: 3.125%;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.9375%;
  height: auto;
  color: #fff;
  line-height: 1.25;
}
.lineup .componentModal {
  margin: 0 auto;
  padding: 0 7.1428571429% 17.8571428571%;
  position: relative;
  color: #fff;
  background: #0093d0;
}
.lineup .componentModal .componentHeadline {
  padding: 21.4285714286% 0 14.2857142857%;
  line-height: 1.2;
}
.lineup .componentModal .tabWrap {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.lineup .componentModal .tabHead {
  border-bottom: solid 1px #fff;
  display: table;
  width: 100%;
}
.lineup .componentModal .tabHead > li {
  padding: 1em 0;
  display: table-cell;
  position: relative;
  width: 33.3333333333%;
  vertical-align: middle;
  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:nth-child(2) {
  background: #33a9d9;
}
.lineup .componentModal .tabHead > li:nth-child(3) {
  background: #4db4de;
}
.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: -0.45em;
  left: 0;
  width: 0;
  height: 0;
  content: "";
}
.lineup .componentModal .tabHead > li.on:hover {
  opacity: 1;
}
.lineup .componentModal .tabResult {
  padding-top: 0.25em;
}
.lineup .componentModal .tabResult > ul {
  display: none;
}
.lineup .componentModal .tabResult > ul.on {
  display: block;
}
.lineup .componentModal .tabResult > ul li {
  padding: 1em 0;
  border-bottom: solid 1px #fff;
  width: 100%;
}
.lineup .componentModal .tabResult > ul li p {
  float: left;
  width: 33.3333333333%;
  line-height: 1.25;
}
.lineup.isAndroidDevice .android_hidden {
  display: none !important;
}
.lineup.isAndroidDevice .androidWrap {
  white-space: normal !important;
}
.lineup.isAndroidDevice .itemOutline .outlineHeadline {
  font-size: 15.5px;
  font-size: 4.84375vw;
}

.nyuwashoku .animate {
  opacity: 0;
}
.nyuwashoku #kv {
  position: relative;
  background: url(/images/nyuwashoku/kv-bgi.jpg) repeat center center;
}
.nyuwashoku #kv .kvTtl {
  margin-bottom: -4.6875%;
  padding: 10.9375% 0 0;
  position: relative;
  top: 0;
  z-index: 700;
}
.nyuwashoku #kv .kvImg {
  position: relative;
  z-index: 800;
}
.nyuwashoku .aboutNyuwashoku {
  margin-top: -47.34375%;
  padding: 39.0625% 6.25% 0;
  position: relative;
  top: 0;
  color: #fff;
  background: #0093d0;
}
.nyuwashoku .aboutText {
  margin-bottom: 7.1428571429%;
  padding: 1em 0;
  border-bottom: solid 1px #80c9e8;
  line-height: 1.2857142857;
  letter-spacing: -0.05em;
}
.nyuwashoku .aboutBnr {
  margin: 0 auto;
  width: 35%;
}
.nyuwashoku .nabeArea {
  margin-top: -1px;
  padding-bottom: 3.5em;
  position: relative;
  top: 0;
}
.nyuwashoku .nabeArea .headlineLb {
  padding-bottom: 1em;
  letter-spacing: 0;
}
.nyuwashoku .nabeArea .headlineLb:nth-of-type(2) {
  padding-top: 2em;
}
.nyuwashoku .nabeArea .nabeText {
  line-height: 1.5;
}
.nyuwashoku .point {
  padding-bottom: 12.5%;
  z-index: 800;
  background: url(/images/nyuwashoku/point-bgi.png) repeat;
}
.nyuwashoku .point .pointHeadline {
  padding: 14.0625% 0 10.9375%;
  color: #fff;
  line-height: 1.1666666667;
}
.nyuwashoku .point > ul li {
  margin-bottom: 1.7857142857%;
  padding-top: 3.5714285714%;
  background: #fff;
}
.nyuwashoku .point > ul p {
  padding: 0.5em 7.1428571429% 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.025em;
}
.nyuwashoku .nyuRecipe {
  background: url(/images/nyuwashoku/recipe-bgi.png) repeat;
}
.nyuwashoku .nyuRecipe .nyuRecipeHeadline {
  padding: 12.5% 0;
}
.nyuwashoku .nyuRecipe .localNavi {
  padding-bottom: 12.5%;
}
.nyuwashoku .nyuRecipe .localNavi li {
  float: left;
  width: 33.3333333333%;
  line-height: 1.1666666667;
  letter-spacing: -0.025em;
}
.nyuwashoku .nyuRecipe .localNavi li:nth-child(1) {
  padding-right: 1.1904761905%;
}
.nyuwashoku .nyuRecipe .localNavi li:nth-child(2) {
  padding: 0 0.5952380952%;
}
.nyuwashoku .nyuRecipe .localNavi li:nth-child(3) {
  padding-left: 1.1904761905%;
}
.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;
  background-size: contain;
}
.nyuwashoku .nyuRecipe .localNavi a.saba:hover:after {
  background: url(/images/nyuwashoku/recipe-navi-saba-hover.png) no-repeat center top;
  background-size: contain;
}
.nyuwashoku .nyuRecipe .localNavi a.pumpkin:hover:after {
  background: url(/images/nyuwashoku/recipe-navi-pumpkin-hover.png) no-repeat center top;
  background-size: contain;
}
.nyuwashoku .nyuRecipe .localNavi img {
  padding-bottom: 0.5em;
  display: inline-block;
}
.nyuwashoku .recipeContent {
  padding-bottom: 15.625%;
  position: relative;
}
.nyuwashoku .recipeContent .ancherHead {
  position: relative;
  top: 0;
}
.nyuwashoku .recipeContent .headlineBgLb {
  padding: 0.75em 0;
  color: #fff;
  background: #0093d0;
}
.nyuwashoku .recipeContent .iconHeadline {
  padding: 7.1428571429% 0 0.25em;
  border-bottom: solid 2px #572f11;
}
.nyuwashoku .recipeContent .iconHeadline img {
  padding-right: 0.25em;
  display: inline-block;
  width: 11.0714285714%;
  vertical-align: middle;
}
.nyuwashoku .recipeContent .iconHeadline .recipeTtl {
  position: relative;
  top: 0.125em;
}
.nyuwashoku .recipeContent .catch {
  padding-top: 1em;
  line-height: 1.2857142857;
}
.nyuwashoku .recipeContent + .recipeContent {
  padding-top: 15.625%;
}
.nyuwashoku .imgWrap {
  padding-bottom: 1em;
}
.nyuwashoku .iconComponent {
  margin-top: -10%;
  position: relative;
  top: 0;
  text-align: center;
}
.nyuwashoku .iconComponent li {
  display: inline-block;
}
.nyuwashoku .materialWrap {
  padding: 1.7857142857%;
  position: relative;
  background: #000;
}
.nyuwashoku .materialWrap .whiteBg {
  padding: 7.4074074074% 5.5555555556%;
  background: #fff;
}
.nyuwashoku .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 .materialWrap .headlineLb {
  padding-bottom: 0.5em;
}
.nyuwashoku .materialWrap li {
  padding: 0.5em 0 0.25em;
  border-bottom: dotted 1px #7f7f7f;
  letter-spacing: -0.025em;
}
.nyuwashoku .materialWrap li span {
  float: right;
}
.nyuwashoku .materialWrap .headline6 {
  padding-top: 2em;
}
.nyuwashoku .howtomakeWrap {
  margin-top: 1.25em;
  padding: 7.1428571429% 7.1428571429% 3.5714285714%;
  background: #fff;
  line-height: 1.3333333333;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.nyuwashoku .howtomakeWrap .headlineLb {
  padding-bottom: 1em;
}
.nyuwashoku .howtomakeWrap li {
  padding: 0.5em 0;
  border-bottom: dotted 1px #7f7f7f;
  display: table;
  width: 100%;
  counter-increment: sample;
}
.nyuwashoku .howtomakeWrap li:first-child {
  border-top: dotted 1px #7f7f7f;
}
.nyuwashoku .howtomakeWrap li .num:after {
  display: block;
  width: 1.0714285714em;
  height: 1.4285714286em;
  color: #fff;
  background: #000;
  line-height: 1.4285714286;
  text-align: center;
  content: " " counter(sample) "";
}
.nyuwashoku .howtomakeWrap .num, .nyuwashoku .howtomakeWrap .textLine {
  display: table-cell;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: top; /* IE用 */
}
.nyuwashoku .howtomakeWrap .num {
  width: 1.7857142857em;
}
.nyuwashoku .howtomakeWrap .onePoint {
  margin: 8.3333333333% auto 0;
  padding: 8.3333333333%;
  color: #fff;
  background: #e1b400;
}
.nyuwashoku .howtomakeWrap .notes {
  padding-top: 1em;
  line-height: 1.2;
}

.hotmilk #kv {
  position: relative;
  top: 0;
  left: 0;
}
.hotmilk #kv h1 {
  position: absolute;
}
.hotmilk #kv .bottomObi {
  padding: 1.25em 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: #fff;
  background: rgba(0, 147, 208, 0.8);
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
.hotmilk .leadArea {
  background: url(/images/recipe_feature/hotmilk/lead-bgi-pink.jpg) center top;
  background-size: cover;
  line-height: 1.6;
}
.hotmilk .leadArea img {
  margin: 2em auto 3em;
}
.hotmilk .leadArea .lead {
  padding-top: 3em;
  letter-spacing: -0.0625em;
}
.hotmilk .howToMake {
  padding: 3em 0;
}
.hotmilk .howToMake h2 img {
  margin: 0 0 12.5523012552% -12.5523012552%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.4728033473%;
}
.hotmilk .headline_border {
  margin-bottom: 0;
  border-bottom: solid 0.111em #000;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  letter-spacing: -0.05em;
}
.hotmilk .floatWrap {
  margin: 2em auto 0;
}
.hotmilk .floatWrap .textWrap {
  margin: 1em auto;
  padding: 7.1428571429% 3.5714285714%;
  border: solid 0.111em #664126;
}
.hotmilk .floatWrap .textWrap img {
  margin: 0 auto;
  display: block;
  width: 3em;
}
.hotmilk .floatWrap .yellowUnderLine {
  margin: 0.5em auto 1em;
}
.hotmilk .floatWrap .yellowUnderLine:after {
  margin-bottom: 0.15em;
}
.hotmilk .floatWrap .explain {
  line-height: 1.3333;
}
.hotmilk .floatWrap .standard {
  padding-top: 2em;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1;
}
.hotmilk .floatWrap .standard:before {
  margin: 0.8em auto 0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 3em;
  height: 0.1em;
  background: #000;
  content: "";
}
.hotmilk .relateContent {
  padding: 0 0 15.625%;
}
.hotmilk .relateContent .headline_border {
  margin: 10.9375% auto;
}
.hotmilk .fadeIn {
  animation: araware2 3s forwards 0s;
  animation-fill-mode: both;
}
@keyframes araware2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hotmilk .animate {
  opacity: 0;
}

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

.icon_fix {
  position: fixed;
  right: 0;
  bottom: 1em;
  z-index: 901;
  width: 38.4375%;
  cursor: pointer;
  font-size: 10px;
  font-size: 3.125vw;
  transition: 2s;
}
.icon_fix.absolute {
  position: absolute;
  bottom: 3.4em;
  transition: 0.5s;
}

.recipe_feature_index #kv {
  font-size: 10px;
  font-size: 3.125vw;
  padding: 0 6.25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32em;
}
.recipe_feature_index .border_ttl {
  font-size: 21px;
  font-size: 6.5625vw;
  border-top: solid 0.1428571429em #fff;
  border-bottom: solid 0.1428571429em #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.1428571429em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.35));
}
.recipe_feature_index .pickup_section {
  padding: 12.5% 0;
  background: url(/images/recipe_feature/feature_index/pickup-bgi-sp.jpg);
  background-size: 100% auto;
}
.recipe_feature_index .pickup_lead {
  padding: 0 6.25%;
  line-height: 1.3125;
  font-size: 16px;
  font-size: 5vw;
  text-align: center;
}
.recipe_feature_index .pickup_ttl {
  font-size: 10px;
  font-size: 3.125vw;
  margin-top: 3.6em;
}
.recipe_feature_index .pickup_list {
  margin: 15.625% auto 0;
}
.recipe_feature_index .pickup_list li + li {
  margin-top: 18.75%;
}
.recipe_feature_index .pickup_list .img_area, .recipe_feature_index .pickup_list .text_area {
  margin: 0 auto;
  width: 87.5%;
}
.recipe_feature_index .pickup_list .img_area {
  font-size: 10px;
  font-size: 3.125vw;
  position: relative;
}
.recipe_feature_index .pickup_list .img_area img {
  position: relative;
  z-index: 800;
  width: 100%;
  height: auto;
  box-shadow: 1em 1em 2em rgba(0, 0, 0, 0.2);
}
.recipe_feature_index .pickup_list .img_area:before {
  display: block;
  position: absolute;
  top: -2em;
  left: -2em;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #e1d8d7;
  content: "";
}
.recipe_feature_index .pickup_list .text_area {
  margin-top: 6.25%;
  padding-left: 0;
}
.recipe_feature_index .pickup_list .recipe_name_border {
  padding: 0.4em 0;
  border-top: solid 0.09375em #222;
  border-bottom: solid 0.09375em #222;
  color: #222;
  font-weight: bold;
  line-height: 1.3125;
  text-align: left;
  font-size: 16px;
  font-size: 5vw;
}
.recipe_feature_index .pickup_list .recipe_name_border + p {
  font-size: 14px;
  font-size: 4.375vw;
  margin-top: 1.25em;
  color: #333;
  line-height: 1.2857142857;
}
.recipe_feature_index .pickup_list .recipe_link_btn {
  font-size: 14px;
  font-size: 4.375vw;
  margin-top: 1.25em;
  padding-left: 0;
  border: solid 1px #3077c4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5em;
  color: #fff;
  background: url(/images/recipe_feature/feature_index/arrow-link_btn-bgi-sp.png) no-repeat #3077c4;
  background-size: 100% auto;
}
.recipe_feature_index .pickup_list .recipe_link_btn:hover {
  color: #3077c4;
  background: #fff;
}
.recipe_feature_index .pickup_list li:nth-child(even) .img_area:before {
  right: -2em;
  left: auto;
}
.recipe_feature_index .thumbnails {
  padding: 12.5% 0 8.125%;
}
.recipe_feature_index .thumbnails .headline_border {
  font-size: 18px;
  font-size: 5.625vw;
  padding-bottom: 0.4em;
  border-bottom: solid 0.1111111111em #000;
  display: inline-block;
  line-height: 1.1;
}
.recipe_feature_index .thumbnails .headline_border + .panelTable {
  margin-top: 12.5%;
}
.recipe_feature_index #bnr_area {
  padding: 6.25%;
}
.recipe_feature_index #bnr_area li + li {
  margin-top: 3.5714285714%;
}

.feature_omotenashi #kv {
  background: url(/images/recipe_feature/omotenashi/kv-sp.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-sp.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-sp.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-sp.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-sp.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-sp.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-sp.jpg) no-repeat center center;
  background-size: cover;
}
.feature_whitesauce .pickup_list .img_area:before {
  background: #e1d8d7;
}

.feature_whitesauce .border_ttl .ls {
  letter-spacing: -0.15em;
}

.feature_time_saving #kv {
  background: url(/images/recipe_feature/time_saving/kv-sp.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-sp.jpg) no-repeat center center;
  background-size: cover;
}
.feature_100kcalorless .pickup_list .img_area:before {
  background: #f1cacc;
}

.save #contentsWrap {
  padding-bottom: 12.5%;
  background: #f5f5f5;
}
.save #contentsWrap .inner {
  padding: 9.6875% 3.125% 0;
  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 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #15227d;
  font-size: 21px;
  font-size: 6.5625vw;
  font-weight: bold;
  letter-spacing: -0.075em;
  white-space: nowrap;
}
.save #contentsWrap h2 {
  height: 1.75em;
  color: #fff;
  background: url(/images/save/h2-bgi-sp.png) no-repeat;
  background-size: contain;
  font-weight: bold;
  line-height: 1.75em;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-size: 5vw;
}
.save #contentsWrap .asap_after_open {
  padding-top: 10.5%;
}
.save #contentsWrap .lead {
  margin: 0.9375em auto;
  line-height: 1.5;
  font-size: 16px;
  font-size: 5vw;
  letter-spacing: 0.05em;
}
.save #contentsWrap .lead strong {
  color: #e60012;
  font-weight: 500;
}
.save #contentsWrap .whitebox {
  margin: 5.3333333333% auto 13.3333333333%;
  padding: 11.8333333333% 6.6666666667% 12.6666666667%;
  background: #fff;
}
.save #contentsWrap .whitebox.-howto {
  margin-bottom: 13.3333333333%;
  padding-bottom: 12.5%;
}
.save #contentsWrap .important_txt {
  display: table;
  width: 103.8461538462%;
  color: #e60012;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.075em;
  font-size: 16px;
  font-size: 5vw;
}
.save #contentsWrap .important_txt:before {
  display: table-cell;
  width: 1.2em;
  content: "◎";
}
.save #contentsWrap .flexbox {
  margin-top: 8.8461538462%;
  background: url(/images/save/img-line-sp.png) no-repeat center top;
  background-size: 100% auto;
  line-height: 1.5;
}
.save #contentsWrap .flexbox sup {
  font-size: 10px;
  font-size: 3.125vw;
}
.save #contentsWrap .flexbox small {
  display: block;
  line-height: 1.5;
  font-size: 12px;
  font-size: 3.75vw;
}
.save #contentsWrap .flexbox small sup {
  font-size: 7.5px;
  font-size: 2.34375vw;
}
.save #contentsWrap dt {
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
}
.save #contentsWrap .bacteria_increase {
  padding: 12.6923076923% 0 0;
}
.save #contentsWrap .bacteria_increase dd {
  margin-top: 4.0384615385%;
}
.save #contentsWrap .days_to_rot {
  margin-top: 10.1923076923%;
}
.save #contentsWrap .days_to_rot dt {
  letter-spacing: 0.02em;
}
.save #contentsWrap .days_to_rot span {
  border-radius: 40px;
  display: block;
  height: 2.2142857143em;
  color: #fff;
  background: #3282ca;
  font-weight: bold;
  line-height: 2.2142857143em;
  font-size: 14px;
  font-size: 4.375vw;
}
.save #contentsWrap .days_to_rot small {
  margin-top: 2.6923076923%;
}
.save #contentsWrap .days_to_rot dd {
  margin-top: 0.380952381em;
  font-weight: bold;
  line-height: 1.2380952381;
  letter-spacing: -0.05em;
  font-size: 21px;
  font-size: 6.5625vw;
}
.save #contentsWrap .days_to_rot dd strong {
  color: #e60012;
}
.save #contentsWrap .rot_notice {
  margin-top: 6.1538461538%;
  margin-left: -5.7692307692%;
  width: 111.5384615385%;
  font-size: 12px;
  font-size: 3.75vw;
  font-feature-settings: "palt";
}
.save #contentsWrap .howto .whitebox {
  margin-top: 6.6666666667%;
}
.save #contentsWrap .causes_of_corruption {
  padding-top: 12.1153846154%;
}
.save #contentsWrap .causes_of_corruption dd {
  margin-top: 4.4230769231%;
  line-height: 1.5;
}
.save #contentsWrap .causes_of_corruption dd p {
  padding: 0 1.9230769231% 5.5769230769%;
}
.save #contentsWrap .causes_of_corruption dd small {
  margin-top: 16px;
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: 500;
}
.save #contentsWrap .refrigerator {
  margin-top: 13.4615384615%;
}
.save #contentsWrap .refrigerator dd {
  margin: 1.1785714286em 0 0;
}
.save #contentsWrap .refrigerator dd img {
  margin-left: 4.8928571429em;
  width: 10.5714285714em;
}
.save #contentsWrap .refrigerator + small {
  margin-top: 6.5384615385%;
}
.save #contentsWrap .mame {
  padding: 3.3333333333%;
  background: #c3e6f9;
}
.save #contentsWrap .mame .mame_inner {
  padding-bottom: 6.7857142857%;
  border-radius: 10px;
  position: relative;
  background: #fff;
}
.save #contentsWrap .mame h2 {
  height: auto;
  background: none;
}
.save #contentsWrap .mame h2 img {
  font-size: 14px;
  font-size: 4.375vw;
  margin-left: -0.3928571429em;
  padding-top: 1.4285714286em;
  width: 4.9285714286em;
}
.save #contentsWrap .mame dl {
  text-align: left;
}
.save #contentsWrap .mame dt {
  margin-top: 0.46875em;
  color: #00a0e9;
  font-size: 16px;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
.save #contentsWrap .mame dd {
  margin: 0.25em auto 0;
  font-size: 14px;
  font-size: 4.375vw;
  width: 17.3214285714em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.033em;
}
.save #contentsWrap .mame small {
  letter-spacing: -0.033em;
}
.save #contentsWrap .mame .img_illust {
  font-size: 14px;
  font-size: 4.375vw;
  margin-left: -0.8928571429em;
  padding-top: 0.3571428571em;
  width: 8.5357142857em;
}
.save #contentsWrap .mame .img_illust + p small {
  margin: 1.0833333333em auto 0;
  width: 20.2083333333em;
  text-align: left;
  letter-spacing: -0.05em;
  white-space: nowrap;
  font-size: 12px;
  font-size: 3.75vw;
}

.p404 #kv {
  color: #fff;
  background: #0093d0;
}
.p404 #kv .catch {
  padding: 26.5625% 0 23.4375%;
  position: relative;
  line-height: 1.2380952381;
}
.p404 #kv .englishCatch {
  padding-top: 1em;
  display: block;
}
.p404 .linkInduction {
  padding-bottom: 18.75%;
  background: url(/images/404/sp/milk-image-bgi.png) repeat-x center bottom;
  background-size: 100%;
}
.p404 .linkInduction .lead404 {
  padding: 3.5em 0 2em;
}
.p404 .linkInduction .milkImg {
  padding-top: 17.8571428571%;
  display: inline-block;
  width: 75.3571428571%;
}
.p404 .linkBtn.p500 {
  margin-top: 3.5em;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: jello;
  animation-name: jello;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
}
@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInDownBig {
  from {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInLeftBig {
  from {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInRightBig {
  from {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rollIn {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    opacity: 0;
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    opacity: 0;
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}
@keyframes zoomInDown {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}
@keyframes zoomInLeft {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}
@keyframes zoomInRight {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}
@keyframes zoomInUp {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 0;
  }
}
@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 0;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: 0;
  }
}
@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: 0;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

#js_mediaFlag {
  width: 100%;
}

.spOnly {
  display: none;
}

#js_mediaFlag {
  width: 1px;
}

img:not(footer img) {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 999px) {
  .f20 {
    font-size: 15.609375px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 17.1703125px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 18.73125px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 20.2921875px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 21.853125px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 24.975px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 28.096875px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 29.6578125px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 31.21875px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 32.7796875px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 37.4625px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 40.584375px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 46.828125px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 97.55859375%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 21.853125px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 18.73125px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 20.2921875px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 24.975px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 28.096875px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 28.096875px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 39.0234375px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 46.828125px;
    font-size: 9.375vw;
  }
}
@media only screen and (max-width: 768px) {
  .f20 {
    font-size: 12px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 13.2px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 14.4px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 15.6px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 16.8px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 19.2px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 21.6px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 22.8px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 24px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 25.2px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 28.8px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 31.2px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 36px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 75%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 16.8px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 14.4px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 15.6px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 19.2px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 21.6px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 21.6px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 30px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 36px;
    font-size: 9.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .f20 {
    font-size: 10px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 16px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 18px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 19px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 20px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 21px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 24px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 26px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 30px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 62.5%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 16px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 18px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 18px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 25px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 30px;
    font-size: 9.375vw;
  }
  .spOnly {
    display: block;
  }
}
/* iPhone5-side
-------------------------------------------------- */
@media only screen and (max-width: 568px) {
  .f20 {
    font-size: 8.875px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 9.7625px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 10.65px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 11.5375px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 12.425px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 14.2px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 15.975px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 16.8625px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 17.75px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 18.6375px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 21.3px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 23.075px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 26.625px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 55.46875%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 12.425px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 10.65px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 11.5375px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 14.2px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 15.975px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 15.975px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 22.1875px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 26.625px;
    font-size: 9.375vw;
  }
}
/* android-w
-------------------------------------------------- */
@media only screen and (max-width: 540px) {
  .f20 {
    font-size: 8.4375px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 9.28125px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 10.125px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 10.96875px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 11.8125px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 13.5px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 15.1875px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 16.03125px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 16.875px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 17.71875px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 20.25px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 21.9375px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 25.3125px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 52.734375%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 11.8125px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 10.125px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 10.96875px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 13.5px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 15.1875px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 15.1875px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 21.09375px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 25.3125px;
    font-size: 9.375vw;
  }
}
/* android-m
-------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .f20 {
    font-size: 7.5px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 8.25px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 9px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 9.75px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 10.5px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 12px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 13.5px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 14.25px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 15px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 15.75px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 18px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 19.5px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 22.5px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 46.875%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 10.5px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 9px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 9.75px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 12px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 13.5px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 13.5px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 18.75px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 22.5px;
    font-size: 9.375vw;
  }
}
/* iphone6plus
-------------------------------------------------- */
@media only screen and (max-width: 414px) {
  .f20 {
    font-size: 6.46875px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 7.115625px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 7.7625px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 8.409375px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 9.05625px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 10.35px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 11.64375px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 12.290625px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 12.9375px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 13.584375px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 15.525px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 16.81875px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 19.40625px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 40.4296875%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 9.05625px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 7.7625px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 8.409375px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 10.35px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 11.64375px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 11.64375px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 16.171875px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 19.40625px;
    font-size: 9.375vw;
  }
}
/* iphone6
-------------------------------------------------- */
@media only screen and (max-width: 375px) {
  .f20 {
    font-size: 5.859375px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 6.4453125px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 7.03125px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 7.6171875px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 8.203125px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 9.375px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 10.546875px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 11.1328125px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 11.71875px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 12.3046875px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 14.0625px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 15.234375px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 17.578125px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 36.62109375%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 8.203125px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 7.03125px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 7.6171875px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 9.375px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 10.546875px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 10.546875px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 14.6484375px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 17.578125px;
    font-size: 9.375vw;
  }
}
/* android
-------------------------------------------------- */
@media only screen and (max-width: 360px) {
  .f20 {
    font-size: 5.625px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 6.1875px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 6.75px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 7.3125px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 7.875px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 9px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 10.125px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 10.6875px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 11.25px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 11.8125px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 13.5px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 14.625px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 16.875px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 35.15625%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 7.875px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 6.75px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 7.3125px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 9px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 10.125px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 10.125px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 14.0625px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 16.875px;
    font-size: 9.375vw;
  }
}
/* iphone5, android-s
-------------------------------------------------- */
@media only screen and (max-width: 320px) {
  .f20 {
    font-size: 5px;
    font-size: 3.125vw;
  }
  .f22 {
    font-size: 5.5px;
    font-size: 3.4375vw;
  }
  .f24 {
    font-size: 6px;
    font-size: 3.75vw;
  }
  .f26 {
    font-size: 6.5px;
    font-size: 4.0625vw;
  }
  .f28 {
    font-size: 7px;
    font-size: 4.375vw;
  }
  .f32 {
    font-size: 8px;
    font-size: 5vw;
  }
  .f36 {
    font-size: 9px;
    font-size: 5.625vw;
  }
  .f38 {
    font-size: 9.5px;
    font-size: 5.9375vw;
  }
  .f40 {
    font-size: 10px;
    font-size: 6.25vw;
  }
  .f42 {
    font-size: 10.5px;
    font-size: 6.5625vw;
  }
  .f48 {
    font-size: 12px;
    font-size: 7.5vw;
  }
  .f52 {
    font-size: 13px;
    font-size: 8.125vw;
  }
  .f60 {
    font-size: 15px;
    font-size: 9.375vw;
  }
  html, :root {
    font-size: 31.25%;
  }
  body,
  .recipe #panelLinkHome .panelTable > li h3,
  .recipe #recipe-items .panelTable.list > li h3,
  .recipe.detail .stepLine .nostep {
    font-size: 7px;
    font-size: 4.375vw;
  }
  .relatePanel .panelTtl,
  .checkbox label,
  .recipe #recipe-items .recipeTime,
  .recipe.detail .hashList, .recipe.detail .hashLabel {
    font-size: 6px;
    font-size: 3.75vw;
  }
  .recipe.detail .youWillNeed,
  .recipe.detail .point .pointLead,
  .recipe.detail .stepLine li {
    font-size: 6.5px;
    font-size: 4.0625vw;
  }
  .recipe.detail .relateContent .relatedTtl,
  .recipe.result .resultTxtArea .resultTtl {
    font-size: 8px;
    font-size: 5vw;
  }
  .recipe.detail .youWillNeed h3,
  .recipe.detail .preparation h3.f24 {
    font-size: 9px;
    font-size: 5.625vw;
  }
  .recipe.detail .youWillNeed .detailHeadline,
  .recipe.detail .preparation .detailHeadline {
    font-size: 9px;
    font-size: 5.625vw;
  }
  .stepLine .fontOstrich {
    font-size: 12.5px;
    font-size: 7.8125vw;
  }
  .recipe.detail .point .fontOstrich {
    font-size: 15px;
    font-size: 9.375vw;
  }
}
@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");
}
[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";
}

.-english #spMenu.on #nav {
  padding-top: 21.875%;
}
.-english #spMenu.on .hoverSpecialWrap.-lang {
  margin-bottom: 3.28125%;
}
.-english #spMenu .hoverSpecialWrap.-lang {
  color: #fff;
  background: #0074bd;
}
.-english #spMenu .hoverSpecialWrap.-lang .hoverSpecial {
  padding: 2.34375% 0;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
}
.-english #spMenu .hoverSpecialWrap.-lang .hoverSpecial:after {
  margin-right: 5.625%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "oishii";
  font-size: 0.8em;
  transition: 0.3s;
  content: "k";
}
.-english #spMenu .hoverSpecialWrap.-lang .hoverSpecial.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.-english #spMenu .hoverSpecialWrap.-lang .hoverSpecial.open ~ .specialLink {
  max-height: 100vw;
}
.-english #spMenu .hoverSpecialWrap.-lang .specialLink {
  padding: 0;
  border-top: solid 1px #66a6d3;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.-english #spMenu .hoverSpecialWrap.-lang .specialLink .innerWrap {
  padding: 2.03125% 0 1.5625%;
}
.-english #spMenu .hoverSpecialWrap.-lang .specialLink a {
  padding: 3.59375% 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
.-english #spMenu #nav > li > a {
  padding: 3.59375% 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.-english.home #kv_renew {
  padding-bottom: 150%;
}
.-english.home #kv_renew .kv_ttl {
  margin-top: 12.5%;
}
.-english.home #js-header + #wrap #main_pkg {
  top: 27.5em;
}
.-english.home #js-header + #wrap #headerWrap.fix + #contentsRim #main_pkg {
  top: 27.5em;
}
.-english.home #js-header + #wrap #headerWrap.fix + #contentsRim #feature_area.inview ~ #lineup_area #main_pkg {
  top: 17em;
  transition: top 1.5s;
}
.-english.home .bnr_link a {
  position: relative;
}
.-english.home .bnr_link a + a {
  margin-top: 14.2857142857%;
}
.-english.home #feature_area .icon_list.static {
  display: none;
}
.-english.home #lineup_area {
  padding-top: 20%;
  position: relative;
  background-position-y: 4.5em;
}
.-english.home #lineup_area .bnr_list {
  padding-top: 95%;
}
@media (orientation: landscape) {
  .-english.home #kv_renew .kv_ttl {
    width: 100%;
    text-align: center;
  }
  .-english.home #kv_renew .kv_ttl img {
    max-width: 640px;
  }
  .-english.home #kv_renew .main_pkg {
    margin-top: 50%;
  }
}
.-english #topicPath {
  letter-spacing: -0.05em;
}
.-english.feature #kv .kv_ttl {
  letter-spacing: 0.018em;
}
.-english.feature .item h3 {
  line-height: 1.1666666667;
}
.-english.feature .item p {
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.025em;
}
.-english.feature .item p + h3 {
  margin-top: 8.0769230769%;
}
.-english.feature .item .naturaltasteBox h3 {
  margin-bottom: 15.2083333333%;
}
.-english.feature .item .naturaltasteBox .figure {
  margin: 10.4166666667% 0 0;
  padding-bottom: 15.625%;
}
.-english.feature .lineupWrap {
  margin-top: -10.15625%;
}
.-english.lineup #kv .kvTtl {
  padding: 6.25% 0 5%;
  line-height: 1.1;
  letter-spacing: 0.013em;
}
.-english.lineup .basic_lineup {
  padding-top: 24.21875%;
}
.-english.lineup .basic_lineup .headline3 {
  line-height: 1.1111111111;
  letter-spacing: 0.01em;
}
.-english.lineup .product_lineup {
  margin-top: 28.5714285714%;
}
.-english.lineup .itemOutline {
  padding-top: 13.3928571429%;
}
.-english.lineup .itemOutline .outlineHeadline {
  font-size: 8.75px;
  font-size: 5.46875vw;
}
.-english.lineup .itemOutline li {
  padding: 0.8928571429% 0 1.5178571429%;
  letter-spacing: 0;
}
.-english.lineup .itemOutline li span {
  padding-top: 0.22em;
  display: block;
  width: 62.8571428571%;
  line-height: 1.1;
}
.-english.lineup .itemOutline .linkBtn {
  padding: 0.1428571429em 0;
  line-height: 1.1;
}
.-english.lineup .itemOutline .linkBtn a {
  padding-right: 1.5em;
  text-indent: 0;
  letter-spacing: -0.03em;
  font-size: 6.5px;
  font-size: 4.0625vw;
}
.-english.lineup .itemOutline .linkBtn a:after {
  top: 50%;
  right: 0.6666666667em;
  transform: translateY(-50%);
  font-size: 9.75px;
  font-size: 6.09375vw;
}
.-english.lineup .lead {
  text-align: left;
}
.-english.story .kv h1 small {
  padding-bottom: 5.46875%;
  letter-spacing: 0.04em;
}
.-english.story .mainContent {
  margin-top: 16.40625%;
}
.-english.story .mainContent .contentBlock .textArea h3 {
  padding-bottom: 1.33em;
  text-align: left;
}
.-english.story .mainContent .contentBlock .textArea p {
  text-align: left;
}
.-english.story .mainContent .contentBlock .textArea ul li + li {
  padding-top: 0.5em;
}
.-english.story .mainContent .chapter5 .borderAnime img {
  margin-left: -2.3214285714%;
  width: 100.7142857143%;
}
.-english.story .mainContent .chapter7 .contentBlock .textArea h3 {
  padding-bottom: 29.5454545455%;
  text-align: center;
}

.-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 #spMenu.on #nav {
  padding-top: 21.875%;
}
.-chinese #spMenu.on .hoverSpecialWrap.-lang {
  margin-bottom: 3.28125%;
}
.-chinese #spMenu .hoverSpecialWrap.-lang {
  color: #fff;
  background: #0074bd;
}
.-chinese #spMenu .hoverSpecialWrap.-lang .hoverSpecial {
  padding: 2.34375% 0;
  display: block;
  position: relative;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}
.-chinese #spMenu .hoverSpecialWrap.-lang .hoverSpecial:after {
  margin-right: 5.625%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "oishii";
  font-size: 0.8em;
  transition: 0.3s;
  content: "k";
}
.-chinese #spMenu .hoverSpecialWrap.-lang .hoverSpecial.open:after {
  transform: translateY(-50%) rotate(180deg);
}
.-chinese #spMenu .hoverSpecialWrap.-lang .hoverSpecial.open ~ .specialLink {
  max-height: 100vw;
}
.-chinese #spMenu .hoverSpecialWrap.-lang .specialLink {
  padding: 0;
  border-top: solid 1px #66a6d3;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.-chinese #spMenu .hoverSpecialWrap.-lang .specialLink .innerWrap {
  padding: 2.03125% 0 1.5625%;
}
.-chinese #spMenu .hoverSpecialWrap.-lang .specialLink a {
  padding: 3.59375% 0;
  color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
}
.-chinese #spMenu #nav > li > a {
  padding: 3.59375% 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.-chinese.home #kv_renew {
  padding-bottom: 150%;
}
.-chinese.home #kv_renew .kv_ttl {
  margin-top: 23.125%;
}
.-chinese.home #js-header + #wrap #main_pkg {
  top: 30.5em;
}
.-chinese.home #js-header + #wrap #headerWrap.fix + #contentsRim #main_pkg {
  top: 30.5em;
}
.-chinese.home #js-header + #wrap #headerWrap.fix + #contentsRim #feature_area.inview ~ #lineup_area #main_pkg {
  top: 17em;
  transition: top 1.5s;
}
.-chinese.home .bnr_link a {
  position: relative;
}
.-chinese.home .bnr_link a + a {
  margin-top: 14.2857142857%;
}
.-chinese.home #feature_area .icon_list.static {
  display: none;
}
.-chinese.home #lineup_area {
  padding-top: 20%;
  position: relative;
  background-position-y: 4.5em;
}
.-chinese.home #lineup_area .bnr_list {
  padding-top: 95%;
}
@media (orientation: landscape) {
  .-chinese.home #kv_renew .kv_ttl {
    width: 100%;
    text-align: center;
  }
  .-chinese.home #kv_renew .kv_ttl img {
    max-width: 640px;
  }
  .-chinese.home #kv_renew .main_pkg {
    margin-top: 50%;
  }
}
.-chinese #topicPath {
  letter-spacing: -0.05em;
}
.-chinese #topicPath li a {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.-chinese.feature #kv .kv_ttl {
  letter-spacing: 0.018em;
  font-feature-settings: "palt";
}
.-chinese.feature .item h3 {
  font-weight: 500;
  line-height: 1.1;
  font-feature-settings: "palt";
}
.-chinese.feature .item p {
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}
.-chinese.feature .item p + h3 {
  margin-top: 14.2307692308%;
}
.-chinese.feature .item .naturaltasteBox h3 {
  margin-bottom: 15.2083333333%;
}
.-chinese.feature .item .naturaltasteBox .figure {
  margin: 10.4166666667% 0 0;
}
.-chinese.feature .lineupWrap {
  margin-top: -10.15625%;
}
.-chinese.lineup #kv .kvTtl {
  padding: 9.375% 0 8.75%;
  line-height: 1.1;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.-chinese.lineup .basic_lineup {
  padding-top: 23.4375%;
}
.-chinese.lineup .basic_lineup .headline3 {
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.-chinese.lineup .product_lineup {
  margin-top: 28.5714285714%;
}
.-chinese.lineup .product_lineup li p span {
  font-weight: bold;
}
.-chinese.lineup .itemOutline {
  padding-top: 14.2857142857%;
}
.-chinese.lineup .itemOutline .outlineHeadline {
  margin-bottom: 0;
  padding-bottom: 7.5%;
  letter-spacing: -0.005em;
  font-size: 8px;
  font-size: 5vw;
}
.-chinese.lineup .itemOutline li {
  padding: 0.8928571429% 0 1.5178571429%;
  font-weight: bold;
  letter-spacing: 0;
}
.-chinese.lineup .itemOutline li span {
  padding-top: 0.22em;
  display: block;
  width: 62.8571428571%;
  font-weight: normal;
  line-height: 1.1;
}
.-chinese.lineup .itemOutline .linkBtn {
  border-width: 1px;
  line-height: 2.4;
}
.-chinese.lineup .lead {
  text-align: left;
  letter-spacing: -0.025em;
}
.-chinese.lineup .basic_lineup-lowfat .lead, .-chinese.lineup .basic_lineup-ca .lead {
  letter-spacing: 0.025em;
}
.-chinese.story .kv h1 small {
  bottom: 1.375em;
  font-weight: 500;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
}
.-chinese.story .mainContent {
  margin-top: 13.75%;
}
.-chinese.story .mainContent .contentBlock .textArea h3 {
  padding-bottom: 8.6363636364%;
  font-weight: 500;
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
}
.-chinese.story .mainContent .contentBlock .textArea p {
  line-height: 2;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
.-chinese.story .mainContent .contentBlock .textArea ul li + li {
  padding-top: 0.5em;
}
.-chinese.story .mainContent .chapter2 .textArea h3 {
  letter-spacing: 0.05em;
}
.-chinese.story .mainContent .chapter5 .borderAnime img {
  margin-left: -2.3214285714%;
  width: 100.7142857143%;
}
.-chinese.story .mainContent .chapter5 .textArea h3 {
  padding: 12.7272727273% 0 6.8181818182%;
}
.-chinese.story .mainContent .chapter6 .textArea ul {
  padding-top: 22.7272727273%;
}
.-chinese.story .mainContent .chapter6 .textArea ul li {
  font-weight: 500;
}
.-chinese.story .mainContent .chapter7 .contentBlock .textArea h3 {
  padding-bottom: 30.9090909091%;
  text-align: center;
}
.-chinese.story .mainContent .chapter7 .contentBlock .textArea p {
  line-height: 2;
}