@charset "UTF-8";
/**
 * セッティング
 */
/**--------------------------------------------------
 * 
 * Twitter Bootstrap
 * 
 --------------------------------------------------*/
/**
 * リセット
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -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);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -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);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -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);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -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);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-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;
  -ms-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  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% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  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% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  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 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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  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);
  }
}

.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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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 {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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 {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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 {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  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 {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  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% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 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% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 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 {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.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 {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    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-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    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-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    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-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    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-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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 {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -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);
  }
  60% {
    opacity: 1;
    -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);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -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);
  }
  60% {
    opacity: 1;
    -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);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -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);
  }
  60% {
    opacity: 1;
    -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);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -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);
  }
  60% {
    opacity: 1;
    -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);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -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);
  }
  60% {
    opacity: 1;
    -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);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -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);
  }
  60% {
    opacity: 1;
    -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);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -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);
  }
  60% {
    opacity: 1;
    -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);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -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);
  }
  60% {
    opacity: 1;
    -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);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

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

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -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);
  }
  to {
    opacity: 0;
    -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);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -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);
  }
  to {
    opacity: 0;
    -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);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -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);
  }
  to {
    opacity: 0;
    -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;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -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);
  }
  to {
    opacity: 0;
    -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;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -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);
  }
  to {
    opacity: 0;
    -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;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -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);
  }
  to {
    opacity: 0;
    -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;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -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);
  }
  to {
    opacity: 0;
    -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);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -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);
  }
  to {
    opacity: 0;
    -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);
  }
}

.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 {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/**
 * JSライブラリ用スタイル
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.animate_op_0 {
  opacity: 0;
}

.animate_delay_3 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.animate_delay_6 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.animate_delay_12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.inView {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani-fadeIn {
  opacity: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate-run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.animate-run.fast {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animate-run.delay-0s5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate-run.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate-run.delay-1s5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animate-run.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animate-run.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animate-run.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animate-run.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animate-pause {
  -webkit-animation: none !important;
}

@-webkit-keyframes bounceInWeak {
  0% {
    opacity: 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 0.5;
    -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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  53%,
  80%,
  100% {
    opacity: 1;
    -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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    opacity: 1;
    -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);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    opacity: 1;
    -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);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounceInWeak {
  0% {
    opacity: 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 0.5;
    -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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  53%,
  80%,
  100% {
    opacity: 1;
    -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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    opacity: 1;
    -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);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    opacity: 1;
    -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);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounceInWeak {
  -webkit-animation-name: bounceInWeak;
  animation-name: bounceInWeak;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper::after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close::before {
  font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: '\00d7';
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: '';
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/**
 * Mixin
 */
/**
 * 基本スタイル
 */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

@-ms-viewport {
  width: auto;
}

:root {
  -ms-overflow-style: auto;
}

/*
overview
ベーススタイル
*/
@font-face {
  font-family: "Noto Sans CJK JP";
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans CJK JP";
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url("../font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 1.4em;
  line-height: 1.85;
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

span, p, a, small, strong, sub, sup {
  margin-bottom: 0;
}

a {
  -webkit-transition: opacity 0.75s ease 0s;
  transition: opacity 0.75s ease 0s;
  outline: none;
}

a:hover {
  opacity: 0.7;
}

*:focus {
  outline: none !important;
}

p {
  margin-top: 1.5rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

div:after,
dl:after,
ul:after {
  content: normal;
  height: auto;
  clear: none;
  display: inline;
  visibility: visible;
}

/*
#overview
レイアウト
*/
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.container {
  position: relative;
  padding-bottom: 100px;
}

section {
  position: relative;
  min-width: 980px;
}

.wave-box {
  position: relative;
  height: 22px;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  background-repeat: repeat-x;
  padding-bottom: 0;
}

.wave-box .bg-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: initial;
  max-width: auto;
}

@-webkit-keyframes anime_wave01_pc {
  0% {
    background-position: 0 bottom;
    background-size: 1900px 22px;
  }
  25% {
    background-position: 475px bottom;
    background-size: 1900px 22px;
  }
  50% {
    background-position: 950px bottom;
    background-size: 1900px 22px;
  }
  75% {
    background-position: 1425px bottom;
    background-size: 1900px 22px;
  }
  100% {
    background-position: 1900px bottom;
    background-size: 1900px 22px;
  }
}

@keyframes anime_wave01_pc {
  0% {
    background-position: 0 bottom;
    background-size: 1900px 22px;
  }
  25% {
    background-position: 475px bottom;
    background-size: 1900px 22px;
  }
  50% {
    background-position: 950px bottom;
    background-size: 1900px 22px;
  }
  75% {
    background-position: 1425px bottom;
    background-size: 1900px 22px;
  }
  100% {
    background-position: 1900px bottom;
    background-size: 1900px 22px;
  }
}

@-webkit-keyframes anime_wave02_pc {
  0% {
    background-position: 0 top;
    background-size: 1900px 22px;
  }
  25% {
    background-position: 475px top;
    background-size: 1900px 22px;
  }
  50% {
    background-position: 950px top;
    background-size: 1900px 22px;
  }
  75% {
    background-position: 1425px top;
    background-size: 1900px 22px;
  }
  100% {
    background-position: 1900px top;
    background-size: 1900px 22px;
  }
}

@keyframes anime_wave02_pc {
  0% {
    background-position: 0 top;
    background-size: 1900px 22px;
  }
  25% {
    background-position: 475px top;
    background-size: 1900px 22px;
  }
  50% {
    background-position: 950px top;
    background-size: 1900px 22px;
  }
  75% {
    background-position: 1425px top;
    background-size: 1900px 22px;
  }
  100% {
    background-position: 1900px top;
    background-size: 1900px 22px;
  }
}

@-webkit-keyframes anime_wave01_sp {
  0% {
    background-position: 0 bottom;
    background-size: 950px 22px;
  }
  25% {
    background-position: 475px bottom;
    background-size: 950px 22px;
  }
  50% {
    background-position: 950px bottom;
    background-size: 950px 22px;
  }
  75% {
    background-position: 1425px bottom;
    background-size: 950px 22px;
  }
  100% {
    background-position: 1900px bottom;
    background-size: 950px 22px;
  }
}

@keyframes anime_wave01_sp {
  0% {
    background-position: 0 bottom;
    background-size: 950px 22px;
  }
  25% {
    background-position: 475px bottom;
    background-size: 950px 22px;
  }
  50% {
    background-position: 950px bottom;
    background-size: 950px 22px;
  }
  75% {
    background-position: 1425px bottom;
    background-size: 950px 22px;
  }
  100% {
    background-position: 1900px bottom;
    background-size: 950px 22px;
  }
}

@-webkit-keyframes anime_wave02_sp {
  0% {
    background-position: 0 top;
    background-size: 950px 22px;
  }
  25% {
    background-position: 475px top;
    background-size: 950px 22px;
  }
  50% {
    background-position: 950px top;
    background-size: 950px 22px;
  }
  75% {
    background-position: 1425px top;
    background-size: 950px 22px;
  }
  100% {
    background-position: 1900px top;
    background-size: 950px 22px;
  }
}

@keyframes anime_wave02_sp {
  0% {
    background-position: 0 top;
    background-size: 950px 22px;
  }
  25% {
    background-position: 475px top;
    background-size: 950px 22px;
  }
  50% {
    background-position: 950px top;
    background-size: 950px 22px;
  }
  75% {
    background-position: 1425px top;
    background-size: 950px 22px;
  }
  100% {
    background-position: 1900px top;
    background-size: 950px 22px;
  }
}

.wave-box-upper {
  background-image: url("../img/rakurakumilk/common/wave_01.png");
  -webkit-animation: anime_wave01_pc 25s linear 0s infinite normal;
  animation: anime_wave01_pc 25s linear 0s infinite normal;
}

.wave-box-lower {
  background-image: url("/baby/hohoemi/assets/img/rakurakumilk/common/wave_02.png");
  -webkit-animation: anime_wave02_pc 25s linear 0s infinite normal;
  animation: anime_wave02_pc 25s linear 0s infinite normal;
}

.bg-ivory-01 {
  background-color: #fff1d2;
}

.sec-inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  z-index: 1;
}

.sec-inner.narrow {
  max-width: 470px;
}

.sec-inner.wide {
  max-width: 100%;
}

.sec-inner.last {
  padding-bottom: 110px;
}

/*
#overview
ユーティリティースタイル
*/
.visible-xxs {
  display: none !important;
}

.visible-xs-flex {
  display: none !important;
}

.text-nowrap {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.nowp {
  white-space: nowrap;
}

.rsp {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*
#styleguide
SP電話番号リンク

* 通常の <a href="tel:0120-123-4567">0120-123-4567</a> で記述する。
* PCの時は動作しない。
```
<a href="tel:0120-123-4567">0120-123-4567</a>
```
*/
/*
#styleguide
.wfull

* 幅を100%に
```
<img src="/assets/img/sample/img_02.jpg" alt="" class="wfull">
```
*/
.wfull {
  width: 100%;
}

/*
#styleguide
.wsm-full

* PC幅を780pxに
* SPでは幅100％
```
<img src="/assets/img/sample/img_02.jpg" alt="" class="wsm-full">
```
*/
.wsm-full {
  width: 780px;
}

/*
#styleguide
.fwb

* ウェイトをボールド
```
<p class="fwb">テキスト</p>
```
*/
.fwb {
  font-weight: bold !important;
}

/*
#styleguide
.fwn

* ウェイトを通常に戻す
```
<p class="fwb">テキスト<span class="fwn">テキスト</span></p>
```
*/
.fwn {
  font-weight: normal !important;
}

/*
#styleguide
.tac

* テキスト中央寄せ
```
<p class="tac">テキスト</p>
```
*/
.tac {
  text-align: center !important;
}

/*
#styleguide
.tal

* テキスト左寄せ
```
<div class="tac">
	<p>テキスト</p>
	<p class="tal">テキスト</p>
</div>
```
*/
.tal {
  text-align: left !important;
}

/*
#styleguide
.tar

* テキスト右寄せ
```
<p class="tar">テキスト</p>
```
*/
.tar {
  text-align: right !important;
}

/*
#styleguide
.tac-tar

* テキスト PC中央、SP右寄せ
```
<p class="tac-tar">テキスト</p>
```
*/
.tac-tar {
  text-align: center;
}

/*
#styleguide
.tac-tal

* テキスト PC中央、SP左寄せ
```
<p class="tac-tal">テキスト</p>
```
*/
.tac-tal {
  text-align: center;
}

/*
#styleguide
.tar-tac

* テキスト PC右寄せ、SP中央
```
<p class="tar-tac">テキスト</p>
```
*/
.tar-tac {
  text-align: right;
}

/*
#styleguide
.tal-tac

* テキスト PC右寄せ、SP中央
```
<p class="tal-tac">テキスト</p>
```
*/
.tal-tac {
  text-align: left;
}

/*
#styleguide
.sp-tar

* SP時、テキスト右寄せ（強制）
```
<p class="sp-tar">テキスト</p>
```
*/

/*
#styleguide
.sp-tal

* SP時、テキスト左寄せ（強制）
```
<p class="sp-tal">テキスト</p>
```
*/

/*
#styleguide
.sp-tac

* SP時、テキスト中央寄せ（強制）
```
<p class="sp-tac">テキスト</p>
```
*/

/*
#styleguide
.vam

* テキスト縦揃え中央
```
<p class="vam">テキスト</p>
```
*/
.vam {
  vertical-align: middle;
}

/*
#styleguide
.lh??

* line-height を ?.? に
* ?? は半角数字で、10～20 まで 1 刻み。
```
<p class="lh20">テキスト</p>
```
*/
/*
#styleguide
.mg0、.mgt0、.mgb0、.mgtb0

* マージンを強制的に 0 に。
```
<p class="mgt0">テキスト</p>
```
*/
/*
#styleguide
.mg5、.mgt5、.mgb5、.mgtb5

* マージンを強制的に 5px に。
```
<p class="mgt5">テキスト</p>
```
*/
/*
#styleguide
.mgt??-!!

* PC：上マージンを強制的に ??px に。
* SP：上マージンを強制的に !!px に。
* ?? は半角数字で、10～125 まで 5刻み。
* !! は半角数字で、5～65 まで 5刻み。
* 例）mgt30-15 は、PC：30px、SP：15px
```
<p class="mgt30-15">テキスト</p>
```
*/
.mgt10 {
  margin-top: 10px !important;
}

.mgt10-5 {
  margin-top: 10px !important;
}

.mgt10-10 {
  margin-top: 10px !important;
}

.mgt10-15 {
  margin-top: 10px !important;
}

.mgt10-20 {
  margin-top: 10px !important;
}

.mgt10-25 {
  margin-top: 10px !important;
}

.mgt10-30 {
  margin-top: 10px !important;
}

.mgt10-35 {
  margin-top: 10px !important;
}

.mgt10-40 {
  margin-top: 10px !important;
}

.mgt10-45 {
  margin-top: 10px !important;
}

.mgt10-50 {
  margin-top: 10px !important;
}

.mgt10-55 {
  margin-top: 10px !important;
}

.mgt10-60 {
  margin-top: 10px !important;
}

.mgt10-65 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt15-5 {
  margin-top: 15px !important;
}

.mgt15-10 {
  margin-top: 15px !important;
}

.mgt15-15 {
  margin-top: 15px !important;
}

.mgt15-20 {
  margin-top: 15px !important;
}

.mgt15-25 {
  margin-top: 15px !important;
}

.mgt15-30 {
  margin-top: 15px !important;
}

.mgt15-35 {
  margin-top: 15px !important;
}

.mgt15-40 {
  margin-top: 15px !important;
}

.mgt15-45 {
  margin-top: 15px !important;
}

.mgt15-50 {
  margin-top: 15px !important;
}

.mgt15-55 {
  margin-top: 15px !important;
}

.mgt15-60 {
  margin-top: 15px !important;
}

.mgt15-65 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt20-5 {
  margin-top: 20px !important;
}

.mgt20-10 {
  margin-top: 20px !important;
}

.mgt20-15 {
  margin-top: 20px !important;
}

.mgt20-20 {
  margin-top: 20px !important;
}

.mgt20-25 {
  margin-top: 20px !important;
}

.mgt20-30 {
  margin-top: 20px !important;
}

.mgt20-35 {
  margin-top: 20px !important;
}

.mgt20-40 {
  margin-top: 20px !important;
}

.mgt20-45 {
  margin-top: 20px !important;
}

.mgt20-50 {
  margin-top: 20px !important;
}

.mgt20-55 {
  margin-top: 20px !important;
}

.mgt20-60 {
  margin-top: 20px !important;
}

.mgt20-65 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt25-5 {
  margin-top: 25px !important;
}

.mgt25-10 {
  margin-top: 25px !important;
}

.mgt25-15 {
  margin-top: 25px !important;
}

.mgt25-20 {
  margin-top: 25px !important;
}

.mgt25-25 {
  margin-top: 25px !important;
}

.mgt25-30 {
  margin-top: 25px !important;
}

.mgt25-35 {
  margin-top: 25px !important;
}

.mgt25-40 {
  margin-top: 25px !important;
}

.mgt25-45 {
  margin-top: 25px !important;
}

.mgt25-50 {
  margin-top: 25px !important;
}

.mgt25-55 {
  margin-top: 25px !important;
}

.mgt25-60 {
  margin-top: 25px !important;
}

.mgt25-65 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt30-5 {
  margin-top: 30px !important;
}

.mgt30-10 {
  margin-top: 30px !important;
}

.mgt30-15 {
  margin-top: 30px !important;
}

.mgt30-20 {
  margin-top: 30px !important;
}

.mgt30-25 {
  margin-top: 30px !important;
}

.mgt30-30 {
  margin-top: 30px !important;
}

.mgt30-35 {
  margin-top: 30px !important;
}

.mgt30-40 {
  margin-top: 30px !important;
}

.mgt30-45 {
  margin-top: 30px !important;
}

.mgt30-50 {
  margin-top: 30px !important;
}

.mgt30-55 {
  margin-top: 30px !important;
}

.mgt30-60 {
  margin-top: 30px !important;
}

.mgt30-65 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt35-5 {
  margin-top: 35px !important;
}

.mgt35-10 {
  margin-top: 35px !important;
}

.mgt35-15 {
  margin-top: 35px !important;
}

.mgt35-20 {
  margin-top: 35px !important;
}

.mgt35-25 {
  margin-top: 35px !important;
}

.mgt35-30 {
  margin-top: 35px !important;
}

.mgt35-35 {
  margin-top: 35px !important;
}

.mgt35-40 {
  margin-top: 35px !important;
}

.mgt35-45 {
  margin-top: 35px !important;
}

.mgt35-50 {
  margin-top: 35px !important;
}

.mgt35-55 {
  margin-top: 35px !important;
}

.mgt35-60 {
  margin-top: 35px !important;
}

.mgt35-65 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt40-5 {
  margin-top: 40px !important;
}

.mgt40-10 {
  margin-top: 40px !important;
}

.mgt40-15 {
  margin-top: 40px !important;
}

.mgt40-20 {
  margin-top: 40px !important;
}

.mgt40-25 {
  margin-top: 40px !important;
}

.mgt40-30 {
  margin-top: 40px !important;
}

.mgt40-35 {
  margin-top: 40px !important;
}

.mgt40-40 {
  margin-top: 40px !important;
}

.mgt40-45 {
  margin-top: 40px !important;
}

.mgt40-50 {
  margin-top: 40px !important;
}

.mgt40-55 {
  margin-top: 40px !important;
}

.mgt40-60 {
  margin-top: 40px !important;
}

.mgt40-65 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt45-5 {
  margin-top: 45px !important;
}

.mgt45-10 {
  margin-top: 45px !important;
}

.mgt45-15 {
  margin-top: 45px !important;
}

.mgt45-20 {
  margin-top: 45px !important;
}

.mgt45-25 {
  margin-top: 45px !important;
}

.mgt45-30 {
  margin-top: 45px !important;
}

.mgt45-35 {
  margin-top: 45px !important;
}

.mgt45-40 {
  margin-top: 45px !important;
}

.mgt45-45 {
  margin-top: 45px !important;
}

.mgt45-50 {
  margin-top: 45px !important;
}

.mgt45-55 {
  margin-top: 45px !important;
}

.mgt45-60 {
  margin-top: 45px !important;
}

.mgt45-65 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt50-5 {
  margin-top: 50px !important;
}

.mgt50-10 {
  margin-top: 50px !important;
}

.mgt50-15 {
  margin-top: 50px !important;
}

.mgt50-20 {
  margin-top: 50px !important;
}

.mgt50-25 {
  margin-top: 50px !important;
}

.mgt50-30 {
  margin-top: 50px !important;
}

.mgt50-35 {
  margin-top: 50px !important;
}

.mgt50-40 {
  margin-top: 50px !important;
}

.mgt50-45 {
  margin-top: 50px !important;
}

.mgt50-50 {
  margin-top: 50px !important;
}

.mgt50-55 {
  margin-top: 50px !important;
}

.mgt50-60 {
  margin-top: 50px !important;
}

.mgt50-65 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt55-5 {
  margin-top: 55px !important;
}

.mgt55-10 {
  margin-top: 55px !important;
}

.mgt55-15 {
  margin-top: 55px !important;
}

.mgt55-20 {
  margin-top: 55px !important;
}

.mgt55-25 {
  margin-top: 55px !important;
}

.mgt55-30 {
  margin-top: 55px !important;
}

.mgt55-35 {
  margin-top: 55px !important;
}

.mgt55-40 {
  margin-top: 55px !important;
}

.mgt55-45 {
  margin-top: 55px !important;
}

.mgt55-50 {
  margin-top: 55px !important;
}

.mgt55-55 {
  margin-top: 55px !important;
}

.mgt55-60 {
  margin-top: 55px !important;
}

.mgt55-65 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt60-5 {
  margin-top: 60px !important;
}

.mgt60-10 {
  margin-top: 60px !important;
}

.mgt60-15 {
  margin-top: 60px !important;
}

.mgt60-20 {
  margin-top: 60px !important;
}

.mgt60-25 {
  margin-top: 60px !important;
}

.mgt60-30 {
  margin-top: 60px !important;
}

.mgt60-35 {
  margin-top: 60px !important;
}

.mgt60-40 {
  margin-top: 60px !important;
}

.mgt60-45 {
  margin-top: 60px !important;
}

.mgt60-50 {
  margin-top: 60px !important;
}

.mgt60-55 {
  margin-top: 60px !important;
}

.mgt60-60 {
  margin-top: 60px !important;
}

.mgt60-65 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt65-5 {
  margin-top: 65px !important;
}

.mgt65-10 {
  margin-top: 65px !important;
}

.mgt65-15 {
  margin-top: 65px !important;
}

.mgt65-20 {
  margin-top: 65px !important;
}

.mgt65-25 {
  margin-top: 65px !important;
}

.mgt65-30 {
  margin-top: 65px !important;
}

.mgt65-35 {
  margin-top: 65px !important;
}

.mgt65-40 {
  margin-top: 65px !important;
}

.mgt65-45 {
  margin-top: 65px !important;
}

.mgt65-50 {
  margin-top: 65px !important;
}

.mgt65-55 {
  margin-top: 65px !important;
}

.mgt65-60 {
  margin-top: 65px !important;
}

.mgt65-65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt70-5 {
  margin-top: 70px !important;
}

.mgt70-10 {
  margin-top: 70px !important;
}

.mgt70-15 {
  margin-top: 70px !important;
}

.mgt70-20 {
  margin-top: 70px !important;
}

.mgt70-25 {
  margin-top: 70px !important;
}

.mgt70-30 {
  margin-top: 70px !important;
}

.mgt70-35 {
  margin-top: 70px !important;
}

.mgt70-40 {
  margin-top: 70px !important;
}

.mgt70-45 {
  margin-top: 70px !important;
}

.mgt70-50 {
  margin-top: 70px !important;
}

.mgt70-55 {
  margin-top: 70px !important;
}

.mgt70-60 {
  margin-top: 70px !important;
}

.mgt70-65 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt75-5 {
  margin-top: 75px !important;
}

.mgt75-10 {
  margin-top: 75px !important;
}

.mgt75-15 {
  margin-top: 75px !important;
}

.mgt75-20 {
  margin-top: 75px !important;
}

.mgt75-25 {
  margin-top: 75px !important;
}

.mgt75-30 {
  margin-top: 75px !important;
}

.mgt75-35 {
  margin-top: 75px !important;
}

.mgt75-40 {
  margin-top: 75px !important;
}

.mgt75-45 {
  margin-top: 75px !important;
}

.mgt75-50 {
  margin-top: 75px !important;
}

.mgt75-55 {
  margin-top: 75px !important;
}

.mgt75-60 {
  margin-top: 75px !important;
}

.mgt75-65 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt80-5 {
  margin-top: 80px !important;
}

.mgt80-10 {
  margin-top: 80px !important;
}

.mgt80-15 {
  margin-top: 80px !important;
}

.mgt80-20 {
  margin-top: 80px !important;
}

.mgt80-25 {
  margin-top: 80px !important;
}

.mgt80-30 {
  margin-top: 80px !important;
}

.mgt80-35 {
  margin-top: 80px !important;
}

.mgt80-40 {
  margin-top: 80px !important;
}

.mgt80-45 {
  margin-top: 80px !important;
}

.mgt80-50 {
  margin-top: 80px !important;
}

.mgt80-55 {
  margin-top: 80px !important;
}

.mgt80-60 {
  margin-top: 80px !important;
}

.mgt80-65 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt85-5 {
  margin-top: 85px !important;
}

.mgt85-10 {
  margin-top: 85px !important;
}

.mgt85-15 {
  margin-top: 85px !important;
}

.mgt85-20 {
  margin-top: 85px !important;
}

.mgt85-25 {
  margin-top: 85px !important;
}

.mgt85-30 {
  margin-top: 85px !important;
}

.mgt85-35 {
  margin-top: 85px !important;
}

.mgt85-40 {
  margin-top: 85px !important;
}

.mgt85-45 {
  margin-top: 85px !important;
}

.mgt85-50 {
  margin-top: 85px !important;
}

.mgt85-55 {
  margin-top: 85px !important;
}

.mgt85-60 {
  margin-top: 85px !important;
}

.mgt85-65 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt90-5 {
  margin-top: 90px !important;
}

.mgt90-10 {
  margin-top: 90px !important;
}

.mgt90-15 {
  margin-top: 90px !important;
}

.mgt90-20 {
  margin-top: 90px !important;
}

.mgt90-25 {
  margin-top: 90px !important;
}

.mgt90-30 {
  margin-top: 90px !important;
}

.mgt90-35 {
  margin-top: 90px !important;
}

.mgt90-40 {
  margin-top: 90px !important;
}

.mgt90-45 {
  margin-top: 90px !important;
}

.mgt90-50 {
  margin-top: 90px !important;
}

.mgt90-55 {
  margin-top: 90px !important;
}

.mgt90-60 {
  margin-top: 90px !important;
}

.mgt90-65 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt95-5 {
  margin-top: 95px !important;
}

.mgt95-10 {
  margin-top: 95px !important;
}

.mgt95-15 {
  margin-top: 95px !important;
}

.mgt95-20 {
  margin-top: 95px !important;
}

.mgt95-25 {
  margin-top: 95px !important;
}

.mgt95-30 {
  margin-top: 95px !important;
}

.mgt95-35 {
  margin-top: 95px !important;
}

.mgt95-40 {
  margin-top: 95px !important;
}

.mgt95-45 {
  margin-top: 95px !important;
}

.mgt95-50 {
  margin-top: 95px !important;
}

.mgt95-55 {
  margin-top: 95px !important;
}

.mgt95-60 {
  margin-top: 95px !important;
}

.mgt95-65 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgt100-5 {
  margin-top: 100px !important;
}

.mgt100-10 {
  margin-top: 100px !important;
}

.mgt100-15 {
  margin-top: 100px !important;
}

.mgt100-20 {
  margin-top: 100px !important;
}

.mgt100-25 {
  margin-top: 100px !important;
}

.mgt100-30 {
  margin-top: 100px !important;
}

.mgt100-35 {
  margin-top: 100px !important;
}

.mgt100-40 {
  margin-top: 100px !important;
}

.mgt100-45 {
  margin-top: 100px !important;
}

.mgt100-50 {
  margin-top: 100px !important;
}

.mgt100-55 {
  margin-top: 100px !important;
}

.mgt100-60 {
  margin-top: 100px !important;
}

.mgt100-65 {
  margin-top: 100px !important;
}

.mgt105 {
  margin-top: 105px !important;
}

.mgt105-5 {
  margin-top: 105px !important;
}

.mgt105-10 {
  margin-top: 105px !important;
}

.mgt105-15 {
  margin-top: 105px !important;
}

.mgt105-20 {
  margin-top: 105px !important;
}

.mgt105-25 {
  margin-top: 105px !important;
}

.mgt105-30 {
  margin-top: 105px !important;
}

.mgt105-35 {
  margin-top: 105px !important;
}

.mgt105-40 {
  margin-top: 105px !important;
}

.mgt105-45 {
  margin-top: 105px !important;
}

.mgt105-50 {
  margin-top: 105px !important;
}

.mgt105-55 {
  margin-top: 105px !important;
}

.mgt105-60 {
  margin-top: 105px !important;
}

.mgt105-65 {
  margin-top: 105px !important;
}

.mgt110 {
  margin-top: 110px !important;
}

.mgt110-5 {
  margin-top: 110px !important;
}

.mgt110-10 {
  margin-top: 110px !important;
}

.mgt110-15 {
  margin-top: 110px !important;
}

.mgt110-20 {
  margin-top: 110px !important;
}

.mgt110-25 {
  margin-top: 110px !important;
}

.mgt110-30 {
  margin-top: 110px !important;
}

.mgt110-35 {
  margin-top: 110px !important;
}

.mgt110-40 {
  margin-top: 110px !important;
}

.mgt110-45 {
  margin-top: 110px !important;
}

.mgt110-50 {
  margin-top: 110px !important;
}

.mgt110-55 {
  margin-top: 110px !important;
}

.mgt110-60 {
  margin-top: 110px !important;
}

.mgt110-65 {
  margin-top: 110px !important;
}

.mgt115 {
  margin-top: 115px !important;
}

.mgt115-5 {
  margin-top: 115px !important;
}

.mgt115-10 {
  margin-top: 115px !important;
}

.mgt115-15 {
  margin-top: 115px !important;
}

.mgt115-20 {
  margin-top: 115px !important;
}

.mgt115-25 {
  margin-top: 115px !important;
}

.mgt115-30 {
  margin-top: 115px !important;
}

.mgt115-35 {
  margin-top: 115px !important;
}

.mgt115-40 {
  margin-top: 115px !important;
}

.mgt115-45 {
  margin-top: 115px !important;
}

.mgt115-50 {
  margin-top: 115px !important;
}

.mgt115-55 {
  margin-top: 115px !important;
}

.mgt115-60 {
  margin-top: 115px !important;
}

.mgt115-65 {
  margin-top: 115px !important;
}

.mgt120 {
  margin-top: 120px !important;
}

.mgt120-5 {
  margin-top: 120px !important;
}

.mgt120-10 {
  margin-top: 120px !important;
}

.mgt120-15 {
  margin-top: 120px !important;
}

.mgt120-20 {
  margin-top: 120px !important;
}

.mgt120-25 {
  margin-top: 120px !important;
}

.mgt120-30 {
  margin-top: 120px !important;
}

.mgt120-35 {
  margin-top: 120px !important;
}

.mgt120-40 {
  margin-top: 120px !important;
}

.mgt120-45 {
  margin-top: 120px !important;
}

.mgt120-50 {
  margin-top: 120px !important;
}

.mgt120-55 {
  margin-top: 120px !important;
}

.mgt120-60 {
  margin-top: 120px !important;
}

.mgt120-65 {
  margin-top: 120px !important;
}

.mgt125 {
  margin-top: 125px !important;
}

.mgt125-5 {
  margin-top: 125px !important;
}

.mgt125-10 {
  margin-top: 125px !important;
}

.mgt125-15 {
  margin-top: 125px !important;
}

.mgt125-20 {
  margin-top: 125px !important;
}

.mgt125-25 {
  margin-top: 125px !important;
}

.mgt125-30 {
  margin-top: 125px !important;
}

.mgt125-35 {
  margin-top: 125px !important;
}

.mgt125-40 {
  margin-top: 125px !important;
}

.mgt125-45 {
  margin-top: 125px !important;
}

.mgt125-50 {
  margin-top: 125px !important;
}

.mgt125-55 {
  margin-top: 125px !important;
}

.mgt125-60 {
  margin-top: 125px !important;
}

.mgt125-65 {
  margin-top: 125px !important;
}

/*
#styleguide
.fs??-!!

* PC：フォントサイズを強制的に ?.?rem に。
* SP：フォントサイズを強制的に !.!rem に。
* ?? は半角数字で、10～30 まで。
* !! は半角数字で、10～30 まで。
* !! は ?? 以下の数字のみ。
* 例）fs20-10 は、PC：2.0rem、SP：1.0rem
```
<p class="mgt30-15">テキスト</p>
```
*/
.fs10-10 {
  font-size: 1rem !important;
}

.fs11-10 {
  font-size: 1.1rem !important;
}

.fs11-11 {
  font-size: 1.1rem !important;
}

.fs12-10 {
  font-size: 1.2rem !important;
}

.fs12-11 {
  font-size: 1.2rem !important;
}

.fs12-12 {
  font-size: 1.2rem !important;
}

.fs13-10 {
  font-size: 1.3rem !important;
}

.fs13-11 {
  font-size: 1.3rem !important;
}

.fs13-12 {
  font-size: 1.3rem !important;
}

.fs13-13 {
  font-size: 1.3rem !important;
}

.fs14-10 {
  font-size: 1.4rem !important;
}

.fs14-11 {
  font-size: 1.4rem !important;
}

.fs14-12 {
  font-size: 1.4rem !important;
}

.fs14-13 {
  font-size: 1.4rem !important;
}

.fs14-14 {
  font-size: 1.4rem !important;
}

.fs15-10 {
  font-size: 1.5rem !important;
}

.fs15-11 {
  font-size: 1.5rem !important;
}

.fs15-12 {
  font-size: 1.5rem !important;
}

.fs15-13 {
  font-size: 1.5rem !important;
}

.fs15-14 {
  font-size: 1.5rem !important;
}

.fs15-15 {
  font-size: 1.5rem !important;
}

.fs16-10 {
  font-size: 1.6rem !important;
}

.fs16-11 {
  font-size: 1.6rem !important;
}

.fs16-12 {
  font-size: 1.6rem !important;
}

.fs16-13 {
  font-size: 1.6rem !important;
}

.fs16-14 {
  font-size: 1.6rem !important;
}

.fs16-15 {
  font-size: 1.6rem !important;
}

.fs16-16 {
  font-size: 1.6rem !important;
}

.fs17-10 {
  font-size: 1.7rem !important;
}

.fs17-11 {
  font-size: 1.7rem !important;
}

.fs17-12 {
  font-size: 1.7rem !important;
}

.fs17-13 {
  font-size: 1.7rem !important;
}

.fs17-14 {
  font-size: 1.7rem !important;
}

.fs17-15 {
  font-size: 1.7rem !important;
}

.fs17-16 {
  font-size: 1.7rem !important;
}

.fs17-17 {
  font-size: 1.7rem !important;
}

.fs18-10 {
  font-size: 1.8rem !important;
}

.fs18-11 {
  font-size: 1.8rem !important;
}

.fs18-12 {
  font-size: 1.8rem !important;
}

.fs18-13 {
  font-size: 1.8rem !important;
}

.fs18-14 {
  font-size: 1.8rem !important;
}

.fs18-15 {
  font-size: 1.8rem !important;
}

.fs18-16 {
  font-size: 1.8rem !important;
}

.fs18-17 {
  font-size: 1.8rem !important;
}

.fs18-18 {
  font-size: 1.8rem !important;
}

.fs19-10 {
  font-size: 1.9rem !important;
}

.fs19-11 {
  font-size: 1.9rem !important;
}

.fs19-12 {
  font-size: 1.9rem !important;
}

.fs19-13 {
  font-size: 1.9rem !important;
}

.fs19-14 {
  font-size: 1.9rem !important;
}

.fs19-15 {
  font-size: 1.9rem !important;
}

.fs19-16 {
  font-size: 1.9rem !important;
}

.fs19-17 {
  font-size: 1.9rem !important;
}

.fs19-18 {
  font-size: 1.9rem !important;
}

.fs19-19 {
  font-size: 1.9rem !important;
}

.fs20-10 {
  font-size: 2rem !important;
}

.fs20-11 {
  font-size: 2rem !important;
}

.fs20-12 {
  font-size: 2rem !important;
}

.fs20-13 {
  font-size: 2rem !important;
}

.fs20-14 {
  font-size: 2rem !important;
}

.fs20-15 {
  font-size: 2rem !important;
}

.fs20-16 {
  font-size: 2rem !important;
}

.fs20-17 {
  font-size: 2rem !important;
}

.fs20-18 {
  font-size: 2rem !important;
}

.fs20-19 {
  font-size: 2rem !important;
}

.fs20-20 {
  font-size: 2rem !important;
}

.fs21-10 {
  font-size: 2.1rem !important;
}

.fs21-11 {
  font-size: 2.1rem !important;
}

.fs21-12 {
  font-size: 2.1rem !important;
}

.fs21-13 {
  font-size: 2.1rem !important;
}

.fs21-14 {
  font-size: 2.1rem !important;
}

.fs21-15 {
  font-size: 2.1rem !important;
}

.fs21-16 {
  font-size: 2.1rem !important;
}

.fs21-17 {
  font-size: 2.1rem !important;
}

.fs21-18 {
  font-size: 2.1rem !important;
}

.fs21-19 {
  font-size: 2.1rem !important;
}

.fs21-20 {
  font-size: 2.1rem !important;
}

.fs21-21 {
  font-size: 2.1rem !important;
}

.fs22-10 {
  font-size: 2.2rem !important;
}

.fs22-11 {
  font-size: 2.2rem !important;
}

.fs22-12 {
  font-size: 2.2rem !important;
}

.fs22-13 {
  font-size: 2.2rem !important;
}

.fs22-14 {
  font-size: 2.2rem !important;
}

.fs22-15 {
  font-size: 2.2rem !important;
}

.fs22-16 {
  font-size: 2.2rem !important;
}

.fs22-17 {
  font-size: 2.2rem !important;
}

.fs22-18 {
  font-size: 2.2rem !important;
}

.fs22-19 {
  font-size: 2.2rem !important;
}

.fs22-20 {
  font-size: 2.2rem !important;
}

.fs22-21 {
  font-size: 2.2rem !important;
}

.fs22-22 {
  font-size: 2.2rem !important;
}

.fs23-10 {
  font-size: 2.3rem !important;
}

.fs23-11 {
  font-size: 2.3rem !important;
}

.fs23-12 {
  font-size: 2.3rem !important;
}

.fs23-13 {
  font-size: 2.3rem !important;
}

.fs23-14 {
  font-size: 2.3rem !important;
}

.fs23-15 {
  font-size: 2.3rem !important;
}

.fs23-16 {
  font-size: 2.3rem !important;
}

.fs23-17 {
  font-size: 2.3rem !important;
}

.fs23-18 {
  font-size: 2.3rem !important;
}

.fs23-19 {
  font-size: 2.3rem !important;
}

.fs23-20 {
  font-size: 2.3rem !important;
}

.fs23-21 {
  font-size: 2.3rem !important;
}

.fs23-22 {
  font-size: 2.3rem !important;
}

.fs23-23 {
  font-size: 2.3rem !important;
}

.fs24-10 {
  font-size: 2.4rem !important;
}

.fs24-11 {
  font-size: 2.4rem !important;
}

.fs24-12 {
  font-size: 2.4rem !important;
}

.fs24-13 {
  font-size: 2.4rem !important;
}

.fs24-14 {
  font-size: 2.4rem !important;
}

.fs24-15 {
  font-size: 2.4rem !important;
}

.fs24-16 {
  font-size: 2.4rem !important;
}

.fs24-17 {
  font-size: 2.4rem !important;
}

.fs24-18 {
  font-size: 2.4rem !important;
}

.fs24-19 {
  font-size: 2.4rem !important;
}

.fs24-20 {
  font-size: 2.4rem !important;
}

.fs24-21 {
  font-size: 2.4rem !important;
}

.fs24-22 {
  font-size: 2.4rem !important;
}

.fs24-23 {
  font-size: 2.4rem !important;
}

.fs24-24 {
  font-size: 2.4rem !important;
}

.fs25-10 {
  font-size: 2.5rem !important;
}

.fs25-11 {
  font-size: 2.5rem !important;
}

.fs25-12 {
  font-size: 2.5rem !important;
}

.fs25-13 {
  font-size: 2.5rem !important;
}

.fs25-14 {
  font-size: 2.5rem !important;
}

.fs25-15 {
  font-size: 2.5rem !important;
}

.fs25-16 {
  font-size: 2.5rem !important;
}

.fs25-17 {
  font-size: 2.5rem !important;
}

.fs25-18 {
  font-size: 2.5rem !important;
}

.fs25-19 {
  font-size: 2.5rem !important;
}

.fs25-20 {
  font-size: 2.5rem !important;
}

.fs25-21 {
  font-size: 2.5rem !important;
}

.fs25-22 {
  font-size: 2.5rem !important;
}

.fs25-23 {
  font-size: 2.5rem !important;
}

.fs25-24 {
  font-size: 2.5rem !important;
}

.fs25-25 {
  font-size: 2.5rem !important;
}

.fs26-10 {
  font-size: 2.6rem !important;
}

.fs26-11 {
  font-size: 2.6rem !important;
}

.fs26-12 {
  font-size: 2.6rem !important;
}

.fs26-13 {
  font-size: 2.6rem !important;
}

.fs26-14 {
  font-size: 2.6rem !important;
}

.fs26-15 {
  font-size: 2.6rem !important;
}

.fs26-16 {
  font-size: 2.6rem !important;
}

.fs26-17 {
  font-size: 2.6rem !important;
}

.fs26-18 {
  font-size: 2.6rem !important;
}

.fs26-19 {
  font-size: 2.6rem !important;
}

.fs26-20 {
  font-size: 2.6rem !important;
}

.fs26-21 {
  font-size: 2.6rem !important;
}

.fs26-22 {
  font-size: 2.6rem !important;
}

.fs26-23 {
  font-size: 2.6rem !important;
}

.fs26-24 {
  font-size: 2.6rem !important;
}

.fs26-25 {
  font-size: 2.6rem !important;
}

.fs26-26 {
  font-size: 2.6rem !important;
}

.fs27-10 {
  font-size: 2.7rem !important;
}

.fs27-11 {
  font-size: 2.7rem !important;
}

.fs27-12 {
  font-size: 2.7rem !important;
}

.fs27-13 {
  font-size: 2.7rem !important;
}

.fs27-14 {
  font-size: 2.7rem !important;
}

.fs27-15 {
  font-size: 2.7rem !important;
}

.fs27-16 {
  font-size: 2.7rem !important;
}

.fs27-17 {
  font-size: 2.7rem !important;
}

.fs27-18 {
  font-size: 2.7rem !important;
}

.fs27-19 {
  font-size: 2.7rem !important;
}

.fs27-20 {
  font-size: 2.7rem !important;
}

.fs27-21 {
  font-size: 2.7rem !important;
}

.fs27-22 {
  font-size: 2.7rem !important;
}

.fs27-23 {
  font-size: 2.7rem !important;
}

.fs27-24 {
  font-size: 2.7rem !important;
}

.fs27-25 {
  font-size: 2.7rem !important;
}

.fs27-26 {
  font-size: 2.7rem !important;
}

.fs27-27 {
  font-size: 2.7rem !important;
}

.fs28-10 {
  font-size: 2.8rem !important;
}

.fs28-11 {
  font-size: 2.8rem !important;
}

.fs28-12 {
  font-size: 2.8rem !important;
}

.fs28-13 {
  font-size: 2.8rem !important;
}

.fs28-14 {
  font-size: 2.8rem !important;
}

.fs28-15 {
  font-size: 2.8rem !important;
}

.fs28-16 {
  font-size: 2.8rem !important;
}

.fs28-17 {
  font-size: 2.8rem !important;
}

.fs28-18 {
  font-size: 2.8rem !important;
}

.fs28-19 {
  font-size: 2.8rem !important;
}

.fs28-20 {
  font-size: 2.8rem !important;
}

.fs28-21 {
  font-size: 2.8rem !important;
}

.fs28-22 {
  font-size: 2.8rem !important;
}

.fs28-23 {
  font-size: 2.8rem !important;
}

.fs28-24 {
  font-size: 2.8rem !important;
}

.fs28-25 {
  font-size: 2.8rem !important;
}

.fs28-26 {
  font-size: 2.8rem !important;
}

.fs28-27 {
  font-size: 2.8rem !important;
}

.fs28-28 {
  font-size: 2.8rem !important;
}

.fs29-10 {
  font-size: 2.9rem !important;
}

.fs29-11 {
  font-size: 2.9rem !important;
}

.fs29-12 {
  font-size: 2.9rem !important;
}

.fs29-13 {
  font-size: 2.9rem !important;
}

.fs29-14 {
  font-size: 2.9rem !important;
}

.fs29-15 {
  font-size: 2.9rem !important;
}

.fs29-16 {
  font-size: 2.9rem !important;
}

.fs29-17 {
  font-size: 2.9rem !important;
}

.fs29-18 {
  font-size: 2.9rem !important;
}

.fs29-19 {
  font-size: 2.9rem !important;
}

.fs29-20 {
  font-size: 2.9rem !important;
}

.fs29-21 {
  font-size: 2.9rem !important;
}

.fs29-22 {
  font-size: 2.9rem !important;
}

.fs29-23 {
  font-size: 2.9rem !important;
}

.fs29-24 {
  font-size: 2.9rem !important;
}

.fs29-25 {
  font-size: 2.9rem !important;
}

.fs29-26 {
  font-size: 2.9rem !important;
}

.fs29-27 {
  font-size: 2.9rem !important;
}

.fs29-28 {
  font-size: 2.9rem !important;
}

.fs29-29 {
  font-size: 2.9rem !important;
}

.fs30-10 {
  font-size: 3rem !important;
}

.fs30-11 {
  font-size: 3rem !important;
}

.fs30-12 {
  font-size: 3rem !important;
}

.fs30-13 {
  font-size: 3rem !important;
}

.fs30-14 {
  font-size: 3rem !important;
}

.fs30-15 {
  font-size: 3rem !important;
}

.fs30-16 {
  font-size: 3rem !important;
}

.fs30-17 {
  font-size: 3rem !important;
}

.fs30-18 {
  font-size: 3rem !important;
}

.fs30-19 {
  font-size: 3rem !important;
}

.fs30-20 {
  font-size: 3rem !important;
}

.fs30-21 {
  font-size: 3rem !important;
}

.fs30-22 {
  font-size: 3rem !important;
}

.fs30-23 {
  font-size: 3rem !important;
}

.fs30-24 {
  font-size: 3rem !important;
}

.fs30-25 {
  font-size: 3rem !important;
}

.fs30-26 {
  font-size: 3rem !important;
}

.fs30-27 {
  font-size: 3rem !important;
}

.fs30-28 {
  font-size: 3rem !important;
}

.fs30-29 {
  font-size: 3rem !important;
}

.fs30-30 {
  font-size: 3rem !important;
}

.fs31-10 {
  font-size: 3.1rem !important;
}

.fs31-11 {
  font-size: 3.1rem !important;
}

.fs31-12 {
  font-size: 3.1rem !important;
}

.fs31-13 {
  font-size: 3.1rem !important;
}

.fs31-14 {
  font-size: 3.1rem !important;
}

.fs31-15 {
  font-size: 3.1rem !important;
}

.fs31-16 {
  font-size: 3.1rem !important;
}

.fs31-17 {
  font-size: 3.1rem !important;
}

.fs31-18 {
  font-size: 3.1rem !important;
}

.fs31-19 {
  font-size: 3.1rem !important;
}

.fs31-20 {
  font-size: 3.1rem !important;
}

.fs31-21 {
  font-size: 3.1rem !important;
}

.fs31-22 {
  font-size: 3.1rem !important;
}

.fs31-23 {
  font-size: 3.1rem !important;
}

.fs31-24 {
  font-size: 3.1rem !important;
}

.fs31-25 {
  font-size: 3.1rem !important;
}

.fs31-26 {
  font-size: 3.1rem !important;
}

.fs31-27 {
  font-size: 3.1rem !important;
}

.fs31-28 {
  font-size: 3.1rem !important;
}

.fs31-29 {
  font-size: 3.1rem !important;
}

.fs31-30 {
  font-size: 3.1rem !important;
}

.fs31-31 {
  font-size: 3.1rem !important;
}

.fs32-10 {
  font-size: 3.2rem !important;
}

.fs32-11 {
  font-size: 3.2rem !important;
}

.fs32-12 {
  font-size: 3.2rem !important;
}

.fs32-13 {
  font-size: 3.2rem !important;
}

.fs32-14 {
  font-size: 3.2rem !important;
}

.fs32-15 {
  font-size: 3.2rem !important;
}

.fs32-16 {
  font-size: 3.2rem !important;
}

.fs32-17 {
  font-size: 3.2rem !important;
}

.fs32-18 {
  font-size: 3.2rem !important;
}

.fs32-19 {
  font-size: 3.2rem !important;
}

.fs32-20 {
  font-size: 3.2rem !important;
}

.fs32-21 {
  font-size: 3.2rem !important;
}

.fs32-22 {
  font-size: 3.2rem !important;
}

.fs32-23 {
  font-size: 3.2rem !important;
}

.fs32-24 {
  font-size: 3.2rem !important;
}

.fs32-25 {
  font-size: 3.2rem !important;
}

.fs32-26 {
  font-size: 3.2rem !important;
}

.fs32-27 {
  font-size: 3.2rem !important;
}

.fs32-28 {
  font-size: 3.2rem !important;
}

.fs32-29 {
  font-size: 3.2rem !important;
}

.fs32-30 {
  font-size: 3.2rem !important;
}

.fs32-31 {
  font-size: 3.2rem !important;
}

.fs32-32 {
  font-size: 3.2rem !important;
}

.fs33-10 {
  font-size: 3.3rem !important;
}

.fs33-11 {
  font-size: 3.3rem !important;
}

.fs33-12 {
  font-size: 3.3rem !important;
}

.fs33-13 {
  font-size: 3.3rem !important;
}

.fs33-14 {
  font-size: 3.3rem !important;
}

.fs33-15 {
  font-size: 3.3rem !important;
}

.fs33-16 {
  font-size: 3.3rem !important;
}

.fs33-17 {
  font-size: 3.3rem !important;
}

.fs33-18 {
  font-size: 3.3rem !important;
}

.fs33-19 {
  font-size: 3.3rem !important;
}

.fs33-20 {
  font-size: 3.3rem !important;
}

.fs33-21 {
  font-size: 3.3rem !important;
}

.fs33-22 {
  font-size: 3.3rem !important;
}

.fs33-23 {
  font-size: 3.3rem !important;
}

.fs33-24 {
  font-size: 3.3rem !important;
}

.fs33-25 {
  font-size: 3.3rem !important;
}

.fs33-26 {
  font-size: 3.3rem !important;
}

.fs33-27 {
  font-size: 3.3rem !important;
}

.fs33-28 {
  font-size: 3.3rem !important;
}

.fs33-29 {
  font-size: 3.3rem !important;
}

.fs33-30 {
  font-size: 3.3rem !important;
}

.fs33-31 {
  font-size: 3.3rem !important;
}

.fs33-32 {
  font-size: 3.3rem !important;
}

.fs33-33 {
  font-size: 3.3rem !important;
}

.fs34-10 {
  font-size: 3.4rem !important;
}

.fs34-11 {
  font-size: 3.4rem !important;
}

.fs34-12 {
  font-size: 3.4rem !important;
}

.fs34-13 {
  font-size: 3.4rem !important;
}

.fs34-14 {
  font-size: 3.4rem !important;
}

.fs34-15 {
  font-size: 3.4rem !important;
}

.fs34-16 {
  font-size: 3.4rem !important;
}

.fs34-17 {
  font-size: 3.4rem !important;
}

.fs34-18 {
  font-size: 3.4rem !important;
}

.fs34-19 {
  font-size: 3.4rem !important;
}

.fs34-20 {
  font-size: 3.4rem !important;
}

.fs34-21 {
  font-size: 3.4rem !important;
}

.fs34-22 {
  font-size: 3.4rem !important;
}

.fs34-23 {
  font-size: 3.4rem !important;
}

.fs34-24 {
  font-size: 3.4rem !important;
}

.fs34-25 {
  font-size: 3.4rem !important;
}

.fs34-26 {
  font-size: 3.4rem !important;
}

.fs34-27 {
  font-size: 3.4rem !important;
}

.fs34-28 {
  font-size: 3.4rem !important;
}

.fs34-29 {
  font-size: 3.4rem !important;
}

.fs34-30 {
  font-size: 3.4rem !important;
}

.fs34-31 {
  font-size: 3.4rem !important;
}

.fs34-32 {
  font-size: 3.4rem !important;
}

.fs34-33 {
  font-size: 3.4rem !important;
}

.fs34-34 {
  font-size: 3.4rem !important;
}

.fs35-10 {
  font-size: 3.5rem !important;
}

.fs35-11 {
  font-size: 3.5rem !important;
}

.fs35-12 {
  font-size: 3.5rem !important;
}

.fs35-13 {
  font-size: 3.5rem !important;
}

.fs35-14 {
  font-size: 3.5rem !important;
}

.fs35-15 {
  font-size: 3.5rem !important;
}

.fs35-16 {
  font-size: 3.5rem !important;
}

.fs35-17 {
  font-size: 3.5rem !important;
}

.fs35-18 {
  font-size: 3.5rem !important;
}

.fs35-19 {
  font-size: 3.5rem !important;
}

.fs35-20 {
  font-size: 3.5rem !important;
}

.fs35-21 {
  font-size: 3.5rem !important;
}

.fs35-22 {
  font-size: 3.5rem !important;
}

.fs35-23 {
  font-size: 3.5rem !important;
}

.fs35-24 {
  font-size: 3.5rem !important;
}

.fs35-25 {
  font-size: 3.5rem !important;
}

.fs35-26 {
  font-size: 3.5rem !important;
}

.fs35-27 {
  font-size: 3.5rem !important;
}

.fs35-28 {
  font-size: 3.5rem !important;
}

.fs35-29 {
  font-size: 3.5rem !important;
}

.fs35-30 {
  font-size: 3.5rem !important;
}

.fs35-31 {
  font-size: 3.5rem !important;
}

.fs35-32 {
  font-size: 3.5rem !important;
}

.fs35-33 {
  font-size: 3.5rem !important;
}

.fs35-34 {
  font-size: 3.5rem !important;
}

.fs35-35 {
  font-size: 3.5rem !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh10-10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh11-10 {
  line-height: 1.1 !important;
}

.lh11-11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh12-10 {
  line-height: 1.2 !important;
}

.lh12-11 {
  line-height: 1.2 !important;
}

.lh12-12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh13-10 {
  line-height: 1.3 !important;
}

.lh13-11 {
  line-height: 1.3 !important;
}

.lh13-12 {
  line-height: 1.3 !important;
}

.lh13-13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh14-10 {
  line-height: 1.4 !important;
}

.lh14-11 {
  line-height: 1.4 !important;
}

.lh14-12 {
  line-height: 1.4 !important;
}

.lh14-13 {
  line-height: 1.4 !important;
}

.lh14-14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh15-10 {
  line-height: 1.5 !important;
}

.lh15-11 {
  line-height: 1.5 !important;
}

.lh15-12 {
  line-height: 1.5 !important;
}

.lh15-13 {
  line-height: 1.5 !important;
}

.lh15-14 {
  line-height: 1.5 !important;
}

.lh15-15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh16-10 {
  line-height: 1.6 !important;
}

.lh16-11 {
  line-height: 1.6 !important;
}

.lh16-12 {
  line-height: 1.6 !important;
}

.lh16-13 {
  line-height: 1.6 !important;
}

.lh16-14 {
  line-height: 1.6 !important;
}

.lh16-15 {
  line-height: 1.6 !important;
}

.lh16-16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh17-10 {
  line-height: 1.7 !important;
}

.lh17-11 {
  line-height: 1.7 !important;
}

.lh17-12 {
  line-height: 1.7 !important;
}

.lh17-13 {
  line-height: 1.7 !important;
}

.lh17-14 {
  line-height: 1.7 !important;
}

.lh17-15 {
  line-height: 1.7 !important;
}

.lh17-16 {
  line-height: 1.7 !important;
}

.lh17-17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh18-10 {
  line-height: 1.8 !important;
}

.lh18-11 {
  line-height: 1.8 !important;
}

.lh18-12 {
  line-height: 1.8 !important;
}

.lh18-13 {
  line-height: 1.8 !important;
}

.lh18-14 {
  line-height: 1.8 !important;
}

.lh18-15 {
  line-height: 1.8 !important;
}

.lh18-16 {
  line-height: 1.8 !important;
}

.lh18-17 {
  line-height: 1.8 !important;
}

.lh18-18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh19-10 {
  line-height: 1.9 !important;
}

.lh19-11 {
  line-height: 1.9 !important;
}

.lh19-12 {
  line-height: 1.9 !important;
}

.lh19-13 {
  line-height: 1.9 !important;
}

.lh19-14 {
  line-height: 1.9 !important;
}

.lh19-15 {
  line-height: 1.9 !important;
}

.lh19-16 {
  line-height: 1.9 !important;
}

.lh19-17 {
  line-height: 1.9 !important;
}

.lh19-18 {
  line-height: 1.9 !important;
}

.lh19-19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh20-10 {
  line-height: 2 !important;
}

.lh20-11 {
  line-height: 2 !important;
}

.lh20-12 {
  line-height: 2 !important;
}

.lh20-13 {
  line-height: 2 !important;
}

.lh20-14 {
  line-height: 2 !important;
}

.lh20-15 {
  line-height: 2 !important;
}

.lh20-16 {
  line-height: 2 !important;
}

.lh20-17 {
  line-height: 2 !important;
}

.lh20-18 {
  line-height: 2 !important;
}

.lh20-19 {
  line-height: 2 !important;
}

.lh20-20 {
  line-height: 2 !important;
}

/**
 * 共通パーツスタイル
 */
/*
#overview
P01 パーツ 見出し パート1
*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  margin: 0;
  line-height: 1;
}

h2,
.title,
.title-s,
.title-m {
  position: relative;
  margin: 0;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #ff8583;
  text-align: center;
  font-weight: bold;
}

h2.line-img,
.title.line-img,
.title-s.line-img,
.title-m.line-img {
  padding: 0 0 3px;
}

h2.lh-h,
.title.lh-h,
.title-s.lh-h,
.title-m.lh-h {
  letter-spacing: 1px;
  line-height: 1.95;
}

h2.lh-h.line-img,
.title.lh-h.line-img,
.title-s.lh-h.line-img,
.title-m.lh-h.line-img {
  padding: 0;
}

h2.large,
.title.large,
.title-s.large,
.title-m.large {
  font-size: 2.4rem;
}

h2.large.line-img,
.title.large.line-img,
.title-s.large.line-img,
.title-m.large.line-img {
  padding: 0 0 5px;
}

.title-s {
  font-size: 1.7rem;
}

.title-m {
  font-size: 1.8rem;
}

h3 {
  margin: 0;
  margin-top: 30px;
  line-height: 1.4;
  color: #ff8583;
}

h3.title {
  margin-top: 30px;
}

h1.u-line, h1.u-line-b, h1.u-line-w, h1.u-line-w-l, .hero-wrap .title-wrap h1, h1.u-line-br,
h2.u-line,
h2.u-line-b,
h2.u-line-w,
h2.u-line-w-l,
h2.u-line-br,
h3.u-line,
h3.u-line-b,
h3.u-line-w,
h3.u-line-w-l,
h3.u-line-br,
h4.u-line,
h4.u-line-b,
h4.u-line-w,
h4.u-line-w-l,
h4.u-line-br,
h5.u-line,
h5.u-line-b,
h5.u-line-w,
h5.u-line-w-l,
h5.u-line-br {
  text-align: center;
  line-height: 1.75;
}

h1.u-line span, h1.u-line-b span, h1.u-line-w span, h1.u-line-w-l span, .hero-wrap .title-wrap h1 span, h1.u-line-br span,
h2.u-line span,
h2.u-line-b span,
h2.u-line-w span,
h2.u-line-w-l span,
h2.u-line-br span,
h3.u-line span,
h3.u-line-b span,
h3.u-line-w span,
h3.u-line-w-l span,
h3.u-line-br span,
h4.u-line span,
h4.u-line-b span,
h4.u-line-w span,
h4.u-line-w-l span,
h4.u-line-br span,
h5.u-line span,
h5.u-line-b span,
h5.u-line-w span,
h5.u-line-w-l span,
h5.u-line-br span {
  padding: 0 0 3px;
  background: url("/baby/hohoemi/assets/img/common/title_line.png") center bottom repeat-x;
}

h1.u-line-b span,
h2.u-line-b span,
h3.u-line-b span,
h4.u-line-b span,
h5.u-line-b span {
  background-image: url("/baby/hohoemi/assets/img/common/title_line_blue.png");
}

h1.u-line-w span,
h2.u-line-w span,
h3.u-line-w span,
h4.u-line-w span,
h5.u-line-w span {
  background-image: url("/baby/hohoemi/assets/img/common/title_line_white.png");
}

h1.u-line-w-l span, .hero-wrap .title-wrap h1 span,
h2.u-line-w-l span,
h3.u-line-w-l span,
h4.u-line-w-l span,
h5.u-line-w-l span {
  padding: 0 0 10px;
  background-image: url("/baby/hohoemi/assets/img/common/title_line_white_l.png");
}

h1.u-line-br span,
h2.u-line-br span,
h3.u-line-br span,
h4.u-line-br span,
h5.u-line-br span {
  background-image: url("/baby/hohoemi/assets/img/common/title_line_brown.png");
}

.head-point {
  width: 132px;
}

.head-info {
  width: 135px;
}

.head-step {
  width: 135px;
}

.head-step + p {
  margin: 15px 0 5px;
}

/*
#overview
P02 パーツ テキスト関連
*/
section {
  font-size: 1.3rem;
}

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

section p.small {
  font-size: 1.0rem;
}

section p.blue, section span.blue, section h1.blue, section h2.blue, section h3.blue, section h4.blue, section h5.blue, section h6.blue, section a.blue, section li.blue, section caption.blue, section td.blue, section th.blue, section dt.blue, section dd.blue, section input.blue, section textarea.blue, section select.blue, section address.blue {
  color: #67c3c7;
}

section p.white, section span.white, section h1.white, section h2.white, section h3.white, section h4.white, section h5.white, section h6.white, section a.white, section li.white, section caption.white, section td.white, section th.white, section dt.white, section dd.white, section input.white, section textarea.white, section select.white, section address.white {
  color: #fff;
}

section p.brown, section span.brown, section h1.brown, section h2.brown, section h3.brown, section h4.brown, section h5.brown, section h6.brown, section a.brown, section li.brown, section caption.brown, section td.brown, section th.brown, section dt.brown, section dd.brown, section input.brown, section textarea.brown, section select.brown, section address.brown {
  color: #cb862d;
}

section p.green, section span.green, section h1.green, section h2.green, section h3.green, section h4.green, section h5.green, section h6.green, section a.green, section li.green, section caption.green, section td.green, section th.green, section dt.green, section dd.green, section input.green, section textarea.green, section select.green, section address.green {
  color: #82b848;
}

/*
#overview
P03 パーツ ボタン
*/
.btn-link {
  display: block;
  width: 280px;
  margin: 34px auto 0;
}

.btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 65px;
  margin: 34px auto 0;
  background: url("/baby/hohoemi/assets/img/common/btn_icon_arrow_r.png") right 15px center no-repeat #ff8583;
  background-size: 10px auto;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.btn-text:active {
  color: #fff;
}

.btn-text.blue {
  background-color: #67c3c7;
  color: #fff;
}

.btn-text.red {
  background-color: #ff2e44;
  color: #fff;
}

.btn-text.down {
  background-image: url("/baby/hohoemi/assets/img/common/btn_icon_arrow_d.png");
  background-size: auto 10px;
}

.btn-text.blank {
  background-image: url("/baby/hohoemi/assets/img/common/btn_icon_blank.png");
  background-size: 23px auto;
}

.btn-text.narrow {
  width: 155px;
  height: 55px;
}

.btn-text.high {
  height: 77px;
}

.btn-text:hover, .btn-text:focus {
  color: #fff;
}

.sec-bottom .btn-link,
.sec-bottom .btn-text {
  margin: 20px auto 0;
}

.btn-top {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  z-index: 3;
}

.btn-movie {
  display: block;
}

.btn-movie img {
  box-shadow: 0px 0px 8px 1px rgba(122, 122, 122, 0.5);
}

.btn-image {
  display: block;
}

.btn-image:hover {
  opacity: 0.6;
}

/*
#overview
P04 パーツ アイコン
*/
@-webkit-keyframes anim-icon {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes anim-icon {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes anim-icon-sp {
  0% {
    -webkit-transform: rotate(45deg) scale(0.9);
    transform: rotate(45deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(-45deg) scale(0.9);
    transform: rotate(-45deg) scale(0.9);
  }
}

@keyframes anim-icon-sp {
  0% {
    -webkit-transform: rotate(45deg) scale(0.9);
    transform: rotate(45deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(-45deg) scale(0.9);
    transform: rotate(-45deg) scale(0.9);
  }
}

@-webkit-keyframes anim-icon-r {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes anim-icon-r {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@-webkit-keyframes anim-icon-r-sp {
  0% {
    -webkit-transform: rotate(-30deg) scale(0.9);
    transform: rotate(-30deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(30deg) scale(0.9);
    transform: rotate(30deg) scale(0.9);
  }
}

@keyframes anim-icon-r-sp {
  0% {
    -webkit-transform: rotate(-30deg) scale(0.9);
    transform: rotate(-30deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(30deg) scale(0.9);
    transform: rotate(30deg) scale(0.9);
  }
}

@-webkit-keyframes anim-icon-s {
  0% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  100% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
}

@keyframes anim-icon-s {
  0% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  100% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
}

@-webkit-keyframes anim-icon-s-sp {
  0% {
    -webkit-transform: rotate(22deg) scale(0.9);
    transform: rotate(22deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(-22deg) scale(0.9);
    transform: rotate(-22deg) scale(0.9);
  }
}

@keyframes anim-icon-s-sp {
  0% {
    -webkit-transform: rotate(22deg) scale(0.9);
    transform: rotate(22deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(-22deg) scale(0.9);
    transform: rotate(-22deg) scale(0.9);
  }
}

@-webkit-keyframes anim-icon-s-r {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@keyframes anim-icon-s-r {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@-webkit-keyframes anim-icon-s-r-sp {
  0% {
    -webkit-transform: rotate(-15deg) scale(0.9);
    transform: rotate(-15deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(15deg) scale(0.9);
    transform: rotate(15deg) scale(0.9);
  }
}

@keyframes anim-icon-s-r-sp {
  0% {
    -webkit-transform: rotate(-15deg) scale(0.9);
    transform: rotate(-15deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(15deg) scale(0.9);
    transform: rotate(15deg) scale(0.9);
  }
}

.anim-icon {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(2, start);
  animation-timing-function: steps(2, start);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: anim-icon;
  animation-name: anim-icon;
}

.anim-icon.weak {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-name: anim-icon-s;
  animation-name: anim-icon-s;
}

.anim-icon-r {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(2, start);
  animation-timing-function: steps(2, start);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: anim-icon-r;
  animation-name: anim-icon-r;
}

.anim-icon-r.weak {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-name: anim-icon-s-r;
  animation-name: anim-icon-s-r;
}

.anim-icon.dl,
.anim-icon-r.dl {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.bg-icon {
  position: absolute;
  z-index: 1;
}

.bg-icon.ic-01 {
  width: 88px;
}

.bg-icon.ic-02 {
  width: 83px;
}

.bg-icon.ic-03 {
  width: 65px;
}

.bg-icon.ic-04 {
  width: 67px;
}

.bg-icon.ic-05 {
  width: 69px;
}

.bg-icon.ic-06 {
  width: 96px;
}

.chara-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*
#overview
P06 パーツ テーブル
*/
table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 10px;
}

/*
#overview
P07 パーツ リスト関連
*/
.list-01 li {
  position: relative;
  padding: 0 0 0 1.75rem;
}

.list-01 li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '●';
  color: #ff8583;
}

/*
#overview
P08 パーツ 画像関連
*/
img.b-shadow {
  box-shadow: 0px 0px 8px 1px rgba(122, 122, 122, 0.5);
}

/*
#overview
P08 パーツ 背景液体
*/
@-webkit-keyframes anim-liq {
  from {
    -webkit-transform: scale3d(1, 1, 1) rotate(0deg);
    transform: scale3d(1, 1, 1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale3d(1.5, 0.75, 1.5) rotate(180deg);
    transform: scale3d(1.5, 0.75, 1.5) rotate(180deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1) rotate(360deg);
    transform: scale3d(1, 1, 1) rotate(360deg);
  }
}

@keyframes anim-liq {
  from {
    -webkit-transform: scale3d(1, 1, 1) rotate(0deg);
    transform: scale3d(1, 1, 1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale3d(1.5, 0.75, 1.5) rotate(180deg);
    transform: scale3d(1.5, 0.75, 1.5) rotate(180deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1) rotate(360deg);
    transform: scale3d(1, 1, 1) rotate(360deg);
  }
}

@-webkit-keyframes anim-liq-l {
  from {
    -webkit-transform: scale3d(1, 1, 1) rotate(0deg);
    transform: scale3d(1, 1, 1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale3d(1.5, 0.75, 1.5) rotate(-180deg);
    transform: scale3d(1.5, 0.75, 1.5) rotate(-180deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1) rotate(-360deg);
    transform: scale3d(1, 1, 1) rotate(-360deg);
  }
}

@keyframes anim-liq-l {
  from {
    -webkit-transform: scale3d(1, 1, 1) rotate(0deg);
    transform: scale3d(1, 1, 1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale3d(1.5, 0.75, 1.5) rotate(-180deg);
    transform: scale3d(1.5, 0.75, 1.5) rotate(-180deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1) rotate(-360deg);
    transform: scale3d(1, 1, 1) rotate(-360deg);
  }
}

@-webkit-keyframes anim-liq-v {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.75, 1);
    transform: scale3d(1, 0.75, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-liq-v {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.75, 1);
    transform: scale3d(1, 0.75, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.anim-liq {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  -webkit-transform-origin: 48% 52% 0;
  -ms-transform-origin: 48% 52% 0;
  transform-origin: 48% 52% 0;
  -webkit-animation-name: anim-liq;
  animation-name: anim-liq;
}

.anim-liq-l {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 115s;
  animation-duration: 115s;
  -webkit-transform-origin: 49% 48% 0;
  -ms-transform-origin: 49% 48% 0;
  transform-origin: 49% 48% 0;
  -webkit-animation-name: anim-liq-l;
  animation-name: anim-liq-l;
}

.liquid-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.liquid-box {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

.liquid-box.dur-30 {
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s !important;
}

.liquid-box.dur-60 {
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s !important;
}

.liquid-box.dur-90 {
  -webkit-animation-duration: 90s !important;
  animation-duration: 90s !important;
}

.liquid-box.dur-120 {
  -webkit-animation-duration: 120s !important;
  animation-duration: 120s !important;
}

/**
 * 共通モジュールスタイル
 */
/*
overview
ヘッダースタイル
*/
.header {
  display: none;
}

.header .header-inner {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
  padding: 0 10px;
}

.header .header-inner .link-logo {
  display: inline-block;
  padding: 13px 2px;
}

.header .header-inner .link-logo img {
  width: 151px;
}

/*
overview
フッタースタイル
*/
/*
#overview
M03 モジュール メインビジュアル
*/
.board-title-wrap {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/common/sec_01_head_title_bg.png") left top repeat-x;
}

.board-title-wrap img {
  width: 1100px;
  height: 565px;
  max-width: initial;
  max-width: auto;
}

.board-title-wrap-02 {
  padding-top: 100px;
  background: url("/baby/hohoemi/assets/img/rakurakumilk/common/sec_02_head_title_bg.png") left bottom 30px repeat-x;
}

.board-title-wrap-02 img {
  width: 1100px;
  height: 438px;
  max-width: initial;
  max-width: auto;
}

.hero-wrap {
  position: relative;
  margin: 0 auto;
}

.hero-wrap .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrap .title-wrap .img-point {
  width: 147px;
}

.hero-wrap .title-wrap h1 {
  color: #fff;
  font-size: 5.0rem;
}

.hero-wrap.prod-hero .title-wrap h1 {
  color: #ff8583;
  line-height: 1.5;
}

.hero-wrap.prod-hero .title-wrap h1 span {
  background-image: none;
  padding-bottom: 0;
}

.hero-wrap.prod-hero .title-wrap h1 small {
  font-size: 3.6rem;
}

.hero-wrap.prod-hero .title-wrap .lead {
  color: #ff8583;
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
}

/*
#overview
M04 モジュール モーダル
*/
.modal-wrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.modal-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  height: 80%;
}

.modal-inner .close-wrap {
  text-align: right;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.modal-inner .close-wrap .close {
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}

.modal-inner .movie-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.modal-inner .movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  margin-right: auto;
}

.slide-wrap {
  position: relative;
  margin: 70px -10px;
}

.slide-main {
  position: relative;
}

.swiper-slide {
  padding: 10px;
}

.slide-img {
  box-shadow: 0px 0px 8px 1px rgba(122, 122, 122, 0.5);
  border-radius: 10px;
}

.swiper-pagination-wrap {
  margin-top: 0px;
}

.swiper-pagination {
  position: relative;
  right: auto;
  left: auto;
  margin: 0 auto;
  line-height: 0;
}

.swiper-pagination-bullet {
  width: 46px;
  height: 46px;
  margin: 0 6px;
  background: url("/baby/hohoemi/assets/img/common/slide_page_01.png") center center no-repeat;
  background-size: contain;
  opacity: 1;
  vertical-align: middle;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_01_on.png");
}

.swiper-pagination-bullet:nth-of-type(1) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_01.png");
}

.swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_01_on.png");
}

.swiper-pagination-bullet:nth-of-type(2) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_02.png");
}

.swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_02_on.png");
}

.swiper-pagination-bullet:nth-of-type(3) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_03.png");
}

.swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_03_on.png");
}

.swiper-pagination-bullet:nth-of-type(4) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_04.png");
}

.swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_04_on.png");
}

.swiper-pagination-bullet:nth-of-type(5) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_05.png");
}

.swiper-pagination-bullet:nth-of-type(5).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_05_on.png");
}

.swiper-pagination-bullet:nth-of-type(6) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_06.png");
}

.swiper-pagination-bullet:nth-of-type(6).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_06_on.png");
}

.swiper-pagination-bullet:nth-of-type(7) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_07.png");
}

.swiper-pagination-bullet:nth-of-type(7).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_07_on.png");
}

.swiper-pagination-bullet:nth-of-type(8) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_08.png");
}

.swiper-pagination-bullet:nth-of-type(8).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_08_on.png");
}

.sw-page-dot, .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet:nth-of-type(7), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(3), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(5), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(6), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(10),
.sw-page-dot-w,
.page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet:nth-of-type(3),
.page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet:nth-of-type(4) {
  background: none;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff1d2;
  opacity: 1;
}

.sw-page-dot.swiper-pagination-bullet-active, .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(7), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(3), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(5), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(6), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(10),
.sw-page-dot-w.swiper-pagination-bullet-active,
.page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(3),
.page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(4) {
  background-color: #ff8583;
}

.sw-page-dot-w,
.page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet:nth-of-type(3),
.page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet:nth-of-type(4) {
  background-color: #fff;
}

.sw-page-dot-w.swiper-pagination-bullet-active,
.page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(3),
.page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(4) {
  background-color: #ff8583;
}

.sw-page-1 {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_01.png");
}

.sw-page-1.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_01_on.png");
}

.sw-page-1-w {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_01_w.png");
}

.sw-page-1-w.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_01_on.png");
}

.sw-page-2 {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_02.png");
}

.sw-page-2.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_02_on.png");
}

.sw-page-2-w {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_02_w.png");
}

.sw-page-2-w.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_02_on.png");
}

.sw-page-3, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(4) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_03.png");
}

.sw-page-3.swiper-pagination-bullet-active, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(4) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_03_on.png");
}

.sw-page-3-w, .page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet:nth-of-type(5) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_03_w.png");
}

.sw-page-3-w.swiper-pagination-bullet-active, .page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(5) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_03_on.png");
}

.sw-page-4, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(7) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_04.png");
}

.sw-page-4.swiper-pagination-bullet-active, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(7) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_04_on.png");
}

.sw-page-4-w {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_04_w.png");
}

.sw-page-4-w.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_04_on.png");
}

.sw-page-5, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(8) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_05.png");
}

.sw-page-5.swiper-pagination-bullet-active, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(8) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_05_on.png");
}

.sw-page-5-w {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_05_w.png");
}

.sw-page-5-w.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_05_on.png");
}

.sw-page-6, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(9) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_06.png");
}

.sw-page-6.swiper-pagination-bullet-active, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(9) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_06_on.png");
}

.sw-page-6-w {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_06_w.png");
}

.sw-page-6-w.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_06_on.png");
}

.sw-page-7, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(10) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_07.png");
}

.sw-page-7.swiper-pagination-bullet-active, .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(10) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_07_on.png");
}

.sw-page-7-w, .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet:nth-of-type(8) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_07_w.png");
}

.sw-page-7-w.swiper-pagination-bullet-active, .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(8) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_07_on.png");
}

.sw-page-8 {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_08.png");
}

.sw-page-8.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_08_on.png");
}

.sw-page-8-w, .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet:nth-of-type(9) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_08_w.png");
}

.sw-page-8-w.swiper-pagination-bullet-active, .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(9) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_08_on.png");
}

.sw-page-9 {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_09.png");
}

.sw-page-9.swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_09_on.png");
}

.sw-page-9-w, .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet:nth-of-type(10) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_09_w.png");
}

.sw-page-9-w.swiper-pagination-bullet-active, .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-of-type(10) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_09_on.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_01_w.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_01_on.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_02_w.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_02_on.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(3) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_03_w.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_03_on.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(4) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_04_w.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_04_on.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(5) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_05_w.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(5).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_05_on.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(6) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_06_w.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(6).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_06_on.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(7) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_07_w.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(7).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_07_on.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(8) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_08_w.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(8).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_08_on.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(9) {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_09_w.png");
}

.bg-white .swiper-pagination-bullet:nth-of-type(9).swiper-pagination-bullet-active {
  background-image: url("/baby/hohoemi/assets/img/common/slide_page_09_on.png");
}

.swiper-btn-wrap {
  position: absolute;
  top: 152px;
  width: 100%;
  margin: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 87px;
  height: 86px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/baby/hohoemi/assets/img/common/slide_btn_l.png") center center no-repeat;
  background-size: contain;
}

.swiper-button-prev {
  left: -120px;
  background-image: url("/baby/hohoemi/assets/img/common/slide_btn_l_on.png");
}

.swiper-button-next {
  right: -120px;
  background-image: url("/baby/hohoemi/assets/img/common/slide_btn_r_on.png");
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url("/baby/hohoemi/assets/img/common/slide_btn_l.png");
}

.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url("/baby/hohoemi/assets/img/common/slide_btn_r.png");
  pointer-events: auto;
  cursor: pointer;
}

.menu {
  display: none;
}

.menu.active {
  display: block;
}

.menu--btn-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 110;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.menu--btn-wrapper .close,
.menu--btn-wrapper .open {
  display: none;
}

.menu--btn-wrapper .active {
  display: block;
}

.menu--btn-wrapper.no-scroll {
  top: 120px;
}

.menu {
  background: #FC8584;
  color: #FFFFFF;
  display: none;
  width: 310px;
  height: 100vh;
  padding: 80px 30px 0 25px;
  position: fixed;
  right: -310px;
  top: 0;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.menu.active {
  right: 0;
}

.menu .memu--logo {
  width: 140px;
  height: auto;
  margin-left: 0;
}

.menu .menu--ul {
  padding-top: 20px;
}

.menu .menu--ul li {
  position: relative;
}

.menu .menu--ul a {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: #FFFFFF;
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.menu .menu--ul a:active, .menu .menu--ul a:focus, .menu .menu--ul a:hover, .menu .menu--ul a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.menu .menu--ul a:after {
  content: '';
  background: url("/baby/hohoemi/assets/img/common/menu_icon_right.png") center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.menu .menu--ul a.blank:after {
  content: '';
  width: 15px;
  background: url("/baby/hohoemi/assets/img/common/btn_icon_blank.png") center center no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.menu .menu--ul a.close:after, .menu .menu--ul a.close:before,
.menu .menu--ul a.open:after,
.menu .menu--ul a.open:before {
  content: '';
  background: url("/baby/hohoemi/assets/img/common/menu_icon_close.png") center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.menu .menu--ul a.close:before,
.menu .menu--ul a.open:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu .menu--ul a.open:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu .menu--ul .menu--inner-ul-wrapper {
  padding-left: 30px;
  margin-bottom: 0;
  display: none;
}

.menu .menu--ul .menu--inner-ul-wrapper:after {
  content: "";
}

.menu .menu--ul .menu--inner-ul-wrapper a {
  display: block;
  width: 100%;
}

#menu.no-scroll {
  padding-top: 180px;
}

.step-button-wrapper {
  position: fixed;
  z-index: 2;
  top: 100px;
  right: 0;
  width: 50px;
  height: 212.5px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.step-button-wrapper a {
  display: block;
}

.step-button-wrapper a .button {
  position: relative;
  z-index: 2;
}

.step-button-wrapper a .banner {
  max-width: 99999px;
  max-height: 99999px;
  width: 293px;
  height: 103px;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}

.step-button-wrapper.no-scroll {
  top: 200px;
}

/*
#overview
M06 言語メニュー
*/
.menu-lang-wrap {
  position: fixed;
  top: 35px;
  right: 95px;
  width: 115px;
  font-size: 1rem;
  line-height: 1;
  z-index: 99;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.menu-lang-wrap .menu-lang-btn-wrap {
  position: relative;
  z-index: 1;
}

.menu-lang-wrap .menu-lang-btn-wrap a {
  display: block;
  padding: 10px 15px;
  color: #ff8583;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-weight: bold;
}

.menu-lang-wrap .menu-lang-btn-wrap a:after {
  content: '';
  background: url("/baby/hohoemi/assets/img/common/btn_icon_arrow_d_pink.png") center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.menu-lang-wrap .menu-lang-btn-wrap a.active {
  color: #fff;
}

.menu-lang-wrap .menu-lang-btn-wrap a.active:after {
  background-image: url("/baby/hohoemi/assets/img/common/btn_icon_arrow_u_white.png");
}

.menu-lang-wrap .menu-lang-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 5px;
  border-radius: 10px;
  background-color: #ff8583;
  display: none;
}

.menu-lang-wrap .menu-lang li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}

.menu-lang-wrap.no-scroll {
  top: 135px;
}

/*
#overview
M07 モジュール ボックス
*/
.box-dash,
.box-dash-thin {
  position: relative;
  padding: 4px;
}

.box-dash:before, .box-dash:after,
.box-dash-thin:before,
.box-dash-thin:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background-color: transparent;
  background: url("/baby/hohoemi/assets/img/common/box_horizon.png") center center repeat-x;
  width: 97%;
  height: 4px;
}

.box-dash:before,
.box-dash-thin:before {
  bottom: auto;
}

.box-dash:after,
.box-dash-thin:after {
  top: auto;
}

.box-dash-inner,
.box-dash-thin-inner {
  position: relative;
  margin-left: -4px;
  margin-right: -4px;
  padding: 15px 25px;
}

.box-dash-inner:before, .box-dash-inner:after,
.box-dash-thin-inner:before,
.box-dash-thin-inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background-color: transparent;
  background: url("/baby/hohoemi/assets/img/common/box_vartical.png") center center repeat-y;
  width: 4px;
  height: 97%;
}

.box-dash-inner:before,
.box-dash-thin-inner:before {
  right: auto;
}

.box-dash-inner:after,
.box-dash-thin-inner:after {
  left: auto;
}

.box-dash-corner-t, .box-dash-corner-b,
.box-dash-thin-corner-t,
.box-dash-thin-corner-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
}

.box-dash-corner-t:before, .box-dash-corner-t:after, .box-dash-corner-b:before, .box-dash-corner-b:after,
.box-dash-thin-corner-t:before,
.box-dash-thin-corner-t:after,
.box-dash-thin-corner-b:before,
.box-dash-thin-corner-b:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background-color: transparent;
  width: 7px;
  height: 7px;
  background: url("/baby/hohoemi/assets/img/common/box_tl.png") center center repeat-y;
}

.box-dash-corner-t:before, .box-dash-corner-b:before,
.box-dash-thin-corner-t:before,
.box-dash-thin-corner-b:before {
  right: auto;
}

.box-dash-corner-t:after, .box-dash-corner-b:after,
.box-dash-thin-corner-t:after,
.box-dash-thin-corner-b:after {
  left: auto;
  background-image: url("/baby/hohoemi/assets/img/common/box_tr.png");
}

.box-dash-corner-b,
.box-dash-thin-corner-b {
  top: auto;
  bottom: 0;
}

.box-dash-corner-b:before,
.box-dash-thin-corner-b:before {
  background-image: url("/baby/hohoemi/assets/img/common/box_bl.png");
}

.box-dash-corner-b:after,
.box-dash-thin-corner-b:after {
  background-image: url("/baby/hohoemi/assets/img/common/box_br.png");
}

.box-dash .text-wrap .circle,
.box-dash-thin .text-wrap .circle {
  float: left;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: #ff8583;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 10px;
}

.box-dash .text-wrap .circle + .text,
.box-dash-thin .text-wrap .circle + .text {
  margin: 3px 0 0 0;
}

.box-dash .text-wrap .item,
.box-dash-thin .text-wrap .item {
  float: left;
  margin-top: 0;
}

.box-dash .text-wrap .item + .text,
.box-dash-thin .text-wrap .item + .text {
  float: right;
  margin-top: 0;
}

.box-dash-thin {
  padding: 3px;
  background-color: #fff;
  border-radius: 22px;
}

.box-dash-thin:before, .box-dash-thin:after {
  background-image: url("/baby/hohoemi/assets/img/common/box2_horizon.png");
  width: 93%;
  height: 3px;
}

.box-dash-thin:before {
  background-position: center top;
}

.box-dash-thin:after {
  background-position: center bottom -1px;
}

.box-dash-thin-inner {
  margin-left: -3px;
  margin-right: -3px;
  padding: 15px 20px;
}

.box-dash-thin-inner:before, .box-dash-thin-inner:after {
  background-image: url("/baby/hohoemi/assets/img/common/box2_vartical.png");
  width: 3px;
  height: 90%;
}

.box-dash-thin-inner:before {
  background-position: left center;
}

.box-dash-thin-inner:after {
  background-position: right center;
}

.box-dash-thin-corner-t, .box-dash-thin-corner-b {
  width: 100%;
  height: 17px;
}

.box-dash-thin-corner-t:before, .box-dash-thin-corner-t:after, .box-dash-thin-corner-b:before, .box-dash-thin-corner-b:after {
  width: 17px;
  height: 17px;
  background-image: url("/baby/hohoemi/assets/img/common/box2_tl.png");
}

.box-dash-thin-corner-t:after, .box-dash-thin-corner-b:after {
  background-image: url("/baby/hohoemi/assets/img/common/box2_tr.png");
}

.box-dash-thin-corner-b:before {
  background-image: url("/baby/hohoemi/assets/img/common/box2_bl.png");
}

.box-dash-thin-corner-b:after {
  background-image: url("/baby/hohoemi/assets/img/common/box2_br.png");
}

.box-dash-thin .numtext-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-dash-thin .numtext-wrap + .numtext-wrap {
  margin-top: 1rem;
}

.box-dash-thin .numtext-wrap .num-img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.box-dash-thin .numtext-wrap .num-img + .text {
  width: 100%;
  margin: 0;
}

.fukidashi {
  position: relative;
  padding: 15px 25px;
  background-color: #81bb3f;
  border-radius: 18px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.fukidashi:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -20px;
  left: 12%;
  width: 29px;
  height: 21px;
  margin: auto;
  content: "";
  background-color: transparent;
  background: url("/baby/hohoemi/assets/img/common/fukidashi.png") center center no-repeat;
  background-size: 29px auto;
}

/*
#overview
M08 モジュール 商品情報
*/
.class-product-info, .page-index .sec-05, .page-product .sec-01 {
  /* --------------------------------------
	 *
	 * らくらくキューブ
	 *
	 ----------------------------------------*/
  /* --------------------------------------
	 *
	 * らくらくミルク
	 *
	 ----------------------------------------*/
  /* --------------------------------------
	 *
	 * ほほえみ
	 *
	 ----------------------------------------*/
}

.class-product-info .sec-inner, .page-index .sec-05 .sec-inner, .page-product .sec-01 .sec-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.class-product-info .sec-inner.sec-inner-01, .page-index .sec-05 .sec-inner.sec-inner-01, .page-product .sec-01 .sec-inner.sec-inner-01 {
  padding-bottom: 0px;
}

.class-product-info .sec-inner.wide:nth-last-of-type(1), .page-index .sec-05 .sec-inner.wide:nth-last-of-type(1), .page-product .sec-01 .sec-inner.wide:nth-last-of-type(1) {
  padding-bottom: 100px;
}

.class-product-info h4 + p, .page-index .sec-05 h4 + p, .page-product .sec-01 h4 + p {
  margin-left: auto;
  margin-right: auto;
}

.class-product-info h5, .page-index .sec-05 h5, .page-product .sec-01 h5 {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.class-product-info h5 span, .page-index .sec-05 h5 span, .page-product .sec-01 h5 span {
  font-size: 2.0rem;
}

.class-product-info .btn-text, .page-index .sec-05 .btn-text, .page-product .sec-01 .btn-text {
  margin-top: 15px;
}

.class-product-info .swiper-container, .page-index .sec-05 .swiper-container, .page-product .sec-01 .swiper-container {
  margin-top: 20px;
}

.class-product-info .slide-inner, .page-index .sec-05 .slide-inner, .page-product .sec-01 .slide-inner {
  width: 100%;
  height: 100%;
}

.class-product-info h4 .title-01, .page-index .sec-05 h4 .title-01, .page-product .sec-01 h4 .title-01 {
  width: 194px;
}

.class-product-info #slide-02, .page-index .sec-05 #slide-02, .page-product .sec-01 #slide-02 {
  width: 1000px;
}

.class-product-info #slide-02-2, .page-index .sec-05 #slide-02-2, .page-product .sec-01 #slide-02-2 {
  width: 800px;
}

.class-product-info #slide-02 .swiper-slide.slide-03 .slide-inner, .page-index .sec-05 #slide-02 .swiper-slide.slide-03 .slide-inner, .page-product .sec-01 #slide-02 .swiper-slide.slide-03 .slide-inner {
  padding-top: 38px;
}

.class-product-info .img-01-01, .page-index .sec-05 .img-01-01, .page-product .sec-01 .img-01-01 {
  width: auto;
  height: 221px;
  max-width: initial;
  max-width: auto;
}

.class-product-info .img-01-02, .page-index .sec-05 .img-01-02, .page-product .sec-01 .img-01-02 {
  width: auto;
  height: 221px;
  max-width: initial;
  max-width: auto;
}

.class-product-info .img-01-03, .page-index .sec-05 .img-01-03, .page-product .sec-01 .img-01-03 {
  width: auto;
  height: 193px;
  max-width: initial;
  max-width: auto;
}

.class-product-info .img-01-04, .page-index .sec-05 .img-01-04, .page-product .sec-01 .img-01-04 {
  width: auto;
  height: 221px;
  max-width: initial;
  max-width: auto;
}

.class-product-info h4 .title-02, .page-index .sec-05 h4 .title-02, .page-product .sec-01 h4 .title-02 {
  width: 183px;
}

.class-product-info .img-02, .page-index .sec-05 .img-02, .page-product .sec-01 .img-02 {
  width: 176px;
  margin-top: 20px;
}

.class-product-info .img-02-02, .page-index .sec-05 .img-02-02, .page-product .sec-01 .img-02-02 {
  width: 250px;
  margin-top: 40px;
  margin-bottom: 33px;
}

.class-product-info h4 .title-03, .page-index .sec-05 h4 .title-03, .page-product .sec-01 h4 .title-03 {
  width: 181px;
}

.class-product-info #slide-03, .page-index .sec-05 #slide-03, .page-product .sec-01 #slide-03 {
  width: 700px;
}

.class-product-info #slide-03 .swiper-slide, .page-index .sec-05 #slide-03 .swiper-slide, .page-product .sec-01 #slide-03 .swiper-slide {
  padding-left: 0;
  padding-right: 0;
}

.class-product-info #slide-03 .swiper-slide.slide-02 .slide-inner, .page-index .sec-05 #slide-03 .swiper-slide.slide-02 .slide-inner, .page-product .sec-01 #slide-03 .swiper-slide.slide-02 .slide-inner {
  padding-top: 50px;
}

.class-product-info .img-03-01, .page-index .sec-05 .img-03-01, .page-product .sec-01 .img-03-01 {
  width: 220px;
}

.class-product-info .img-03-02, .page-index .sec-05 .img-03-02, .page-product .sec-01 .img-03-02 {
  width: 350px;
}

.rakuraku-cube-slide.product .wrap .item .slide-inner p,
.rakuraku-cube-slide.product .wrap .item .slide-inner h5,
.rakuraku-cube-slide-multilang.product .wrap .item .slide-inner p,
.rakuraku-cube-slide-multilang.product .wrap .item .slide-inner h5 {
  opacity: 1;
}

/*
#overview
M09 モジュール ローディング表示
*/
.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}

/**
 * ページスタイル
 */
/*
#overview
トップ
*/

.page-index .head-img {
  width: 135px;
}

.page-index .header {
  display: none;
}

.page-index .sec-00 {
  position: relative;
  padding: 0 10px 5px;
  margin: 0 auto;
}

.page-index .sec-00 .mv-wrap {
  position: relative;
  width: 100%;
  margin-top: 10px;
  z-index: -1;
}

.page-index .sec-00 .mv-wrap h1 {
  position: absolute;
  top: 11px;
  right: 0;
  left: 0;
  width: 100%;
  height: 172px;
  text-align: center;
  padding: 0 0 0 100px;
}

.page-index .sec-00 .mv-wrap h1 img {
  width: 240.08333px;
  height: 172px;
}

.page-index .sec-00 .mv-wrap .copy {
  position: absolute;
  top: 157px;
  right: 0;
  left: 0;
  color: #ed1c24;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 0 0;
  text-align: center;
  letter-spacing: 0;
  padding: 0 0 0 100px;
}

.page-index .sec-00 .mv-wrap .img-scroll {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 52px;
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}

.page-index .sec-00 .mv-btm {
  position: absolute;
  right: 10px;
  bottom: 0;
  padding: 0px 0px 10px;
}

.page-index .sec-00 .mv-btm .img-hohoemi {
  width: 153px;
  margin-right: 34px;
}

.page-index .sec-00 .mv-banner {
  position: absolute;
  left: 25px;
  bottom: 20px;
  width: 323px;
}

.page-index .sec-00 .mv-banner a {
  display: block;
}

.page-index .sec-00 .mv-banner a + a {
  margin-top: 10px;
}

.page-index .sec-00 .mv-banner_upper {
  position: absolute;
  right: 25px;
  bottom: 120px;
  width: 410px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*
#overview
トップ
*/
.page-index .sec-01 {
  position: relative;
}

.page-index .sec-01 .liq-01 {
  top: 80px;
  right: 50px;
}

.page-index .sec-01 .liq-02 {
  left: 145px;
  bottom: 77px;
}

.page-index .sec-01 .ic-01 {
  top: 61px;
  left: 132px;
  right: auto;
  width: 83px;
}

.page-index .sec-01 .ic-02 {
  top: auto;
  bottom: -50px;
  right: 190px;
  width: 64px;
  z-index: 2;
}

.page-index .sec-01 .sec-inner {
  padding-top: 55px;
  padding-bottom: 80px;
}

.page-index .sec-01 h2 {
  font-weight: normal;
}

.page-index .sec-01 .sec-img {
  width: 573px;
  margin-top: 25px;
}

.page-index .sec-01 p {
  width: 533px;
  margin: 25px auto 0;
}

/*
#overview
トップ
*/
.page-index .sec-02 {
  position: relative;
}

.page-index .sec-02 .liq-01 {
  top: 35%;
  right: 50px;
}

.page-index .sec-02 .liq-02 {
  left: 145px;
  bottom: 130px;
}

.page-index .sec-02 .ic-03 {
  top: 140px;
  left: 164px;
  right: auto;
  width: 88px;
}

.page-index .sec-02 .ic-04 {
  display: none;
}

.page-index .sec-02 .ic-05 {
  top: auto;
  bottom: 30%;
  left: auto;
  right: 190px;
  width: 67px;
}

.page-index .sec-02 .ic-06 {
  top: auto;
  bottom: -50px;
  left: 210px;
  right: auto;
  width: 70px;
  z-index: 2;
}

.page-index .sec-02 .kodawari-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 800px;
  margin: 25px auto 0;
}

.page-index .sec-02 .kodawari-wrap .item {
  position: relative;
  width: 300px;
  margin-right: 60px;
}

.page-index .sec-02 .kodawari-wrap .item .img-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("/baby/hohoemi/assets/img/top/sec_02_img_01.png") center center no-repeat;
  background-size: contain;
}

.page-index .sec-02 .kodawari-wrap .item:nth-of-type(2) {
  margin-right: 0;
  margin-left: 60px;
}

.page-index .sec-02 .kodawari-wrap .item:nth-of-type(2) .img-wrap {
  background-image: url("/baby/hohoemi/assets/img/top/sec_02_img_02.png");
}

.page-index .sec-02 .kodawari-wrap .item:nth-of-type(3) {
  margin: 0;
}

.page-index .sec-02 .kodawari-wrap .item .text-box {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.page-index .sec-02 .kodawari-wrap .item .text-box h3 {
  margin: 0;
}

.page-index .sec-02 .kodawari-wrap .item .text-box .head-point,
.page-index .sec-02 .kodawari-wrap .item .head-wrap .head-point {
  width: 92px;
}

.page-index .sec-02 .kodawari-wrap .item p {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.page-index .sec-02 .kodawari-wrap .item.item-03 {
  width: 380px;
  margin-top: 55px;
  text-align: center;
}

.page-index .sec-02 .kodawari-wrap .item.item-03 p {
  width: auto;
}

.page-index .sec-02 .kodawari-wrap .item.item-03 .prod-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.page-index .sec-02 .kodawari-wrap .item.item-03 .prod {
  position: relative;
  width: 155px;
  padding-bottom: 110px;
  padding-bottom: 320px;
}

.page-index .sec-02 .kodawari-wrap .item.item-03 .prod img {
  position: absolute;
  bottom: 110px;
  width: auto;
  max-height: 55%;
  left: -10px;
}

.page-index .sec-02 .kodawari-wrap .item.item-03 .prod:nth-of-type(1) img {
  left: 15px;
}

.page-index .sec-02 .kodawari-wrap .item.item-03 .prod:nth-of-type(2) img {
  left: 0;
  right: 0;
  width: 107px;
  margin: 0 auto;
}

.page-index .sec-02 .kodawari-wrap .item.item-03 .prod h5 {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
}

.page-index .sec-02 .kodawari-wrap .item.item-03 .prod .btn-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*
#overview
トップ
*/
.page-index .sec-03 .liq-01 {
  top: 110px;
  left: 160px;
}

.page-index .sec-03 .ic-07 {
  top: 75px;
  left: auto;
  right: 235px;
  width: 77px;
}

.page-index .sec-03 .sec-inner {
  padding-top: 70px;
  padding-bottom: 80px;
}

.page-index .sec-03 .movie-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 760px;
  margin: 0 auto;
}

.page-index .sec-03 .movie-wrap .movie {
  width: 320px;
}

/*
#overview
トップ
*/
.page-index .sec-04 .liq-01 {
  top: 100px;
  right: 60px;
}

.page-index .sec-04 .ic-12 {
  top: auto;
  bottom: -50px;
  left: auto;
  right: 160px;
  width: 97px;
  z-index: 2;
}

.page-index .sec-04 .sec-inner.sec-inner-01 {
  padding-bottom: 30px;
}

.page-index .sec-04 .sec-inner.wide {
  padding-top: 0;
}

.page-index .sec-04 .sec-inner .movie_container {
  width: 720px;
  height: 405px;
  margin: 20px auto 20px auto;
}

.page-index .sec-04 .sec-inner .movie_container video {
  width: 720px;
  height: 405px;
}

.page-index .sec-04 .sec-inner .movie_container .movie_title {
  text-align: center;
}

.page-index .sec-04 .sec-inner .movie-list article a {
  display: block;
  color: #333333;
}

.page-index .sec-04 .sec-inner .movie-list article a figure figcaption p {
  font-feature-settings: "palt" 1;
  text-align: center;
}

.page-index .sec-04 .swiper-slide {
  margin: 30px 0;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.page-index .sec-04 .swiper-slide .fukidashi {
  margin-top: 20px;
}

.page-index .sec-04 .swiper-slide img {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 6px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 3px 10px 3px rgba(130, 130, 130, 0.35);
}

.page-index .sec-04 .swiper-slide-active {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*
#overview
トップ、商品情報
*/
.page-index .sec-05 .liq-01 {
  top: 200px;
  left: 80px;
}

.page-index .sec-05 .liq-02 {
  top: 35%;
  right: 80px;
}

.page-index .sec-05 .liq-03 {
  top: 55%;
  left: 90px;
}

.page-index .sec-05 .liq-04 {
  bottom: 20%;
  right: 180px;
}

.page-index .sec-05 .ic-08 {
  top: 100px;
  left: 200px;
  right: auto;
  width: 88px;
}

.page-index .sec-05 .ic-09 {
  display: none;
}

.page-index .sec-05 .ic-10 {
  top: auto;
  bottom: -30px;
  left: 180px;
  width: 69px;
  z-index: 2;
}

.page-index .sec-05 .ic-13 {
  top: 50%;
  left: auto;
  right: 200px;
  width: 96px;
}

.page-index .sec-05 .ic-14 {
  top: 70%;
  left: 180px;
  width: 83px;
}

.page-index .sec-05 #slide-02 .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-index .sec-05 .consul .title span {
  background: url(/baby/hohoemi/assets/img/common/title_line.png) center bottom repeat-x;
}

.page-index .sec-05 .consul .lead {
  margin: 0 auto;
}

.page-index .sec-05 .consul .bnr {
  margin-top: 15px;
}

.page-index .sec-05 #product-03 {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*
#overview
トップ
*/
.page-index .sec-06 .liq-01 {
  top: 80px;
  left: 90px;
}

.page-index .sec-06 .ic-11 {
  top: auto;
  bottom: -50px;
  left: auto;
  right: 230px;
  width: 67px;
  z-index: 2;
}

.page-index .sec-06 .sec-inner.sec-inner-01 {
  padding-bottom: 30px;
}

.page-index .sec-06 .sec-inner.wide {
  width: 940px;
  padding-top: 0;
}

.page-index .sec-06 .sec-inner h2 {
  margin-bottom: 20px;
}

.page-index .sec-06 .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-index .sec-06 .banner-wrap a {
  display: block;
  width: 293px;
  margin: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 1px rgba(122, 122, 122, 0.5);
}

/*
#overview
トップ
*/
.page-index .sec-07 .sec-inner {
  padding-bottom: 110px;
}

.page-index .sec-07 .sns-wrap {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-index .sec-07 .sns-wrap a {
  display: block;
  width: 57px;
  margin: 0 10px;
}

/*
#overview
トップ
*/

.page-index .sec-08 .sec-inner .title span {
  background: url(/baby/hohoemi/assets/img/common/title_line.png) center bottom repeat-x;
}

/*
#overview
トップ
*/

.page-index > .wrap {
  position: relative;
}

.page-index .sec-09 .title:before {
  content: '';
}

.page-index .sec-09 .chara {
  position: absolute;
}

.page-index .sec-09 .comingsoon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
#overview
トップ
*/

/*
#overview
トップ
*/
.page-index .sec-11 .sec-inner {
  margin-top: 0;
  padding-top: 0;
}

.page-index .sec-11 .sec-inner .consul .title span {
  background: url(/baby/hohoemi/assets/img/common/title_line.png) center bottom repeat-x;
}

.page-index .sec-11 .sec-inner .consul .lead {
  margin: 0 auto;
}

.page-index .sec-11 .sec-inner .consul .bnr {
  margin-top: 15px;
}

.page-index .sec-11 .sec-inner .bnr {
  margin-top: 15px;
}

/*
#overview
らくらくミルクの特徴
*/
.page-rakurakumilk-index .release-date {
  position: absolute;
  top: 15px;
  left: 10px;
}

.page-rakurakumilk-index .release-date img {
  width: 160px;
  height: auto;
  margin: 0;
}

.page-rakurakumilk-index .sec-00 {
  position: relative;
  width: 100%;
  padding: 0 10px 109px;
  margin: 0 auto;
}

.page-rakurakumilk-index .sec-00 .hero-bg-inner .mv-banner_line_pc {
  position: absolute;
  left: 25px;
  bottom: 80px;
  width: 410px;
}

.page-rakurakumilk-index .sec-00 .mv-wrap {
  position: relative;
  width: 100%;
  z-index: -1;
}

.page-rakurakumilk-index .sec-00 .mv-wrap h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 495px;
  height: 155px;
  margin: auto;
}

.page-rakurakumilk-index .sec-00 .mv-btm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 800px;
  margin: 20px auto 0 auto;
  padding: 0 10px;
  z-index: 1;
}

.page-rakurakumilk-index .sec-00 .mv-btm .img-01 {
  width: 185px;
}

.page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-top: 130px;
}

.page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap h2 {
  text-align: left;
}

.page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap h2 span {
  background: url("/baby/hohoemi/assets/img/common/title_line.png") center bottom repeat-x;
}

.page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap .img-02 {
  float: right;
  width: 156px;
  margin-top: -18px;
  margin-left: 25px;
}

.page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap .note {
  font-size: 1rem;
}

.page-rakurakumilk-index .sec-00 .mv-btm .mv-banner_line_sp {
  position: relative;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
}

.page-rakurakumilk-index .sec-00 .mv-banner {
  position: absolute;
  left: 25px;
  bottom: 20px;
  width: 323px;
}

.page-rakurakumilk-index .sec-00 .mv-banner a {
  display: block;
}

.page-rakurakumilk-index .sec-00 .mv-banner a + a {
  margin-top: 10px;
}

.page-rakurakumilk-index .sec-00 .mv-banner_upper {
  position: absolute;
  right: 25px;
  bottom: 120px;
  width: 410px;
}

.page-rakurakumilk-index .sec-00 .liquid-box {
  bottom: 236px;
  left: 66px;
  width: 321px;
  height: 196px;
  z-index: -1;
}

/*
#overview
らくらくミルクトップ
*/
.page-rakurakumilk-index .sec-01 {
  position: relative;
}

.page-rakurakumilk-index .sec-01 .wave-box {
  top: -22px;
  bottom: 0;
  left: 0;
  position: relative;
  top: auto;
  background-color: #fff;
}

.page-rakurakumilk-index .sec-01 .liquid-box {
  top: 173px;
  right: 0px;
  width: 368px;
  height: 402px;
}

.page-rakurakumilk-index .sec-01 .bg-icon {
  top: -20px;
  left: 117px;
}

.page-rakurakumilk-index .sec-01 .head-wrap {
  position: relative;
  z-index: 1;
}

.page-rakurakumilk-index .sec-01 .head-wrap .head-img {
  position: absolute;
  top: -70px;
  left: -25px;
  width: 128px;
}

.page-rakurakumilk-index .sec-01 .head-wrap h2 {
  text-align: right;
  margin-top: 25px;
}

.page-rakurakumilk-index .sec-01 .sec-img {
  margin-top: 25px;
}

/*
#overview
らくらくミルクトップ
*/
.page-rakurakumilk-index .sec-02 .sec-inner {
  z-index: 2;
}

.page-rakurakumilk-index .sec-02 .liquid-box {
  top: -50px;
  left: 102px;
  width: 130px;
  height: 126px;
}

.page-rakurakumilk-index .sec-02 .bg-icon {
  top: -95px;
  left: auto;
  right: 138px;
}

.page-rakurakumilk-index .sec-02 .ic-03 {
  top: 52%;
  left: 160px;
  right: auto;
}

.page-rakurakumilk-index .sec-02 .head-wrap {
  position: relative;
  z-index: 1;
}

.page-rakurakumilk-index .sec-02 .head-wrap .head-img {
  position: absolute;
  top: -33px;
  right: 66px;
  width: 103px;
}

.page-rakurakumilk-index .sec-02 .head-wrap .head-img-nutrition {
  position: absolute;
  top: -33px;
  left: -20px;
  width: 80px;
}

.page-rakurakumilk-index .sec-02 .head-wrap h2 {
  margin-top: 15px;
  margin-left: 72px;
  margin-right: auto;
  text-align: left;
}

.page-rakurakumilk-index .sec-02 .head-wrap h2.nutrition-header {
  margin-top: 15px;
  margin-left: 72px;
  margin-right: auto;
  text-align: left;
}

.page-rakurakumilk-index .sec-02 .sec-img {
  margin-top: 16px;
}

.page-rakurakumilk-index .sec-02 .title-01 {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/top/sec_02_title_line_01.png") center bottom no-repeat;
}

.page-rakurakumilk-index .sec-02 .title-02 {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/top/sec_02_title_line_02.png") center bottom no-repeat;
}

.page-rakurakumilk-index .sec-02 .text-wrap .sec-img {
  float: right;
  width: 117px;
  margin-top: -3px;
  margin-left: 1rem;
}

.page-rakurakumilk-index .sec-02 .title-s {
  margin-top: 30px;
}

.page-rakurakumilk-index .sec-02 .title-s + img {
  margin-top: 5px;
}

.page-rakurakumilk-index .sec-02 .box-dash {
  margin: 15px auto;
}

.page-rakurakumilk-index .sec-02 .box-dash .list-01 {
  margin-top: 5px;
}

.page-rakurakumilk-index .sec-02 .save-wrap {
  width: 468px;
  height: 138px;
  margin: 15px auto;
  padding: 15px 25px 0;
  background: url("/baby/hohoemi/assets/img/rakurakumilk/top/sec_02_box.png") center center no-repeat;
}

.page-rakurakumilk-index .sec-02 .save-wrap .list-01 {
  margin-top: 5px;
}

.page-rakurakumilk-index .nutrition-wrap {
  margin-top: 10px;
}

.page-rakurakumilk-index .nutrition-wrap .nutrition_chart {
  display: block;
  width: 100%;
  height: auto;
}

.page-rakurakumilk-index .nutrition-wrap .table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-rakurakumilk-index .nutrition-wrap .table-body {
  overflow-x: scroll;
}

.page-rakurakumilk-index .nutrition-wrap .table-body .nutrition-table {
  margin-left: -4px;
}

.page-rakurakumilk-index .nutrition-wrap .table-body .nutrition-table .w0 {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  min-width: inherit;
}

.page-rakurakumilk-index .nutrition-wrap .table-body .nutrition-table td {
  min-width: 100px;
  text-align: right;
}

.page-rakurakumilk-index .nutrition-wrap .nutrition-table th,
.page-rakurakumilk-index .nutrition-wrap .nutrition-table td {
  border: 2px solid #ff8583;
  white-space: nowrap;
  background-color: #fff;
}

.page-rakurakumilk-index .nutrition-wrap .nutrition-table td.strong {
  color: #ff8583;
}

/*
#overview
らくらくミルクトップ
*/
.page-rakurakumilk-index .sec-03 .sec-inner {
  padding-top: 100px;
}

.page-rakurakumilk-index .sec-03 .liquid-box {
  top: 100px;
  right: 100px;
  width: 360px;
  height: 235px;
}

.page-rakurakumilk-index .sec-03 .liquid-box.liq-02 {
  top: 220px;
  left: 0px;
  width: 206px;
  height: 314px;
}

.page-rakurakumilk-index .sec-03 .liquid-box.liq-02 img {
  left: auto;
  right: 0;
}

.page-rakurakumilk-index .sec-03 .ic-04 {
  top: 300px;
  right: 104px;
  left: auto;
}

.page-rakurakumilk-index .sec-03 .head-wrap {
  position: relative;
}

.page-rakurakumilk-index .sec-03 .head-wrap .head-img {
  position: absolute;
  top: -120px;
  left: 25px;
  width: 137px;
}

.page-rakurakumilk-index .sec-03 .head-wrap h2 {
  margin-top: 20px;
  padding-left: 60px;
}

.page-rakurakumilk-index .sec-03 .img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-rakurakumilk-index .sec-03 .img-wrap:after {
  display: none;
}

.page-rakurakumilk-index .sec-03 .img-wrap .scene_cell {
  position: relative;
  width: 48%;
  margin-top: 30px;
}

.page-rakurakumilk-index .sec-03 .img-wrap .scene_cell .caption {
  font-size: 1.5rem;
  background-color: #ff8583;
  color: #FFF;
  width: 60%;
  text-align: center;
  padding: 5px 3px;
  border-radius: 10px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-rakurakumilk-index .sec-03 .img-wrap img {
  margin: 0;
  width: 100%;
  height: auto;
}

.page-rakurakumilk-index .sec-03 .img-wrap + p {
  text-align: center;
  margin-top: 35px;
}

.page-rakurakumilk-index .sec-03 .point4-images-wrap {
  margin-top: 60px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-rakurakumilk-index .movie_container {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}

.page-rakurakumilk-index .movie_container p.title {
  margin-bottom: 20px;
}

.page-rakurakumilk-index .movie_container .movie_title {
  text-align: center;
}

.page-rakurakumilk-index .movie_container video {
  width: 100%;
  height: auto;
}

/*
#overview
らくらくミルクトップ
*/
.page-rakurakumilk-index .sec-04 .sec-inner {
  padding-top: 70px;
}

.page-rakurakumilk-index .sec-04 .liquid-box {
  top: 100px;
  right: 0;
  width: 326px;
  height: 327px;
}

.page-rakurakumilk-index .sec-04 .liquid-box.liq-02 {
  top: 40%;
  left: 91px;
  width: 250px;
  height: 197px;
}

.page-rakurakumilk-index .sec-04 .liquid-box.liq-02 img {
  left: auto;
  right: 0;
}

.page-rakurakumilk-index .sec-04 .bg-icon {
  top: -20px;
  right: 210px;
  left: auto;
}

.page-rakurakumilk-index .sec-04 .ic-06 {
  top: 68%;
  left: 166px;
  right: auto;
}

.page-rakurakumilk-index .sec-04 h2 {
  margin-top: 10px;
}

.page-rakurakumilk-index .sec-04 .prod-img {
  width: 228px;
  margin-left: 143px;
  margin-right: auto;
}

.page-rakurakumilk-index .sec-04 .prod-title-img {
  margin-top: 20px;
}

.page-rakurakumilk-index .sec-04 p {
  text-align: center;
}

.page-rakurakumilk-index .sec-04 p + .btn-text {
  margin-top: 60px;
}

/*
#overview
らくらくミルク使い方
*/
.page-rakurakumilk-usage .btn-movie {
  margin-top: 30px;
}

.page-rakurakumilk-usage .sec-01 {
  position: relative;
}

.page-rakurakumilk-usage .sec-01 .liquid-box {
  top: 160px;
  left: 91px;
  width: 348px;
  height: 212px;
}

.page-rakurakumilk-usage .sec-01 .liquid-box.liq-02 {
  top: 43%;
  left: auto;
  right: 145px;
  width: 251px;
  height: 198px;
}

.page-rakurakumilk-usage .sec-01 .liquid-box.liq-03 {
  top: 50%;
  left: 0;
  right: auto;
  width: 272px;
  height: 314px;
}

.page-rakurakumilk-usage .sec-01 .liquid-box.liq-03 img {
  left: auto;
  right: 0;
}

.page-rakurakumilk-usage .sec-01 .ic-01 {
  top: 170px;
  right: 113px;
  left: auto;
  width: auto;
}

.page-rakurakumilk-usage .sec-01 .ic-02 {
  top: 45%;
  right: auto;
  left: 115px;
  width: auto;
}

.page-rakurakumilk-usage .sec-01 .ic-03 {
  top: auto;
  bottom: 100px;
  right: 175px;
  left: auto;
  width: auto;
}

.page-rakurakumilk-usage .sec-01 .title {
  letter-spacing: -1px;
}

.page-rakurakumilk-usage .sec-01 .title span {
  background: url("/baby/hohoemi/assets/img/common/title_line.png") center bottom repeat-x;
}

.page-rakurakumilk-usage .sec-01 #step-01 .swiper-slide:nth-of-type(4) {
  padding: 8px 10px 0px 10px;
}

.page-rakurakumilk-usage .sec-01 #step-01 .swiper-slide:nth-of-type(4) .title {
  margin-top: 10px;
  line-height: 1.2;
}

.page-rakurakumilk-usage .sec-01 .box-dash {
  margin: 50px auto 0;
}

.page-rakurakumilk-usage .sec-01 .box-dash-inner .text-wrap {
  margin-top: 15px;
}

.page-rakurakumilk-usage .sec-01 .box-dash-inner .text-wrap .circle {
  float: left;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: #ff8583;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 10px;
}

.page-rakurakumilk-usage .sec-01 .box-dash-inner .text-wrap .text {
  margin: 3px 0 0 0;
}

/*
#overview
らくらくミルク使い方
*/
.page-rakurakumilk-usage .sec-02 {
  position: relative;
}

.page-rakurakumilk-usage .sec-02 .liquid-box {
  top: 130px;
  right: 91px;
  width: 315px;
  height: 314px;
}

.page-rakurakumilk-usage .sec-02 .liquid-box.liq-02 {
  top: 35%;
  left: 59px;
  right: auto;
  width: 319px;
  height: 303px;
}

.page-rakurakumilk-usage .sec-02 .liquid-box.liq-03 {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 106px;
  width: 250px;
  height: 198px;
}

.page-rakurakumilk-usage .sec-02 .ic-04 {
  top: 230px;
  right: auto;
  left: 150px;
  width: auto;
}

.page-rakurakumilk-usage .sec-02 .ic-05 {
  top: 35%;
  left: auto;
  right: 127px;
  width: auto;
}

.page-rakurakumilk-usage .sec-02 .ic-06 {
  right: auto;
  left: 138px;
  top: auto;
  bottom: 200px;
  width: auto;
}

.page-rakurakumilk-usage .sec-02 .sec-inner {
  padding-top: 10px;
}

.page-rakurakumilk-usage .sec-02 .title {
  letter-spacing: -1px;
}

.page-rakurakumilk-usage .sec-02 .title.line-img {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/usage/sec_01_title_line.png") center bottom no-repeat;
}

.page-rakurakumilk-usage .sec-02 .box-dash {
  margin: 50px auto 0;
}

.page-rakurakumilk-usage .sec-02 .box-dash-inner {
  padding-left: 70px;
  padding-right: 70px;
}

.page-rakurakumilk-usage .sec-02 .box-dash-inner .text-wrap {
  margin-top: 5px;
}

.page-rakurakumilk-usage .sec-02 .box-dash-inner .text-wrap .icon-ng {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: auto;
  margin-right: 10px;
}

.page-rakurakumilk-usage .sec-02 .box-dash-inner .text-wrap .text {
  font-size: 1.5rem;
  display: inline;
  margin: 0 0 0 0;
}

/*
#overview
らくらくミルク使い方
*/
.page-rakurakumilk-usage .sec-03 .sec-inner {
  z-index: 3;
}

.page-rakurakumilk-usage .sec-03 .liquid-box {
  top: auto;
  bottom: 30px;
  right: 45px;
  width: 185px;
  height: 179px;
}

.page-rakurakumilk-usage .sec-03 .ic-07 {
  top: auto;
  bottom: 30px;
  right: auto;
  left: 206px;
  width: auto;
}

.page-rakurakumilk-usage .sec-03 .chara-icon {
  left: auto;
  right: 210px;
  top: -50px;
  width: 112px;
}

.page-rakurakumilk-usage .sec-03 .sec-inner .bnr {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-rakurakumilk-usage .sec-03 .sec-inner .bnr a {
  display: block;
}

/*
#overview
らくらくミルク災害時に備えて
*/

/*
#overview
らくらくミルク災害時に備えて
*/
.page-rakurakumilk-disaster .btn-movie {
  margin-top: 30px;
}

.page-rakurakumilk-disaster .sec-01 {
  position: relative;
}

.page-rakurakumilk-disaster .sec-01 .liquid-box {
  top: 110px;
  left: auto;
  right: 67px;
}

.page-rakurakumilk-disaster .sec-01 .liquid-box.liq-02 {
  top: auto;
  bottom: 100px;
  right: auto;
  left: 168px;
}

.page-rakurakumilk-disaster .sec-01 .liquid-box.liq-02 img {
  left: auto;
  right: 0;
}

.page-rakurakumilk-disaster .sec-01 .ic-01 {
  top: 158px;
  left: 173px;
  width: auto;
}

.page-rakurakumilk-disaster .sec-01 .ic-02 {
  top: auto;
  left: auto;
  right: 143px;
  bottom: 47px;
  width: auto;
}

.page-rakurakumilk-disaster .sec-01 .sec-inner {
  padding-top: 20px;
  padding-bottom: 70px;
}

.page-rakurakumilk-disaster .sec-01 .title-m {
  line-height: 2;
}

.page-rakurakumilk-disaster .sec-01 .title-m + .title {
  margin-top: 50px;
}

.page-rakurakumilk-disaster .sec-01 .title {
  letter-spacing: -1px;
}

.page-rakurakumilk-disaster .sec-01 .title.line-img {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/disaster/sec_01_title_line.png") center bottom no-repeat;
}

.page-rakurakumilk-disaster .sec-01 #step-01 .swiper-slide:nth-of-type(4) {
  padding: 8px 10px 0px 10px;
}

.page-rakurakumilk-disaster .sec-01 #step-01 .swiper-slide:nth-of-type(4) .title {
  margin-top: 10px;
  line-height: 1.2;
}

.page-rakurakumilk-disaster .sec-01 .before-wrap {
  width: 470px;
  height: 216px;
  margin: 50px auto 0;
  padding: 25px 25px 0;
  background: url("/baby/hohoemi/assets/img/rakurakumilk/disaster/sec_01_box.png") top center no-repeat;
}

.page-rakurakumilk-disaster .sec-01 .before-wrap .text-wrap {
  margin-top: 15px;
}

.page-rakurakumilk-disaster .sec-01 .before-wrap .text-wrap .circle {
  float: left;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: #ff8583;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 10px;
}

.page-rakurakumilk-disaster .sec-01 .before-wrap .text-wrap .text {
  margin: 3px 0 0 0;
}

.page-rakurakumilk-disaster .sec-01 .sec-inner .movie .btn-movie {
  border-radius: 10px;
}

.page-rakurakumilk-disaster .sec-01 .sec-inner .movie .btn-movie img {
  border-radius: 10px;
}

/*
#overview
らくらくミルク災害時に備えて
*/
.page-rakurakumilk-disaster .sec-02 {
  position: relative;
}

.page-rakurakumilk-disaster .sec-02 .liquid-box {
  top: 320px;
  left: auto;
  right: 0px;
}

.page-rakurakumilk-disaster .sec-02 .liquid-box.liq-02 {
  top: 44%;
  right: auto;
  left: 29px;
}

.page-rakurakumilk-disaster .sec-02 .liquid-box.liq-03 {
  top: auto;
  bottom: 400px;
  left: auto;
  right: 0;
  width: 314px;
  height: 327px;
}

.page-rakurakumilk-disaster .sec-02 .ic-03 {
  top: 450px;
  left: 136px;
  width: auto;
}

.page-rakurakumilk-disaster .sec-02 .ic-04 {
  top: auto;
  left: auto;
  right: 216px;
  bottom: 370px;
  width: auto;
}

.page-rakurakumilk-disaster .sec-02 .sec-inner {
  padding-top: 10px;
  padding-bottom: 80px;
}

.page-rakurakumilk-disaster .sec-02 .title-01 {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/disaster/sec_02_title_line_01.png") center bottom no-repeat;
}

.page-rakurakumilk-disaster .sec-02 .title-02 {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/disaster/sec_02_title_line_02.png") center bottom no-repeat;
}

.page-rakurakumilk-disaster .sec-02 .title-03 {
  margin-top: 100px;
}

.page-rakurakumilk-disaster .sec-02 .title-03 + .title-s {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}

.page-rakurakumilk-disaster .sec-02 strong {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 2.0rem;
}

.page-rakurakumilk-disaster .sec-02 strong + .title {
  margin-top: 90px;
}

.page-rakurakumilk-disaster .sec-02 .img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 45px -34px 0;
}

.page-rakurakumilk-disaster .sec-02 .img-wrap:after {
  display: none;
}

.page-rakurakumilk-disaster .sec-02 .img-wrap img {
  margin: 0;
  width: 154px;
}

.page-rakurakumilk-disaster .sec-02 .img-wrap + p {
  margin-top: 25px;
}

.page-rakurakumilk-disaster .sec-02 .img-wrap.btn-list {
  margin-top: 15px;
  margin-left: -67.5px;
  margin-right: -67.5px;
}

.page-rakurakumilk-disaster .sec-02 .img-wrap.btn-list a {
  display: block;
}

.page-rakurakumilk-disaster .sec-02 .img-wrap.btn-list img {
  margin: 0;
  margin-top: 14px;
  width: 293px;
}

.page-rakurakumilk-disaster .sec-02 .img-stock {
  width: 395px;
  margin-top: 45px;
}

.page-rakurakumilk-disaster .sec-02 .img-stock + p {
  margin-top: 50px;
}

.page-rakurakumilk-disaster .sec-02 .attachment .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-rakurakumilk-disaster .sec-02 .attachment .title span {
  display: block;
  position: relative;
  padding: 0 0.5em;
}

.page-rakurakumilk-disaster .sec-02 .attachment .title span:before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  top: -2em;
  bottom: -2em;
  width: 2px;
  height: 1.4em;
  background: #ff8583;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.page-rakurakumilk-disaster .sec-02 .attachment .title span:after {
  content: '';
  position: absolute;
  margin: auto;
  right: 0;
  top: -2em;
  bottom: -2em;
  width: 2px;
  height: 1.4em;
  background: #ff8583;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.page-rakurakumilk-disaster .sec-02 .attachment .bnr {
  margin-top: 1em;
}

/*
#overview
らくらくミルク災害時に備えて
*/
.page-rakurakumilk-disaster .sec-03 {
  position: relative;
}

.page-rakurakumilk-disaster .sec-03 .liquid-box {
  top: 173px;
  left: 0;
  width: 347px;
  height: 276px;
}

.page-rakurakumilk-disaster .sec-03 .liquid-box img {
  left: auto;
  right: 0;
}

.page-rakurakumilk-disaster .sec-03 .ic-05 {
  top: -30px;
  left: 157px;
  width: auto;
}

.page-rakurakumilk-disaster .sec-03 .ic-06 {
  top: 300px;
  left: auto;
  right: 157px;
  width: auto;
  z-index: 3;
}

.page-rakurakumilk-disaster .sec-03 .ic-07 {
  top: auto;
  bottom: 450px;
  left: 127px;
  width: auto;
}

.page-rakurakumilk-disaster .sec-03 .ic-08 {
  top: auto;
  left: auto;
  right: 143px;
  bottom: 100px;
  width: auto;
}

.page-rakurakumilk-disaster .sec-03 .sec-inner {
  padding-top: 70px;
  z-index: 3;
}

.page-rakurakumilk-disaster .sec-03 .title {
  letter-spacing: -1px;
}

.page-rakurakumilk-disaster .sec-03 .title.line-img span {
  background: url("/baby/hohoemi/assets/img/common/title_line.png") center bottom repeat-x;
}

.page-rakurakumilk-disaster .sec-03 .ng-wrap {
  width: 468px;
  height: 241px;
  margin: 50px auto 0;
  padding: 25px 70px 0;
  background: url("/baby/hohoemi/assets/img/rakurakumilk/usage/sec_02_box.png") center center no-repeat;
}

.page-rakurakumilk-disaster .sec-03 .ng-wrap .text-wrap {
  margin-top: 5px;
}

.page-rakurakumilk-disaster .sec-03 .ng-wrap .text-wrap .icon-ng {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: auto;
  margin-right: 10px;
}

.page-rakurakumilk-disaster .sec-03 .ng-wrap .text-wrap .text {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0 0 0;
}

.page-rakurakumilk-disaster .sec-03 .slide-wrap {
  margin-bottom: 38px;
}

.page-rakurakumilk-disaster .sec-03 .sec-inner .bnr {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-rakurakumilk-disaster .sec-03 .sec-inner .bnr a {
  display: block;
}

/*
#overview
らくらくミルク災害時に備えて
*/
.page-rakurakumilk-disaster .sec-04 {
  position: relative;
}

.page-rakurakumilk-disaster .sec-04 .liquid-box {
  top: 0px;
  right: 14px;
}

.page-rakurakumilk-disaster .sec-04 .sec-inner {
  padding-top: 10px;
}

.page-rakurakumilk-disaster .sec-04 .title {
  letter-spacing: -1px;
}

.page-rakurakumilk-disaster .sec-04 .title.line-img {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/usage/sec_01_title_line.png") center bottom no-repeat;
}

.page-rakurakumilk-disaster .sec-04 .ng-wrap {
  width: 468px;
  height: 241px;
  margin: 50px auto 0;
  padding: 25px 70px 0;
  background: url("/baby/hohoemi/assets/img/rakurakumilk/usage/sec_02_box.png") center center no-repeat;
}

.page-rakurakumilk-disaster .sec-04 .ng-wrap .text-wrap {
  margin-top: 5px;
}

.page-rakurakumilk-disaster .sec-04 .ng-wrap .text-wrap .icon-ng {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: auto;
  margin-right: 10px;
}

.page-rakurakumilk-disaster .sec-04 .ng-wrap .text-wrap .text {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0 0 0;
}

.page-rakurakumilk-disaster .sec-04.sec-bottom {
  margin-top: 80px;
}

/*
#overview
アレンジレシピ
*/

.page-rakurakumilk-recipe .sec-inner .sec-img {
  max-width: 510px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.page-rakurakumilk-recipe .sec-00 .img-wrap {
  position: absolute;
  bottom: -310px;
  left: 0;
  right: 0;
  width: 430px;
  height: 380px;
  margin: auto;
}

/*
#overview
アレンジレシピ
*/
.page-rakurakumilk-recipe .sec-01 .liq-01 {
  top: 120px;
  right: 180px;
}

.page-rakurakumilk-recipe .sec-01 .ic-01 {
  top: auto;
  bottom: -40px;
  left: auto;
  right: 150px;
  z-index: 2;
  width: 88px;
}

.page-rakurakumilk-recipe .sec-01 .wave-box {
  background-color: transparent;
  position: relative;
  top: 1px;
}

/*
#overview
アレンジレシピ
*/

.page-rakurakumilk-recipe .sec-02 .liq-01 {
  top: 30%;
  left: 130px;
}

.page-rakurakumilk-recipe .sec-02 .liq-02 {
  bottom: 25%;
  right: 100px;
}

.page-rakurakumilk-recipe .sec-02 .ic-01 {
  top: -130px;
  left: 165px;
  width: 69px;
}

.page-rakurakumilk-recipe .sec-02 .ic-02 {
  top: -50px;
  left: auto;
  right: 120px;
  width: 88px;
}

.page-rakurakumilk-recipe .sec-02 .ic-03 {
  bottom: -50px;
  left: 180px;
  width: 83px;
  z-index: 10;
}

.page-rakurakumilk-recipe .sec-02 .ic-04 {
  top: auto;
  bottom: -200px;
  left: auto;
  right: 160px;
  width: 65px;
  z-index: 10;
}

.page-rakurakumilk-recipe .sec-02 .ic-05 {
  top: auto;
  left: auto;
  bottom: 210px;
  right: 136px;
  width: 96px;
}

.page-rakurakumilk-recipe .sec-02 .recipe-sorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px auto;
}

.page-rakurakumilk-recipe .sec-02 .recipe-sorter a {
  display: block;
  border: 2px solid #ff8583;
  color: #ffffff;
  font-weight: bold;
  background-color: #ff8583;
  text-align: center;
}

.page-rakurakumilk-recipe .sec-02 .recipe-sorter a.active {
  background: #ffffff;
  color: #ff8583;
}

.page-rakurakumilk-recipe .sec-02 .recipe-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-rakurakumilk-recipe .sec-02 .bnr {
  padding: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-rakurakumilk-recipe .sec-02 .bnr a {
  display: block;
}

.page-rakurakumilk-recipe .recipe-modal-test {
  background: rgba(0, 0, 0, 0.7);
}

.page-rakurakumilk-recipe .recipe-modal {
  background: #fff1d2;
  margin: 0 auto;
}

.page-rakurakumilk-recipe .mfp-content {
  margin-left: auto;
  margin-right: auto;
}

/*
#overview
アレンジレシピ
*/
.page-rakurakumilk-recipe .sec-03 .liq-01 {
  top: 230px;
  left: 230px;
}

.page-rakurakumilk-recipe .sec-03 .bnr {
  padding: 50px 0 0 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-rakurakumilk-recipe .sec-03 .bnr a {
  display: block;
}

/*
#overview
らくらくミルク取扱店舗
*/

.page-rakurakumilk-mapping .sec-01 {
  position: relative;
}

.page-rakurakumilk-mapping .sec-01 .liquid-box {
  top: 110px;
  left: auto;
  right: 67px;
}

.page-rakurakumilk-mapping .sec-01 .liquid-box.liq-02 {
  top: auto;
  bottom: 100px;
  right: auto;
  left: 168px;
}

.page-rakurakumilk-mapping .sec-01 .liquid-box.liq-02 img {
  left: auto;
  right: 0;
}

.page-rakurakumilk-mapping .sec-01 .sec-inner {
  padding-top: 0;
}

.page-rakurakumilk-mapping .sec-01 .title-m {
  line-height: 2;
}

.page-rakurakumilk-mapping .sec-01 .title-m + .title {
  margin-top: 50px;
}

.page-rakurakumilk-mapping .sec-01 .title {
  letter-spacing: -1px;
  line-height: 2.2em;
}

.page-rakurakumilk-mapping .sec-01 .title.line-img {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/disaster/sec_01_title_line.png") center bottom no-repeat;
}

.page-rakurakumilk-mapping .sec-01 #step-01 .swiper-slide:nth-of-type(4) {
  padding: 8px 10px 0px 10px;
}

.page-rakurakumilk-mapping .sec-01 #step-01 .swiper-slide:nth-of-type(4) .title {
  margin-top: 10px;
  line-height: 1.2;
}

.page-rakurakumilk-mapping .sec-01 .before-wrap {
  width: 470px;
  height: 216px;
  margin: 50px auto 0;
  padding: 25px 25px 0;
  background: url("/baby/hohoemi/assets/img/rakurakumilk/disaster/sec_01_box.png") top center no-repeat;
}

.page-rakurakumilk-mapping .sec-01 .before-wrap .text-wrap {
  margin-top: 15px;
}

.page-rakurakumilk-mapping .sec-01 .before-wrap .text-wrap .circle {
  float: left;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: #ff8583;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 10px;
}

.page-rakurakumilk-mapping .sec-01 .before-wrap .text-wrap .text {
  margin: 3px 0 0 0;
}

.page-rakurakumilk-mapping .sec-02 {
  position: relative;
}

.page-rakurakumilk-mapping .sec-02 .sec-inner > div + div {
  margin-top: 60px;
}

.page-rakurakumilk-mapping .sec-02 .liquid-box.liq-01 {
  top: 615px;
  left: 116px;
}

.page-rakurakumilk-mapping .sec-02 .liquid-box.liq-02 {
  top: 1467px;
  right: 85px;
}

.page-rakurakumilk-mapping .sec-02 .ic-01 {
  top: -43px;
  right: 164px;
  width: auto;
}

.page-rakurakumilk-mapping .sec-02 .ic-02 {
  top: 541px;
  left: 163px;
  width: auto;
}

.page-rakurakumilk-mapping .sec-02 .ic-03 {
  top: 1195px;
  right: 176px;
  width: auto;
}

.page-rakurakumilk-mapping .sec-02 .ic-04 {
  top: 1730px;
  left: 163px;
  width: auto;
}

.page-rakurakumilk-mapping .sec-02 .ic-05 {
  top: 2113px;
  right: 146px;
  width: auto;
}

.page-rakurakumilk-mapping .sec-02 .sec-inner {
  padding-top: 10px;
  padding-bottom: 80px;
}

.page-rakurakumilk-mapping .sec-02 strong {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 2.0rem;
}

.page-rakurakumilk-mapping .sec-02 strong + .title {
  margin-top: 90px;
}

.page-rakurakumilk-mapping .sec-02 .box-dash {
  background-color: #FFF;
}

.page-rakurakumilk-mapping .sec-02 .app-download-area .title {
  margin-bottom: 1em;
}

.page-rakurakumilk-mapping .sec-02 .app-download {
  position: relative;
  height: 100px;
  border: 3px solid #ff8583;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(135deg, #ffd7dc 25%, #ffe2e6 25%, #ffe2e6 50%, #ffd7dc 50%, #ffd7dc 75%, #ffe2e6 75%, #ffe2e6);
  background-image: linear-gradient(-45deg, #ffd7dc 25%, #ffe2e6 25%, #ffe2e6 50%, #ffd7dc 50%, #ffd7dc 75%, #ffe2e6 75%, #ffe2e6);
  background-size: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-rakurakumilk-mapping .sec-02 .app-download .icon {
  width: 64px;
  height: 64px;
}

.page-rakurakumilk-mapping .sec-02 .app-download .head {
  margin-left: 8px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
}

.page-rakurakumilk-mapping .sec-02 .app-download .head span {
  font-size: 11px;
}

.page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
}

.page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper a {
  display: block;
}

.page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper a + a {
  margin: 0 0 0 8px;
}

.page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper a.btn-app-store {
  width: 113px;
}

.page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper a.btn-google-play {
  width: 118px;
}

.page-rakurakumilk-mapping .sec-02 .box-border {
  border: 3px solid #ff8583;
  border-radius: 16px;
  background-color: #FFF;
  padding: 30px 0;
}

.page-rakurakumilk-mapping .sec-02 .box-dash-inner {
  padding: 40px 35px;
}

.page-rakurakumilk-mapping .sec-02 .box-dash .title, .page-rakurakumilk-mapping .sec-02 .box-border .title {
  margin-top: 0;
  margin-bottom: 1em;
}

.page-rakurakumilk-mapping .sec-02 .app-images > p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 2em;
}

.page-rakurakumilk-mapping .sec-02 .app-images ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-rakurakumilk-mapping .sec-02 .app-images ul li {
  width: 158px;
}

.page-rakurakumilk-mapping .sec-02 .app-images ul li + li {
  margin-left: 38px;
}

.page-rakurakumilk-mapping .sec-02 .app-images ul li .note {
  font-size: 11px;
  margin-top: 0.5em;
}

.page-rakurakumilk-mapping .sec-03 {
  position: relative;
}

.page-rakurakumilk-mapping .sec-03 .liq-01 {
  top: 121px;
  right: 121px;
}

.page-rakurakumilk-mapping .sec-03 .ic-06 {
  top: 361px;
  left: 224px;
  width: auto;
}

.page-rakurakumilk-mapping .sec-03 .sec-inner {
  padding-top: 70px;
  z-index: 3;
}

.page-rakurakumilk-mapping .sec-03 .title {
  letter-spacing: -1px;
}

.page-rakurakumilk-mapping .sec-03 .title.line-img span {
  background: url("/baby/hohoemi/assets/img/common/title_line.png") center bottom repeat-x;
}

.page-rakurakumilk-mapping .sec-03 .ng-wrap {
  width: 468px;
  height: 241px;
  margin: 50px auto 0;
  padding: 25px 70px 0;
  background: url("/baby/hohoemi/assets/img/rakurakumilk/usage/sec_02_box.png") center center no-repeat;
}

.page-rakurakumilk-mapping .sec-03 .ng-wrap .text-wrap {
  margin-top: 5px;
}

.page-rakurakumilk-mapping .sec-03 .ng-wrap .text-wrap .icon-ng {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: auto;
  margin-right: 10px;
}

.page-rakurakumilk-mapping .sec-03 .ng-wrap .text-wrap .text {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0 0 0;
}

.page-rakurakumilk-mapping .sec-03 .slide-wrap {
  margin-bottom: 38px;
}

/*
#overview
らくらくミルクアタッチメントの使い方
*/
.page-rakurakumilk-attachment .sec-00 {
  position: relative;
  width: 100%;
  padding: 0 10px 109px;
  margin: 0 auto;
}

.page-rakurakumilk-attachment .sec-00 .hero-bg-inner .mv-banner_line_pc {
  position: absolute;
  left: 25px;
  bottom: 80px;
  width: 410px;
}

.page-rakurakumilk-attachment .sec-00 .mv-wrap {
  position: relative;
  width: 100%;
  z-index: -1;
}

.page-rakurakumilk-attachment .sec-00 .mv-wrap h1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 514px;
  height: 167px;
}

/*
#overview
らくらくミルクアタッチメントの使い方
*/
.page-rakurakumilk-attachment .sec-title .board-title-wrap {
  background: url("/baby/hohoemi/assets/img/rakurakumilk/common/sec_01_head_title_bg2.png") left top repeat-x;
}

.page-rakurakumilk-attachment .btn-movie {
  margin-top: 30px;
}

.page-rakurakumilk-attachment .sec-01 {
  position: relative;
}

/*
#overview
らくらくミルクアタッチメントの使い方
*/

.page-rakurakumilk-attachment .sec-02 .sec-inner.ttl h2.title.large em {
  font-style: normal;
}

.page-rakurakumilk-attachment .sec-02 .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-rakurakumilk-attachment .sec-02 .sec-inner .wrap {
  position: relative;
}

.page-rakurakumilk-attachment .sec-02 .sec-inner .wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-rakurakumilk-attachment .sec-02 .sec-inner .wrap .text p {
  position: relative;
  z-index: 10;
}

/*
#overview
らくらくミルクアタッチメントの使い方
*/
.page-rakurakumilk-attachment .sec-03 {
  position: relative;
}

.page-rakurakumilk-attachment .sec-03 .section-body {
  position: relative;
  z-index: 10;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox {
  margin: 0 auto;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox:before {
  content: '';
  display: block;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-ttl h3 {
  margin: 0;
  color: #ffffff;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body {
  color: #ffffff;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dt {
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #ff8583;
  font-weight: bold;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dt:nth-child(1), .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dt:nth-child(2) {
  margin-top: 0;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dd:nth-child(1), .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dd:nth-child(2) {
  margin-top: 0;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dd ul {
  margin: 1em 0 0 0;
  width: 100%;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dd ul li {
  padding: 0 0 0 1.1em;
  position: relative;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dd ul li + li {
  margin: 1em 0 0 0;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dd ul li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.page-rakurakumilk-attachment .sec-03 .section-body .bgbox:after {
  content: '';
  display: block;
}

/*
#overview
らくらくミルクアタッチメントの使い方
*/
.page-rakurakumilk-attachment .sec-04 {
  margin-top: 50px;
}

.page-rakurakumilk-attachment .sec-04 .sec-inner {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.page-rakurakumilk-attachment .sec-04 .sec-inner .slide-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

/*
#overview
らくらくミルクアタッチメントの使い方
*/
.page-rakurakumilk-attachment .sec-05 {
  display: none;
}

.page-rakurakumilk-attachment .sec-05 .sec-inner {
  padding-top: 0;
  position: relative;
}

.page-rakurakumilk-attachment .sec-05 .sec-inner .button {
  position: relative;
  z-index: 11;
}

/*
#overview
らくらくミルクアタッチメントの使い方
*/
.page-rakurakumilk-attachment .sec-06 .sec-inner {
  padding-top: 0;
  position: relative;
}

.page-rakurakumilk-attachment .sec-06 .sec-inner .button {
  position: relative;
  z-index: 11;
}

/*
#overview
らくらくミルクアタッチメントの使い方
*/

.page-rakurakumilk-attachment .sec-07 .btn-movie {
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

.page-rakurakumilk-attachment .sec-07 .btn-movie img {
  border-radius: 10px;
}

/*
#overview
徹底した母乳研究
*/

/*
#overview
徹底した母乳研究
*/
.page-science .sec-01 .liq-01 {
  top: 80px;
  left: 80px;
}

.page-science .sec-01 .liq-02 {
  bottom: 150px;
  right: 96px;
}

.page-science .sec-01 .ic-01 {
  display: none;
}

.page-science .sec-01 .ic-05 {
  top: auto;
  bottom: -75px;
  left: 220px;
  right: auto;
  width: 68px;
  z-index: 2;
}

.page-science .sec-01 h2 {
  text-align: left;
}

.page-science .sec-01 h2 + p {
  margin-top: 20px;
}

.page-science .sec-01 .sec-img {
  width: 368px;
  margin-top: 20px;
}

/*
#overview
徹底した母乳研究
*/
.page-science .sec-02 .liq-01 {
  top: 226px;
  right: 136px;
}

.page-science .sec-02 .liq-02 {
  top: 50%;
  left: 65px;
}

.page-science .sec-02 .liq-03 {
  bottom: 190px;
  right: 90px;
}

.page-science .sec-02 .ic-02 {
  top: 55%;
  left: 160px;
  width: 77px;
}

.page-science .sec-02 .ic-03 {
  top: auto;
  bottom: 280px;
  left: auto;
  right: 160px;
  width: 65px;
}

.page-science .sec-02 .ic-06 {
  top: 475px;
  left: auto;
  right: 120px;
  width: 97px;
}

.page-science .sec-02 .head-feature {
  width: 133px;
}

.page-science .sec-02 .head-img {
  width: 55px;
}

.page-science .sec-02 .sec-img-01 {
  width: 320px;
  margin-top: 20px;
}

.page-science .sec-02 .small {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.page-science .sec-02 .sec-img-02 {
  margin-top: 20px;
}

/*
#overview
徹底した母乳研究
*/
.page-science .sec-03 .liq-01 {
  top: 25%;
  left: 200px;
}

.page-science .sec-03 .ic-04 {
  top: -50px;
  left: 230px;
  width: 73px;
  z-index: 2;
}

/*
#overview
適切な栄養設計
*/

.page-nutrition .sec-inner img {
  margin-top: 20px;
}

.page-nutrition .sec-inner img + img {
  margin-top: 30px;
}

/*
#overview
適切な栄養設計
*/
.page-nutrition .sec-01 .liq-01 {
  top: 80px;
  right: 150px;
}

.page-nutrition .sec-01 .ic-01 {
  top: auto;
  bottom: -30px;
  left: 180px;
  z-index: 2;
  width: 64px;
}

.page-nutrition .sec-01 .sec-inner.sec-inner-01 {
  padding-bottom: 0;
}

.page-nutrition .sec-01 .sec-inner.sec-inner-02 {
  max-width: 820px;
  padding-top: 0;
}

.page-nutrition .sec-01 h2 {
  text-align: left;
}

.page-nutrition .sec-01 h2 + p {
  margin-top: 20px;
}

/*
#overview
適切な栄養設計
*/
.page-nutrition .sec-02 .liq-01 {
  top: 200px;
  right: -50px;
}

.page-nutrition .sec-02 .liq-02 {
  bottom: 250px;
  left: 125px;
}

.page-nutrition .sec-02 .ic-02 {
  top: 50%;
  left: auto;
  right: 124px;
  width: 97px;
}

.page-nutrition .sec-02 .ic-03 {
  top: auto;
  bottom: 400px;
  left: 115px;
  width: 76px;
}

.page-nutrition .sec-02 .ic-04 {
  top: auto;
  bottom: -30px;
  left: auto;
  right: 160px;
  width: 97px;
  z-index: 2;
}

/*
#overview
適切な栄養設計
*/
.page-nutrition .sec-03 .liq-01 {
  top: 200px;
  right: 130px;
}

.page-nutrition .sec-03 .liq-02 {
  bottom: 200px;
  left: 150px;
}

.page-nutrition .sec-03 .ic-05 {
  top: 50%;
  left: 180px;
  width: 67px;
}

.page-nutrition .sec-03 .ic-06 {
  top: auto;
  left: auto;
  bottom: -30px;
  right: 190px;
  width: 88px;
  z-index: 2;
}

/*
#overview
適切な栄養設計
*/
.page-nutrition .sec-04 .liq-01 {
  top: 200px;
  right: 130px;
}

.page-nutrition .sec-04 .ic-07 {
  top: auto;
  left: 190px;
  bottom: -30px;
  width: 65px;
  z-index: 2;
}

/*
#overview
適切な栄養設計
*/
/*
#overview
適切な栄養設計
*/
.page-nutrition .sec-06 .liq-01 {
  top: 130px;
  right: 165px;
}

.page-nutrition .sec-06 .liq-02 {
  top: 305px;
  left: 137px;
}

.page-nutrition .sec-06 .ic-07 {
  top: auto;
  left: 190px;
  bottom: 60px;
  width: 65px;
  z-index: 2;
}

/*
#overview
適切な栄養設計
*/
.page-nutrition .sec-07 .liq-01 {
  top: 300px;
  right: 165px;
}

.page-nutrition .sec-07 .ic-03 {
  top: auto;
  left: 220px;
  bottom: -20px;
  width: 65px;
  z-index: 2;
}

/*
#overview
適切な栄養設計
*/
.page-nutrition .sec-08 .liq-01 {
  top: 130px;
  right: 165px;
}

.page-nutrition .sec-08 .liq-02 {
  top: 305px;
  left: 137px;
}

.page-nutrition .sec-08 .ic-07 {
  top: auto;
  left: 190px;
  bottom: 60px;
  width: 65px;
  z-index: 2;
}

/*
#overview
らくらくキューブの特徴
*/

.page-rakurakucube-index .sec-inner .sec-img {
  margin-top: 20px;
  border-radius: 18px;
}

.page-rakurakucube-index .sec-inner .btn-movie {
  margin-top: 20px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 1px rgba(122, 122, 122, 0.5);
}

.page-rakurakucube-index .sec-inner .btn-movie .sec-img {
  margin-top: 0;
}

.page-rakurakucube-index .sec-00 .hero-wrap {
  max-width: 1100px;
}

.page-rakurakucube-index .sec-00 .hero-wrap .img-01 {
  position: absolute;
  bottom: -125px;
  right: 75px;
}

/*
#overview
らくらくキューブの特徴
*/
.page-rakurakucube-index .sec-01 .liq-01 {
  top: 120px;
  right: 180px;
}

.page-rakurakucube-index .sec-01 .ic-01 {
  top: auto;
  bottom: -40px;
  left: auto;
  right: 150px;
  z-index: 2;
  width: 88px;
}

/*
#overview
らくらくキューブの特徴
*/
.page-rakurakucube-index .sec-02 .liq-01 {
  top: 330px;
  left: 100px;
}

.page-rakurakucube-index .sec-02 .liq-02 {
  top: 50%;
  right: 200px;
}

.page-rakurakucube-index .sec-02 .liq-03 {
  bottom: 200px;
  left: 90px;
}

.page-rakurakucube-index .sec-02 .ic-02 {
  top: 30%;
  left: 140px;
  width: 83px;
}

.page-rakurakucube-index .sec-02 .ic-03 {
  top: 40%;
  left: auto;
  right: 141px;
  width: 69px;
}

.page-rakurakucube-index .sec-02 .ic-04 {
  top: 70%;
  left: 150px;
  width: 65px;
}

.page-rakurakucube-index .sec-02 .ic-05 {
  top: auto;
  left: auto;
  bottom: 210px;
  right: 136px;
  width: 96px;
}

/*
#overview
らくらくキューブの特徴
*/
.page-rakurakucube-index .sec-03 .liq-01 {
  top: 70px;
  right: 160px;
}

.page-rakurakucube-index .sec-03 .ic-06 {
  top: 60px;
  left: 200px;
  width: 69px;
}

.page-rakurakucube-index .sec-03 .bnr {
  padding: 50px 0 0 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-rakurakucube-index .sec-03 .bnr a {
  display: block;
}

/*
#overview
らくらくキューブの使い方
*/

/*
#overview
らくらくキューブの使い方
*/
.page-rakurakucube-usage .btn-movie {
  margin-top: 30px;
}

.page-rakurakucube-usage .sec-01 .liq-01 {
  top: 100px;
  left: 175px;
}

.page-rakurakucube-usage .sec-01 .liq-02 {
  top: 50%;
  right: 55px;
}

.page-rakurakucube-usage .sec-01 .ic-01 {
  top: 240px;
  left: 110px;
  width: 88px;
}

.page-rakurakucube-usage .sec-01 .ic-02 {
  top: 50%;
  left: auto;
  right: 170px;
}

.page-rakurakucube-usage .sec-01 .box-dash {
  margin: 50px auto 0;
}

.page-rakurakucube-usage .sec-01 .box-dash-inner .text-wrap {
  margin-top: 15px;
}

/*
#overview
らくらくキューブの使い方
*/
.page-rakurakucube-usage .sec-02 .liq-01 {
  bottom: 100px;
  right: 150px;
}

.page-rakurakucube-usage .sec-02 .ic-03 {
  top: -30px;
  left: auto;
  right: 210px;
  width: 64px;
}

.page-rakurakucube-usage .sec-02 .sec-img {
  margin-top: 20px;
  border-radius: 10px;
}

/*
#overview
らくらくキューブの使い方
*/
.page-rakurakucube-usage .sec-03 .liq-01 {
  top: 80px;
  left: 70px;
}

.page-rakurakucube-usage .sec-03 .ic-04 {
  top: -30px;
  left: 180px;
  width: 97px;
}

.page-rakurakucube-usage .sec-03 .sec-inner {
  z-index: 3;
}

.page-rakurakucube-usage .sec-03 .sec-inner .bnr {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-rakurakucube-usage .sec-03 .sec-inner .bnr a {
  display: block;
}

/*
#overview
商品情報
*/
.page-product h1 {
  color: #ff8583;
}

.page-product .sec-01 .liq-01 {
  top: 130px;
  left: 140px;
}

.page-product .sec-01 .liq-02 {
  top: 25%;
  right: 90px;
}

.page-product .sec-01 .liq-03 {
  top: 45%;
  left: 30%;
}

.page-product .sec-01 .liq-04 {
  top: 55%;
  right: 200px;
}

.page-product .sec-01 .liq-05 {
  bottom: 20%;
  left: 100px;
}

.page-product .sec-01 .liq-06 {
  bottom: 200px;
  right: 200px;
}

.page-product .sec-01 .ic-01 {
  top: 300px;
  left: auto;
  right: 255px;
  width: 73px;
}

.page-product .sec-01 .ic-02 {
  display: none;
}

.page-product .sec-01 .ic-03 {
  top: 45%;
  left: 210px;
  width: 65px;
}

.page-product .sec-01 .ic-04 {
  top: auto;
  bottom: 60px;
  left: 250px;
  width: 96px;
}

.page-product .sec-01 .header-line {
  height: 9px;
  background: url("/baby/hohoemi/assets/img/rakurakumilk/common/sec_02_head_title_bg.png") left top repeat-x;
}

.page-product .sec-01 .sec-inner-01 {
  padding-top: 50px;
}

.page-product .sec-01 .head-img {
  width: 135px;
}

.page-product .sec-01 #slide-02-2 .swiper-slide {
  width: 50%;
}

.page-product .sec-01 #slide-03 .swiper-slide {
  width: 50%;
}

.page-product .sec-01 .consul .title span {
  background: url(/baby/hohoemi/assets/img/common/title_line.png) center bottom repeat-x;
}

.page-product .sec-01 .consul .lead {
  margin: 0 auto;
}

.page-product .sec-01 .consul .bnr {
  margin-top: 15px;
}

/*
#overview
混合栄養にする時は？
*/

/*
#overview
混合栄養にする時は？
*/
.page-mixed-feeding .sec-01 .liq-01 {
  top: 80px;
  left: 200px;
}

.page-mixed-feeding .sec-01 .liq-02 {
  top: 230px;
  right: 100px;
}

.page-mixed-feeding .sec-01 .liq-03 {
  top: 800px;
  left: 230px;
}

.page-mixed-feeding .sec-01 .liq-04 {
  top: 1200px;
  right: 100px;
}

.page-mixed-feeding .sec-01 .liq-05 {
  top: 1400px;
  left: 230px;
}

.page-mixed-feeding .sec-01 .liq-06 {
  top: 2000px;
  right: 100px;
}

.page-mixed-feeding .sec-01 .ic-01 {
  top: 40px;
  left: 190px;
  width: 83px;
}

.page-mixed-feeding .sec-01 .sec-inner.sec-inner-01 {
  padding-bottom: 0;
}

.page-mixed-feeding .sec-01 .sec-inner.narrow {
  padding-top: 0px;
  padding-bottom: 40px;
}

.page-mixed-feeding .sec-01 .num-title {
  position: relative;
  margin-top: 60px;
  padding: 13px 0;
  background: url("/baby/hohoemi/assets/img/common/title_line.png") center top repeat-x;
  font-size: 2.0rem;
}

.page-mixed-feeding .sec-01 .num-title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background-color: transparent;
  background: url("/baby/hohoemi/assets/img/common/title_line.png") center bottom repeat-x;
}

.page-mixed-feeding .sec-01 .num-title .num-img {
  display: inline-block;
  width: 40px;
  margin-right: 1rem;
  vertical-align: -12px;
}

.page-mixed-feeding .sec-01 .q5table {
  margin: 1em 0 0 0;
  border: 2px solid #ff8583;
  border-radius: 14px;
  padding: 40px 30px;
}

.page-mixed-feeding .sec-01 .q5table table {
  margin: 30px 0 0 0;
  width: 100%;
}

.page-mixed-feeding .sec-01 .q5table table th,
.page-mixed-feeding .sec-01 .q5table table td {
  border: 1px solid #bebebe;
  font-size: 12px;
}

.page-mixed-feeding .sec-01 .q5table table td {
  text-align: center;
}

.page-mixed-feeding .sec-01 .q5table table thead th {
  background: #fff2f2;
}

/*
#overview
混合栄養にする時は？
*/
.page-mixed-feeding .sec-02 .ic-02 {
  top: auto;
  left: auto;
  bottom: 60px;
  right: 280px;
  width: 97px;
}

.page-mixed-feeding .sec-02 .consul .title span {
  background: url(/baby/hohoemi/assets/img/common/title_line.png) center bottom repeat-x;
}

.page-mixed-feeding .sec-02 .consul .lead {
  margin: 0 auto;
}

.page-mixed-feeding .sec-02 .consul .bnr {
  margin-top: 15px;
}

/*
#overview
明治ほほえみの特徴
*/

.page-powder-index .sec-inner .sec-img {
  margin-top: 20px;
  border-radius: 22px;
}

.page-powder-index .sec-00 .hero-wrap {
  max-width: 1100px;
}

.page-powder-index .sec-00 .hero-wrap .title-wrap {
  display: block;
  padding-top: 40px;
}

.page-powder-index .sec-00 .hero-wrap .title-wrap h1 {
  font-size: 4.5rem;
}

.page-powder-index .sec-00 .hero-wrap .title-wrap .lead {
  margin-top: 0;
}

.page-powder-index .sec-00 .hero-wrap .img-01 {
  position: absolute;
  bottom: 40px;
  right: 290px;
  width: 116px;
  margin: 0 auto;
}

/*
#overview
明治ほほえみの特徴
*/
.page-powder-index .sec-01 .liq-01 {
  top: 130px;
  right: 180px;
}

/*
#overview
明治ほほえみの特徴
*/
.page-powder-index .sec-02 .liq-01 {
  top: 330px;
  left: 100px;
}

.page-powder-index .sec-02 .liq-02 {
  top: 50%;
  right: 200px;
}

.page-powder-index .sec-02 .liq-03 {
  bottom: 200px;
  left: 90px;
}

.page-powder-index .sec-02 .ic-01 {
  top: -30px;
  left: auto;
  right: 150px;
  width: 88px;
}

.page-powder-index .sec-02 .ic-02 {
  top: 30%;
  left: 140px;
  width: 83px;
}

.page-powder-index .sec-02 .ic-03 {
  top: 45%;
  left: auto;
  right: 140px;
  width: 69px;
}

.page-powder-index .sec-02 .ic-04 {
  top: 75%;
  left: 150px;
  width: 65px;
}

.page-powder-index .sec-02 .ic-05 {
  top: auto;
  left: auto;
  bottom: -30px;
  right: 140px;
  width: 96px;
  z-index: 2;
}

/*
#overview
明治ほほえみの特徴
*/
/*
#overview
明治ほほえみの使い方
*/

/*
#overview
明治ほほえみの使い方
*/
.page-powder-usage .sec-01 .liq-01 {
  top: 120px;
  right: 90px;
}

.page-powder-usage .sec-01 .liq-02 {
  top: 50%;
  left: 90px;
}

.page-powder-usage .sec-01 .ic-01 {
  top: 190px;
  left: 160px;
  width: 64px;
}

.page-powder-usage .sec-01 .ic-02 {
  top: 890px;
  left: auto;
  right: 170px;
  width: 69px;
}

.page-powder-usage .sec-01 .ic-03 {
  display: none;
}

.page-powder-usage .sec-01 .box-dash {
  margin: 30px auto 0;
}

.page-powder-usage .sec-01 .box-dash-inner .text-wrap {
  margin-top: 15px;
}

/*
#overview
明治ほほえみの使い方
*/
.page-powder-usage .sec-02 .liq-01 {
  top: 50px;
  right: 240px;
}

.page-powder-usage .sec-02 .ic-03 {
  top: 190px;
  left: 135px;
  width: 97px;
}

/*
#overview
歴史
*/

.page-history .sec-inner .sec-img {
  max-width: 510px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.page-history .sec-00 .img-wrap {
  position: absolute;
  bottom: -310px;
  left: 0;
  right: 0;
  width: 430px;
  height: 380px;
  margin: auto;
}

/*
#overview
歴史
*/

.page-history .sec-01 .sec-inner > .lead p {
  text-align: center;
  font-weight: bold;
  color: #ff8583;
}

.page-history .sec-01 .wave-box {
  background-color: transparent;
  position: relative;
  top: 1px;
}

/*
#overview
アレンジレシピ
*/
.page-history .sec-02 .liq-01 {
  top: 800px;
  right: 100px;
}

.page-history .sec-02 .liq-02 {
  top: 1600px;
  left: 130px;
}

.page-history .sec-02 .liq-03 {
  top: 2400px;
  right: 100px;
}

.page-history .sec-02 .liq-04 {
  top: 3200px;
  left: 130px;
}

.page-history .sec-02 .sec-inner > .lead {
  position: relative;
}

.page-history .sec-02 .sec-inner > .lead .text p {
  text-align: center;
  font-weight: bold;
}

.page-history .sec-02 .sec-inner > .lead .intage p {
  text-align: center;
  font-weight: bold;
}

.page-history .sec-02 .sec-inner .list {
  margin: 30px auto 0 auto;
  overflow: hidden;
}

.page-history .sec-02 .sec-inner .list article {
  background-image: url("/baby/hohoemi/assets/img/history/sec_02_lis_bar_v.png");
  background-repeat: no-repeat;
}

.page-history .sec-02 .sec-inner .list article .year {
  margin: 0;
  background-image: url("/baby/hohoemi/assets/img/history/sec_02_lis_bar_h.png");
  background-repeat: no-repeat;
}

.page-history .sec-02 .sec-inner .list article .year span {
  display: block;
}

.page-history .sec-02 .sec-inner .list article .image {
  margin: 0;
}

.page-history .sec-02 .sec-inner .list article .image > img {
  margin: 0;
}

.page-history .sec-02 .sec-inner .list article .image figcaption .title {
  text-align: center;
}

/*
#overview
アレンジレシピ
*/
.page-history .sec-03 .liq-01 {
  top: 230px;
  left: 230px;
}

.page-history .sec-03 .bnr {
  padding: 50px 0 0 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-history .sec-03 .bnr a {
  display: block;
}

/* setting
---------------------------------------------------------------------------- */
/* page-hohoemi-4months
---------------------------------------------------------------------------- */
.page-hohoemi-4months {
  width: 100%;
  min-width: 1400px;
  color: #222;
  font-feature-settings: 'palt';
}

.page-hohoemi-4months * {
  letter-spacing: 0.05em;
}

.page-hohoemi-4months img {
  display: initial;
  vertical-align: bottom;
}

.page-hohoemi-4months em {
  font-style: normal;
}

.page-hohoemi-4months .font-notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

.page-hohoemi-4months .font-mplus, .page-hohoemi-4months .sec-reason-heading-icon > strong, .page-hohoemi-4months .sec-reason-heading-balloon, .page-hohoemi-4months .page-hohoemi-8months .sec-reason-heading-icon > strong {
  font-family: 'M PLUS 1p', sans-serif;
}

.page-hohoemi-4months .nopc {
  display: none !important;
}

.page-hohoemi-4months .nosp {
  display: block !important;
}

.page-hohoemi-4months .balloon {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #ff8583;
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1.33;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.page-hohoemi-4months .balloon::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: -1;
  display: block;
  width: 39px;
  height: 24px;
  background-image: url(../img/4months/balloon_pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.page-hohoemi-4months .mv {
  position: relative;
  width: 100%;
  height: 1127px;
  background-image: url(../img/4months/mv_bg_pc.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
}

.page-hohoemi-4months .mv-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  padding: 70px 0;
}

.page-hohoemi-4months .mv-title {
  width: 382px;
  height: 250px;
  font-size: 6rem;
  line-height: 1.1;
  color: #fb7472;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}

.page-hohoemi-4months .mv-title-logo {
  display: block;
  margin-bottom: 30px;
  padding-right: 12px;
}

.page-hohoemi-4months .mv-lead {
  position: relative;
  width: 100%;
  text-align: center;
}

.page-hohoemi-4months .mv-lead-heading {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  text-align: center;
}

.page-hohoemi-4months .mv-lead-heading::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  margin: 10px auto 0;
  background-image: url(../img/4months/title_underline_pink.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
}

.page-hohoemi-4months .mv-lead-heading > em {
  position: relative;
  display: inline-block;
}

.page-hohoemi-4months .mv-lead-heading > em::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -5px;
  right: 0;
  display: block;
  width: 9px;
  height: 10px;
  margin: auto;
  background-image: url(../img/4months/title_dot_pink.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-hohoemi-4months .mv-lead-heading > em.dot-02::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-hohoemi-4months .mv-lead-heading > em.dot-03::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-hohoemi-4months .mv-lead-heading-balloon {
  top: -60px;
  left: -100px;
}

.page-hohoemi-4months .mv-lead-text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2.375;
  text-align: center;
  font-weight: 500;
}

.page-hohoemi-4months .mv-lead-text > strong {
  font-size: 1.8rem;
}

.page-hohoemi-4months .mv-lead .bg-icon.ic-01 {
  top: -70px;
  right: -50px;
  width: auto;
}

.page-hohoemi-4months .mv-lead .bg-icon.ic-02 {
  top: 150px;
  left: -100px;
  width: auto;
}

.page-hohoemi-4months .mv-lead .bg-icon.ic-03 {
  top: 200px;
  right: -80px;
  width: auto;
}

.page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-01 {
  top: -100px;
  right: -100px;
}

.page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-02 {
  top: -30px;
  left: 30px;
}

.page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-03 {
  top: 500px;
  right: -100px;
}

.page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-04 {
  top: 800px;
  right: -40px;
}

.page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-05 {
  top: 800px;
  left: -80px;
}

.page-hohoemi-4months .sec {
  position: relative;
}

.page-hohoemi-4months .sec .wave-box {
  position: absolute;
  z-index: 1;
  top: -21px;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.page-hohoemi-4months .sec .wave-box-bottom {
  top: auto;
  bottom: 0;
}

.page-hohoemi-4months .sec-inner {
  max-width: 980px;
  margin: 0 auto;
}

.page-hohoemi-4months .sec-title {
  font-size: 4rem;
  text-align: center;
}

.page-hohoemi-4months .sec-title > span {
  position: relative;
  display: inline-block;
}

.page-hohoemi-4months .sec-title > span::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  margin: 10px auto 0;
  background-image: url(../img/4months/title_underline_pink.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
}

.page-hohoemi-4months .sec-contents {
  position: relative;
  margin-top: 36px;
}

.page-hohoemi-4months .sec-worries {
  background-color: #fff4dc;
  padding-bottom: 215px;
}

.page-hohoemi-4months .sec-worries .wave-box {
  background-image: url(../img/4months/wave_beige.png);
}

.page-hohoemi-4months .sec-worries .wave-box-bottom {
  background-image: url(../img/4months/wave_white.png);
}

.page-hohoemi-4months .sec-worries-inner {
  position: relative;
  z-index: 2;
}

.page-hohoemi-4months .sec-worries-title {
  font-size: 3.4rem;
  color: #82b848;
}

.page-hohoemi-4months .sec-worries-title::after {
  content: none;
}

.page-hohoemi-4months .sec-worries-title > em {
  position: relative;
  display: inline-block;
}

.page-hohoemi-4months .sec-worries-title > em::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -5px;
  right: 0;
  display: block;
  width: 7px;
  height: 8px;
  margin: auto;
  background-image: url(../img/4months/title_dot_green.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-hohoemi-4months .sec-worries-title > em.dot-02::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-hohoemi-4months .sec-worries-title > em.dot-03::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-hohoemi-4months .sec-worries-contents {
  margin-top: 60px;
}

.page-hohoemi-4months .sec-worries-comments {
  padding-left: 196px;
  margin-bottom: 62px;
}

.page-hohoemi-4months .sec-worries-comments > p {
  position: relative;
  display: inline-block;
  background-color: #82b848;
  margin-left: 146px;
  padding: 29px 36px 29px 46px;
  border-radius: 20px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}

.page-hohoemi-4months .sec-worries-comments > p::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 41px;
  height: 23px;
  margin: auto;
  background-image: url(../img/4months/balloon_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.page-hohoemi-4months .sec-worries-comments > p::after {
  content: '';
  position: absolute;
  top: 0;
  left: -146px;
  bottom: 0;
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 50%;
}

.page-hohoemi-4months .sec-worries-comments > p:nth-child(1) {
  margin-left: 161px;
  margin-bottom: 61px;
}

.page-hohoemi-4months .sec-worries-comments > p:nth-child(1)::after {
  background-image: url(../img/4months/sec01_mama_01.png);
}

.page-hohoemi-4months .sec-worries-comments > p:nth-child(2) {
  margin-left: 0;
  margin-right: 146px;
  margin-bottom: 66px;
}

.page-hohoemi-4months .sec-worries-comments > p:nth-child(2)::before {
  left: auto;
  right: -20px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.page-hohoemi-4months .sec-worries-comments > p:nth-child(2)::after {
  left: auto;
  right: -146px;
  background-image: url(../img/4months/sec01_mama_02.png);
}

.page-hohoemi-4months .sec-worries-comments > p:nth-child(3)::after {
  background-image: url(../img/4months/sec01_mama_03.png);
}

.page-hohoemi-4months .sec-worries-text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

.page-hohoemi-4months .sec-worries-hohoemi {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: -50px;
  width: 507px;
  height: 282px;
  margin: auto;
}

.page-hohoemi-4months .sec-worries .liquid-wrap .liquid-box.liq-01 {
  top: 200px;
  left: 20px;
}

.page-hohoemi-4months .sec-worries .liquid-wrap .liquid-box.liq-02 {
  top: 550px;
  right: -30px;
}

.page-hohoemi-4months .sec-reason {
  position: relative;
  background-color: #fff;
  padding-top: 100px;
}

.page-hohoemi-4months .sec-reason-title {
  margin-bottom: 200px;
  color: #41b2b6;
}

.page-hohoemi-4months .sec-reason-title > span::after {
  background-image: url(../img/4months/title_underline_blue.png);
}

.page-hohoemi-4months .sec-reason-title strong {
  font-size: 5.7rem;
  color: #ff8583;
}

.page-hohoemi-4months .sec-reason-title em {
  font-size: 4.1rem;
  color: #ff8583;
}

.page-hohoemi-4months .sec-reason-contents {
  background-color: #e5f2f3;
}

.page-hohoemi-4months .sec-reason-contents .wave-box {
  background-image: url(../img/4months/wave_blue.png);
}

.page-hohoemi-4months .sec-reason-contents-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 116px 0 194px;
}

.page-hohoemi-4months .sec-reason-contents-02 {
  position: relative;
  margin-top: 0;
  background-color: #fff;
}

.page-hohoemi-4months .sec-reason-contents-02 .wave-box {
  background-image: url(../img/4months/wave_white.png);
}

.page-hohoemi-4months .sec-reason-contents-02 .sec-reason-contents-inner {
  padding-bottom: 94px;
}

.page-hohoemi-4months .sec-reason-nav {
  position: absolute;
  top: -85px;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 550px;
  height: 130px;
  margin-left: auto;
}

.page-hohoemi-4months .sec-reason-nav > li {
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
}

.page-hohoemi-4months .sec-reason-nav > li + li {
  margin-left: 40px;
}

.page-hohoemi-4months .sec-reason-nav > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  border: 3px dotted #41b2b6;
  box-shadow: 0 0 0 5px #fff, 10px 10px 15px 5px rgba(97, 97, 97, 0.1);
  border-radius: 50%;
  padding-bottom: 15px;
  color: #41b2b6;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-hohoemi-4months .sec-reason-nav > li > a::before {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #41b2b6;
  border-radius: 50%;
}

.page-hohoemi-4months .sec-reason-nav > li > a::after {
  content: '';
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.page-hohoemi-4months .sec-reason-nav > li > a:hover {
  opacity: 1;
  color: #fff;
  border-color: #fff;
  background-color: #41b2b6;
  box-shadow: 0 0 0 5px #41b2b6, 13px 13px 18px 8px rgba(97, 97, 97, 0.15);
  -webkit-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.page-hohoemi-4months .sec-reason-nav > li > a:hover::before {
  background-color: #fff;
}

.page-hohoemi-4months .sec-reason-nav > li > a:hover::after {
  border-color: #41b2b6 transparent transparent transparent;
}

.page-hohoemi-4months .sec-reason-nav > li:nth-child(1) > a {
  background-image: url(../img/4months/sec02_nav_btn_icon_01.png);
  background-position: center 5px;
}

.page-hohoemi-4months .sec-reason-nav > li:nth-child(2) > a {
  background-image: url(../img/4months/sec02_nav_btn_icon_02.png);
  background-position: center 25px;
}

.page-hohoemi-4months .sec-reason-nav > li:nth-child(3) > a {
  background-image: url(../img/4months/sec02_nav_btn_icon_03.png);
  background-position: center 15px;
}

.page-hohoemi-4months .sec-reason-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hohoemi-4months .sec-reason-heading-icon {
  display: inline-block;
  width: 98px;
  height: 90px;
  padding: 20px 0 18px 10px;
  background-image: url(../img/4months/sec02_title_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
}

.page-hohoemi-4months .sec-reason-heading-icon > small {
  font-size: 1.2rem;
}

.page-hohoemi-4months .sec-reason-heading-icon > strong {
  font-size: 3rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.page-hohoemi-4months .sec-reason-heading h3 {
  margin-top: 0;
  margin-left: 19px;
  font-size: 3.7rem;
  color: #41b2b6;
}

.page-hohoemi-4months .sec-reason-heading-balloon {
  display: block;
  text-align: center;
  letter-spacing: normal;
  font-weight: 700;
}

.page-hohoemi-4months .sec-reason-heading-balloon::after {
  right: auto;
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.page-hohoemi-4months .sec-reason-heading-balloon > strong {
  font-size: 2.6rem;
}

.page-hohoemi-4months .sec-reason-heading-balloon-01 {
  top: -40px;
  right: -100px;
  padding: 14px 0;
}

.page-hohoemi-4months .sec-reason-heading-balloon-02 {
  right: 0;
  width: 140px;
  height: 140px;
  padding: 43px 0;
  font-size: 1.8rem;
  line-height: 1.1;
}

.page-hohoemi-4months .sec-reason-heading-balloon-02::after {
  left: -17px;
  bottom: 0;
  top: 12px;
  -webkit-transform: rotateY(180deg) rotateZ(-50deg);
  transform: rotateY(180deg) rotateZ(-50deg);
  margin: auto;
}

.page-hohoemi-4months .sec-reason-heading-balloon-02 > strong {
  font-size: 2.8rem;
}

.page-hohoemi-4months .sec-reason-heading-01 {
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 2;
}

.page-hohoemi-4months .sec-reason-heading-02 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 748px;
  margin: 0 auto 56px;
}

.page-hohoemi-4months .sec-reason-heading-02 .sec-reason-heading-inner {
  margin-left: 29px;
}

.page-hohoemi-4months .sec-reason-heading-02 .sec-reason-heading-inner > h3 {
  margin-left: 0;
}

.page-hohoemi-4months .sec-reason-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}

.page-hohoemi-4months .sec-reason-text-01 {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2;
  margin-top: 23px;
  padding-left: 20px;
}

.page-hohoemi-4months .sec-reason-text-02 {
  margin-top: 15px;
  line-height: 1.77;
}

.page-hohoemi-4months .sec-reason-container {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 3px dotted #41b2b6;
  border-radius: 30px;
  margin-bottom: 80px;
  padding: 60px 88px 65px;
}

.page-hohoemi-4months .sec-reason-container:last-child {
  margin-bottom: 0;
}

.page-hohoemi-4months .sec-reason-container-heading {
  position: relative;
  padding-left: 220px;
}

.page-hohoemi-4months .sec-reason-container-heading h4 {
  font-size: 3rem;
  color: #41b2b6;
}

.page-hohoemi-4months .sec-reason-container-heading-text {
  font-size: 1.8rem;
}

.page-hohoemi-4months .sec-reason-container-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 108px;
  height: 172px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.page-hohoemi-4months .sec-reason-container-heading-01::before {
  top: 20px;
  background-image: url(../img/4months/sec02_illust_baby.png);
}

.page-hohoemi-4months .sec-reason-container-heading-02 {
  padding-left: 230px;
}

.page-hohoemi-4months .sec-reason-container-heading-02::before {
  left: 30px;
  width: 117px;
  height: 107px;
  background-image: url(../img/4months/sec02_illust_diaper.png);
}

.page-hohoemi-4months .sec-reason-container-heading-03 {
  padding-left: 208px;
}

.page-hohoemi-4months .sec-reason-container-heading-03::before {
  width: 143px;
  height: 126px;
  background-image: url(../img/4months/sec02_illust_thermometer.png);
}

.page-hohoemi-4months .sec-reason-container-heading-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0;
}

.page-hohoemi-4months .sec-reason-container-heading-04 .sec-reason-container-heading-inner {
  width: 435px;
}

.page-hohoemi-4months .sec-reason-container-heading-04 .sec-reason-container-heading-img {
  width: 340px;
  margin-top: 10px;
}

.page-hohoemi-4months .sec-reason-container-heading-04 .sec-reason-container-heading-img > figcaption {
  width: 300px;
  margin: 21px auto 0;
  background-color: #41b2b6;
  border-radius: 15px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.page-hohoemi-4months .sec-reason-container-graf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 56px 0;
}

.page-hohoemi-4months .sec-reason-container-graf + .sec-reason-container-graf {
  border-top: 3px dotted #bebebe;
  padding-bottom: 0;
}

.page-hohoemi-4months .sec-reason-container-graf-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 62px;
}

.page-hohoemi-4months .sec-reason-container-graf-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 34px;
  border-radius: 50%;
  border: 3px dotted #41b2b6;
  font-size: 2rem;
  font-weight: 700;
  color: #41b2b6;
}

.page-hohoemi-4months .sec-reason-container-graf-body > img {
  display: inline-block;
}

.page-hohoemi-4months .sec-reason-container-graf-body > img + img {
  margin-left: 90px;
}

.page-hohoemi-4months .sec-reason-container-table {
  margin-top: 42px;
}

.page-hohoemi-4months .sec-reason-container-table-header {
  padding-bottom: 12px;
}

.page-hohoemi-4months .sec-reason-container-table-header > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hohoemi-4months .sec-reason-container-table-header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 180px;
  height: 160px;
  background-color: #41b2b6;
  border-radius: 10px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.85;
  text-align: center;
}

.page-hohoemi-4months .sec-reason-container-table-header-box small {
  font-size: 1.6rem;
}

.page-hohoemi-4months .sec-reason-container-table-header-box small.small-xs {
  font-size: 1.4rem;
}

.page-hohoemi-4months .sec-reason-container-table-header-box-03 {
  height: 180px;
  margin-right: 44px;
  line-height: 1.4;
}

.page-hohoemi-4months .sec-reason-container-table-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-hohoemi-4months .sec-reason-container-table-header-list-item > span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.page-hohoemi-4months .sec-reason-container-table-header-list-item + .sec-reason-container-table-header-list-item {
  margin-left: 56px;
}

.page-hohoemi-4months .sec-reason-container-table-body {
  padding: 12px 0;
}

.page-hohoemi-4months .sec-reason-container-table-body > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #ffefef;
  padding: 10px;
  border-radius: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}

.page-hohoemi-4months .sec-reason-container-table-body > dl > dt {
  width: 166px;
  margin-right: 110px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: normal;
  white-space: nowrap;
}

.page-hohoemi-4months .sec-reason-container-table-body:nth-child(2) {
  border-top: 3px dotted #bebebe;
}

.page-hohoemi-4months .sec-reason-container-table-body:nth-child(2) > dl > dt {
  color: #f56664;
}

.page-hohoemi-4months .sec-reason-container-table-body:nth-child(3) {
  border-top: 3px dotted #bebebe;
}

.page-hohoemi-4months .sec-reason-container-table-body:nth-child(3) > dl {
  background-color: #fff1d2;
}

.page-hohoemi-4months .sec-reason-container-table-body:nth-child(3) > dl > dt {
  color: #e60012;
}

.page-hohoemi-4months .sec-reason-container-table-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hohoemi-4months .sec-reason-container-table-body-list-item {
  width: 100px;
  text-align: center;
}

.page-hohoemi-4months .sec-reason-container-table-body-list-item > strong {
  font-size: 2.8rem;
}

.page-hohoemi-4months .sec-reason-container-table-body-list-item + .sec-reason-container-table-body-list-item {
  margin-left: 90px;
}

.page-hohoemi-4months .sec-reason-container-table-03 {
  margin-top: 30px;
}

.page-hohoemi-4months .sec-reason-container-table-03 .sec-reason-container-table-header > dl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-hohoemi-4months .sec-reason-container-03 {
  padding-left: 91px;
}

.page-hohoemi-4months .sec-reason-container-04 {
  position: relative;
  padding: 73px 68px 72px 76px;
  background-image: url(../img/4months/sec02_block02_bg.png);
  background-repeat: no-repeat;
  background-position: -400% 65%;
}

.page-hohoemi-4months .sec-reason-container-04 .bg-icon {
  z-index: 2;
}

.page-hohoemi-4months .sec-reason-container-04 .bg-icon.ic-01 {
  top: 150px;
  left: -150px;
  width: auto;
}

.page-hohoemi-4months .sec-reason-container-04 .bg-icon.ic-02 {
  top: 1050px;
  right: -170px;
  width: auto;
}

.page-hohoemi-4months .sec-reason-container-cycle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 59px;
  padding: 25px 26px 26px;
  background-color: rgba(231, 243, 244, 0.5);
  border-radius: 15px;
}

.page-hohoemi-4months .sec-reason-container-cycle-text {
  margin-right: 55px;
  font-size: 2.6rem;
  line-height: 1.7;
  color: #41b2b6;
  font-weight: 700;
}

.page-hohoemi-4months .sec-reason-container-cycle-text > em {
  color: #ff8583;
}

.page-hohoemi-4months .sec-reason .liquid-wrap .liquid-box.liq-01 {
  top: 1300px;
  right: -200px;
}

.page-hohoemi-4months .sec-reason .liquid-wrap .liquid-box.liq-02 {
  top: 2300px;
  left: -80px;
}

.page-hohoemi-4months .sec-reason .liquid-wrap .liquid-box.liq-03 {
  top: 3500px;
  left: -80px;
}

.page-hohoemi-4months .sec-reason .liquid-wrap .liquid-box.liq-04 {
  top: 4100px;
  right: -50px;
}

.page-hohoemi-4months .sec-reason-modal {
  margin-top: 51px;
}

.page-hohoemi-4months .sec-reason-modal-lead {
  font-size: 2.6rem;
  color: #f56664;
  font-weight: 700;
  text-align: center;
}

.page-hohoemi-4months .sec-reason-modal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.page-hohoemi-4months .sec-reason-modal-list-item {
  width: 240px;
  height: 80px;
  border-radius: 15px;
}

.page-hohoemi-4months .sec-reason-modal-list-item + .sec-reason-modal-list-item {
  margin-left: 25px;
}

.page-hohoemi-4months .sec-reason-modal-list-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f56664;
  border-radius: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.page-hohoemi-4months .sec-reason-modal-list-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #fff;
}

.page-hohoemi-4months .sec-reason-modal-list-link:hover {
  background-color: #fff;
  border: 2px solid #f56664;
  color: #f56664;
  opacity: 1;
}

.page-hohoemi-4months .sec-reason-modal-list-link:hover::after {
  border-color: transparent transparent transparent #f56664;
}

.page-hohoemi-4months .sec-reason-modal-container {
  position: relative;
  max-width: 800px;
  border-radius: 30px;
  margin-bottom: 50px;
  padding: 76px 124px 63px 116px;
}

.page-hohoemi-4months .sec-reason-modal-heading {
  font-size: 3rem;
  line-height: 1.5;
  color: #41b2b6;
}

.page-hohoemi-4months .sec-reason-modal-heading small {
  font-size: 2rem;
}

.page-hohoemi-4months .sec-reason-modal-heading > span::after {
  background-image: url(../img/4months/title_underline_blue.png);
}

.page-hohoemi-4months .sec-reason-modal-text {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
}

.page-hohoemi-4months .sec-reason-modal-img {
  margin-top: 35px;
}

.page-hohoemi-4months .sec-reason-modal-img + .sec-reason-modal-img {
  margin-top: 23px;
}

.page-hohoemi-4months .sec-reason-modal-img + .sec-reason-modal-text {
  margin-top: 48px;
}

.page-hohoemi-4months .sec-reason-modal-notice {
  margin-top: 24px;
  text-align: left;
  font-size: 1.4rem;
}

.page-hohoemi-4months .sec-reason-modal-close-btn {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #41b2b6;
}

.page-hohoemi-4months .sec-reason-modal-close-btn::before, .page-hohoemi-4months .sec-reason-modal-close-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-hohoemi-4months .sec-reason-modal-close-btn::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-hohoemi-4months .sec-reason-modal-close-btn:hover {
  background-color: #fff;
  border: 2px solid #41b2b6;
}

.page-hohoemi-4months .sec-reason-modal-close-btn:hover::before, .page-hohoemi-4months .sec-reason-modal-close-btn:hover::after {
  background-color: #41b2b6;
}

.page-hohoemi-4months .sec-reason-modal-close-btn-bottom {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 80px;
  margin: 30px auto 0;
  background-color: #41b2b6;
  border-radius: 15px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.page-hohoemi-4months .sec-reason-modal-close-btn-bottom::before, .page-hohoemi-4months .sec-reason-modal-close-btn-bottom::after {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 21px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-hohoemi-4months .sec-reason-modal-close-btn-bottom::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-hohoemi-4months .sec-reason-modal-close-btn-bottom:hover {
  background-color: #fff;
  border: 2px solid #41b2b6;
  color: #41b2b6;
}

.page-hohoemi-4months .sec-reason-modal-close-btn-bottom:hover::before, .page-hohoemi-4months .sec-reason-modal-close-btn-bottom:hover::after {
  background-color: #41b2b6;
}

.page-hohoemi-4months .sec-counseling {
  position: relative;
  background-color: #fff4dc;
}

.page-hohoemi-4months .sec-counseling .wave-box {
  background-image: url(../img/4months/wave_beige.png);
}

.page-hohoemi-4months .sec-counseling-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 209px;
}

.page-hohoemi-4months .sec-counseling-inner .bg-icon {
  z-index: 2;
}

.page-hohoemi-4months .sec-counseling-inner .bg-icon.ic-01 {
  top: 160px;
  left: -100px;
  width: auto;
}

.page-hohoemi-4months .sec-counseling-inner .bg-icon.ic-02 {
  top: 350px;
  right: -40px;
  width: auto;
}

.page-hohoemi-4months .sec-counseling-title {
  color: #56bc96;
}

.page-hohoemi-4months .sec-counseling-title::after {
  width: 74%;
  background-image: url(../img/4months/title_underline_green.png);
}

.page-hohoemi-4months .sec-counseling-title > small {
  font-size: 3.4rem;
}

.page-hohoemi-4months .sec-counseling-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

.page-hohoemi-4months .sec-counseling-banner {
  margin-top: 39px;
  text-align: center;
}

.page-hohoemi-4months .sec-counseling-banner-link {
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 0 10px 5px rgba(97, 97, 97, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-hohoemi-4months .sec-counseling-banner-link:hover {
  opacity: 1;
  -webkit-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  box-shadow: 3px 3px 10px 8px rgba(97, 97, 97, 0.2);
}

.page-hohoemi-4months .sec-counseling-info {
  max-width: 590px;
  margin: 48px auto 0;
}

.page-hohoemi-4months .sec-counseling-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-hohoemi-4months .sec-counseling-info-box:last-child {
  margin-bottom: 0;
}

.page-hohoemi-4months .sec-counseling-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-right: 31px;
  background-color: #56bc96;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.page-hohoemi-4months .sec-counseling-info-content {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.page-hohoemi-4months .sec-counseling-info-content > small {
  font-size: 1.1rem;
  letter-spacing: normal;
}

.page-hohoemi-4months .sec-counseling .liquid-wrap .liquid-box.liq-01 {
  top: 420px;
  left: 300px;
}

.page-hohoemi-4months .sec-banner .wave-box {
  background-image: url(../img/4months/wave_white.png);
}

.page-hohoemi-4months .sec-banner-list-item {
  text-align: center;
}

.page-hohoemi-4months .sec-banner-list-item:nth-child(1) {
  padding-left: 24px;
}

.page-hohoemi-4months .sec-banner-list-link {
  display: inline-block;
}

.page-hohoemi-4months .sec-banner .sns-wrap {
  text-align: center;
  margin-top: 75px;
}

.page-hohoemi-4months .sec-banner .sns-wrap .btn-sns {
  display: inline-block;
  width: 57px;
  height: 57px;
}

.page-hohoemi-4months .sec-banner .sns-wrap .btn-sns + .btn-sns {
  margin-left: 22px;
}

.page-hohoemi-4months .remodal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.page-hohoemi-4months .remodal-wrapper {
  padding: 50px;
}

/* setting
---------------------------------------------------------------------------- */
/* page-hohoemi-8months
---------------------------------------------------------------------------- */
.page-hohoemi-8months {
  width: 100%;
  min-width: 1400px;
  color: #222;
  font-feature-settings: 'palt';
}

.page-hohoemi-8months * {
  letter-spacing: 0.05em;
}

.page-hohoemi-8months img {
  display: initial;
  vertical-align: bottom;
}

.page-hohoemi-8months em {
  font-style: normal;
}

.page-hohoemi-8months .font-notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

.page-hohoemi-8months .font-mplus, .page-hohoemi-8months .page-hohoemi-4months .sec-reason-heading-icon > strong, .page-hohoemi-8months .page-hohoemi-4months .sec-reason-heading-balloon, .page-hohoemi-4months .page-hohoemi-8months .sec-reason-heading-balloon, .page-hohoemi-8months .sec-reason-heading-icon > strong {
  font-family: 'M PLUS 1p', sans-serif;
}

.page-hohoemi-8months .nopc {
  display: none !important;
}

.page-hohoemi-8months .nosp {
  display: block !important;
}

.page-hohoemi-8months .color-pink {
  color: #ff8583;
}

.page-hohoemi-8months .mv {
  position: relative;
  width: 100%;
  height: 890px;
  background-image: url(../img/8months/mv_bg_pc.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
}

.page-hohoemi-8months .mv-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  padding: 70px 0;
}

.page-hohoemi-8months .mv-title {
  width: 382px;
  height: 250px;
  font-size: 6rem;
  line-height: 1.1;
  color: #fb7472;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}

.page-hohoemi-8months .mv-title-logo {
  display: block;
  margin-bottom: 30px;
  padding-right: 12px;
}

.page-hohoemi-8months .mv-lead {
  position: relative;
  width: 100%;
  text-align: center;
}

.page-hohoemi-8months .mv-lead-text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2.375;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.page-hohoemi-8months .mv-lead-text > strong {
  font-size: 1.8rem;
}

.page-hohoemi-8months .mv-lead .bg-icon.ic-01 {
  top: 70px;
  left: 90px;
  width: auto;
}

.page-hohoemi-8months .mv-lead .bg-icon.ic-02 {
  top: 80px;
  right: 60px;
  width: auto;
}

.page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-01 {
  top: -100px;
  right: -100px;
}

.page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-02 {
  top: -30px;
  left: 30px;
}

.page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-03 {
  top: 500px;
  right: -100px;
}

.page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-04 {
  top: 800px;
  right: -40px;
}

.page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-05 {
  top: 600px;
  left: -80px;
}

.page-hohoemi-8months .sec {
  position: relative;
}

.page-hohoemi-8months .sec .wave-box {
  position: absolute;
  z-index: 1;
  top: -22px;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.page-hohoemi-8months .sec .wave-box-bottom {
  top: auto;
  bottom: 0;
}

.page-hohoemi-8months .sec-inner {
  max-width: 980px;
  margin: 0 auto;
}

.page-hohoemi-8months .sec-title {
  font-size: 4rem;
  text-align: center;
}

.page-hohoemi-8months .sec-title > span {
  position: relative;
  display: inline-block;
}

.page-hohoemi-8months .sec-title > span::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  margin: 10px auto 0;
  background-image: url(../img/8months/title_underline_pink.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
}

.page-hohoemi-8months .sec-contents {
  position: relative;
  margin-top: 36px;
}

.page-hohoemi-8months .sec-worries {
  background-color: #fff4dc;
}

.page-hohoemi-8months .sec-worries .wave-box {
  background-image: url(../img/8months/wave_beige.png);
}

.page-hohoemi-8months .sec-worries .wave-box-bottom {
  background-image: url(../img/8months/wave_white.png);
}

.page-hohoemi-8months .sec-worries-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
}

.page-hohoemi-8months .sec-worries-title {
  font-size: 3.4rem;
  color: #82b848;
}

.page-hohoemi-8months .sec-worries-title > span::after {
  background-image: url(../img/8months/title_underline_parrotgreen.png);
}

.page-hohoemi-8months .sec-worries-title em {
  position: relative;
  display: inline-block;
}

.page-hohoemi-8months .sec-worries-title em::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -5px;
  right: 0;
  display: block;
  width: 7px;
  height: 8px;
  margin: auto;
  background-image: url(../img/8months/title_dot_green.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-hohoemi-8months .sec-worries-title em.dot-02::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-hohoemi-8months .sec-worries-title em.dot-03::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-hohoemi-8months .sec-worries-contents {
  margin-top: 35px;
}

.page-hohoemi-8months .sec-worries-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

.page-hohoemi-8months .sec-worries-text > strong {
  display: block;
  margin-bottom: 0.5em;
  font-size: 2.2rem;
}

.page-hohoemi-8months .sec-worries-text > small {
  font-size: 1.1rem;
}

.page-hohoemi-8months .sec-worries-hohoemi {
  margin-top: 50px;
  text-align: center;
}

.page-hohoemi-8months .sec-worries .liquid-wrap .liquid-box.liq-01 {
  top: 200px;
  left: 20px;
}

.page-hohoemi-8months .sec-worries .liquid-wrap .liquid-box.liq-02 {
  top: 450px;
  right: -30px;
}

.page-hohoemi-8months .sec-reason {
  position: relative;
  background-color: #fff;
  padding-top: 400px;
}

.page-hohoemi-8months .sec-reason-contents {
  background-color: #ebf5e0;
}

.page-hohoemi-8months .sec-reason-contents .wave-box {
  background-image: url(../img/8months/wave_green.png);
}

.page-hohoemi-8months .sec-reason-contents-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}

.page-hohoemi-8months .sec-reason-contents-02 {
  position: relative;
  margin-top: 0;
  background-color: #fff;
}

.page-hohoemi-8months .sec-reason-contents-02 .wave-box {
  background-image: url(../img/4months/wave_white.png);
}

.page-hohoemi-8months .sec-reason-contents-02 .sec-reason-contents-inner {
  padding-bottom: 94px;
}

.page-hohoemi-8months .sec-reason-nav {
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 380px;
  height: 160px;
  margin: auto;
}

.page-hohoemi-8months .sec-reason-nav > li {
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
}

.page-hohoemi-8months .sec-reason-nav > li + li {
  margin-left: 40px;
}

.page-hohoemi-8months .sec-reason-nav > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background-repeat: no-repeat;
  border: 3px dotted #82b848;
  box-shadow: 0 0 0 5px #fff, 10px 10px 15px 5px rgba(97, 97, 97, 0.1);
  border-radius: 50%;
  padding-bottom: 15px;
  color: #82b848;
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-hohoemi-8months .sec-reason-nav > li > a::before {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #82b848;
  border-radius: 50%;
}

.page-hohoemi-8months .sec-reason-nav > li > a::after {
  content: '';
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.page-hohoemi-8months .sec-reason-nav > li > a:hover {
  opacity: 1;
  color: #fff;
  border-color: #fff;
  background-color: #82b848;
  box-shadow: 0 0 0 5px #82b848, 13px 13px 18px 8px rgba(97, 97, 97, 0.15);
  -webkit-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.page-hohoemi-8months .sec-reason-nav > li > a:hover::before {
  background-color: #fff;
}

.page-hohoemi-8months .sec-reason-nav > li > a:hover::after {
  border-color: #82b848 transparent transparent transparent;
}

.page-hohoemi-8months .sec-reason-nav > li > a .small {
  font-size: 1.3rem;
}

.page-hohoemi-8months .sec-reason-nav > li > a .strong {
  font-size: 2.2rem;
}

.page-hohoemi-8months .sec-reason-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hohoemi-8months .sec-reason-heading h3 {
  margin-top: 0;
  margin-left: 19px;
  font-size: 3.7rem;
  color: #82b848;
}

.page-hohoemi-8months .sec-reason-heading-01 {
  position: absolute;
  top: -280px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.page-hohoemi-8months .sec-reason-heading-icon {
  display: inline-block;
  width: 98px;
  height: 90px;
  padding: 24px 0 20px 10px;
  background-image: url(../img/8months/sec02_title_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
}

.page-hohoemi-8months .sec-reason-heading-icon > small {
  font-size: 1.2rem;
}

.page-hohoemi-8months .sec-reason-heading-icon > strong {
  font-size: 3rem;
  letter-spacing: -0.03em;
}

.page-hohoemi-8months .sec-reason-text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

.page-hohoemi-8months .sec-reason-text > strong {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 1em;
}

.page-hohoemi-8months .sec-reason-text > em {
  font-weight: 700;
}

.page-hohoemi-8months .sec-reason-text > small {
  font-size: 1.1rem;
}

.page-hohoemi-8months .sec-reason-text-01 {
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  margin: auto;
}

.page-hohoemi-8months .sec-reason-text-02 {
  margin-bottom: 50px;
}

.page-hohoemi-8months .sec-reason-container {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 3px dotted #82b848;
  border-radius: 30px;
  margin-bottom: 80px;
  padding: 60px 88px 65px;
}

.page-hohoemi-8months .sec-reason-container:last-child {
  margin-bottom: 0;
}

.page-hohoemi-8months .sec-reason-container-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 37px;
}

.page-hohoemi-8months .sec-reason-container-heading h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-right: 50px;
  border: 3px dotted #82b848;
  border-radius: 50%;
  font-size: 3.7rem;
  color: #82b848;
}

.page-hohoemi-8months .sec-reason-container-heading-text {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 2;
}

.page-hohoemi-8months .sec-reason-container-body > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hohoemi-8months .sec-reason-container-body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 140px;
  margin-right: 50px;
  background-color: #82b848;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.page-hohoemi-8months .sec-reason-container-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hohoemi-8months .sec-reason-container-body-item p {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.33;
}

.page-hohoemi-8months .sec-reason-container-body-item small {
  display: block;
  font-size: 1.7rem;
}

.page-hohoemi-8months .sec-reason-container-body-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 115px;
}

.page-hohoemi-8months .sec-reason-container-body-item + .sec-reason-container-body-item {
  margin-left: 30px;
}

.page-hohoemi-8months .sec-reason-container-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hohoemi-8months .sec-reason-container-block-inner {
  width: 50%;
  position: relative;
  padding: 25px 70px;
}

.page-hohoemi-8months .sec-reason-container-block-inner + .sec-reason-container-block-inner {
  border-left: 3px dotted #bebebe;
}

.page-hohoemi-8months .sec-reason-container-block-heading {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin: auto;
  border-radius: 25px;
  background-color: #82b848;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.page-hohoemi-8months .sec-reason-container-block-heading-girl {
  background-color: #ff8583;
}

.page-hohoemi-8months .sec-reason-container-block-body-top {
  position: relative;
  padding-right: 130px;
  margin-bottom: 90px;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}

.page-hohoemi-8months .sec-reason-container-block-body-top strong {
  font-size: 2.8rem;
}

.page-hohoemi-8months .sec-reason-container-block-body-top small {
  font-size: 1.8rem;
}

.page-hohoemi-8months .sec-reason-container-block-body-top::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  display: block;
  width: 115px;
  height: 140px;
  margin: auto;
  background-image: url(../img/8months/sec02_block02_baby_boy.png);
  background-repeat: no-repeat;
}

.page-hohoemi-8months .sec-reason-container-block-body-top-girl::after {
  background-image: url(../img/8months/sec02_block02_baby_girl.png);
}

.page-hohoemi-8months .sec-reason-container-block-body-bottom {
  position: relative;
  width: 320px;
  height: 146px;
  margin: 0 auto;
  padding: 30px 100px 30px 30px;
  background-color: #fff4dc;
  background-image: url(../img/8months/sec02_block02_milk.png);
  background-repeat: no-repeat;
  background-position: 220px center;
  border-radius: 15px;
  text-align: center;
}

.page-hohoemi-8months .sec-reason-container-block-body-bottom span {
  font-size: 2rem;
  color: #e60012;
}

.page-hohoemi-8months .sec-reason-container-block-body-bottom strong {
  font-size: 2.8rem;
}

.page-hohoemi-8months .sec-reason-container-block-body-bottom::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  display: block;
  width: 26px;
  height: 33px;
  margin: auto;
  background-image: url(../img/8months/sec02_block02_arrow_green.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-hohoemi-8months .sec-reason-container-block-body-bottom-girl::before {
  background-image: url(../img/8months/sec02_block02_arrow_pink.png);
}

.page-hohoemi-8months .sec-reason-container-02 {
  padding: 50px 30px 25px;
  font-size: 1.8rem;
  font-weight: 700;
}

.page-hohoemi-8months .sec-reason-container-02 .bg-icon.ic-01 {
  top: -30px;
  left: -150px;
  width: 67px;
}

.page-hohoemi-8months .sec-reason-container-02 .bg-icon.ic-02 {
  right: -170px;
  bottom: 20px;
  width: 88px;
}

.page-hohoemi-8months .sec-reason .liquid-wrap .liquid-box.liq-01 {
  top: 80px;
  left: -100px;
}

.page-hohoemi-8months .sec-reason .liquid-wrap .liquid-box.liq-02 {
  bottom: 50px;
  right: -200px;
}

.page-hohoemi-8months .sec-reason .liquid-wrap .liquid-box.liq-03 {
  top: 500px;
  left: -200px;
}

.page-hohoemi-8months .sec-reason .liquid-wrap .liquid-box.liq-04 {
  top: 500px;
  right: -100px;
}

.page-hohoemi-8months .sec-followupmilk {
  background-color: #fff4dc;
}

.page-hohoemi-8months .sec-followupmilk .wave-box {
  background-image: url(../img/8months/wave_beige.png);
}

.page-hohoemi-8months .sec-followupmilk-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

.page-hohoemi-8months .sec-followupmilk-title {
  font-size: 3.4rem;
}

.page-hohoemi-8months .sec-followupmilk-title em {
  position: relative;
  display: inline-block;
}

.page-hohoemi-8months .sec-followupmilk-title em::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -5px;
  right: 0;
  display: block;
  width: 7px;
  height: 8px;
  margin: auto;
  background-image: url(../img/8months/title_dot_pink.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-hohoemi-8months .sec-followupmilk-title em.dot-02::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-hohoemi-8months .sec-followupmilk-title em.dot-03::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-hohoemi-8months .sec-followupmilk-contents {
  margin-top: 60px;
}

.page-hohoemi-8months .sec-followupmilk-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

.page-hohoemi-8months .sec-followupmilk-text > strong {
  display: block;
  margin-bottom: 1em;
  font-size: 2.6rem;
}

.page-hohoemi-8months .sec-followupmilk-text > small {
  font-size: 1.1rem;
}

.page-hohoemi-8months .sec-followupmilk-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 600px;
  margin: 100px auto 0;
  padding: 60px 0 30px;
  border: 3px dotted #ff8583;
  background-color: #fff;
  border-radius: 10px;
}

.page-hohoemi-8months .sec-followupmilk-container-heading {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  height: 50px;
  margin: auto;
  border-radius: 25px;
  background-color: #ff8583;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.page-hohoemi-8months .sec-followupmilk-container-body {
  width: 50%;
  padding: 0 60px;
}

.page-hohoemi-8months .sec-followupmilk-container-body + .sec-followupmilk-container-body {
  border-left: 3px dotted #bebebe;
}

.page-hohoemi-8months .sec-followupmilk-container-body-text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.page-hohoemi-8months .sec-followupmilk-container-body-text strong {
  font-size: 2.8rem;
}

.page-hohoemi-8months .sec-followupmilk-container-body-text small {
  font-size: 1.8rem;
}

.page-hohoemi-8months .sec-followupmilk-container-body-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 133px;
}

.page-hohoemi-8months .sec-followupmilk-banner {
  text-align: center;
  margin-top: 55px;
}

.page-hohoemi-8months .sec-followupmilk-banner-link {
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 0 10px 5px rgba(97, 97, 97, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-hohoemi-8months .sec-followupmilk-banner-link:hover {
  opacity: 1;
  -webkit-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  box-shadow: 3px 3px 10px 8px rgba(97, 97, 97, 0.2);
}

.page-hohoemi-8months .sec-followupmilk .liquid-wrap .liquid-box.liq-01 {
  top: 350px;
  left: 150px;
}

.page-hohoemi-8months .sec-followupmilk .liquid-wrap .liquid-box.liq-02 {
  bottom: 320px;
  right: 100px;
}

.page-hohoemi-8months .sec-counseling {
  position: relative;
  background-color: #fff;
}

.page-hohoemi-8months .sec-counseling .wave-box {
  background-image: url(../img/4months/wave_white.png);
}

.page-hohoemi-8months .sec-counseling-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
}

.page-hohoemi-8months .sec-counseling-inner .bg-icon {
  z-index: 2;
}

.page-hohoemi-8months .sec-counseling-inner .bg-icon.ic-01 {
  top: 160px;
  left: -100px;
  width: auto;
}

.page-hohoemi-8months .sec-counseling-inner .bg-icon.ic-02 {
  top: 350px;
  right: -40px;
  width: auto;
}

.page-hohoemi-8months .sec-counseling-title {
  color: #56bc96;
}

.page-hohoemi-8months .sec-counseling-title::after {
  width: 74%;
  background-image: url(../img/4months/title_underline_green.png);
}

.page-hohoemi-8months .sec-counseling-title > small {
  font-size: 3.4rem;
}

.page-hohoemi-8months .sec-counseling-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

.page-hohoemi-8months .sec-counseling-banner {
  margin-top: 39px;
  text-align: center;
}

.page-hohoemi-8months .sec-counseling-banner-link {
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 0 10px 5px rgba(97, 97, 97, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-hohoemi-8months .sec-counseling-banner-link:hover {
  opacity: 1;
  -webkit-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  box-shadow: 3px 3px 10px 8px rgba(97, 97, 97, 0.2);
}

.page-hohoemi-8months .sec-counseling-info {
  max-width: 590px;
  margin: 48px auto 0;
}

.page-hohoemi-8months .sec-counseling-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-hohoemi-8months .sec-counseling-info-box:last-child {
  margin-bottom: 0;
}

.page-hohoemi-8months .sec-counseling-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-right: 31px;
  background-color: #56bc96;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.page-hohoemi-8months .sec-counseling-info-content {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.page-hohoemi-8months .sec-counseling-info-content > small {
  font-size: 1.1rem;
  letter-spacing: normal;
}

.page-hohoemi-8months .sec-banner-list-item {
  text-align: center;
}

.page-hohoemi-8months .sec-banner-list-item:nth-child(1) {
  padding-left: 24px;
}

.page-hohoemi-8months .sec-banner-list-link {
  display: inline-block;
}

.page-hohoemi-8months .sec-banner .sns-wrap {
  text-align: center;
  margin-top: 75px;
}

.page-hohoemi-8months .sec-banner .sns-wrap .btn-sns {
  display: inline-block;
  width: 57px;
  height: 57px;
}

.page-hohoemi-8months .sec-banner .sns-wrap .btn-sns + .btn-sns {
  margin-left: 22px;
}

@media (print), (prefers-reduced-motion){
  .animated{
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px){
  .mfp-arrow{
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left{
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right{
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container{
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media only screen and (min-width: 641px){
  .remodal{
    max-width: 700px;
  }
}

@media (max-width: 767px){
  .visible-xs{
    display: block !important;
  }
  table.visible-xs{
    display: table !important;
  }
  tr.visible-xs{
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs{
    display: table-cell !important;
  }
  .visible-xs-block{
    display: block !important;
  }
  .visible-xs-inline{
    display: inline !important;
  }
  .visible-xs-inline-block{
    display: inline-block !important;
  }
  .hidden-xs{
    display: none !important;
  }
  body{
    min-width: 100%;
  }
  body.no-scroll{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  img{
    width: 100%;
  }
  .container{
    padding-bottom: 140px;
    padding-top: 50px;
  }
  section{
    min-width: initial;
    min-width: auto;
  }
  .wave-box{
    padding-top: 3.73333%;
    height: 0;
  }
  .wave-box-upper{
    -webkit-animation: anime_wave01_sp 50s linear 0s infinite normal;
    animation: anime_wave01_sp 50s linear 0s infinite normal;
  }
  .wave-box-lower{
    -webkit-animation: anime_wave02_sp 50s linear 0s infinite normal;
    animation: anime_wave02_sp 50s linear 0s infinite normal;
  }
  .sec-inner{
    max-width: 100%;
    padding: 30px 25px;
  }
  .sec-inner.wide{
    max-width: 100%;
    padding: 30px 0;
  }
  .sec-inner.last{
    padding-top: 60px;
    padding-bottom: 20%;
  }
  .visible-xs-flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wsm-full{
    width: 100%;
  }
  .tac-tar{
    text-align: right;
  }
  .tac-tal{
    text-align: left;
  }
  .tar-tac{
    text-align: center;
  }
  .tal-tac{
    text-align: center;
  }
  .sp-tar{
    text-align: right !important;
  }
  .sp-tal{
    text-align: left !important;
  }
  .sp-tac{
    text-align: center !important;
  }
  .mgt10-5{
    margin-top: 5px !important;
  }
  .mgt10-10{
    margin-top: 10px !important;
  }
  .mgt10-15{
    margin-top: 15px !important;
  }
  .mgt10-20{
    margin-top: 20px !important;
  }
  .mgt10-25{
    margin-top: 25px !important;
  }
  .mgt10-30{
    margin-top: 30px !important;
  }
  .mgt10-35{
    margin-top: 35px !important;
  }
  .mgt10-40{
    margin-top: 40px !important;
  }
  .mgt10-45{
    margin-top: 45px !important;
  }
  .mgt10-50{
    margin-top: 50px !important;
  }
  .mgt10-55{
    margin-top: 55px !important;
  }
  .mgt10-60{
    margin-top: 60px !important;
  }
  .mgt10-65{
    margin-top: 65px !important;
  }
  .mgt15-5{
    margin-top: 5px !important;
  }
  .mgt15-10{
    margin-top: 10px !important;
  }
  .mgt15-15{
    margin-top: 15px !important;
  }
  .mgt15-20{
    margin-top: 20px !important;
  }
  .mgt15-25{
    margin-top: 25px !important;
  }
  .mgt15-30{
    margin-top: 30px !important;
  }
  .mgt15-35{
    margin-top: 35px !important;
  }
  .mgt15-40{
    margin-top: 40px !important;
  }
  .mgt15-45{
    margin-top: 45px !important;
  }
  .mgt15-50{
    margin-top: 50px !important;
  }
  .mgt15-55{
    margin-top: 55px !important;
  }
  .mgt15-60{
    margin-top: 60px !important;
  }
  .mgt15-65{
    margin-top: 65px !important;
  }
  .mgt20-5{
    margin-top: 5px !important;
  }
  .mgt20-10{
    margin-top: 10px !important;
  }
  .mgt20-15{
    margin-top: 15px !important;
  }
  .mgt20-20{
    margin-top: 20px !important;
  }
  .mgt20-25{
    margin-top: 25px !important;
  }
  .mgt20-30{
    margin-top: 30px !important;
  }
  .mgt20-35{
    margin-top: 35px !important;
  }
  .mgt20-40{
    margin-top: 40px !important;
  }
  .mgt20-45{
    margin-top: 45px !important;
  }
  .mgt20-50{
    margin-top: 50px !important;
  }
  .mgt20-55{
    margin-top: 55px !important;
  }
  .mgt20-60{
    margin-top: 60px !important;
  }
  .mgt20-65{
    margin-top: 65px !important;
  }
  .mgt25-5{
    margin-top: 5px !important;
  }
  .mgt25-10{
    margin-top: 10px !important;
  }
  .mgt25-15{
    margin-top: 15px !important;
  }
  .mgt25-20{
    margin-top: 20px !important;
  }
  .mgt25-25{
    margin-top: 25px !important;
  }
  .mgt25-30{
    margin-top: 30px !important;
  }
  .mgt25-35{
    margin-top: 35px !important;
  }
  .mgt25-40{
    margin-top: 40px !important;
  }
  .mgt25-45{
    margin-top: 45px !important;
  }
  .mgt25-50{
    margin-top: 50px !important;
  }
  .mgt25-55{
    margin-top: 55px !important;
  }
  .mgt25-60{
    margin-top: 60px !important;
  }
  .mgt25-65{
    margin-top: 65px !important;
  }
  .mgt30-5{
    margin-top: 5px !important;
  }
  .mgt30-10{
    margin-top: 10px !important;
  }
  .mgt30-15{
    margin-top: 15px !important;
  }
  .mgt30-20{
    margin-top: 20px !important;
  }
  .mgt30-25{
    margin-top: 25px !important;
  }
  .mgt30-30{
    margin-top: 30px !important;
  }
  .mgt30-35{
    margin-top: 35px !important;
  }
  .mgt30-40{
    margin-top: 40px !important;
  }
  .mgt30-45{
    margin-top: 45px !important;
  }
  .mgt30-50{
    margin-top: 50px !important;
  }
  .mgt30-55{
    margin-top: 55px !important;
  }
  .mgt30-60{
    margin-top: 60px !important;
  }
  .mgt30-65{
    margin-top: 65px !important;
  }
  .mgt35-5{
    margin-top: 5px !important;
  }
  .mgt35-10{
    margin-top: 10px !important;
  }
  .mgt35-15{
    margin-top: 15px !important;
  }
  .mgt35-20{
    margin-top: 20px !important;
  }
  .mgt35-25{
    margin-top: 25px !important;
  }
  .mgt35-30{
    margin-top: 30px !important;
  }
  .mgt35-35{
    margin-top: 35px !important;
  }
  .mgt35-40{
    margin-top: 40px !important;
  }
  .mgt35-45{
    margin-top: 45px !important;
  }
  .mgt35-50{
    margin-top: 50px !important;
  }
  .mgt35-55{
    margin-top: 55px !important;
  }
  .mgt35-60{
    margin-top: 60px !important;
  }
  .mgt35-65{
    margin-top: 65px !important;
  }
  .mgt40-5{
    margin-top: 5px !important;
  }
  .mgt40-10{
    margin-top: 10px !important;
  }
  .mgt40-15{
    margin-top: 15px !important;
  }
  .mgt40-20{
    margin-top: 20px !important;
  }
  .mgt40-25{
    margin-top: 25px !important;
  }
  .mgt40-30{
    margin-top: 30px !important;
  }
  .mgt40-35{
    margin-top: 35px !important;
  }
  .mgt40-40{
    margin-top: 40px !important;
  }
  .mgt40-45{
    margin-top: 45px !important;
  }
  .mgt40-50{
    margin-top: 50px !important;
  }
  .mgt40-55{
    margin-top: 55px !important;
  }
  .mgt40-60{
    margin-top: 60px !important;
  }
  .mgt40-65{
    margin-top: 65px !important;
  }
  .mgt45-5{
    margin-top: 5px !important;
  }
  .mgt45-10{
    margin-top: 10px !important;
  }
  .mgt45-15{
    margin-top: 15px !important;
  }
  .mgt45-20{
    margin-top: 20px !important;
  }
  .mgt45-25{
    margin-top: 25px !important;
  }
  .mgt45-30{
    margin-top: 30px !important;
  }
  .mgt45-35{
    margin-top: 35px !important;
  }
  .mgt45-40{
    margin-top: 40px !important;
  }
  .mgt45-45{
    margin-top: 45px !important;
  }
  .mgt45-50{
    margin-top: 50px !important;
  }
  .mgt45-55{
    margin-top: 55px !important;
  }
  .mgt45-60{
    margin-top: 60px !important;
  }
  .mgt45-65{
    margin-top: 65px !important;
  }
  .mgt50-5{
    margin-top: 5px !important;
  }
  .mgt50-10{
    margin-top: 10px !important;
  }
  .mgt50-15{
    margin-top: 15px !important;
  }
  .mgt50-20{
    margin-top: 20px !important;
  }
  .mgt50-25{
    margin-top: 25px !important;
  }
  .mgt50-30{
    margin-top: 30px !important;
  }
  .mgt50-35{
    margin-top: 35px !important;
  }
  .mgt50-40{
    margin-top: 40px !important;
  }
  .mgt50-45{
    margin-top: 45px !important;
  }
  .mgt50-50{
    margin-top: 50px !important;
  }
  .mgt50-55{
    margin-top: 55px !important;
  }
  .mgt50-60{
    margin-top: 60px !important;
  }
  .mgt50-65{
    margin-top: 65px !important;
  }
  .mgt55-5{
    margin-top: 5px !important;
  }
  .mgt55-10{
    margin-top: 10px !important;
  }
  .mgt55-15{
    margin-top: 15px !important;
  }
  .mgt55-20{
    margin-top: 20px !important;
  }
  .mgt55-25{
    margin-top: 25px !important;
  }
  .mgt55-30{
    margin-top: 30px !important;
  }
  .mgt55-35{
    margin-top: 35px !important;
  }
  .mgt55-40{
    margin-top: 40px !important;
  }
  .mgt55-45{
    margin-top: 45px !important;
  }
  .mgt55-50{
    margin-top: 50px !important;
  }
  .mgt55-55{
    margin-top: 55px !important;
  }
  .mgt55-60{
    margin-top: 60px !important;
  }
  .mgt55-65{
    margin-top: 65px !important;
  }
  .mgt60-5{
    margin-top: 5px !important;
  }
  .mgt60-10{
    margin-top: 10px !important;
  }
  .mgt60-15{
    margin-top: 15px !important;
  }
  .mgt60-20{
    margin-top: 20px !important;
  }
  .mgt60-25{
    margin-top: 25px !important;
  }
  .mgt60-30{
    margin-top: 30px !important;
  }
  .mgt60-35{
    margin-top: 35px !important;
  }
  .mgt60-40{
    margin-top: 40px !important;
  }
  .mgt60-45{
    margin-top: 45px !important;
  }
  .mgt60-50{
    margin-top: 50px !important;
  }
  .mgt60-55{
    margin-top: 55px !important;
  }
  .mgt60-60{
    margin-top: 60px !important;
  }
  .mgt60-65{
    margin-top: 65px !important;
  }
  .mgt65-5{
    margin-top: 5px !important;
  }
  .mgt65-10{
    margin-top: 10px !important;
  }
  .mgt65-15{
    margin-top: 15px !important;
  }
  .mgt65-20{
    margin-top: 20px !important;
  }
  .mgt65-25{
    margin-top: 25px !important;
  }
  .mgt65-30{
    margin-top: 30px !important;
  }
  .mgt65-35{
    margin-top: 35px !important;
  }
  .mgt65-40{
    margin-top: 40px !important;
  }
  .mgt65-45{
    margin-top: 45px !important;
  }
  .mgt65-50{
    margin-top: 50px !important;
  }
  .mgt65-55{
    margin-top: 55px !important;
  }
  .mgt65-60{
    margin-top: 60px !important;
  }
  .mgt65-65{
    margin-top: 65px !important;
  }
  .mgt70-5{
    margin-top: 5px !important;
  }
  .mgt70-10{
    margin-top: 10px !important;
  }
  .mgt70-15{
    margin-top: 15px !important;
  }
  .mgt70-20{
    margin-top: 20px !important;
  }
  .mgt70-25{
    margin-top: 25px !important;
  }
  .mgt70-30{
    margin-top: 30px !important;
  }
  .mgt70-35{
    margin-top: 35px !important;
  }
  .mgt70-40{
    margin-top: 40px !important;
  }
  .mgt70-45{
    margin-top: 45px !important;
  }
  .mgt70-50{
    margin-top: 50px !important;
  }
  .mgt70-55{
    margin-top: 55px !important;
  }
  .mgt70-60{
    margin-top: 60px !important;
  }
  .mgt70-65{
    margin-top: 65px !important;
  }
  .mgt75-5{
    margin-top: 5px !important;
  }
  .mgt75-10{
    margin-top: 10px !important;
  }
  .mgt75-15{
    margin-top: 15px !important;
  }
  .mgt75-20{
    margin-top: 20px !important;
  }
  .mgt75-25{
    margin-top: 25px !important;
  }
  .mgt75-30{
    margin-top: 30px !important;
  }
  .mgt75-35{
    margin-top: 35px !important;
  }
  .mgt75-40{
    margin-top: 40px !important;
  }
  .mgt75-45{
    margin-top: 45px !important;
  }
  .mgt75-50{
    margin-top: 50px !important;
  }
  .mgt75-55{
    margin-top: 55px !important;
  }
  .mgt75-60{
    margin-top: 60px !important;
  }
  .mgt75-65{
    margin-top: 65px !important;
  }
  .mgt80-5{
    margin-top: 5px !important;
  }
  .mgt80-10{
    margin-top: 10px !important;
  }
  .mgt80-15{
    margin-top: 15px !important;
  }
  .mgt80-20{
    margin-top: 20px !important;
  }
  .mgt80-25{
    margin-top: 25px !important;
  }
  .mgt80-30{
    margin-top: 30px !important;
  }
  .mgt80-35{
    margin-top: 35px !important;
  }
  .mgt80-40{
    margin-top: 40px !important;
  }
  .mgt80-45{
    margin-top: 45px !important;
  }
  .mgt80-50{
    margin-top: 50px !important;
  }
  .mgt80-55{
    margin-top: 55px !important;
  }
  .mgt80-60{
    margin-top: 60px !important;
  }
  .mgt80-65{
    margin-top: 65px !important;
  }
  .mgt85-5{
    margin-top: 5px !important;
  }
  .mgt85-10{
    margin-top: 10px !important;
  }
  .mgt85-15{
    margin-top: 15px !important;
  }
  .mgt85-20{
    margin-top: 20px !important;
  }
  .mgt85-25{
    margin-top: 25px !important;
  }
  .mgt85-30{
    margin-top: 30px !important;
  }
  .mgt85-35{
    margin-top: 35px !important;
  }
  .mgt85-40{
    margin-top: 40px !important;
  }
  .mgt85-45{
    margin-top: 45px !important;
  }
  .mgt85-50{
    margin-top: 50px !important;
  }
  .mgt85-55{
    margin-top: 55px !important;
  }
  .mgt85-60{
    margin-top: 60px !important;
  }
  .mgt85-65{
    margin-top: 65px !important;
  }
  .mgt90-5{
    margin-top: 5px !important;
  }
  .mgt90-10{
    margin-top: 10px !important;
  }
  .mgt90-15{
    margin-top: 15px !important;
  }
  .mgt90-20{
    margin-top: 20px !important;
  }
  .mgt90-25{
    margin-top: 25px !important;
  }
  .mgt90-30{
    margin-top: 30px !important;
  }
  .mgt90-35{
    margin-top: 35px !important;
  }
  .mgt90-40{
    margin-top: 40px !important;
  }
  .mgt90-45{
    margin-top: 45px !important;
  }
  .mgt90-50{
    margin-top: 50px !important;
  }
  .mgt90-55{
    margin-top: 55px !important;
  }
  .mgt90-60{
    margin-top: 60px !important;
  }
  .mgt90-65{
    margin-top: 65px !important;
  }
  .mgt95-5{
    margin-top: 5px !important;
  }
  .mgt95-10{
    margin-top: 10px !important;
  }
  .mgt95-15{
    margin-top: 15px !important;
  }
  .mgt95-20{
    margin-top: 20px !important;
  }
  .mgt95-25{
    margin-top: 25px !important;
  }
  .mgt95-30{
    margin-top: 30px !important;
  }
  .mgt95-35{
    margin-top: 35px !important;
  }
  .mgt95-40{
    margin-top: 40px !important;
  }
  .mgt95-45{
    margin-top: 45px !important;
  }
  .mgt95-50{
    margin-top: 50px !important;
  }
  .mgt95-55{
    margin-top: 55px !important;
  }
  .mgt95-60{
    margin-top: 60px !important;
  }
  .mgt95-65{
    margin-top: 65px !important;
  }
  .mgt100-5{
    margin-top: 5px !important;
  }
  .mgt100-10{
    margin-top: 10px !important;
  }
  .mgt100-15{
    margin-top: 15px !important;
  }
  .mgt100-20{
    margin-top: 20px !important;
  }
  .mgt100-25{
    margin-top: 25px !important;
  }
  .mgt100-30{
    margin-top: 30px !important;
  }
  .mgt100-35{
    margin-top: 35px !important;
  }
  .mgt100-40{
    margin-top: 40px !important;
  }
  .mgt100-45{
    margin-top: 45px !important;
  }
  .mgt100-50{
    margin-top: 50px !important;
  }
  .mgt100-55{
    margin-top: 55px !important;
  }
  .mgt100-60{
    margin-top: 60px !important;
  }
  .mgt100-65{
    margin-top: 65px !important;
  }
  .mgt105-5{
    margin-top: 5px !important;
  }
  .mgt105-10{
    margin-top: 10px !important;
  }
  .mgt105-15{
    margin-top: 15px !important;
  }
  .mgt105-20{
    margin-top: 20px !important;
  }
  .mgt105-25{
    margin-top: 25px !important;
  }
  .mgt105-30{
    margin-top: 30px !important;
  }
  .mgt105-35{
    margin-top: 35px !important;
  }
  .mgt105-40{
    margin-top: 40px !important;
  }
  .mgt105-45{
    margin-top: 45px !important;
  }
  .mgt105-50{
    margin-top: 50px !important;
  }
  .mgt105-55{
    margin-top: 55px !important;
  }
  .mgt105-60{
    margin-top: 60px !important;
  }
  .mgt105-65{
    margin-top: 65px !important;
  }
  .mgt110-5{
    margin-top: 5px !important;
  }
  .mgt110-10{
    margin-top: 10px !important;
  }
  .mgt110-15{
    margin-top: 15px !important;
  }
  .mgt110-20{
    margin-top: 20px !important;
  }
  .mgt110-25{
    margin-top: 25px !important;
  }
  .mgt110-30{
    margin-top: 30px !important;
  }
  .mgt110-35{
    margin-top: 35px !important;
  }
  .mgt110-40{
    margin-top: 40px !important;
  }
  .mgt110-45{
    margin-top: 45px !important;
  }
  .mgt110-50{
    margin-top: 50px !important;
  }
  .mgt110-55{
    margin-top: 55px !important;
  }
  .mgt110-60{
    margin-top: 60px !important;
  }
  .mgt110-65{
    margin-top: 65px !important;
  }
  .mgt115-5{
    margin-top: 5px !important;
  }
  .mgt115-10{
    margin-top: 10px !important;
  }
  .mgt115-15{
    margin-top: 15px !important;
  }
  .mgt115-20{
    margin-top: 20px !important;
  }
  .mgt115-25{
    margin-top: 25px !important;
  }
  .mgt115-30{
    margin-top: 30px !important;
  }
  .mgt115-35{
    margin-top: 35px !important;
  }
  .mgt115-40{
    margin-top: 40px !important;
  }
  .mgt115-45{
    margin-top: 45px !important;
  }
  .mgt115-50{
    margin-top: 50px !important;
  }
  .mgt115-55{
    margin-top: 55px !important;
  }
  .mgt115-60{
    margin-top: 60px !important;
  }
  .mgt115-65{
    margin-top: 65px !important;
  }
  .mgt120-5{
    margin-top: 5px !important;
  }
  .mgt120-10{
    margin-top: 10px !important;
  }
  .mgt120-15{
    margin-top: 15px !important;
  }
  .mgt120-20{
    margin-top: 20px !important;
  }
  .mgt120-25{
    margin-top: 25px !important;
  }
  .mgt120-30{
    margin-top: 30px !important;
  }
  .mgt120-35{
    margin-top: 35px !important;
  }
  .mgt120-40{
    margin-top: 40px !important;
  }
  .mgt120-45{
    margin-top: 45px !important;
  }
  .mgt120-50{
    margin-top: 50px !important;
  }
  .mgt120-55{
    margin-top: 55px !important;
  }
  .mgt120-60{
    margin-top: 60px !important;
  }
  .mgt120-65{
    margin-top: 65px !important;
  }
  .mgt125-5{
    margin-top: 5px !important;
  }
  .mgt125-10{
    margin-top: 10px !important;
  }
  .mgt125-15{
    margin-top: 15px !important;
  }
  .mgt125-20{
    margin-top: 20px !important;
  }
  .mgt125-25{
    margin-top: 25px !important;
  }
  .mgt125-30{
    margin-top: 30px !important;
  }
  .mgt125-35{
    margin-top: 35px !important;
  }
  .mgt125-40{
    margin-top: 40px !important;
  }
  .mgt125-45{
    margin-top: 45px !important;
  }
  .mgt125-50{
    margin-top: 50px !important;
  }
  .mgt125-55{
    margin-top: 55px !important;
  }
  .mgt125-60{
    margin-top: 60px !important;
  }
  .mgt125-65{
    margin-top: 65px !important;
  }
  .fs10-10{
    font-size: 1rem !important;
  }
  .fs11-10{
    font-size: 1rem !important;
  }
  .fs11-11{
    font-size: 1.1rem !important;
  }
  .fs12-10{
    font-size: 1rem !important;
  }
  .fs12-11{
    font-size: 1.1rem !important;
  }
  .fs12-12{
    font-size: 1.2rem !important;
  }
  .fs13-10{
    font-size: 1rem !important;
  }
  .fs13-11{
    font-size: 1.1rem !important;
  }
  .fs13-12{
    font-size: 1.2rem !important;
  }
  .fs13-13{
    font-size: 1.3rem !important;
  }
  .fs14-10{
    font-size: 1rem !important;
  }
  .fs14-11{
    font-size: 1.1rem !important;
  }
  .fs14-12{
    font-size: 1.2rem !important;
  }
  .fs14-13{
    font-size: 1.3rem !important;
  }
  .fs14-14{
    font-size: 1.4rem !important;
  }
  .fs15-10{
    font-size: 1rem !important;
  }
  .fs15-11{
    font-size: 1.1rem !important;
  }
  .fs15-12{
    font-size: 1.2rem !important;
  }
  .fs15-13{
    font-size: 1.3rem !important;
  }
  .fs15-14{
    font-size: 1.4rem !important;
  }
  .fs15-15{
    font-size: 1.5rem !important;
  }
  .fs16-10{
    font-size: 1rem !important;
  }
  .fs16-11{
    font-size: 1.1rem !important;
  }
  .fs16-12{
    font-size: 1.2rem !important;
  }
  .fs16-13{
    font-size: 1.3rem !important;
  }
  .fs16-14{
    font-size: 1.4rem !important;
  }
  .fs16-15{
    font-size: 1.5rem !important;
  }
  .fs16-16{
    font-size: 1.6rem !important;
  }
  .fs17-10{
    font-size: 1rem !important;
  }
  .fs17-11{
    font-size: 1.1rem !important;
  }
  .fs17-12{
    font-size: 1.2rem !important;
  }
  .fs17-13{
    font-size: 1.3rem !important;
  }
  .fs17-14{
    font-size: 1.4rem !important;
  }
  .fs17-15{
    font-size: 1.5rem !important;
  }
  .fs17-16{
    font-size: 1.6rem !important;
  }
  .fs17-17{
    font-size: 1.7rem !important;
  }
  .fs18-10{
    font-size: 1rem !important;
  }
  .fs18-11{
    font-size: 1.1rem !important;
  }
  .fs18-12{
    font-size: 1.2rem !important;
  }
  .fs18-13{
    font-size: 1.3rem !important;
  }
  .fs18-14{
    font-size: 1.4rem !important;
  }
  .fs18-15{
    font-size: 1.5rem !important;
  }
  .fs18-16{
    font-size: 1.6rem !important;
  }
  .fs18-17{
    font-size: 1.7rem !important;
  }
  .fs18-18{
    font-size: 1.8rem !important;
  }
  .fs19-10{
    font-size: 1rem !important;
  }
  .fs19-11{
    font-size: 1.1rem !important;
  }
  .fs19-12{
    font-size: 1.2rem !important;
  }
  .fs19-13{
    font-size: 1.3rem !important;
  }
  .fs19-14{
    font-size: 1.4rem !important;
  }
  .fs19-15{
    font-size: 1.5rem !important;
  }
  .fs19-16{
    font-size: 1.6rem !important;
  }
  .fs19-17{
    font-size: 1.7rem !important;
  }
  .fs19-18{
    font-size: 1.8rem !important;
  }
  .fs19-19{
    font-size: 1.9rem !important;
  }
  .fs20-10{
    font-size: 1rem !important;
  }
  .fs20-11{
    font-size: 1.1rem !important;
  }
  .fs20-12{
    font-size: 1.2rem !important;
  }
  .fs20-13{
    font-size: 1.3rem !important;
  }
  .fs20-14{
    font-size: 1.4rem !important;
  }
  .fs20-15{
    font-size: 1.5rem !important;
  }
  .fs20-16{
    font-size: 1.6rem !important;
  }
  .fs20-17{
    font-size: 1.7rem !important;
  }
  .fs20-18{
    font-size: 1.8rem !important;
  }
  .fs20-19{
    font-size: 1.9rem !important;
  }
  .fs20-20{
    font-size: 2rem !important;
  }
  .fs21-10{
    font-size: 1rem !important;
  }
  .fs21-11{
    font-size: 1.1rem !important;
  }
  .fs21-12{
    font-size: 1.2rem !important;
  }
  .fs21-13{
    font-size: 1.3rem !important;
  }
  .fs21-14{
    font-size: 1.4rem !important;
  }
  .fs21-15{
    font-size: 1.5rem !important;
  }
  .fs21-16{
    font-size: 1.6rem !important;
  }
  .fs21-17{
    font-size: 1.7rem !important;
  }
  .fs21-18{
    font-size: 1.8rem !important;
  }
  .fs21-19{
    font-size: 1.9rem !important;
  }
  .fs21-20{
    font-size: 2rem !important;
  }
  .fs21-21{
    font-size: 2.1rem !important;
  }
  .fs22-10{
    font-size: 1rem !important;
  }
  .fs22-11{
    font-size: 1.1rem !important;
  }
  .fs22-12{
    font-size: 1.2rem !important;
  }
  .fs22-13{
    font-size: 1.3rem !important;
  }
  .fs22-14{
    font-size: 1.4rem !important;
  }
  .fs22-15{
    font-size: 1.5rem !important;
  }
  .fs22-16{
    font-size: 1.6rem !important;
  }
  .fs22-17{
    font-size: 1.7rem !important;
  }
  .fs22-18{
    font-size: 1.8rem !important;
  }
  .fs22-19{
    font-size: 1.9rem !important;
  }
  .fs22-20{
    font-size: 2rem !important;
  }
  .fs22-21{
    font-size: 2.1rem !important;
  }
  .fs22-22{
    font-size: 2.2rem !important;
  }
  .fs23-10{
    font-size: 1rem !important;
  }
  .fs23-11{
    font-size: 1.1rem !important;
  }
  .fs23-12{
    font-size: 1.2rem !important;
  }
  .fs23-13{
    font-size: 1.3rem !important;
  }
  .fs23-14{
    font-size: 1.4rem !important;
  }
  .fs23-15{
    font-size: 1.5rem !important;
  }
  .fs23-16{
    font-size: 1.6rem !important;
  }
  .fs23-17{
    font-size: 1.7rem !important;
  }
  .fs23-18{
    font-size: 1.8rem !important;
  }
  .fs23-19{
    font-size: 1.9rem !important;
  }
  .fs23-20{
    font-size: 2rem !important;
  }
  .fs23-21{
    font-size: 2.1rem !important;
  }
  .fs23-22{
    font-size: 2.2rem !important;
  }
  .fs23-23{
    font-size: 2.3rem !important;
  }
  .fs24-10{
    font-size: 1rem !important;
  }
  .fs24-11{
    font-size: 1.1rem !important;
  }
  .fs24-12{
    font-size: 1.2rem !important;
  }
  .fs24-13{
    font-size: 1.3rem !important;
  }
  .fs24-14{
    font-size: 1.4rem !important;
  }
  .fs24-15{
    font-size: 1.5rem !important;
  }
  .fs24-16{
    font-size: 1.6rem !important;
  }
  .fs24-17{
    font-size: 1.7rem !important;
  }
  .fs24-18{
    font-size: 1.8rem !important;
  }
  .fs24-19{
    font-size: 1.9rem !important;
  }
  .fs24-20{
    font-size: 2rem !important;
  }
  .fs24-21{
    font-size: 2.1rem !important;
  }
  .fs24-22{
    font-size: 2.2rem !important;
  }
  .fs24-23{
    font-size: 2.3rem !important;
  }
  .fs24-24{
    font-size: 2.4rem !important;
  }
  .fs25-10{
    font-size: 1rem !important;
  }
  .fs25-11{
    font-size: 1.1rem !important;
  }
  .fs25-12{
    font-size: 1.2rem !important;
  }
  .fs25-13{
    font-size: 1.3rem !important;
  }
  .fs25-14{
    font-size: 1.4rem !important;
  }
  .fs25-15{
    font-size: 1.5rem !important;
  }
  .fs25-16{
    font-size: 1.6rem !important;
  }
  .fs25-17{
    font-size: 1.7rem !important;
  }
  .fs25-18{
    font-size: 1.8rem !important;
  }
  .fs25-19{
    font-size: 1.9rem !important;
  }
  .fs25-20{
    font-size: 2rem !important;
  }
  .fs25-21{
    font-size: 2.1rem !important;
  }
  .fs25-22{
    font-size: 2.2rem !important;
  }
  .fs25-23{
    font-size: 2.3rem !important;
  }
  .fs25-24{
    font-size: 2.4rem !important;
  }
  .fs25-25{
    font-size: 2.5rem !important;
  }
  .fs26-10{
    font-size: 1rem !important;
  }
  .fs26-11{
    font-size: 1.1rem !important;
  }
  .fs26-12{
    font-size: 1.2rem !important;
  }
  .fs26-13{
    font-size: 1.3rem !important;
  }
  .fs26-14{
    font-size: 1.4rem !important;
  }
  .fs26-15{
    font-size: 1.5rem !important;
  }
  .fs26-16{
    font-size: 1.6rem !important;
  }
  .fs26-17{
    font-size: 1.7rem !important;
  }
  .fs26-18{
    font-size: 1.8rem !important;
  }
  .fs26-19{
    font-size: 1.9rem !important;
  }
  .fs26-20{
    font-size: 2rem !important;
  }
  .fs26-21{
    font-size: 2.1rem !important;
  }
  .fs26-22{
    font-size: 2.2rem !important;
  }
  .fs26-23{
    font-size: 2.3rem !important;
  }
  .fs26-24{
    font-size: 2.4rem !important;
  }
  .fs26-25{
    font-size: 2.5rem !important;
  }
  .fs26-26{
    font-size: 2.6rem !important;
  }
  .fs27-10{
    font-size: 1rem !important;
  }
  .fs27-11{
    font-size: 1.1rem !important;
  }
  .fs27-12{
    font-size: 1.2rem !important;
  }
  .fs27-13{
    font-size: 1.3rem !important;
  }
  .fs27-14{
    font-size: 1.4rem !important;
  }
  .fs27-15{
    font-size: 1.5rem !important;
  }
  .fs27-16{
    font-size: 1.6rem !important;
  }
  .fs27-17{
    font-size: 1.7rem !important;
  }
  .fs27-18{
    font-size: 1.8rem !important;
  }
  .fs27-19{
    font-size: 1.9rem !important;
  }
  .fs27-20{
    font-size: 2rem !important;
  }
  .fs27-21{
    font-size: 2.1rem !important;
  }
  .fs27-22{
    font-size: 2.2rem !important;
  }
  .fs27-23{
    font-size: 2.3rem !important;
  }
  .fs27-24{
    font-size: 2.4rem !important;
  }
  .fs27-25{
    font-size: 2.5rem !important;
  }
  .fs27-26{
    font-size: 2.6rem !important;
  }
  .fs27-27{
    font-size: 2.7rem !important;
  }
  .fs28-10{
    font-size: 1rem !important;
  }
  .fs28-11{
    font-size: 1.1rem !important;
  }
  .fs28-12{
    font-size: 1.2rem !important;
  }
  .fs28-13{
    font-size: 1.3rem !important;
  }
  .fs28-14{
    font-size: 1.4rem !important;
  }
  .fs28-15{
    font-size: 1.5rem !important;
  }
  .fs28-16{
    font-size: 1.6rem !important;
  }
  .fs28-17{
    font-size: 1.7rem !important;
  }
  .fs28-18{
    font-size: 1.8rem !important;
  }
  .fs28-19{
    font-size: 1.9rem !important;
  }
  .fs28-20{
    font-size: 2rem !important;
  }
  .fs28-21{
    font-size: 2.1rem !important;
  }
  .fs28-22{
    font-size: 2.2rem !important;
  }
  .fs28-23{
    font-size: 2.3rem !important;
  }
  .fs28-24{
    font-size: 2.4rem !important;
  }
  .fs28-25{
    font-size: 2.5rem !important;
  }
  .fs28-26{
    font-size: 2.6rem !important;
  }
  .fs28-27{
    font-size: 2.7rem !important;
  }
  .fs28-28{
    font-size: 2.8rem !important;
  }
  .fs29-10{
    font-size: 1rem !important;
  }
  .fs29-11{
    font-size: 1.1rem !important;
  }
  .fs29-12{
    font-size: 1.2rem !important;
  }
  .fs29-13{
    font-size: 1.3rem !important;
  }
  .fs29-14{
    font-size: 1.4rem !important;
  }
  .fs29-15{
    font-size: 1.5rem !important;
  }
  .fs29-16{
    font-size: 1.6rem !important;
  }
  .fs29-17{
    font-size: 1.7rem !important;
  }
  .fs29-18{
    font-size: 1.8rem !important;
  }
  .fs29-19{
    font-size: 1.9rem !important;
  }
  .fs29-20{
    font-size: 2rem !important;
  }
  .fs29-21{
    font-size: 2.1rem !important;
  }
  .fs29-22{
    font-size: 2.2rem !important;
  }
  .fs29-23{
    font-size: 2.3rem !important;
  }
  .fs29-24{
    font-size: 2.4rem !important;
  }
  .fs29-25{
    font-size: 2.5rem !important;
  }
  .fs29-26{
    font-size: 2.6rem !important;
  }
  .fs29-27{
    font-size: 2.7rem !important;
  }
  .fs29-28{
    font-size: 2.8rem !important;
  }
  .fs29-29{
    font-size: 2.9rem !important;
  }
  .fs30-10{
    font-size: 1rem !important;
  }
  .fs30-11{
    font-size: 1.1rem !important;
  }
  .fs30-12{
    font-size: 1.2rem !important;
  }
  .fs30-13{
    font-size: 1.3rem !important;
  }
  .fs30-14{
    font-size: 1.4rem !important;
  }
  .fs30-15{
    font-size: 1.5rem !important;
  }
  .fs30-16{
    font-size: 1.6rem !important;
  }
  .fs30-17{
    font-size: 1.7rem !important;
  }
  .fs30-18{
    font-size: 1.8rem !important;
  }
  .fs30-19{
    font-size: 1.9rem !important;
  }
  .fs30-20{
    font-size: 2rem !important;
  }
  .fs30-21{
    font-size: 2.1rem !important;
  }
  .fs30-22{
    font-size: 2.2rem !important;
  }
  .fs30-23{
    font-size: 2.3rem !important;
  }
  .fs30-24{
    font-size: 2.4rem !important;
  }
  .fs30-25{
    font-size: 2.5rem !important;
  }
  .fs30-26{
    font-size: 2.6rem !important;
  }
  .fs30-27{
    font-size: 2.7rem !important;
  }
  .fs30-28{
    font-size: 2.8rem !important;
  }
  .fs30-29{
    font-size: 2.9rem !important;
  }
  .fs30-30{
    font-size: 3rem !important;
  }
  .fs31-10{
    font-size: 1rem !important;
  }
  .fs31-11{
    font-size: 1.1rem !important;
  }
  .fs31-12{
    font-size: 1.2rem !important;
  }
  .fs31-13{
    font-size: 1.3rem !important;
  }
  .fs31-14{
    font-size: 1.4rem !important;
  }
  .fs31-15{
    font-size: 1.5rem !important;
  }
  .fs31-16{
    font-size: 1.6rem !important;
  }
  .fs31-17{
    font-size: 1.7rem !important;
  }
  .fs31-18{
    font-size: 1.8rem !important;
  }
  .fs31-19{
    font-size: 1.9rem !important;
  }
  .fs31-20{
    font-size: 2rem !important;
  }
  .fs31-21{
    font-size: 2.1rem !important;
  }
  .fs31-22{
    font-size: 2.2rem !important;
  }
  .fs31-23{
    font-size: 2.3rem !important;
  }
  .fs31-24{
    font-size: 2.4rem !important;
  }
  .fs31-25{
    font-size: 2.5rem !important;
  }
  .fs31-26{
    font-size: 2.6rem !important;
  }
  .fs31-27{
    font-size: 2.7rem !important;
  }
  .fs31-28{
    font-size: 2.8rem !important;
  }
  .fs31-29{
    font-size: 2.9rem !important;
  }
  .fs31-30{
    font-size: 3rem !important;
  }
  .fs31-31{
    font-size: 3.1rem !important;
  }
  .fs32-10{
    font-size: 1rem !important;
  }
  .fs32-11{
    font-size: 1.1rem !important;
  }
  .fs32-12{
    font-size: 1.2rem !important;
  }
  .fs32-13{
    font-size: 1.3rem !important;
  }
  .fs32-14{
    font-size: 1.4rem !important;
  }
  .fs32-15{
    font-size: 1.5rem !important;
  }
  .fs32-16{
    font-size: 1.6rem !important;
  }
  .fs32-17{
    font-size: 1.7rem !important;
  }
  .fs32-18{
    font-size: 1.8rem !important;
  }
  .fs32-19{
    font-size: 1.9rem !important;
  }
  .fs32-20{
    font-size: 2rem !important;
  }
  .fs32-21{
    font-size: 2.1rem !important;
  }
  .fs32-22{
    font-size: 2.2rem !important;
  }
  .fs32-23{
    font-size: 2.3rem !important;
  }
  .fs32-24{
    font-size: 2.4rem !important;
  }
  .fs32-25{
    font-size: 2.5rem !important;
  }
  .fs32-26{
    font-size: 2.6rem !important;
  }
  .fs32-27{
    font-size: 2.7rem !important;
  }
  .fs32-28{
    font-size: 2.8rem !important;
  }
  .fs32-29{
    font-size: 2.9rem !important;
  }
  .fs32-30{
    font-size: 3rem !important;
  }
  .fs32-31{
    font-size: 3.1rem !important;
  }
  .fs32-32{
    font-size: 3.2rem !important;
  }
  .fs33-10{
    font-size: 1rem !important;
  }
  .fs33-11{
    font-size: 1.1rem !important;
  }
  .fs33-12{
    font-size: 1.2rem !important;
  }
  .fs33-13{
    font-size: 1.3rem !important;
  }
  .fs33-14{
    font-size: 1.4rem !important;
  }
  .fs33-15{
    font-size: 1.5rem !important;
  }
  .fs33-16{
    font-size: 1.6rem !important;
  }
  .fs33-17{
    font-size: 1.7rem !important;
  }
  .fs33-18{
    font-size: 1.8rem !important;
  }
  .fs33-19{
    font-size: 1.9rem !important;
  }
  .fs33-20{
    font-size: 2rem !important;
  }
  .fs33-21{
    font-size: 2.1rem !important;
  }
  .fs33-22{
    font-size: 2.2rem !important;
  }
  .fs33-23{
    font-size: 2.3rem !important;
  }
  .fs33-24{
    font-size: 2.4rem !important;
  }
  .fs33-25{
    font-size: 2.5rem !important;
  }
  .fs33-26{
    font-size: 2.6rem !important;
  }
  .fs33-27{
    font-size: 2.7rem !important;
  }
  .fs33-28{
    font-size: 2.8rem !important;
  }
  .fs33-29{
    font-size: 2.9rem !important;
  }
  .fs33-30{
    font-size: 3rem !important;
  }
  .fs33-31{
    font-size: 3.1rem !important;
  }
  .fs33-32{
    font-size: 3.2rem !important;
  }
  .fs33-33{
    font-size: 3.3rem !important;
  }
  .fs34-10{
    font-size: 1rem !important;
  }
  .fs34-11{
    font-size: 1.1rem !important;
  }
  .fs34-12{
    font-size: 1.2rem !important;
  }
  .fs34-13{
    font-size: 1.3rem !important;
  }
  .fs34-14{
    font-size: 1.4rem !important;
  }
  .fs34-15{
    font-size: 1.5rem !important;
  }
  .fs34-16{
    font-size: 1.6rem !important;
  }
  .fs34-17{
    font-size: 1.7rem !important;
  }
  .fs34-18{
    font-size: 1.8rem !important;
  }
  .fs34-19{
    font-size: 1.9rem !important;
  }
  .fs34-20{
    font-size: 2rem !important;
  }
  .fs34-21{
    font-size: 2.1rem !important;
  }
  .fs34-22{
    font-size: 2.2rem !important;
  }
  .fs34-23{
    font-size: 2.3rem !important;
  }
  .fs34-24{
    font-size: 2.4rem !important;
  }
  .fs34-25{
    font-size: 2.5rem !important;
  }
  .fs34-26{
    font-size: 2.6rem !important;
  }
  .fs34-27{
    font-size: 2.7rem !important;
  }
  .fs34-28{
    font-size: 2.8rem !important;
  }
  .fs34-29{
    font-size: 2.9rem !important;
  }
  .fs34-30{
    font-size: 3rem !important;
  }
  .fs34-31{
    font-size: 3.1rem !important;
  }
  .fs34-32{
    font-size: 3.2rem !important;
  }
  .fs34-33{
    font-size: 3.3rem !important;
  }
  .fs34-34{
    font-size: 3.4rem !important;
  }
  .fs35-10{
    font-size: 1rem !important;
  }
  .fs35-11{
    font-size: 1.1rem !important;
  }
  .fs35-12{
    font-size: 1.2rem !important;
  }
  .fs35-13{
    font-size: 1.3rem !important;
  }
  .fs35-14{
    font-size: 1.4rem !important;
  }
  .fs35-15{
    font-size: 1.5rem !important;
  }
  .fs35-16{
    font-size: 1.6rem !important;
  }
  .fs35-17{
    font-size: 1.7rem !important;
  }
  .fs35-18{
    font-size: 1.8rem !important;
  }
  .fs35-19{
    font-size: 1.9rem !important;
  }
  .fs35-20{
    font-size: 2rem !important;
  }
  .fs35-21{
    font-size: 2.1rem !important;
  }
  .fs35-22{
    font-size: 2.2rem !important;
  }
  .fs35-23{
    font-size: 2.3rem !important;
  }
  .fs35-24{
    font-size: 2.4rem !important;
  }
  .fs35-25{
    font-size: 2.5rem !important;
  }
  .fs35-26{
    font-size: 2.6rem !important;
  }
  .fs35-27{
    font-size: 2.7rem !important;
  }
  .fs35-28{
    font-size: 2.8rem !important;
  }
  .fs35-29{
    font-size: 2.9rem !important;
  }
  .fs35-30{
    font-size: 3rem !important;
  }
  .fs35-31{
    font-size: 3.1rem !important;
  }
  .fs35-32{
    font-size: 3.2rem !important;
  }
  .fs35-33{
    font-size: 3.3rem !important;
  }
  .fs35-34{
    font-size: 3.4rem !important;
  }
  .fs35-35{
    font-size: 3.5rem !important;
  }
  .lh10-10{
    line-height: 1 !important;
  }
  .lh11-10{
    line-height: 1 !important;
  }
  .lh11-11{
    line-height: 1.1 !important;
  }
  .lh12-10{
    line-height: 1 !important;
  }
  .lh12-11{
    line-height: 1.1 !important;
  }
  .lh12-12{
    line-height: 1.2 !important;
  }
  .lh13-10{
    line-height: 1 !important;
  }
  .lh13-11{
    line-height: 1.1 !important;
  }
  .lh13-12{
    line-height: 1.2 !important;
  }
  .lh13-13{
    line-height: 1.3 !important;
  }
  .lh14-10{
    line-height: 1 !important;
  }
  .lh14-11{
    line-height: 1.1 !important;
  }
  .lh14-12{
    line-height: 1.2 !important;
  }
  .lh14-13{
    line-height: 1.3 !important;
  }
  .lh14-14{
    line-height: 1.4 !important;
  }
  .lh15-10{
    line-height: 1 !important;
  }
  .lh15-11{
    line-height: 1.1 !important;
  }
  .lh15-12{
    line-height: 1.2 !important;
  }
  .lh15-13{
    line-height: 1.3 !important;
  }
  .lh15-14{
    line-height: 1.4 !important;
  }
  .lh15-15{
    line-height: 1.5 !important;
  }
  .lh16-10{
    line-height: 1 !important;
  }
  .lh16-11{
    line-height: 1.1 !important;
  }
  .lh16-12{
    line-height: 1.2 !important;
  }
  .lh16-13{
    line-height: 1.3 !important;
  }
  .lh16-14{
    line-height: 1.4 !important;
  }
  .lh16-15{
    line-height: 1.5 !important;
  }
  .lh16-16{
    line-height: 1.6 !important;
  }
  .lh17-10{
    line-height: 1 !important;
  }
  .lh17-11{
    line-height: 1.1 !important;
  }
  .lh17-12{
    line-height: 1.2 !important;
  }
  .lh17-13{
    line-height: 1.3 !important;
  }
  .lh17-14{
    line-height: 1.4 !important;
  }
  .lh17-15{
    line-height: 1.5 !important;
  }
  .lh17-16{
    line-height: 1.6 !important;
  }
  .lh17-17{
    line-height: 1.7 !important;
  }
  .lh18-10{
    line-height: 1 !important;
  }
  .lh18-11{
    line-height: 1.1 !important;
  }
  .lh18-12{
    line-height: 1.2 !important;
  }
  .lh18-13{
    line-height: 1.3 !important;
  }
  .lh18-14{
    line-height: 1.4 !important;
  }
  .lh18-15{
    line-height: 1.5 !important;
  }
  .lh18-16{
    line-height: 1.6 !important;
  }
  .lh18-17{
    line-height: 1.7 !important;
  }
  .lh18-18{
    line-height: 1.8 !important;
  }
  .lh19-10{
    line-height: 1 !important;
  }
  .lh19-11{
    line-height: 1.1 !important;
  }
  .lh19-12{
    line-height: 1.2 !important;
  }
  .lh19-13{
    line-height: 1.3 !important;
  }
  .lh19-14{
    line-height: 1.4 !important;
  }
  .lh19-15{
    line-height: 1.5 !important;
  }
  .lh19-16{
    line-height: 1.6 !important;
  }
  .lh19-17{
    line-height: 1.7 !important;
  }
  .lh19-18{
    line-height: 1.8 !important;
  }
  .lh19-19{
    line-height: 1.9 !important;
  }
  .lh20-10{
    line-height: 1 !important;
  }
  .lh20-11{
    line-height: 1.1 !important;
  }
  .lh20-12{
    line-height: 1.2 !important;
  }
  .lh20-13{
    line-height: 1.3 !important;
  }
  .lh20-14{
    line-height: 1.4 !important;
  }
  .lh20-15{
    line-height: 1.5 !important;
  }
  .lh20-16{
    line-height: 1.6 !important;
  }
  .lh20-17{
    line-height: 1.7 !important;
  }
  .lh20-18{
    line-height: 1.8 !important;
  }
  .lh20-19{
    line-height: 1.9 !important;
  }
  .lh20-20{
    line-height: 2 !important;
  }
  h2,
  .title,
  .title-s,
  .title-m{
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  h2.line-img,
  .title.line-img,
  .title-s.line-img,
  .title-m.line-img{
    padding: 0 0 3px;
  }
  h2.lh-h,
  .title.lh-h,
  .title-s.lh-h,
  .title-m.lh-h{
    letter-spacing: 1px;
    line-height: 1.85;
  }
  h2.lh-h.line-img,
  .title.lh-h.line-img,
  .title-s.lh-h.line-img,
  .title-m.lh-h.line-img{
    padding: 0;
  }
  .title-s{
    font-size: 1.5rem;
  }
  .title-m{
    font-size: 1.6rem;
  }
  h3.title{
    margin-top: 20px;
  }
  h1.u-line, h1.u-line-b, h1.u-line-w, h1.u-line-w-l, .hero-wrap .title-wrap h1, h1.u-line-br,
  h2.u-line,
  h2.u-line-b,
  h2.u-line-w,
  h2.u-line-w-l,
  h2.u-line-br,
  h3.u-line,
  h3.u-line-b,
  h3.u-line-w,
  h3.u-line-w-l,
  h3.u-line-br,
  h4.u-line,
  h4.u-line-b,
  h4.u-line-w,
  h4.u-line-w-l,
  h4.u-line-br,
  h5.u-line,
  h5.u-line-b,
  h5.u-line-w,
  h5.u-line-w-l,
  h5.u-line-br{
    text-align: center;
    line-height: 1.75;
  }
  h1.u-line span, h1.u-line-b span, h1.u-line-w span, h1.u-line-w-l span, .hero-wrap .title-wrap h1 span, h1.u-line-br span,
  h2.u-line span,
  h2.u-line-b span,
  h2.u-line-w span,
  h2.u-line-w-l span,
  h2.u-line-br span,
  h3.u-line span,
  h3.u-line-b span,
  h3.u-line-w span,
  h3.u-line-w-l span,
  h3.u-line-br span,
  h4.u-line span,
  h4.u-line-b span,
  h4.u-line-w span,
  h4.u-line-w-l span,
  h4.u-line-br span,
  h5.u-line span,
  h5.u-line-b span,
  h5.u-line-w span,
  h5.u-line-w-l span,
  h5.u-line-br span{
    padding: 0 0 3px;
    background-image: url("/baby/hohoemi/assets/img/sp/common/title_line.png");
    background-size: auto 4.5px;
  }
  h1.u-line-b span,
  h2.u-line-b span,
  h3.u-line-b span,
  h4.u-line-b span,
  h5.u-line-b span{
    background-image: url("/baby/hohoemi/assets/img/sp/common/title_line_blue.png");
  }
  h1.u-line-w span,
  h2.u-line-w span,
  h3.u-line-w span,
  h4.u-line-w span,
  h5.u-line-w span{
    background-image: url("/baby/hohoemi/assets/img/sp/common/title_line_white.png");
  }
  h1.u-line-w-l span, .hero-wrap .title-wrap h1 span,
  h2.u-line-w-l span,
  h3.u-line-w-l span,
  h4.u-line-w-l span,
  h5.u-line-w-l span{
    padding: 0 0 5px;
    background-image: url("/baby/hohoemi/assets/img/sp/common/title_line_white.png");
    background-size: auto 4px;
  }
  h1.u-line-br span,
  h2.u-line-br span,
  h3.u-line-br span,
  h4.u-line-br span,
  h5.u-line-br span{
    background-image: url("/baby/hohoemi/assets/img/sp/common/title_line_brown.png");
    background-size: auto 5px;
  }
  .head-point{
    width: 28.46154%;
  }
  .head-info{
    width: 41.38462%;
  }
  .head-step{
    width: 28.30769%;
  }
  .head-step + p{
    margin: 10px 0 0px;
    font-size: 2.0rem;
  }
  section{
    font-size: 1.3rem;
  }
  .btn-link{
    width: 80%;
    margin-top: 15px;
  }
  .btn-text{
    width: 80%;
    height: 59px;
    font-size: 1.4rem;
    margin-top: 15px;
    border-radius: 6px;
  }
  .btn-text.narrow{
    width: 47.69231%;
  }
  .btn-text.high{
    height: 75px;
  }
  .sec-bottom .btn-link,
  .sec-bottom .btn-text{
    margin-top: 15px;
  }
  .btn-top{
    bottom: 30px;
    background-color: #FFF;
    border-radius: 50%;
    width: 24.61538%;
    height: auto;
    max-width: 80px;
  }
  .anim-icon{
    -webkit-animation-name: anim-icon-sp;
    animation-name: anim-icon-sp;
  }
  .anim-icon.weak{
    -webkit-animation-name: anim-icon-s-sp;
    animation-name: anim-icon-s-sp;
  }
  .anim-icon-r{
    -webkit-animation-name: anim-icon-r-sp;
    animation-name: anim-icon-r-sp;
  }
  .anim-icon-r.weak{
    -webkit-animation-name: anim-icon-s-r-sp;
    animation-name: anim-icon-s-r-sp;
  }
  .bg-icon{
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  .bg-icon.ic-01{
    width: 22.4%;
  }
  .bg-icon.ic-02{
    width: 22.13333%;
  }
  .bg-icon.ic-03{
    width: 17.33333%;
  }
  .bg-icon.ic-04{
    width: 17.86667%;
  }
  .bg-icon.ic-05{
    width: 18.53333%;
  }
  .bg-icon.ic-06{
    width: 14.93333%;
  }
  table th,
  table td{
    padding: 5px;
  }
  img.b-shadow{
    box-shadow: 0px 0px 4px 1px rgba(122, 122, 122, 0.5);
  }
  .anim-liq-v{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-animation-name: anim-liq-v;
    animation-name: anim-liq-v;
  }
  .header{
    display: block;
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
  }
  .header{
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
  }
  .header.show{
    top: 0;
  }
  .header .header-inner{
    width: 100%;
    height: 50px;
    padding: 0 15px;
  }
  .header .header-inner .link-logo{
    display: inline-block;
    padding: 14px 0 11px;
  }
  .board-title-wrap{
    background: none;
  }
  .board-title-wrap img{
    width: 100%;
    height: auto;
    min-height: initial;
    min-height: auto;
  }
  .board-title-wrap-02{
    background: none;
    padding-top: 30px;
  }
  .board-title-wrap-02 img{
    width: 100%;
    height: auto;
    min-height: initial;
    min-height: auto;
  }
  .hero-wrap{
    padding: 0 15px;
  }
  .hero-wrap .title-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-wrap .title-wrap .img-point{
    width: 25.55556%;
  }
  .hero-wrap .title-wrap h1{
    font-size: 2.5rem;
  }
  .hero-wrap.prod-hero .title-wrap h1{
    font-size: 2.6rem;
    letter-spacing: -0.2rem;
  }
  .hero-wrap.prod-hero .title-wrap h1 small{
    font-size: 2.2rem;
    letter-spacing: 0rem;
  }
  .hero-wrap.prod-hero .title-wrap .lead{
    font-size: 1.5rem;
  }
  .modal-inner{
    width: 90%;
  }
  .modal-inner .close-wrap{
    width: 100%;
  }
  .modal-inner .movie-wrap iframe{
    width: 100%;
    height: 100%;
  }
  .slide-wrap{
    position: relative;
    margin: 60px -10px 0px;
  }
  .slide-main{
    position: relative;
  }
  .swiper-slide{
    padding: 10px;
  }
  .slide-step .swiper-slide{
    padding: 0px;
  }
  .slide-img{
    box-shadow: 0px 0px 4px 1px rgba(122, 122, 122, 0.5);
    border-radius: 5px;
  }
  .swiper-pagination-bullet{
    width: 31px;
    height: 31px;
    margin: 0 4px;
  }
  .sw-page-dot, .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet:nth-of-type(7), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(3), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(5), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(6), .page-rakurakucube-usage .sec-01 #pagination-slide-01 .swiper-pagination-bullet:nth-of-type(10),
  .sw-page-dot-w,
  .page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet:nth-of-type(3),
  .page-rakurakumilk-usage .sec-02 #pagination-slide-02 .swiper-pagination-bullet:nth-of-type(4){
    width: 8px;
    height: 8px;
  }
  .swiper-btn-wrap{
    top: 40%;
  }
  .swiper-button-prev,
  .swiper-button-next{
    width: 40px;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("/baby/hohoemi/assets/img/sp/common/slide_btn_l.png") center center no-repeat;
    background-size: contain;
  }
  .swiper-button-prev{
    left: -15px;
    background-image: url("/baby/hohoemi/assets/img/sp/common/slide_btn_l_on.png");
  }
  .swiper-button-next{
    right: -15px;
    background-image: url("/baby/hohoemi/assets/img/sp/common/slide_btn_r_on.png");
  }
  .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background-image: url("/baby/hohoemi/assets/img/sp/common/slide_btn_l.png");
  }
  .swiper-button-next.swiper-button-disabled{
    opacity: 1;
    background-image: url("/baby/hohoemi/assets/img/sp/common/slide_btn_r.png");
  }
  .menu--btn-wrapper{
    top: auto;
    bottom: 3vh;
    right: 2%;
    width: 90px;
    height: 90px;
  }
  .menu--btn-wrapper.is_bottom{
    position: absolute;
    top: auto;
    bottom: 25px;
  }
  .menu--btn-wrapper.no-scroll{
    top: auto;
  }
  .menu{
    width: 100%;
    height: 70vh;
    padding: 45px 0 0;
    top: inherit;
    bottom: -70vh;
    right: 0;
    -webkit-overflow-scrolling: touch;
  }
  .menu.active{
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .menu .memu--logo{
    margin-left: 5%;
  }
  .menu .menu--ul{
    width: 65%;
    margin-left: 5%;
  }
  .menu .menu--ul li{
    border-bottom: 1px solid #FFAAA8;
  }
  .menu .menu--ul > li:last-child{
    padding-top: 5px;
  }
  .menu .menu--ul a{
    font-size: 1.7rem;
    padding: 7px 0;
  }
  .menu .menu--ul .menu--inner-ul-wrapper li:last-child{
    padding-bottom: 0;
    border-bottom: none;
  }
  .menu .menu--ul .menu--inner-ul-wrapper a{
    font-size: 1.4rem;
  }
  #menu.no-scroll{
    padding-top: 45px;
  }
  .step-button-wrapper{
    top: 17.33333vw;
    width: 10.66667vw;
    height: 45.33333vw;
  }
  .step-button-wrapper.no-scroll{
    top: 30.66667vw;
  }
  .menu-lang-wrap{
    top: 6px;
    right: 6px;
    width: 137px;
    font-size: 1.4rem;
  }
  .menu-lang-wrap .menu-lang-btn-wrap a{
    padding: 12px 15px;
  }
  .menu-lang-wrap .menu-lang-inner{
    padding-top: 40px;
  }
  .menu-lang-wrap .menu-lang li a{
    padding: 12px 15px;
  }
  .menu-lang-wrap.no-scroll{
    top: 61px;
  }
  .box-dash:before, .box-dash:after,
  .box-dash-thin:before,
  .box-dash-thin:after{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box_horizon.png");
    background-size: auto 2px;
    height: 2px;
  }
  .box-dash-inner,
  .box-dash-thin-inner{
    padding: 8px 12px;
  }
  .box-dash-inner:before, .box-dash-inner:after,
  .box-dash-thin-inner:before,
  .box-dash-thin-inner:after{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box_vartical.png");
    background-size: 2px auto;
    width: 2px;
  }
  .box-dash-corner-t:before, .box-dash-corner-t:after, .box-dash-corner-b:before, .box-dash-corner-b:after,
  .box-dash-thin-corner-t:before,
  .box-dash-thin-corner-t:after,
  .box-dash-thin-corner-b:before,
  .box-dash-thin-corner-b:after{
    width: 4.5px;
    height: 4.5px;
    background-image: url("/baby/hohoemi/assets/img/sp/common/box_tl.png");
    background-size: 4.5px auto;
  }
  .box-dash-corner-t:after, .box-dash-corner-b:after,
  .box-dash-thin-corner-t:after,
  .box-dash-thin-corner-b:after{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box_tr.png");
  }
  .box-dash-corner-b:before,
  .box-dash-thin-corner-b:before{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box_bl.png");
  }
  .box-dash-corner-b:after,
  .box-dash-thin-corner-b:after{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box_br.png");
  }
  .box-dash .text-wrap .circle,
  .box-dash-thin .text-wrap .circle{
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 1.6rem;
  }
  .box-dash .text-wrap .circle + .text,
  .box-dash-thin .text-wrap .circle + .text{
    padding-left: 56px;
    font-size: 1.2rem;
  }
  .box-dash-thin{
    border-radius: 6px;
  }
  .box-dash-thin:before, .box-dash-thin:after{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box2_horizon.png");
    background-size: auto 2px;
    width: 97%;
    height: 2px;
  }
  .box-dash-thin:after{
    background-position: center bottom;
  }
  .box-dash-thin-inner:before, .box-dash-thin-inner:after{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box2_vartical.png");
    background-size: 2px auto;
    height: 97%;
    width: 2px;
  }
  .box-dash-thin-corner-t, .box-dash-thin-corner-b{
    height: 6px;
  }
  .box-dash-thin-corner-t:before, .box-dash-thin-corner-t:after, .box-dash-thin-corner-b:before, .box-dash-thin-corner-b:after{
    width: 6px;
    height: 6px;
    background-image: url("/baby/hohoemi/assets/img/sp/common/box2_tl.png");
    background-size: 6px auto;
  }
  .box-dash-thin-corner-t:after, .box-dash-thin-corner-b:after{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box2_tr.png");
  }
  .box-dash-thin-corner-b:before{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box2_bl.png");
  }
  .box-dash-thin-corner-b:after{
    background-image: url("/baby/hohoemi/assets/img/sp/common/box2_br.png");
  }
  .box-dash-thin .numtext-wrap{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .box-dash-thin .numtext-wrap .num-img{
    width: 25px;
    height: 25px;
  }
  .fukidashi{
    padding: 7px 17px;
    border-radius: 8px;
    font-size: 1.3rem;
  }
  .fukidashi:after{
    position: absolute;
    top: auto;
    right: auto;
    bottom: -17px;
    left: 12%;
    width: 25px;
    height: 17px;
    margin: auto;
    content: "";
    background-color: transparent;
    background: url("/baby/hohoemi/assets/img/common/fukidashi.png") center center no-repeat;
    background-size: 25px auto;
  }
  .class-product-info .sec-inner.sec-inner-01, .page-index .sec-05 .sec-inner.sec-inner-01, .page-product .sec-01 .sec-inner.sec-inner-01{
    padding-bottom: 30px;
  }
  .class-product-info .sec-inner.wide, .page-index .sec-05 .sec-inner.wide, .page-product .sec-01 .sec-inner.wide{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .class-product-info .sec-inner.wide:nth-last-of-type(1), .page-index .sec-05 .sec-inner.wide:nth-last-of-type(1), .page-product .sec-01 .sec-inner.wide:nth-last-of-type(1){
    padding-bottom: 60px;
  }
  .class-product-info h4 + p, .page-index .sec-05 h4 + p, .page-product .sec-01 h4 + p{
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .class-product-info .swiper-slide, .page-index .sec-05 .swiper-slide, .page-product .sec-01 .swiper-slide{
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    opacity: 0.5;
    padding-left: 0;
    padding-right: 0;
  }
  .class-product-info .swiper-slide .slide-inner p, .page-index .sec-05 .swiper-slide .slide-inner p, .page-product .sec-01 .swiper-slide .slide-inner p,
  .class-product-info .swiper-slide .slide-inner h5,
  .page-index .sec-05 .swiper-slide .slide-inner h5,
  .page-product .sec-01 .swiper-slide .slide-inner h5{
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    opacity: 0;
  }
  .class-product-info .swiper-slide-active, .page-index .sec-05 .swiper-slide-active, .page-product .sec-01 .swiper-slide-active{
    opacity: 1;
  }
  .class-product-info .swiper-slide-active .slide-inner p, .page-index .sec-05 .swiper-slide-active .slide-inner p, .page-product .sec-01 .swiper-slide-active .slide-inner p,
  .class-product-info .swiper-slide-active .slide-inner h5,
  .page-index .sec-05 .swiper-slide-active .slide-inner h5,
  .page-product .sec-01 .swiper-slide-active .slide-inner h5{
    opacity: 1;
  }
  .class-product-info h4 .title-01, .page-index .sec-05 h4 .title-01, .page-product .sec-01 h4 .title-01{
    width: 51.6%;
  }
  .class-product-info #slide-02, .page-index .sec-05 #slide-02, .page-product .sec-01 #slide-02{
    width: auto;
  }
  .class-product-info #slide-02-2, .page-index .sec-05 #slide-02-2, .page-product .sec-01 #slide-02-2{
    width: auto;
  }
  .class-product-info #slide-02 .swiper-slide.slide-03 .slide-inner, .page-index .sec-05 #slide-02 .swiper-slide.slide-03 .slide-inner, .page-product .sec-01 #slide-02 .swiper-slide.slide-03 .slide-inner{
    padding-top: 7.69231%;
  }
  .class-product-info .img-01-01, .page-index .sec-05 .img-01-01, .page-product .sec-01 .img-01-01{
    width: 113.46154%;
    height: auto;
    margin-left: -8%;
  }
  .class-product-info .img-01-02, .page-index .sec-05 .img-01-02, .page-product .sec-01 .img-01-02{
    width: 64.61538%;
    height: auto;
  }
  .class-product-info .img-01-03, .page-index .sec-05 .img-01-03, .page-product .sec-01 .img-01-03{
    width: 52.69231%;
    height: auto;
  }
  .class-product-info .img-01-04, .page-index .sec-05 .img-01-04, .page-product .sec-01 .img-01-04{
    width: 64.61538%;
    height: auto;
  }
  .class-product-info h4 .title-02, .page-index .sec-05 h4 .title-02, .page-product .sec-01 h4 .title-02{
    width: 48.8%;
  }
  .class-product-info .img-02, .page-index .sec-05 .img-02, .page-product .sec-01 .img-02{
    width: 47.46667%;
    margin-top: 15px;
  }
  .class-product-info .img-02-02, .page-index .sec-05 .img-02-02, .page-product .sec-01 .img-02-02{
    width: 72%;
    margin-top: 15px;
  }
  .class-product-info h4 .title-03, .page-index .sec-05 h4 .title-03, .page-product .sec-01 h4 .title-03{
    width: 49.46667%;
  }
  .class-product-info #slide-03 .swiper-slide.slide-02 .slide-inner, .page-index .sec-05 #slide-03 .swiper-slide.slide-02 .slide-inner, .page-product .sec-01 #slide-03 .swiper-slide.slide-02 .slide-inner{
    padding-top: 17.30769%;
  }
  .class-product-info #slide-03, .page-index .sec-05 #slide-03, .page-product .sec-01 #slide-03{
    width: 100%;
  }
  .class-product-info .img-03-01, .page-index .sec-05 .img-03-01, .page-product .sec-01 .img-03-01{
    width: 65.38462%;
  }
  .class-product-info .img-03-02, .page-index .sec-05 .img-03-02, .page-product .sec-01 .img-03-02{
    width: 100%;
  }
  .page-index{
    padding-top: 0;
  }
  .page-index .head-img{
    width: 41.53846%;
  }
  .page-index .header{
    display: block;
    top: -50px;
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
  }
  .page-index .header.show{
    top: 0;
  }
  .page-index .container{
    padding-top: 5px;
  }
  .page-index .sec-00{
    width: 100%;
    padding: 0 15px;
  }
  .page-index .sec-00 .mv-wrap{
    height: 139.6vw;
  }
  .page-index .sec-00 .mv-wrap .mv-img{
    width: 92.53333vw;
    height: 139.6vw;
  }
  .page-index .sec-00 .mv-wrap h1{
    width: 53.86667vw;
    height: 33.2vw;
    top: 2.66667vw;
    width: 55.83333%;
    margin: auto;
    padding: 0;
  }
  .page-index .sec-00 .mv-wrap h1 img{
    width: 53.86667vw;
    height: 33.2vw;
  }
  .page-index .sec-00 .mv-wrap .copy{
    top: 28.66667vw;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    padding: 0;
  }
  .page-index .sec-00 .mv-wrap .img-scroll{
    width: 14.44444%;
  }
  .page-index .sec-00 .mv-btm{
    display: block;
    padding: 0 4vw;
    margin: auto;
    bottom: auto;
    top: 69.33333vw;
    left: 10px;
    right: auto;
  }
  .page-index .sec-00 .mv-btm .img-hohoemi{
    margin-right: auto;
    margin-left: 0;
    width: 28.66667vw;
    height: 56.12207vw;
  }
  .page-index .sec-00 .mv-btm .small{
    margin-top: 3px;
    font-size: 1.46667vw;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  .page-index .sec-00 .mv-banner{
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .page-index .sec-00 .mv-banner a + a{
    margin-top: 20px;
  }
  .page-index .sec-00 .mv-banner_upper{
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .page-index .sec-01 .liq-01{
    top: 40px;
    right: -140px;
    width: 266px;
  }
  .page-index .sec-01 .liq-02{
    left: -100px;
    bottom: 60px;
    width: 202px;
  }
  .page-index .sec-01 .ic-01{
    top: 10px;
    left: 12px;
    right: auto;
    width: 18.66667%;
  }
  .page-index .sec-01 .ic-02{
    bottom: -20px;
    right: 22px;
    width: 17.06667%;
  }
  .page-index .sec-01 .sec-img{
    width: 100%;
    margin-top: 20px;
  }
  .page-index .sec-01 p{
    width: 100%;
    margin: 20px auto 20px;
  }
  .page-index .sec-02 .liq-01{
    top: 30%;
    right: -50px;
    width: 268.5px;
  }
  .page-index .sec-02 .liq-02{
    left: -100px;
    bottom: 20%;
    width: 232px;
  }
  .page-index .sec-02 .ic-03{
    top: 200px;
    left: 25px;
    right: auto;
    z-index: 2;
    width: 23.33333%;
  }
  .page-index .sec-02 .ic-04{
    display: block;
    top: 40%;
    left: auto;
    right: 25px;
    z-index: 2;
    width: 25.73333%;
  }
  .page-index .sec-02 .ic-05{
    top: auto;
    bottom: 25%;
    left: auto;
    right: 30px;
    width: 17.86667%;
  }
  .page-index .sec-02 .ic-06{
    top: auto;
    bottom: -50px;
    left: 40px;
    right: auto;
    width: 18.4%;
  }
  .page-index .sec-02 .kodawari-wrap{
    display: block;
    width: 100%;
  }
  .page-index .sec-02 .kodawari-wrap .item{
    width: 100%;
    margin-right: auto;
  }
  .page-index .sec-02 .kodawari-wrap .item .img-wrap{
    width: 95%;
    margin: 0 auto;
  }
  .page-index .sec-02 .kodawari-wrap .item:nth-of-type(2){
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
  }
  .page-index .sec-02 .kodawari-wrap .item:nth-of-type(3){
    margin: auto;
    margin-top: 100px;
  }
  .page-index .sec-02 .kodawari-wrap .item p{
    width: 100%;
  }
  .page-index .sec-02 .kodawari-wrap .item.item-03{
    width: 100%;
    margin-top: 130px;
  }
  .page-index .sec-02 .kodawari-wrap .item.item-03 .prod{
    width: 50%;
    width: 47.69231%;
  }
  .page-index .sec-02 .kodawari-wrap .item.item-03 .prod:nth-of-type(1) img{
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .page-index .sec-02 .kodawari-wrap .item.item-03 .prod .btn-text.narrow{
    width: 100%;
  }
  .page-index .sec-03 .liq-01{
    top: 20%;
    left: -50px;
    width: 212px;
  }
  .page-index .sec-03 .ic-07{
    top: 70px;
    left: auto;
    right: 25px;
    width: 20.4%;
  }
  .page-index .sec-03 .movie-wrap{
    display: block;
    width: 100%;
  }
  .page-index .sec-03 .movie-wrap .movie{
    width: 100%;
  }
  .page-index .sec-04 .liq-01{
    top: 20%;
    right: -50px;
    width: 222.5px;
  }
  .page-index .sec-04 .ic-12{
    display: none;
  }
  .page-index .sec-04 .sec-inner.sec-inner-01{
    padding-bottom: 0;
  }
  .page-index .sec-04 .sec-inner .movie_container{
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .page-index .sec-04 .sec-inner .movie_container video{
    width: 100%;
    height: auto;
  }
  .page-index .sec-04 .swiper-slide img{
    border-width: 3px;
  }
  .page-index .sec-05 .liq-01{
    top: 70px;
    left: -25px;
    width: 168px;
  }
  .page-index .sec-05 .liq-02{
    top: 35%;
    right: -200px;
    width: 256px;
  }
  .page-index .sec-05 .liq-03{
    top: 55%;
    left: -50px;
    width: 160px;
  }
  .page-index .sec-05 .liq-04{
    bottom: 25%;
    right: -30px;
    width: 78px;
  }
  .page-index .sec-05 .ic-08{
    top: -30px;
    left: auto;
    right: 25px;
    z-index: 2;
    width: 21.6%;
  }
  .page-index .sec-05 .ic-09{
    display: block;
    top: 9%;
    left: 15px;
    right: auto;
    width: 15.6%;
  }
  .page-index .sec-05 .ic-10{
    top: auto;
    bottom: -100px;
    left: 20px;
    width: 18.66667%;
  }
  .page-index .sec-05 .ic-13{
    top: 40%;
    right: 10px;
    width: 25.73333%;
  }
  .page-index .sec-05 .ic-14{
    left: 10px;
    width: 15.6%;
  }
  .page-index .sec-05 .swiper-slide{
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .page-index .sec-05 .slide-01,
  .page-index .sec-05 .slide-02{
    width: 45%;
  }
  .page-index .sec-05 .consul{
    padding-top: 60px;
    padding-bottom: 20%;
  }
  .page-index .sec-06 .liq-01{
    display: none;
  }
  .page-index .sec-06 .ic-11{
    bottom: -40px;
    right: 45px;
    width: 18.93333%;
  }
  .page-index .sec-06 .sec-inner{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-index .sec-06 .sec-inner.sec-inner-01{
    padding-bottom: 20px;
  }
  .page-index .sec-06 .sec-inner.wide{
    width: 100%;
    padding: 0 25px;
  }
  .page-index .sec-06 .sec-inner.wide:nth-last-of-type(1){
    padding-bottom: 60px;
  }
  .page-index .sec-06 .banner-wrap{
    display: block;
  }
  .page-index .sec-06 .banner-wrap a{
    width: 100%;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 1px rgba(122, 122, 122, 0.5);
  }
  .page-index .sec-06 .banner-wrap a + a{
    margin-top: 15px;
  }
  .page-index .sec-07 .sec-inner{
    padding-top: 60px;
    padding-bottom: 20%;
  }
  .page-index .sec-08 .sec-inner{
    padding-top: 60px;
    padding-bottom: 20%;
  }
  .page-index .sec-10 .sec-inner{
    padding-top: 60px;
    padding-bottom: 20%;
  }
  .page-index .sec-11 .sec-inner .consul{
    padding-top: 60px;
    padding-bottom: 20%;
  }
  .page-rakurakumilk-index .release-date{
    width: 270px;
  }
  .page-rakurakumilk-index .release-date img{
    width: 130px;
  }
  .page-rakurakumilk-index .sec-00{
    padding: 0 15px 40px;
  }
  .page-rakurakumilk-index .sec-00 .hero-bg-inner .mv-banner_line_pc{
    display: none;
  }
  .page-rakurakumilk-index .sec-00 .mv-wrap h1{
    width: 80.93333vw;
    height: 48vw;
  }
  .page-rakurakumilk-index .sec-00 .mv-btm{
    display: block;
    width: 100%;
    margin: auto;
  }
  .page-rakurakumilk-index .sec-00 .mv-btm .img-01{
    width: 93.23077%;
  }
  .page-rakurakumilk-index .sec-00 .mv-btm .img-01{
    width: 93.23077%;
    margin: auto;
    margin-top: 6.66667vw;
  }
  .page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 4.61538%;
  }
  .page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap h2{
    background-size: 187.5px;
    text-align: left;
  }
  .page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap .img-02{
    float: right;
    width: 31.53846%;
    margin: 0;
    margin-top: -15.38462%;
  }
  .page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap .note{
    font-size: 1rem;
  }
  .page-rakurakumilk-index .sec-00 .mv-banner{
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .page-rakurakumilk-index .sec-00 .mv-banner a + a{
    margin-top: 20px;
  }
  .page-rakurakumilk-index .sec-00 .mv-banner_upper{
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .page-rakurakumilk-index .sec-00 .liquid-box{
    display: none;
  }
  .page-rakurakumilk-index .sec-01 .liquid-box{
    top: 300px;
    right: auto;
    left: 0;
    width: 215px;
    height: 252.5px;
  }
  .page-rakurakumilk-index .sec-01 .bg-icon{
    top: -40px;
    left: auto;
    right: 5.84615%;
  }
  .page-rakurakumilk-index .sec-01 .head-wrap .head-img{
    position: absolute;
    top: auto;
    bottom: -46.15385%;
    left: 14px;
    width: 32.76923%;
  }
  .page-rakurakumilk-index .sec-01 .head-wrap h2{
    margin-top: 20px;
    text-align: left;
    padding-left: 41.23077%;
  }
  .page-rakurakumilk-index .sec-01 .sec-img{
    margin-top: 10px;
  }
  .page-rakurakumilk-index .sec-02 .liquid-box{
    top: 250px;
    left: auto;
    right: 0;
    width: 202.5px;
    height: 309px;
  }
  .page-rakurakumilk-index .sec-02 .bg-icon{
    display: none;
  }
  .page-rakurakumilk-index .sec-02 .ic-03{
    display: none;
  }
  .page-rakurakumilk-index .sec-02 .head-wrap .head-img-nutrition{
    left: -35px;
  }
  .page-rakurakumilk-index .sec-02 .head-wrap .head-img{
    position: absolute;
    top: -32.16374%;
    right: 3.84615%;
    width: 103px;
    width: 26.30769%;
  }
  .page-rakurakumilk-index .sec-02 .head-wrap h2{
    margin-left: 0;
    text-align: right;
    width: 65%;
  }
  .page-rakurakumilk-index .sec-02 .head-wrap h2 span{
    display: inline-block;
    text-align: left;
  }
  .page-rakurakumilk-index .sec-02 .head-wrap .head-img-nutrition{
    margin-left: 5vw;
  }
  .page-rakurakumilk-index .sec-02 .head-wrap h2.nutrition-header{
    margin-left: auto;
    text-align: right;
    width: 80%;
    margin-right: 0;
  }
  .page-rakurakumilk-index .sec-02 .head-wrap h2.nutrition-header span{
    display: inline-block;
    letter-spacing: 0;
  }
  .page-rakurakumilk-index .sec-02 .head-wrap br.pc{
    display: none;
  }
  .page-rakurakumilk-index .sec-02 .title-01{
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/top/sec_02_title_line_01.png");
  }
  .page-rakurakumilk-index .sec-02 .title-02{
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/top/sec_02_title_line_02.png");
  }
  .page-rakurakumilk-index .sec-02 .text-wrap .sec-img{
    margin-top: 10px;
  }
  .page-rakurakumilk-index .sec-02 .title-s + img{
    width: 12.76923%;
  }
  .page-rakurakumilk-index .sec-02 .box-dash .list-01{
    font-size: 1.2rem;
  }
  .page-rakurakumilk-index .sec-02 .save-wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 34.96183%;
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/top/sec_02_box.png");
    background-size: contain;
  }
  .page-rakurakumilk-index .sec-02 .save-wrap .title-m{
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .page-rakurakumilk-index .sec-02 .save-wrap .list-01{
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 12px 12px 0 12px;
    font-size: 1.2rem;
  }
  .page-rakurakumilk-index .sec-03 .sec-inner{
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .page-rakurakumilk-index .sec-03 .liquid-box.liq-03{
    top: auto;
    bottom: 40px;
    left: 0;
    right: auto;
    width: 204px;
    height: 232px;
  }
  .page-rakurakumilk-index .sec-03 .ic-04{
    display: none;
  }
  .page-rakurakumilk-index .sec-03 .head-wrap .head-img{
    width: 35.38462%;
    top: -95px;
    top: auto;
    bottom: -30px;
    left: -10px;
  }
  .page-rakurakumilk-index .sec-03 .head-wrap h2{
    padding-left: 23.07692%;
  }
  .page-rakurakumilk-index .sec-03 .img-wrap{
    margin: 40px 0 0;
  }
  .page-rakurakumilk-index .sec-03 .img-wrap .scene_cell{
    width: 100%;
  }
  .page-rakurakumilk-index .sec-03 .img-wrap + p{
    margin-top: 28px;
  }
  .page-rakurakumilk-index .movie_container{
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .page-rakurakumilk-index .movie_container video{
    width: 100%;
    height: auto;
  }
  .page-rakurakumilk-index .sec-04 .liquid-box{
    top: 140px;
    right: 15px;
    width: 102px;
    height: 99px;
  }
  .page-rakurakumilk-index .sec-04 .liquid-box.liq-02{
    top: 48%;
    left: -60.5px;
    width: 212px;
    height: 201px;
  }
  .page-rakurakumilk-index .sec-04 .liquid-box.liq-02 img{
    left: auto;
    right: 0;
  }
  .page-rakurakumilk-index .sec-04 .bg-icon{
    right: auto;
    left: 15px;
  }
  .page-rakurakumilk-index .sec-04 .ic-06{
    display: none;
  }
  .page-rakurakumilk-index .sec-04 h2{
    margin-top: 10px;
  }
  .page-rakurakumilk-index .sec-04 .prod-img{
    margin-left: 30.46154%;
    width: 48.30769%;
  }
  .page-rakurakumilk-index .sec-04 .prod-title-img{
    margin-top: 10px;
    width: 48.15385%;
  }
  .page-rakurakumilk-index .sec-04 p{
    text-align: center;
  }
  .page-rakurakumilk-index .sec-04 p + .btn-text{
    margin-top: 40px;
  }
  .page-rakurakumilk-usage .btn-movie{
    margin-top: 15px;
  }
  .page-rakurakumilk-usage .sec-01 .liquid-box{
    top: 80px;
    right: auto;
    left: 0;
    width: 175px;
    height: 147.5px;
  }
  .page-rakurakumilk-usage .sec-01 .liquid-box.liq-02{
    right: 0;
    width: 111px;
    height: 162px;
  }
  .page-rakurakumilk-usage .sec-01 .ic-02{
    top: 50%;
    left: 10px;
    width: 15.46667%;
  }
  .page-rakurakumilk-usage .sec-01 .box-dash-inner .text-wrap{
    margin-top: 10px;
  }
  .page-rakurakumilk-usage .sec-01 .box-dash-inner .text-wrap .circle{
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 1.6rem;
  }
  .page-rakurakumilk-usage .sec-01 .box-dash-inner .text-wrap .text{
    font-size: 1.2rem;
  }
  .page-rakurakumilk-usage .sec-02 .sec-inner{
    padding-bottom: 50px;
  }
  .page-rakurakumilk-usage .sec-02 .liquid-box{
    top: 0px;
    left: auto;
    right: 0;
    width: 158.5px;
    height: 252px;
  }
  .page-rakurakumilk-usage .sec-02 .ic-05{
    top: 35%;
    right: auto;
    left: 10px;
    width: 20%;
  }
  .page-rakurakumilk-usage .sec-02 .title.line-img{
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/usage/sec_01_title_line.png");
  }
  .page-rakurakumilk-usage .sec-02 .box-dash-inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-rakurakumilk-usage .sec-02 .box-dash-inner .text-wrap{
    margin-top: 3px;
  }
  .page-rakurakumilk-usage .sec-02 .box-dash-inner .text-wrap .icon-ng{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
    margin-right: 5px;
  }
  .page-rakurakumilk-usage .sec-02 .box-dash-inner .text-wrap .text{
    font-size: 1.2rem;
    margin: 0 0 0 0;
  }
  .page-rakurakumilk-usage .sec-03 .sec-inner{
    padding-top: 60px;
  }
  .page-rakurakumilk-usage .sec-03 .liquid-box.liq-02{
    left: auto;
    right: 0;
    width: 120px;
    height: 165.5px;
  }
  .page-rakurakumilk-usage .sec-03 .liquid-box.liq-03{
    right: auto;
    left: 0;
    top: auto;
    bottom: -80px;
    width: 181.5px;
    height: 201px;
  }
  .page-rakurakumilk-usage .sec-03 .ic-07{
    top: 35%;
    right: auto;
    left: 10px;
    width: 23.07692%;
  }
  .page-rakurakumilk-usage .sec-03 .chara-icon{
    top: -25px;
    right: 34px;
    width: 20.8%;
  }
  .page-rakurakumilk-disaster .btn-movie{
    margin-top: 15px;
  }
  .page-rakurakumilk-disaster .title{
    letter-spacing: 2px;
    font-size: 2.2rem;
  }
  .page-rakurakumilk-disaster .sec-01 .liquid-box{
    top: 80px;
    right: auto;
    left: 0;
    width: 175px;
    height: 147.5px;
  }
  .page-rakurakumilk-disaster .sec-01 .liquid-box.liq-02{
    right: 0;
    width: 111px;
    height: 162px;
  }
  .page-rakurakumilk-disaster .sec-01 .ic-02{
    top: 50%;
    left: 10px;
    width: 17.84615%;
  }
  .page-rakurakumilk-disaster .sec-01 .title-m{
    font-size: 1.3rem;
  }
  .page-rakurakumilk-disaster .sec-01 .title.line-img{
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/disaster/sec_01_title_line.png");
  }
  .page-rakurakumilk-disaster .sec-01 .before-wrap{
    height: auto;
    padding: 15px 15px 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50.68702%;
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/disaster/sec_01_box.png");
    background-size: cover;
  }
  .page-rakurakumilk-disaster .sec-01 .before-wrap .before-box{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 15px 0;
  }
  .page-rakurakumilk-disaster .sec-01 .before-wrap .text-wrap{
    margin-top: 10px;
  }
  .page-rakurakumilk-disaster .sec-01 .before-wrap .text-wrap .circle{
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 1.6rem;
  }
  .page-rakurakumilk-disaster .sec-01 .before-wrap .text-wrap .text{
    font-size: 1.2rem;
  }
  .page-rakurakumilk-disaster .sec-02 .liquid-box{
    top: 30%;
    right: auto;
    left: 0;
    width: 153.5px;
    height: 128.5px;
  }
  .page-rakurakumilk-disaster .sec-02 .liquid-box.liq-02{
    top: 45%;
    left: auto;
    right: 0;
    width: 270.5px;
    height: 194.5px;
  }
  .page-rakurakumilk-disaster .sec-02 .ic-04{
    top: 80%;
    right: 32px;
    width: 18.53333%;
  }
  .page-rakurakumilk-disaster .sec-02 .sec-inner{
    padding-bottom: 40px;
  }
  .page-rakurakumilk-disaster .sec-02 .title-01{
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/disaster/sec_02_title_line_01.png");
  }
  .page-rakurakumilk-disaster .sec-02 .title-02{
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/disaster/sec_02_title_line_02.png");
  }
  .page-rakurakumilk-disaster .sec-02 .title-02 + p{
    text-align: left;
  }
  .page-rakurakumilk-disaster .sec-02 .title-03{
    margin-top: 60px;
  }
  .page-rakurakumilk-disaster .sec-02 .title-03 + .title-s{
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .page-rakurakumilk-disaster .sec-02 strong{
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .page-rakurakumilk-disaster .sec-02 strong + .title{
    margin-top: 70px;
  }
  .page-rakurakumilk-disaster .sec-02 .img-wrap{
    margin: 40px 0 0;
  }
  .page-rakurakumilk-disaster .sec-02 .img-wrap img{
    width: 30.76923%;
  }
  .page-rakurakumilk-disaster .sec-02 .img-wrap + p{
    margin-top: 18px;
  }
  .page-rakurakumilk-disaster .sec-02 .img-wrap.btn-list{
    display: block;
    margin: 0;
  }
  .page-rakurakumilk-disaster .sec-02 .img-wrap.btn-list a{
    display: block;
  }
  .page-rakurakumilk-disaster .sec-02 .img-wrap.btn-list img{
    margin: 0;
    margin-top: 12px;
    width: 100%;
  }
  .page-rakurakumilk-disaster .sec-02 .img-stock{
    width: 100%;
    margin-top: 15px;
  }
  .page-rakurakumilk-disaster .sec-02 .img-stock + p{
    margin-top: 20px;
  }
  .page-rakurakumilk-disaster .sec-03 .liquid-box{
    top: 300px;
    right: 0;
    left: auto;
    width: 152px;
    height: 194.5px;
  }
  .page-rakurakumilk-disaster .sec-03 .ic-07{
    top: 25%;
    left: 33px;
    width: 20.92308%;
  }
  .page-rakurakumilk-disaster .sec-03 .sec-inner{
    padding-top: 40px;
  }
  .page-rakurakumilk-disaster .sec-03 #step-01 .swiper-slide:nth-of-type(1){
    padding: 8px 10px 0px 10px;
  }
  .page-rakurakumilk-disaster .sec-03 #step-01 .swiper-slide:nth-of-type(1) .title{
    margin-top: 10px;
    line-height: 1.2;
  }
  .page-rakurakumilk-disaster .sec-03 .ng-wrap{
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 20px;
    padding: 0;
    padding-top: 50.68702%;
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/usage/sec_02_box.png");
    background-size: cover;
  }
  .page-rakurakumilk-disaster .sec-03 .ng-wrap .ng-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 0;
  }
  .page-rakurakumilk-disaster .sec-03 .ng-wrap .text-wrap{
    margin-top: 3px;
  }
  .page-rakurakumilk-disaster .sec-03 .ng-wrap .text-wrap .icon-ng{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
    margin-right: 5px;
  }
  .page-rakurakumilk-disaster .sec-03 .ng-wrap .text-wrap .text{
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 0 0 0;
  }
  .page-rakurakumilk-disaster .sec-03 .swiper-btn-wrap{
    top: 33%;
  }
  .page-rakurakumilk-disaster .sec-03 .box-dash .list-01 li{
    font-size: 1.2rem;
    padding-left: 2rem;
    font-weight: bold;
  }
  .page-rakurakumilk-disaster .sec-03 .box-dash .list-01 li small{
    font-size: 1.2rem;
    font-weight: normal;
  }
  .page-rakurakumilk-disaster .sec-04 .liquid-box{
    top: 0px;
    right: auto;
    left: 0;
    width: 139px;
    height: 201px;
  }
  .page-rakurakumilk-disaster .sec-04 .ic-08{
    top: auto;
    bottom: -80px;
    left: 30px;
    width: 18.66667%;
  }
  .page-rakurakumilk-disaster .sec-04 .title.line-img{
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/usage/sec_01_title_line.png");
  }
  .page-rakurakumilk-disaster .sec-04 .ng-wrap{
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 20px;
    padding: 0;
    padding-top: 50.68702%;
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/usage/sec_02_box.png");
    background-size: cover;
  }
  .page-rakurakumilk-disaster .sec-04 .ng-wrap .ng-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 0;
  }
  .page-rakurakumilk-disaster .sec-04 .ng-wrap .text-wrap{
    margin-top: 3px;
  }
  .page-rakurakumilk-disaster .sec-04 .ng-wrap .text-wrap .icon-ng{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
    margin-right: 5px;
  }
  .page-rakurakumilk-disaster .sec-04 .ng-wrap .text-wrap .text{
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 0 0 0;
  }
  .page-rakurakumilk-disaster .sec-04.sec-bottom{
    margin-top: 80px;
  }
  .page-rakurakumilk-recipe .sec-inner{
    padding-bottom: 50px;
  }
  .page-rakurakumilk-recipe .sec-inner .sec-img{
    width: 112.78195%;
    margin-top: 15px;
    margin-left: -6.66667%;
    margin-right: -6.66667%;
  }
  .page-rakurakumilk-recipe .sec-00 .hero-wrap .title-wrap{
    height: 71.26761%;
  }
  .page-rakurakumilk-recipe .sec-00 .hero-wrap .title-wrap h1{
    width: 73.06667%;
  }
  .page-rakurakumilk-recipe .sec-00 .img-wrap{
    width: 81.33333%;
    height: auto;
    bottom: -40.40404%;
  }
  .page-rakurakumilk-recipe .sec-01 .liq-01{
    top: 20px;
    right: -50px;
    width: 184px;
  }
  .page-rakurakumilk-recipe .sec-01 .ic-01{
    right: 30px;
    width: 22.26667%;
  }
  .page-rakurakumilk-recipe .sec-01 .sec-inner{
    padding-top: 7.69231%;
    padding-bottom: 0;
  }
  .page-rakurakumilk-recipe .sec-02 .liq-01{
    left: -100px;
    width: 297px;
  }
  .page-rakurakumilk-recipe .sec-02 .liq-02{
    top: 60%;
    right: -50px;
    width: 162.5px;
  }
  .page-rakurakumilk-recipe .sec-02 .ic-01{
    display: none;
  }
  .page-rakurakumilk-recipe .sec-02 .ic-02{
    display: none;
  }
  .page-rakurakumilk-recipe .sec-02 .ic-03{
    display: none;
  }
  .page-rakurakumilk-recipe .sec-02 .ic-04{
    bottom: -40px;
    right: 45px;
    width: 17.06667%;
  }
  .page-rakurakumilk-recipe .sec-02 .ic-05{
    display: none;
  }
  .page-rakurakumilk-recipe .sec-03 .liq-01{
    left: -50px;
    width: 221px;
  }
  .page-rakurakumilk-mapping .title{
    letter-spacing: normal;
    font-size: 2.2rem;
  }
  .page-rakurakumilk-mapping .sec-01 .liquid-box{
    top: 80px;
    right: auto;
    left: 0;
    width: 175px;
    height: 147.5px;
  }
  .page-rakurakumilk-mapping .sec-01 .liquid-box.liq-02{
    right: 0;
    width: 111px;
    height: 162px;
  }
  .page-rakurakumilk-mapping .sec-01 .sec-inner{
    padding: 40px 0;
  }
  .page-rakurakumilk-mapping .sec-01 .title-m{
    font-size: 1.3rem;
  }
  .page-rakurakumilk-mapping .sec-01 .title{
    font-size: 18px;
  }
  .page-rakurakumilk-mapping .sec-01 .title.line-img{
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/disaster/sec_01_title_line.png");
  }
  .page-rakurakumilk-mapping .sec-01 .before-wrap{
    height: auto;
    padding: 15px 15px 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50.68702%;
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/disaster/sec_01_box.png");
    background-size: cover;
  }
  .page-rakurakumilk-mapping .sec-01 .before-wrap .before-box{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 15px 0;
  }
  .page-rakurakumilk-mapping .sec-01 .before-wrap .text-wrap{
    margin-top: 10px;
  }
  .page-rakurakumilk-mapping .sec-01 .before-wrap .text-wrap .circle{
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 1.6rem;
  }
  .page-rakurakumilk-mapping .sec-01 .before-wrap .text-wrap .text{
    font-size: 1.2rem;
  }
  .page-rakurakumilk-mapping .sec-02 .sec-inner .title{
    font-size: 16px;
  }
  .page-rakurakumilk-mapping .sec-02 .sec-inner .title.hohoemi-map{
    width: 211px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-rakurakumilk-mapping .sec-02 .sec-inner > div + div{
    margin-top: 40px;
  }
  .page-rakurakumilk-mapping .sec-02 .ic-01-sp{
    top: -40px;
    right: 14px;
    width: 65px;
  }
  .page-rakurakumilk-mapping .sec-02 .sec-inner{
    padding-bottom: 40px;
  }
  .page-rakurakumilk-mapping .sec-02 strong{
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .page-rakurakumilk-mapping .sec-02 strong + .title{
    margin-top: 70px;
  }
  .page-rakurakumilk-mapping .sec-02 .box-dash .list-01 li{
    font-size: 1.2rem;
    padding-left: 2rem;
    font-weight: bold;
  }
  .page-rakurakumilk-mapping .sec-02 .box-dash .list-01 li small{
    font-size: 1.2rem;
    font-weight: normal;
  }
  .page-rakurakumilk-mapping .sec-02 .app-download{
    height: auto;
    padding: 25px 0;
    border-width: 2px;
    border-radius: 8px;
  }
  .page-rakurakumilk-mapping .sec-02 .app-download .icon{
    width: 70px;
    height: 70px;
  }
  .page-rakurakumilk-mapping .sec-02 .app-download .head{
    font-size: 14px;
    margin-left: 4px;
  }
  .page-rakurakumilk-mapping .sec-02 .app-download .head span{
    font-size: 10px;
  }
  .page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper{
    display: block;
  }
  .page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper a{
    margin-left: auto;
    margin-right: auto;
  }
  .page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper a + a{
    margin: 10px 0 0 0;
  }
  .page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper a.btn-app-store{
    width: 108px;
  }
  .page-rakurakumilk-mapping .sec-02 .app-download .app-btn-wrapper a.btn-google-play{
    width: 113px;
  }
  .page-rakurakumilk-mapping .sec-02 .box-border{
    border-width: 2px;
    border-radius: 8px;
    padding: 25px 0;
  }
  .page-rakurakumilk-mapping .sec-02 .box-dash-inner{
    padding: 25px;
  }
  .page-rakurakumilk-mapping .sec-02 .app-images > p{
    font-size: 12px;
  }
  .page-rakurakumilk-mapping .sec-02 .app-images ul li{
    width: 130px;
  }
  .page-rakurakumilk-mapping .sec-02 .app-images ul li + li{
    margin-left: 20px;
  }
  .page-rakurakumilk-mapping .sec-02 .app-images ul li .note{
    font-size: 8px;
  }
  .page-rakurakumilk-mapping .sec-03 .ic-06-sp{
    left: 16px;
    top: -25px;
    width: 50px;
    z-index: 3;
  }
  .page-rakurakumilk-mapping .sec-03 .sec-inner{
    padding-top: 40px;
  }
  .page-rakurakumilk-mapping .sec-03 #step-01 .swiper-slide:nth-of-type(1){
    padding: 8px 10px 0px 10px;
  }
  .page-rakurakumilk-mapping .sec-03 #step-01 .swiper-slide:nth-of-type(1) .title{
    margin-top: 10px;
    line-height: 1.2;
  }
  .page-rakurakumilk-mapping .sec-03 .ng-wrap{
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 20px;
    padding: 0;
    padding-top: 50.68702%;
    background-image: url("/baby/hohoemi/assets/img/sp/rakurakumilk/usage/sec_02_box.png");
    background-size: cover;
  }
  .page-rakurakumilk-mapping .sec-03 .ng-wrap .ng-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 0;
  }
  .page-rakurakumilk-mapping .sec-03 .ng-wrap .text-wrap{
    margin-top: 3px;
  }
  .page-rakurakumilk-mapping .sec-03 .ng-wrap .text-wrap .icon-ng{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
    margin-right: 5px;
  }
  .page-rakurakumilk-mapping .sec-03 .ng-wrap .text-wrap .text{
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 0 0 0;
  }
  .page-rakurakumilk-mapping .sec-03 .swiper-btn-wrap{
    top: 33%;
  }
  .page-rakurakumilk-attachment .sec-00{
    padding: 0 15px 40px;
  }
  .page-rakurakumilk-attachment .sec-00 .hero-bg-inner .mv-banner_line_pc{
    display: none;
  }
  .page-rakurakumilk-attachment .sec-00 .mv-wrap h1{
    width: 63.86667vw;
    height: 23.6vw;
    left: 13.33333vw;
    top: 4.66667vw;
    bottom: auto;
  }
  .page-rakurakumilk-attachment .sec-title .board-title-wrap{
    background: transparent;
  }
  .page-rakurakumilk-attachment .btn-movie{
    margin-top: 15px;
  }
  .page-rakurakumilk-attachment .sec-02 .sec-inner.ttl h2.title.large{
    font-size: 5.33333vw;
    letter-spacing: -1px;
  }
  .page-rakurakumilk-attachment .sec-02 .sec-inner.ttl h2.title.large em{
    letter-spacing: -3px;
  }
  .page-rakurakumilk-attachment .sec-02 .sec-inner .wrap .image02 img{
    width: 19.46667vw;
    height: 18.4vw;
    margin: 0 0 0 auto;
  }
  .page-rakurakumilk-attachment .sec-03 .bg{
    display: none;
  }
  .page-rakurakumilk-attachment .sec-03 .icon{
    display: none;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body{
    margin: 6.66667vw 0 0 0;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox{
    width: 87.2vw;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox:before{
    width: 87.2vw;
    height: 2.66667vw;
    background: url("/baby/hohoemi/assets/img/sp/rakurakumilk/attachment/box_top.png") no-repeat;
    background-size: 87.2vw 2.66667vw;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap{
    background: url("/baby/hohoemi/assets/img/sp/rakurakumilk/attachment/box_middle.png") repeat;
    background-size: 87.2vw 4.53333vw;
    padding: 1.33333vw 4vw;
    margin: -1px 0 0 0;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-ttl h3{
    font-size: 4.26667vw;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body{
    margin: 1.33333vw 0 0 0;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dt{
    margin-top: 2.66667vw;
    width: 12.4vw;
    height: 12.4vw;
    font-size: 4.26667vw;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dd{
    margin-top: 2.66667vw;
    padding: 0 0 0 2.4vw;
    width: 66.8vw;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox:after{
    margin: -1px 0 0 0;
    width: 87.2vw;
    height: 2.66667vw;
    background: url("/baby/hohoemi/assets/img/sp/rakurakumilk/attachment/box_bottom.png") no-repeat;
    background-size: 87.2vw 2.66667vw;
  }
  .page-rakurakumilk-attachment .sec-04 .sec-inner .icon01{
    width: 15.46667vw;
    height: 26.26667vw;
    position: absolute;
    left: 6vw;
    top: -13.33333vw;
    z-index: 10;
  }
  .page-rakurakumilk-attachment .sec-04 .sec-inner .icon01 img{
    width: 15.46667vw;
    height: 26.26667vw;
  }
  .page-rakurakumilk-attachment .sec-04 .sec-inner .icon02{
    width: 27.33333vw;
    height: 21.6vw;
    position: absolute;
    right: 6vw;
    top: 0;
    z-index: 10;
  }
  .page-rakurakumilk-attachment .sec-04 .sec-inner .icon02 img{
    width: 27.33333vw;
    height: 21.6vw;
  }
  .page-rakurakumilk-attachment .sec-04 .swiper-button-prev,
  .page-rakurakumilk-attachment .sec-04 .swiper-button-next{
    -webkit-transform: translate3d(0, -10.66667vw, 0);
    transform: translate3d(0, -10.66667vw, 0);
  }
  .page-rakurakumilk-attachment .sec-04 .swiper-pagination-bullet{
    margin-left: 2px;
    margin-right: 2px;
  }
  .page-rakurakumilk-attachment .sec-05 .sec-inner .bg01{
    display: none;
  }
  .page-rakurakumilk-attachment .sec-05 .sec-inner .icon01{
    display: none;
  }
  .page-rakurakumilk-attachment .sec-06 .sec-inner .bg01{
    display: none;
  }
  .page-rakurakumilk-attachment .sec-06 .sec-inner .icon01{
    display: none;
  }
  .page-rakurakumilk-attachment .sec-07 .sec-inner .bg01{
    display: none;
  }
  .page-rakurakumilk-attachment .sec-07 .sec-inner .icon01{
    display: none;
  }
  .page-science .sec-01 .liq-01{
    top: 40px;
    left: -50px;
    width: 297px;
  }
  .page-science .sec-01 .liq-02{
    right: -100px;
    bottom: 60px;
    width: 221px;
  }
  .page-science .sec-01 .ic-01{
    display: block;
    top: -7.5%;
    left: auto;
    right: 35px;
    width: 22.4%;
  }
  .page-science .sec-01 .ic-05{
    display: none;
  }
  .page-science .sec-01 .sec-inner{
    padding-bottom: 50px;
  }
  .page-science .sec-02 .liq-01{
    top: 60px;
    right: -30px;
    width: 195.5px;
  }
  .page-science .sec-02 .liq-02{
    top: 45%;
    left: -50px;
    width: 265.5px;
  }
  .page-science .sec-02 .liq-03{
    right: -200px;
    width: 301px;
  }
  .page-science .sec-02 .ic-02{
    top: -20px;
    left: 40px;
    width: 18.13333%;
  }
  .page-science .sec-02 .ic-03{
    bottom: 40%;
    right: 20px;
    width: 14.53333%;
  }
  .page-science .sec-02 .ic-06{
    display: none;
  }
  .page-science .sec-02 .sec-inner{
    padding-bottom: 50px;
  }
  .page-science .sec-02 .head-feature{
    width: 28.61538%;
  }
  .page-science .sec-02 .head-img{
    width: 11.69231%;
  }
  .page-science .sec-02 .sec-img-01{
    width: 84.30769%;
  }
  .page-science .sec-02 .small{
    width: 84.30769%;
  }
  .page-science .sec-03 .liq-01{
    left: -50px;
    width: 155.5px;
  }
  .page-science .sec-03 .ic-04{
    top: -30px;
    left: auto;
    right: 20px;
    width: 15.46667%;
  }
  .page-nutrition .sec-inner{
    padding-bottom: 50px;
  }
  .page-nutrition .sec-01 .liq-01{
    top: 60px;
    right: -100px;
    width: 221px;
  }
  .page-nutrition .sec-01 .ic-01{
    display: block;
    bottom: -7.5%;
    left: auto;
    right: 35px;
    width: 16%;
  }
  .page-nutrition .sec-01 .btn-wrap{
    margin-top: 20px;
  }
  .page-nutrition .sec-02 .liq-01{
    top: 75px;
    right: -100px;
    width: 265.5px;
  }
  .page-nutrition .sec-02 .liq-02{
    bottom: 150px;
    left: -100px;
    width: 265px;
  }
  .page-nutrition .sec-02 .ic-02{
    display: none;
  }
  .page-nutrition .sec-02 .ic-03{
    display: none;
  }
  .page-nutrition .sec-02 .ic-04{
    bottom: -40px;
    right: 30px;
    width: 25.73333%;
  }
  .page-nutrition .sec-03 .liq-01{
    top: 130px;
    right: -100px;
    width: 195.5px;
  }
  .page-nutrition .sec-03 .liq-02{
    display: none;
  }
  .page-nutrition .sec-03 .ic-05{
    display: none;
  }
  .page-nutrition .sec-03 .ic-06{
    right: 34px;
    width: 22.26667%;
  }
  .page-nutrition .sec-04 .liq-01{
    display: none;
  }
  .page-nutrition .sec-04 .ic-07{
    bottom: -40px;
    left: 40px;
    width: 17.33333%;
  }
  .page-nutrition .sec-06 .liq-01{
    display: none;
  }
  .page-nutrition .sec-06 .liq-02{
    display: none;
  }
  .page-nutrition .sec-06 .ic-07{
    bottom: -40px;
    left: 40px;
    width: 17.33333%;
  }
  .page-nutrition .sec-07 .liq-01{
    display: none;
  }
  .page-nutrition .sec-07 .ic-03{
    bottom: -40px;
    left: 40px;
    width: 17.33333%;
  }
  .page-nutrition .sec-08 .liq-01{
    display: none;
  }
  .page-nutrition .sec-08 .liq-02{
    display: none;
  }
  .page-nutrition .sec-08 .ic-07{
    bottom: -40px;
    left: 40px;
    width: 17.33333%;
  }
  .page-rakurakucube-index .sec-inner{
    padding-bottom: 50px;
  }
  .page-rakurakucube-index .sec-inner .sec-img{
    margin-top: 10px;
    border-radius: 12px;
  }
  .page-rakurakucube-index .sec-inner .btn-movie{
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 1px rgba(122, 122, 122, 0.5);
  }
  .page-rakurakucube-index .sec-inner .btn-movie .sec-img{
    margin-top: 0;
  }
  .page-rakurakucube-index .sec-00 .hero-wrap .img-01{
    right: auto;
    left: 27px;
    bottom: -35%;
    width: 88.4%;
  }
  .page-rakurakucube-index .sec-00{
    padding-bottom: 27.69231%;
  }
  .page-rakurakucube-index .sec-01 .liq-01{
    top: 20px;
    right: -50px;
    width: 184px;
  }
  .page-rakurakucube-index .sec-01 .ic-01{
    right: 30px;
    width: 22.26667%;
  }
  .page-rakurakucube-index .sec-02 .liq-01{
    top: 250px;
    left: -100px;
    width: 297px;
  }
  .page-rakurakucube-index .sec-02 .liq-02{
    top: 45%;
    right: -20px;
    width: 162.5px;
  }
  .page-rakurakucube-index .sec-02 .liq-03{
    bottom: 250px;
    left: -100px;
    width: 279.5px;
  }
  .page-rakurakucube-index .sec-02 .ic-02{
    top: 50%;
    left: 20px;
    width: 18.53333%;
  }
  .page-rakurakucube-index .sec-02 .ic-03{
    display: none;
  }
  .page-rakurakucube-index .sec-02 .ic-04{
    top: 75%;
    left: auto;
    right: 20px;
    width: 17.06667%;
  }
  .page-rakurakucube-index .sec-02 .ic-05{
    display: none;
  }
  .page-rakurakucube-index .sec-03 .liq-01{
    top: 40%;
    right: 10px;
    width: 221px;
  }
  .page-rakurakucube-index .sec-03 .ic-06{
    top: -30px;
    left: 30px;
    width: 18.66667%;
  }
  .page-rakurakucube-usage .btn-movie{
    margin-top: 15px;
  }
  .page-rakurakucube-usage .sec-01 .liq-01{
    top: 0px;
    left: -50px;
    width: 158px;
  }
  .page-rakurakucube-usage .sec-01 .liq-02{
    right: -50px;
    width: 279.5px;
  }
  .page-rakurakucube-usage .sec-01 .ic-01{
    display: none;
  }
  .page-rakurakucube-usage .sec-01 .ic-02{
    top: 48%;
    right: 25px;
    width: 18.53333%;
  }
  .page-rakurakucube-usage .sec-01 .sec-inner{
    padding-bottom: 40px;
  }
  .page-rakurakucube-usage .sec-01 .swiper-btn-wrap{
    top: 30%;
  }
  .page-rakurakucube-usage .sec-01 .box-dash-inner .text-wrap{
    margin-top: 10px;
  }
  .page-rakurakucube-usage .sec-02 .liq-01{
    right: -80px;
    width: 160px;
  }
  .page-rakurakucube-usage .sec-02 .ic-03{
    top: -20px;
    right: auto;
    left: 30px;
    width: 17.2%;
  }
  .page-rakurakucube-usage .sec-03 .liq-01{
    left: -100px;
    width: 265.5px;
  }
  .page-rakurakucube-usage .sec-03 .ic-04{
    top: -20px;
    left: auto;
    right: 20px;
    width: 25.73333%;
  }
  .page-rakurakucube-usage .sec-03 .sec-inner{
    padding-top: 60px;
  }
  .page-product .sec-01 .liq-01{
    top: 150px;
    left: -100px;
    width: 297px;
  }
  .page-product .sec-01 .liq-02{
    top: 22%;
    right: -100px;
    width: 195.5px;
  }
  .page-product .sec-01 .liq-03{
    top: 35%;
    left: -50px;
    width: 221px;
  }
  .page-product .sec-01 .liq-04{
    top: 48%;
    right: 30px;
    width: 81.5px;
  }
  .page-product .sec-01 .liq-04-02{
    top: 57%;
    right: -50px;
    width: 232px;
  }
  .page-product .sec-01 .liq-05{
    top: auto;
    bottom: 20%;
    left: -50px;
    width: 279.5px;
  }
  .page-product .sec-01 .liq-06{
    bottom: 5%;
    right: -30px;
    width: 195.5px;
  }
  .page-product .sec-01 .ic-01{
    top: 12%;
    right: auto;
    left: 20px;
    width: 15.46667%;
  }
  .page-product .sec-01 .ic-02{
    display: block;
    top: 35%;
    left: auto;
    right: 30px;
    width: 17.73333%;
  }
  .page-product .sec-01 .ic-03{
    top: 48%;
    left: 20px;
    width: 17.2%;
  }
  .page-product .sec-01 .ic-04{
    top: auto;
    bottom: -50px;
    left: 20px;
    width: 25.73333%;
  }
  .page-product .sec-01 .header-line{
    background-size: auto 6px;
  }
  .page-product .sec-01 .sec-inner-01{
    padding-top: 25px;
  }
  .page-product .sec-01 .head-img{
    width: 41.53846%;
  }
  .page-product .sec-01 #slide-02 .swiper-wrapper,
  .page-product .sec-01 #slide-02-2 .swiper-wrapper,
  .page-product .sec-01 #slide-03 .swiper-wrapper{
    display: block;
  }
  .page-product .sec-01 #slide-02 .swiper-slide,
  .page-product .sec-01 #slide-02-2 .swiper-slide,
  .page-product .sec-01 #slide-03 .swiper-slide{
    width: 80%;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .page-product .sec-01 #slide-02 .swiper-slide .slide-inner p,
  .page-product .sec-01 #slide-02 .swiper-slide .slide-inner h5,
  .page-product .sec-01 #slide-02-2 .swiper-slide .slide-inner p,
  .page-product .sec-01 #slide-02-2 .swiper-slide .slide-inner h5,
  .page-product .sec-01 #slide-03 .swiper-slide .slide-inner p,
  .page-product .sec-01 #slide-03 .swiper-slide .slide-inner h5{
    opacity: 1;
  }
  .page-product .sec-01 #slide-02-2 .swiper-slide:nth-of-type(2){
    margin-top: 40px;
  }
  .page-product .sec-01 #slide-02-2 .swiper-slide:nth-of-type(2) .slide-inner{
    padding-top: 0;
  }
  .page-product .sec-01 #slide-03 .swiper-slide:nth-of-type(2){
    margin-top: 40px;
  }
  .page-product .sec-01 #slide-03 .swiper-slide:nth-of-type(2) .slide-inner{
    padding-top: 0;
  }
  .page-product .sec-01 .consul{
    padding-top: 60px;
    padding-bottom: 20%;
  }
  .page-mixed-feeding .sec-01 .liq-01{
    top: 55px;
    left: -20px;
    width: 155px;
  }
  .page-mixed-feeding .sec-01 .liq-02{
    top: 210px;
    right: -100px;
    width: 265.5px;
  }
  .page-mixed-feeding .sec-01 .liq-03{
    left: -20px;
    width: 221px;
  }
  .page-mixed-feeding .sec-01 .liq-04{
    top: 220px;
    right: -200px;
    width: 265.5px;
  }
  .page-mixed-feeding .sec-01 .liq-05{
    left: -20px;
    width: 221px;
  }
  .page-mixed-feeding .sec-01 .liq-06{
    top: 220px;
    right: -200px;
    width: 265.5px;
  }
  .page-mixed-feeding .sec-01 .ic-01{
    display: none;
  }
  .page-mixed-feeding .sec-01 .sec-inner.narrow{
    padding-bottom: 20px;
  }
  .page-mixed-feeding .sec-01 .num-title{
    margin-top: 30px;
    padding: 10px 0;
    background: url("/baby/hohoemi/assets/img/sp/common/title_line.png") center top repeat-x;
    background-size: auto 4.5px;
    font-size: 1.8rem;
  }
  .page-mixed-feeding .sec-01 .num-title:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    content: "";
    background-color: transparent;
    background: url("/baby/hohoemi/assets/img/sp/common/title_line.png") center bottom repeat-x;
    background-size: auto 4.5px;
  }
  .page-mixed-feeding .sec-01 .num-title .num-img{
    width: 31px;
    margin-right: 0.5rem;
    vertical-align: -9px;
  }
  .page-mixed-feeding .sec-02 .ic-02{
    right: auto;
    bottom: -80px;
    left: 30px;
    width: 25.73333%;
  }
  .page-mixed-feeding .sec-02 .consul{
    padding-top: 60px;
    padding-bottom: 20%;
  }
  .page-powder-index .sec-inner{
    padding-bottom: 50px;
  }
  .page-powder-index .sec-inner .sec-img{
    margin-top: 10px;
    border-radius: 18px;
  }
  .page-powder-index .sec-00 .hero-wrap .title-wrap{
    padding-top: 9.23077%;
  }
  .page-powder-index .sec-00 .hero-wrap .title-wrap h1{
    font-size: 3.0rem;
  }
  .page-powder-index .sec-00 .hero-wrap .img-01{
    left: 30px;
    right: auto;
    bottom: -17.42857%;
    width: 32.53333%;
  }
  .page-powder-index .sec-00{
    padding-bottom: 20%;
  }
  .page-powder-index .sec-01 .liq-01{
    top: 0;
    right: -70px;
    width: 184px;
  }
  .page-powder-index .sec-01 .sec-inner{
    padding-top: 0;
  }
  .page-powder-index .sec-02 .liq-01{
    top: 15%;
    width: 297px;
  }
  .page-powder-index .sec-02 .liq-02{
    top: 53%;
    right: auto;
    left: 60px;
    width: 162.5px;
  }
  .page-powder-index .sec-02 .liq-03{
    display: none;
  }
  .page-powder-index .sec-02 .ic-01{
    display: none;
  }
  .page-powder-index .sec-02 .ic-02{
    display: none;
  }
  .page-powder-index .sec-02 .ic-03{
    display: none;
  }
  .page-powder-index .sec-02 .ic-04{
    display: none;
  }
  .page-powder-index .sec-02 .ic-05{
    display: none;
  }
  .page-powder-usage .sec-01 .liq-01{
    top: 100px;
    right: auto;
    left: 10px;
    width: 158px;
  }
  .page-powder-usage .sec-01 .liq-02{
    top: 60%;
    left: auto;
    right: -50px;
    width: 279.5px;
  }
  .page-powder-usage .sec-01 .ic-01{
    top: auto;
    bottom: -30px;
    left: 5px;
    width: 17.2%;
  }
  .page-powder-usage .sec-01 .ic-02{
    display: none;
  }
  .page-powder-usage .sec-01 .ic-03{
    display: block;
    top: 37%;
    left: auto;
    right: 15px;
    width: 25.73333%;
  }
  .page-powder-usage .sec-01 .box-dash-inner .text-wrap{
    margin-top: 10px;
  }
  .page-powder-usage .sec-01 .swiper-btn-wrap{
    top: 27%;
  }
  .page-powder-usage .sec-02 .liq-01{
    top: 0px;
    left: -50px;
    width: 158px;
  }
  .page-powder-usage .sec-02 .ic-03{
    display: none;
  }
  .page-history .sec-inner{
    padding-bottom: 50px;
  }
  .page-history .sec-inner .sec-img{
    width: 112.78195%;
    margin-top: 15px;
    margin-left: -6.66667%;
    margin-right: -6.66667%;
  }
  .page-history .sec-00 .hero-wrap .title-wrap{
    height: 71.26761%;
  }
  .page-history .sec-00 .hero-wrap .title-wrap h1{
    width: 73.06667%;
  }
  .page-history .sec-00 .img-wrap{
    width: 81.33333%;
    height: auto;
    bottom: -40.40404%;
  }
  .page-history .sec-01 .sec-inner{
    padding-top: 23.07692%;
    padding-bottom: 0;
  }
  .page-history .sec-03 .liq-01{
    left: -50px;
    width: 221px;
  }
  .page-hohoemi-4months{
    min-width: auto;
  }
  .page-hohoemi-4months .nopc{
    display: block !important;
  }
  .page-hohoemi-4months .nosp{
    display: none !important;
  }
  .page-hohoemi-4months .balloon{
    width: 12vw;
    height: 12vw;
    font-size: 2.66667vw;
  }
  .page-hohoemi-4months .balloon::after{
    bottom: 0.66667vw;
    width: 5.2vw;
    height: 3.06667vw;
  }
  .page-hohoemi-4months .mv{
    height: 175.46667vw;
    background-image: url(../img/4months/mv_bg_sp.jpg);
    background-size: cover;
  }
  .page-hohoemi-4months .mv-inner{
    padding: 5.33333vw 7.33333vw 13.33333vw;
  }
  .page-hohoemi-4months .mv-title{
    width: 50.93333vw;
    height: 33.33333vw;
    font-size: 8vw;
  }
  .page-hohoemi-4months .mv-title-logo{
    width: 24.13333vw;
    margin: 0 auto 4.4vw;
  }
  .page-hohoemi-4months .mv-lead-heading{
    font-size: 5.33333vw;
    line-height: 1.475;
  }
  .page-hohoemi-4months .mv-lead-heading::after{
    height: 1.33333vw;
    margin-top: 2.66667vw;
  }
  .page-hohoemi-4months .mv-lead-heading > em::before{
    top: -1.73333vw;
    left: -0.66667vw;
    width: 1.2vw;
    height: 1.33333vw;
  }
  .page-hohoemi-4months .mv-lead-heading-balloon{
    top: 0;
    left: -13.33333vw;
  }
  .page-hohoemi-4months .mv-lead-text{
    margin-top: 4.66667vw;
    font-size: 2.93333vw;
    line-height: 2;
  }
  .page-hohoemi-4months .mv-lead-text > strong{
    font-size: 2.93333vw;
  }
  .page-hohoemi-4months .mv-lead .bg-icon.ic-01{
    top: 2.66667vw;
    right: 1.33333vw;
    width: 10.8vw;
  }
  .page-hohoemi-4months .mv-lead .bg-icon.ic-02{
    top: 45.33333vw;
    left: 0;
    width: 9.2vw;
  }
  .page-hohoemi-4months .mv-lead .bg-icon.ic-03{
    top: 50.66667vw;
    right: 0;
    width: 11.06667vw;
  }
  .page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-01{
    top: -13.33333vw;
    right: -13.33333vw;
    width: 29.46667vw;
  }
  .page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-02{
    top: -4vw;
    left: 4vw;
    width: 44.66667vw;
  }
  .page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-03{
    display: none;
  }
  .page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-04{
    display: none;
  }
  .page-hohoemi-4months .mv .liquid-wrap .liquid-box.liq-05{
    top: 106.66667vw;
    left: -10.66667vw;
    width: 26vw;
  }
  .page-hohoemi-4months .sec .wave-box{
    top: -5.86667vw;
    height: 5.86667vw;
  }
  .page-hohoemi-4months .sec .wave-box-bottom{
    top: auto;
  }
  .page-hohoemi-4months .sec-inner{
    padding: 10.66667vw 4vw;
  }
  .page-hohoemi-4months .sec-title > span::after{
    height: 2.66667vw;
    margin-top: 2.66667vw;
  }
  .page-hohoemi-4months .sec-title{
    font-size: 5.6vw;
    line-height: 1.3;
  }
  .page-hohoemi-4months .sec-contents{
    margin-top: 5.33333vw;
  }
  .page-hohoemi-4months .sec-worries{
    padding-bottom: 33.33333vw;
  }
  .page-hohoemi-4months .sec-worries-title{
    font-size: 5.33333vw;
  }
  .page-hohoemi-4months .sec-worries-title > em::before{
    top: -1.73333vw;
    left: -0.66667vw;
    width: 1.06667vw;
    height: 1.33333vw;
  }
  .page-hohoemi-4months .sec-worries-contents{
    margin-top: 5.33333vw;
  }
  .page-hohoemi-4months .sec-worries-comments{
    padding-left: 0;
    margin-bottom: 5.33333vw;
  }
  .page-hohoemi-4months .sec-worries-comments > p{
    margin-left: 22.13333vw;
    padding: 3.33333vw 6.13333vw 3.86667vw;
    border-radius: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.33;
  }
  .page-hohoemi-4months .sec-worries-comments > p::before{
    left: -2.66667vw;
    width: 5.46667vw;
    height: 3.06667vw;
  }
  .page-hohoemi-4months .sec-worries-comments > p::after{
    left: -22.13333vw;
    width: 16vw;
    height: 16vw;
  }
  .page-hohoemi-4months .sec-worries-comments > p:nth-child(1){
    margin-left: 22.13333vw;
    margin-bottom: 5.06667vw;
  }
  .page-hohoemi-4months .sec-worries-comments > p:nth-child(2){
    margin-left: 9.33333vw;
    margin-right: 22.13333vw;
    margin-bottom: 6.26667vw;
    padding: 3.33333vw 9.86667vw 3.6vw;
  }
  .page-hohoemi-4months .sec-worries-comments > p:nth-child(2)::before{
    right: -2.66667vw;
  }
  .page-hohoemi-4months .sec-worries-comments > p:nth-child(2)::after{
    right: -22.13333vw;
  }
  .page-hohoemi-4months .sec-worries-comments > p:nth-child(3){
    padding: 3.33333vw 8vw 3.6vw 7.73333vw;
  }
  .page-hohoemi-4months .sec-worries-text{
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .page-hohoemi-4months .sec-worries-hohoemi{
    bottom: -6.66667vw;
    width: 81.2vw;
    height: 45.2vw;
  }
  .page-hohoemi-4months .sec-worries .liquid-wrap .liquid-box.liq-01{
    top: 26.66667vw;
    left: 2.66667vw;
    width: 30.66667vw;
  }
  .page-hohoemi-4months .sec-worries .liquid-wrap .liquid-box.liq-02{
    top: 73.33333vw;
    right: -4vw;
    width: 44.66667vw;
  }
  .page-hohoemi-4months .sec-reason{
    padding-top: 13.33333vw;
  }
  .page-hohoemi-4months .sec-reason-title{
    margin-bottom: 58.66667vw;
  }
  .page-hohoemi-4months .sec-reason-title strong{
    font-size: 9.06667vw;
  }
  .page-hohoemi-4months .sec-reason-title em{
    font-size: 6.53333vw;
  }
  .page-hohoemi-4months .sec-reason-contents-inner{
    padding: 18.66667vw 4vw 13.33333vw;
  }
  .page-hohoemi-4months .sec-reason-contents-02{
    margin-top: 0;
  }
  .page-hohoemi-4months .sec-reason-contents-02 .sec-reason-contents-inner{
    padding: 8vw 4vw 13.33333vw;
  }
  .page-hohoemi-4months .sec-reason-nav{
    top: -13.86667vw;
    left: 0;
    height: 27.73333vw;
    margin: auto;
  }
  .page-hohoemi-4months .sec-reason-nav > li{
    width: 27.73333vw;
    height: 27.73333vw;
  }
  .page-hohoemi-4months .sec-reason-nav > li + li{
    margin-left: 5.33333vw;
  }
  .page-hohoemi-4months .sec-reason-nav > li > a{
    padding-bottom: 2.66667vw;
    font-size: 3.12vw;
    line-height: 1.22;
    box-shadow: 0 0 0 0.66667vw #fff, 1.33333vw 1.33333vw 2vw 0.66667vw rgba(97, 97, 97, 0.1);
    border-width: 0.8vw;
  }
  .page-hohoemi-4months .sec-reason-nav > li > a::before{
    width: 4.8vw;
    height: 4.8vw;
    right: 0.66667vw;
    bottom: 0.66667vw;
  }
  .page-hohoemi-4months .sec-reason-nav > li > a::after{
    right: 2.26667vw;
    bottom: 2.26667vw;
    border-width: 1.06667vw 0.66667vw 0 0.66667vw;
  }
  .page-hohoemi-4months .sec-reason-nav > li > a:hover{
    box-shadow: 0 0 0 0.66667vw #41b2b6, 1.33333vw 1.33333vw 2vw 0.66667vw rgba(97, 97, 97, 0.1);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page-hohoemi-4months .sec-reason-nav > li:nth-child(1) > a{
    background-size: 10.8vw auto;
    background-position: center 2.66667vw;
  }
  .page-hohoemi-4months .sec-reason-nav > li:nth-child(2) > a{
    background-size: 13.06667vw auto;
    background-position: center 5.33333vw;
  }
  .page-hohoemi-4months .sec-reason-nav > li:nth-child(3) > a{
    background-size: 13.2vw auto;
    background-position: center 3.33333vw;
  }
  .page-hohoemi-4months .sec-reason-heading-icon{
    width: 15.6vw;
    height: 14.4vw;
    padding: 2.53333vw 0 2.53333vw 1.33333vw;
  }
  .page-hohoemi-4months .sec-reason-heading-icon > small{
    display: inline-block;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.72);
    -ms-transform: scale(0.72);
    transform: scale(0.72);
  }
  .page-hohoemi-4months .sec-reason-heading-icon > strong{
    font-size: 5.12vw;
    line-height: 0.5;
  }
  .page-hohoemi-4months .sec-reason-heading h3{
    margin-left: 2.93333vw;
    font-size: 5.86667vw;
  }
  .page-hohoemi-4months .sec-reason-heading-balloon{
    font-size: 2.88vw;
  }
  .page-hohoemi-4months .sec-reason-heading-balloon::after{
    left: 1.33333vw;
    bottom: 0;
  }
  .page-hohoemi-4months .sec-reason-heading-balloon > strong{
    font-size: 4.16vw;
  }
  .page-hohoemi-4months .sec-reason-heading-balloon-01{
    top: -8vw;
    right: -16vw;
    width: 14.4vw;
    height: 14.4vw;
    padding: 2.4vw 0;
  }
  .page-hohoemi-4months .sec-reason-heading-balloon-02{
    top: -1.33333vw;
    width: 22.4vw;
    height: 22.4vw;
    padding: 7.2vw 0;
    font-size: 2.88vw;
  }
  .page-hohoemi-4months .sec-reason-heading-balloon-02::after{
    top: 0.66667vw;
    left: -2vw;
  }
  .page-hohoemi-4months .sec-reason-heading-balloon-02 > strong{
    font-size: 4.48vw;
  }
  .page-hohoemi-4months .sec-reason-heading-01{
    top: -48vw;
    left: -9.33333vw;
    right: 0;
    width: 45.06667vw;
    margin: auto;
  }
  .page-hohoemi-4months .sec-reason-heading-02{
    margin-bottom: 5.33333vw;
  }
  .page-hohoemi-4months .sec-reason-heading-02 .sec-reason-heading-inner{
    width: 47.86667vw;
    margin-left: 3.86667vw;
  }
  .page-hohoemi-4months .sec-reason-text{
    font-size: 2.88vw;
  }
  .page-hohoemi-4months .sec-reason-text-01{
    top: -32vw;
    right: 0;
    width: 46.4vw;
    margin: auto;
    padding-left: 0;
  }
  .page-hohoemi-4months .sec-reason-text-02{
    margin-top: 3.33333vw;
  }
  .page-hohoemi-4months .sec-reason-container{
    margin-bottom: 5.33333vw;
    padding: 8vw 4vw;
    border-width: 0.8vw;
    border-radius: 4vw;
  }
  .page-hohoemi-4months .sec-reason-container-heading{
    padding-left: 18.66667vw;
  }
  .page-hohoemi-4months .sec-reason-container-heading h4{
    font-size: 4.53333vw;
  }
  .page-hohoemi-4months .sec-reason-container-heading-text{
    margin-top: 1.6vw;
    font-size: 2.93333vw;
    line-height: 2;
  }
  .page-hohoemi-4months .sec-reason-container-heading::before{
    width: 14.4vw;
    height: 22.93333vw;
  }
  .page-hohoemi-4months .sec-reason-container-heading-01::before{
    top: 0;
  }
  .page-hohoemi-4months .sec-reason-container-heading-02{
    padding-left: 21.33333vw;
  }
  .page-hohoemi-4months .sec-reason-container-heading-02::before{
    left: 0;
    width: 15.6vw;
    height: 14.26667vw;
  }
  .page-hohoemi-4months .sec-reason-container-heading-03{
    padding-left: 21.33333vw;
  }
  .page-hohoemi-4months .sec-reason-container-heading-03::before{
    top: -13.33333vw;
    left: 0;
    width: 19.06667vw;
    height: 16.8vw;
  }
  .page-hohoemi-4months .sec-reason-container-heading-04{
    padding-left: 0;
  }
  .page-hohoemi-4months .sec-reason-container-heading-04 .sec-reason-container-heading-inner{
    width: 100%;
  }
  .page-hohoemi-4months .sec-reason-container-heading-04 .sec-reason-container-heading-inner > h4{
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .page-hohoemi-4months .sec-reason-container-heading-04 .sec-reason-container-heading-img{
    position: absolute;
    top: -6.66667vw;
    right: 0;
    width: 32.66667vw;
    height: 32.66667vw;
  }
  .page-hohoemi-4months .sec-reason-container-heading-04 .sec-reason-container-heading-img > figcaption{
    position: absolute;
    left: -1.06667vw;
    right: 0;
    bottom: -4vw;
    width: 34.66667vw;
    margin: 0 auto;
    padding: 0.66667vw 0;
    border-radius: 4vw;
    font-size: 2.66667vw;
    line-height: 1.3;
  }
  .page-hohoemi-4months .sec-reason-container-heading-04 .sec-reason-container-heading-text{
    margin-top: 6.66667vw;
  }
  .page-hohoemi-4months .sec-reason-container-graf{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.53333vw 0;
  }
  .page-hohoemi-4months .sec-reason-container-graf + .sec-reason-container-graf{
    border-top-width: 0.8vw;
  }
  .page-hohoemi-4months .sec-reason-container-graf-head{
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 6.66667vw;
  }
  .page-hohoemi-4months .sec-reason-container-graf-heading{
    width: 22.4vw;
    height: 22.4vw;
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0.8vw;
    font-size: 3.73333vw;
  }
  .page-hohoemi-4months .sec-reason-container-graf-legend{
    width: 29.86667vw;
  }
  .page-hohoemi-4months .sec-reason-container-graf-body > img{
    width: 46%;
  }
  .page-hohoemi-4months .sec-reason-container-graf-body > img + img{
    margin-left: 4.66667vw;
  }
  .page-hohoemi-4months .sec-reason-container-table{
    margin-top: 4vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-header-box{
    width: 53.33333vw;
    height: 17.33333vw;
    font-size: 3.2vw;
    line-height: 1.45;
    border-radius: 1.33333vw;
    letter-spacing: normal;
  }
  .page-hohoemi-4months .sec-reason-container-table-header-box small{
    font-size: 2.66667vw;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
  .page-hohoemi-4months .sec-reason-container-table-header-box small.small-xs{
    font-size: 2.66667vw;
    -webkit-transform: scale(0.84);
    -ms-transform: scale(0.84);
    transform: scale(0.84);
  }
  .page-hohoemi-4months .sec-reason-container-table-header-box-03{
    width: 100%;
    height: 13.33333vw;
    margin-right: 0;
    margin-bottom: 3.73333vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-header-list-item{
    width: 26%;
  }
  .page-hohoemi-4months .sec-reason-container-table-header-list-item > span{
    font-size: 2.66667vw;
    letter-spacing: normal;
  }
  .page-hohoemi-4months .sec-reason-container-table-header-list-item + .sec-reason-container-table-header-list-item{
    margin-left: 3.73333vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-body{
    padding: 1.6vw 0;
  }
  .page-hohoemi-4months .sec-reason-container-table-body > dl{
    padding: 0.66667vw 0;
    border-radius: 2vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-body > dl > dt{
    width: 26vw;
    margin-right: 4.26667vw;
    font-size: 3.2vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-body:nth-child(2){
    border-top-width: 0.53333vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-body:nth-child(3){
    border-top-width: 0.53333vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-body-list-item{
    width: 10.13333vw;
    font-size: 2.88vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-body-list-item > strong{
    font-size: 4.48vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-body-list-item + .sec-reason-container-table-body-list-item{
    margin-left: 8vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-03{
    margin-top: 2.66667vw;
  }
  .page-hohoemi-4months .sec-reason-container-table-03 .sec-reason-container-table-header > dl{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-hohoemi-4months .sec-reason-container-01{
    padding: 8vw 6.66667vw;
  }
  .page-hohoemi-4months .sec-reason-container-03{
    padding-left: 4vw;
  }
  .page-hohoemi-4months .sec-reason-container-04{
    padding: 8vw 6.66667vw 5.33333vw;
    background-position: -33.06667vw 42.66667vw;
    background-size: 140% auto;
  }
  .page-hohoemi-4months .sec-reason-container-04 .bg-icon.ic-01{
    top: -13.33333vw;
    left: 0;
    width: 10.8vw;
  }
  .page-hohoemi-4months .sec-reason-container-04 .bg-icon.ic-02{
    top: 280vw;
    right: 6.66667vw;
    width: 14vw;
  }
  .page-hohoemi-4months .sec-reason-container-cycle{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7.06667vw 10.53333vw 7.6vw 10.53333vw;
    margin-top: 9.73333vw;
  }
  .page-hohoemi-4months .sec-reason-container-cycle-text{
    margin-right: 0;
    margin-bottom: 5.73333vw;
    font-size: 4.13333vw;
    text-align: center;
    line-height: 1.74;
  }
  .page-hohoemi-4months .sec-reason .liquid-wrap{
    display: none;
  }
  .page-hohoemi-4months .sec-reason-modal{
    margin-top: 7.06667vw;
  }
  .page-hohoemi-4months .sec-reason-modal-lead{
    font-size: 4vw;
    line-height: 1.5;
  }
  .page-hohoemi-4months .sec-reason-modal-list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.2vw;
  }
  .page-hohoemi-4months .sec-reason-modal-list-item{
    width: 69.33333vw;
    height: 16vw;
    border-radius: 2vw;
  }
  .page-hohoemi-4months .sec-reason-modal-list-item + .sec-reason-modal-list-item{
    margin-left: 0;
    margin-top: 2.66667vw;
  }
  .page-hohoemi-4months .sec-reason-modal-list-link{
    font-size: 3.73333vw;
    border-radius: 2vw;
  }
  .page-hohoemi-4months .sec-reason-modal-list-link::after{
    right: 5.33333vw;
    border-width: 1.33333vw 0 1.33333vw 2vw;
  }
  .page-hohoemi-4months .sec-reason-modal-container{
    border-radius: 4vw;
    margin-bottom: 8vw;
    padding: 10.66667vw 10vw 8vw;
  }
  .page-hohoemi-4months .sec-reason-modal-heading{
    font-size: 4.8vw;
    line-height: 2;
  }
  .page-hohoemi-4months .sec-reason-modal-heading small{
    font-size: 3.2vw;
  }
  .page-hohoemi-4months .sec-reason-modal-heading > span::after{
    height: 1.73333vw;
    margin-top: 0.66667vw;
  }
  .page-hohoemi-4months .sec-reason-modal-text{
    font-size: 2.93333vw;
    margin-top: 4.66667vw;
  }
  .page-hohoemi-4months .sec-reason-modal-img{
    margin-top: 4.66667vw;
  }
  .page-hohoemi-4months .sec-reason-modal-img + .sec-reason-modal-img{
    margin-top: 3.06667vw;
  }
  .page-hohoemi-4months .sec-reason-modal-img + .sec-reason-modal-text{
    margin-top: 5.06667vw;
  }
  .page-hohoemi-4months .sec-reason-modal-notice{
    margin-top: 3.2vw;
    font-size: 2.66667vw;
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
  .page-hohoemi-4months .sec-reason-modal-close-btn{
    top: -6.4vw;
    right: 2.66667vw;
    width: 12.8vw;
    height: 12.8vw;
  }
  .page-hohoemi-4months .sec-reason-modal-close-btn::before, .page-hohoemi-4months .sec-reason-modal-close-btn::after{
    width: 3.33333vw;
    height: 0.4vw;
  }
  .page-hohoemi-4months .sec-reason-modal-close-btn-bottom{
    width: 38.4vw;
    height: 12.8vw;
    margin-top: 4vw;
    border-radius: 2vw;
    font-size: 3.2vw;
  }
  .page-hohoemi-4months .sec-reason-modal-close-btn-bottom::before, .page-hohoemi-4months .sec-reason-modal-close-btn-bottom::after{
    right: 4.8vw;
    width: 3.33333vw;
    height: 0.4vw;
  }
  .page-hohoemi-4months .sec-counseling-inner{
    padding-bottom: 13.33333vw;
  }
  .page-hohoemi-4months .sec-counseling-inner .bg-icon{
    display: none;
  }
  .page-hohoemi-4months .sec-counseling-inner .bg-icon.ic-02{
    right: 50px;
  }
  .page-hohoemi-4months .sec-counseling-title{
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .page-hohoemi-4months .sec-counseling-title > small{
    font-size: 5.33333vw;
  }
  .page-hohoemi-4months .sec-counseling-text{
    font-size: 3.2vw;
  }
  .page-hohoemi-4months .sec-counseling-banner{
    margin-top: 5.2vw;
  }
  .page-hohoemi-4months .sec-counseling-banner-link{
    border-radius: 2.66667vw;
    box-shadow: 0 0 1.33333vw 0.66667vw rgba(97, 97, 97, 0.2);
  }
  .page-hohoemi-4months .sec-counseling-banner-link:hover{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: 0 0 1.33333vw 0.66667vw rgba(97, 97, 97, 0.2);
  }
  .page-hohoemi-4months .sec-counseling-info{
    margin-top: 6vw;
  }
  .page-hohoemi-4months .sec-counseling-info-box{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3.73333vw;
  }
  .page-hohoemi-4months .sec-counseling-info-title{
    width: 28vw;
    height: 7.46667vw;
    border-radius: 3.73333vw;
    margin-right: 3.2vw;
    font-size: 2.98667vw;
  }
  .page-hohoemi-4months .sec-counseling-info-content{
    padding-top: 0.93333vw;
    font-size: 3.36vw;
    line-height: 1.44;
  }
  .page-hohoemi-4months .sec-counseling-info-content > small{
    display: block;
    font-size: 2.66667vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page-hohoemi-4months .sec-counseling .liquid-wrap .liquid-box.liq-01{
    top: 66.66667vw;
    left: -13.33333vw;
    width: 45.46667vw;
  }
  .page-hohoemi-4months .sec-banner-list-item:nth-child(1){
    padding-left: 1.33333vw;
  }
  .page-hohoemi-4months .sec-banner .sns-wrap{
    margin-top: 9.86667vw;
  }
  .page-hohoemi-4months .sec-banner .sns-wrap .btn-sns{
    width: 14.93333vw;
    height: 14.93333vw;
  }
  .page-hohoemi-4months .sec-banner .sns-wrap .btn-sns + .btn-sns{
    margin-left: 6.13333vw;
  }
  .page-hohoemi-4months .remodal-wrapper{
    padding: 8vw 2.66667vw;
  }
  .page-hohoemi-8months{
    min-width: auto;
  }
  .page-hohoemi-8months .nopc{
    display: block !important;
  }
  .page-hohoemi-8months .nosp{
    display: none !important;
  }
  .page-hohoemi-8months .mv{
    height: 133.33333vw;
    background-image: url(../img/8months/mv_bg_sp.jpg);
    background-size: cover;
  }
  .page-hohoemi-8months .mv-inner{
    padding: 5.33333vw 7.33333vw 13.33333vw;
  }
  .page-hohoemi-8months .mv-title{
    width: 50.93333vw;
    height: 33.33333vw;
    font-size: 8vw;
  }
  .page-hohoemi-8months .mv-title-logo{
    width: 24.13333vw;
    margin: 0 auto 4.4vw;
  }
  .page-hohoemi-8months .mv-lead-text{
    margin-top: 4.66667vw;
    font-size: 2.93333vw;
    line-height: 2;
  }
  .page-hohoemi-8months .mv-lead-text > strong{
    font-size: 2.93333vw;
  }
  .page-hohoemi-8months .mv-lead .bg-icon.ic-01{
    top: 13.33333vw;
    left: -2.66667vw;
    width: 10.8vw;
  }
  .page-hohoemi-8months .mv-lead .bg-icon.ic-02{
    top: 20vw;
    right: -2.66667vw;
    width: 11.06667vw;
  }
  .page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-01{
    top: -13.33333vw;
    right: -13.33333vw;
    width: 29.46667vw;
  }
  .page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-02{
    top: -4vw;
    left: 4vw;
    width: 44.66667vw;
  }
  .page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-03{
    display: none;
  }
  .page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-04{
    display: none;
  }
  .page-hohoemi-8months .mv .liquid-wrap .liquid-box.liq-05{
    top: 93.33333vw;
    left: -5.33333vw;
    width: 26vw;
  }
  .page-hohoemi-8months .sec .wave-box{
    top: -5.86667vw;
    height: 5.86667vw;
  }
  .page-hohoemi-8months .sec .wave-box-bottom{
    top: auto;
  }
  .page-hohoemi-8months .sec-inner{
    padding: 10.66667vw 4vw;
  }
  .page-hohoemi-8months .sec-title > span::after{
    height: 1.73333vw;
    margin-top: 2.66667vw;
  }
  .page-hohoemi-8months .sec-title{
    font-size: 5.6vw;
    line-height: 1.3;
  }
  .page-hohoemi-8months .sec-contents{
    margin-top: 5.33333vw;
  }
  .page-hohoemi-8months .sec-worries-inner{
    padding-bottom: 20vw;
  }
  .page-hohoemi-8months .sec-worries-title{
    font-size: 5.33333vw;
  }
  .page-hohoemi-8months .sec-worries-title em::before{
    top: -1.73333vw;
    left: -0.66667vw;
    width: 1.06667vw;
    height: 1.33333vw;
  }
  .page-hohoemi-8months .sec-worries-contents{
    margin-top: 5.33333vw;
  }
  .page-hohoemi-8months .sec-worries-text{
    font-size: 3.2vw;
    letter-spacing: normal;
  }
  .page-hohoemi-8months .sec-worries-text > strong{
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  .page-hohoemi-8months .sec-worries-text > small{
    font-size: 2.66667vw;
  }
  .page-hohoemi-8months .sec-worries-hohoemi{
    margin: 8.8vw auto 0;
    width: 90%;
  }
  .page-hohoemi-8months .sec-worries .liquid-wrap .liquid-box.liq-01{
    top: 26.66667vw;
    left: 5.33333vw;
    width: 30.66667vw;
  }
  .page-hohoemi-8months .sec-worries .liquid-wrap .liquid-box.liq-02{
    top: 73.33333vw;
    right: -6.66667vw;
    width: 44.66667vw;
  }
  .page-hohoemi-8months .sec-reason{
    padding-top: 73.33333vw;
  }
  .page-hohoemi-8months .sec-reason-contents-inner{
    padding: 10.66667vw 4vw;
  }
  .page-hohoemi-8months .sec-reason-contents-02{
    margin-top: 0;
  }
  .page-hohoemi-8months .sec-reason-contents-02 .sec-reason-contents-inner{
    padding: 8vw 4vw 13.33333vw;
  }
  .page-hohoemi-8months .sec-reason-nav{
    top: -13.86667vw;
    left: 0;
    width: 100%;
    height: 27.73333vw;
    margin: auto;
  }
  .page-hohoemi-8months .sec-reason-nav > li{
    width: 27.73333vw;
    height: 27.73333vw;
  }
  .page-hohoemi-8months .sec-reason-nav > li + li{
    margin-left: 5.33333vw;
  }
  .page-hohoemi-8months .sec-reason-nav > li > a{
    padding: 6.4vw 0;
    font-size: 4.10667vw;
    line-height: 1.6;
    box-shadow: 0 0 0 0.66667vw #fff, 1.33333vw 1.33333vw 2vw 0.66667vw rgba(97, 97, 97, 0.1);
    border-width: 0.8vw;
  }
  .page-hohoemi-8months .sec-reason-nav > li > a::before{
    width: 4.8vw;
    height: 4.8vw;
    right: 0.66667vw;
    bottom: 0.66667vw;
  }
  .page-hohoemi-8months .sec-reason-nav > li > a::after{
    right: 2.26667vw;
    bottom: 2.26667vw;
    border-width: 1.06667vw 0.66667vw 0 0.66667vw;
  }
  .page-hohoemi-8months .sec-reason-nav > li > a:hover{
    box-shadow: 0 0 0 0.66667vw #82b848, 1.33333vw 1.33333vw 2vw 0.66667vw rgba(97, 97, 97, 0.1);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page-hohoemi-8months .sec-reason-nav > li > a .small{
    font-size: 2.66667vw;
  }
  .page-hohoemi-8months .sec-reason-nav > li > a .strong{
    font-size: 4.66667vw;
  }
  .page-hohoemi-8months .sec-reason-heading h3{
    margin-left: 2.93333vw;
    font-size: 5.86667vw;
  }
  .page-hohoemi-8months .sec-reason-heading-01{
    top: -56vw;
  }
  .page-hohoemi-8months .sec-reason-heading-icon{
    width: 15.6vw;
    height: 14.4vw;
    padding: 2.53333vw 0 2.53333vw 1.33333vw;
    line-height: 1.5;
  }
  .page-hohoemi-8months .sec-reason-heading-icon > small{
    display: inline-block;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.72);
    -ms-transform: scale(0.72);
    transform: scale(0.72);
  }
  .page-hohoemi-8months .sec-reason-heading-icon > strong{
    font-size: 5.12vw;
    line-height: 0.5;
  }
  .page-hohoemi-8months .sec-reason-text{
    font-size: 3.2vw;
    letter-spacing: -0.03em;
  }
  .page-hohoemi-8months .sec-reason-text > strong{
    margin-bottom: 0.5em;
    font-size: 4.16vw;
  }
  .page-hohoemi-8months .sec-reason-text > small{
    font-size: 2.66667vw;
    letter-spacing: normal;
  }
  .page-hohoemi-8months .sec-reason-text-01{
    top: -37.33333vw;
  }
  .page-hohoemi-8months .sec-reason-text-02{
    margin-bottom: 8vw;
  }
  .page-hohoemi-8months .sec-reason-container{
    margin-bottom: 5.33333vw;
    padding: 6.66667vw 4vw 9.33333vw;
    border-width: 0.8vw;
    border-radius: 4vw;
  }
  .page-hohoemi-8months .sec-reason-container-heading{
    margin-bottom: 4.8vw;
  }
  .page-hohoemi-8months .sec-reason-container-heading h4{
    width: 24vw;
    height: 24vw;
    margin-right: 3.86667vw;
    border-width: 0.8vw;
    font-size: 4.53333vw;
  }
  .page-hohoemi-8months .sec-reason-container-heading-text{
    width: 52.8vw;
    font-size: 3.2vw;
  }
  .page-hohoemi-8months .sec-reason-container-body > dl{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-hohoemi-8months .sec-reason-container-body-title{
    width: 100%;
    height: 8vw;
    margin-right: 0;
    margin-bottom: 2.4vw;
    border-radius: 1.33333vw;
    font-size: 3.33333vw;
  }
  .page-hohoemi-8months .sec-reason-container-body-item p{
    margin-top: 1em;
    font-size: 3.06667vw;
  }
  .page-hohoemi-8months .sec-reason-container-body-item small{
    font-size: 2.66667vw;
  }
  .page-hohoemi-8months .sec-reason-container-body-item span{
    height: 16.93333vw;
  }
  .page-hohoemi-8months .sec-reason-container-body-item + .sec-reason-container-body-item{
    margin-left: 4vw;
  }
  .page-hohoemi-8months .sec-reason-container-block-inner{
    padding: 2.66667vw 3.2vw;
  }
  .page-hohoemi-8months .sec-reason-container-block-inner + .sec-reason-container-block-inner{
    border-left-width: 0.8vw;
  }
  .page-hohoemi-8months .sec-reason-container-block-heading{
    top: -10vw;
    width: 37.33333vw;
    height: 6.66667vw;
    border-radius: 3.33333vw;
    font-size: 2.66667vw;
  }
  .page-hohoemi-8months .sec-reason-container-block-body-top{
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 12vw;
    font-size: 2.66667vw;
    white-space: nowrap;
  }
  .page-hohoemi-8months .sec-reason-container-block-body-top strong{
    font-size: 3.73333vw;
  }
  .page-hohoemi-8months .sec-reason-container-block-body-top small{
    display: inline-block;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    font-size: 2.66667vw;
  }
  .page-hohoemi-8months .sec-reason-container-block-body-top::after{
    right: 1.33333vw;
    width: 15.33333vw;
    height: 18.66667vw;
    background-size: contain;
  }
  .page-hohoemi-8months .sec-reason-container-block-body-bottom{
    width: 37.33333vw;
    height: 19.46667vw;
    padding: 4vw 10.66667vw 4vw 1.33333vw;
    background-size: auto 80%;
    background-position: 26.66667vw center;
    border-radius: 2vw;
    font-size: 2.66667vw;
  }
  .page-hohoemi-8months .sec-reason-container-block-body-bottom span{
    font-size: 2.66667vw;
  }
  .page-hohoemi-8months .sec-reason-container-block-body-bottom strong{
    font-size: 3.73333vw;
  }
  .page-hohoemi-8months .sec-reason-container-block-body-bottom::before{
    top: -5.33333vw;
    width: 3.46667vw;
    height: 4.4vw;
  }
  .page-hohoemi-8months .sec-reason-container-02{
    padding: 6.4vw 4vw 3.2vw;
  }
  .page-hohoemi-8months .sec-reason-container-02 .bg-icon.ic-01{
    top: -93.33333vw;
    left: 2.66667vw;
    width: 10.66667vw;
  }
  .page-hohoemi-8months .sec-reason-container-02 .bg-icon.ic-02{
    right: 4vw;
    bottom: -17.33333vw;
    width: 14.13333vw;
  }
  .page-hohoemi-8months .sec-reason .liquid-wrap{
    display: none;
  }
  .page-hohoemi-8months .sec-followupmilk-inner{
    padding-bottom: 13.33333vw;
  }
  .page-hohoemi-8months .sec-followupmilk-title{
    font-size: 5vw;
    letter-spacing: normal;
    white-space: nowrap;
    line-height: 1.4;
  }
  .page-hohoemi-8months .sec-followupmilk-title em::before{
    top: -0.53333vw;
    left: -0.66667vw;
    width: 1.06667vw;
    height: 1.33333vw;
  }
  .page-hohoemi-8months .sec-followupmilk-contents{
    margin-top: 8vw;
  }
  .page-hohoemi-8months .sec-followupmilk-text{
    font-size: 3.2vw;
  }
  .page-hohoemi-8months .sec-followupmilk-text > strong{
    font-size: 4.16vw;
    margin-bottom: 0.5em;
  }
  .page-hohoemi-8months .sec-followupmilk-text{
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .page-hohoemi-8months .sec-followupmilk-container{
    margin-top: 14.4vw;
    padding: 8vw 0 4vw;
  }
  .page-hohoemi-8months .sec-followupmilk-container-heading{
    top: -4vw;
    width: 64vw;
    height: 8vw;
    font-size: 3.2vw;
  }
  .page-hohoemi-8months .sec-followupmilk-container-body{
    padding: 0 6.66667vw;
  }
  .page-hohoemi-8months .sec-followupmilk-container-body-text{
    margin-top: 0.5em;
    font-size: 3.2vw;
    letter-spacing: normal;
  }
  .page-hohoemi-8months .sec-followupmilk-container-body-text strong{
    font-size: 4.48vw;
  }
  .page-hohoemi-8months .sec-followupmilk-container-body-text small{
    font-size: 2.88vw;
  }
  .page-hohoemi-8months .sec-followupmilk-container-body-img{
    height: 21.33333vw;
    margin: 0 auto;
  }
  .page-hohoemi-8months .sec-followupmilk-container-body-img-spinach{
    width: 20.66667vw;
  }
  .page-hohoemi-8months .sec-followupmilk-container-body-img-milk{
    width: 26.66667vw;
  }
  .page-hohoemi-8months .sec-followupmilk-banner{
    margin-top: 9.46667vw;
  }
  .page-hohoemi-8months .sec-followupmilk-banner-link{
    border-radius: 2.66667vw;
    box-shadow: 0 0 1.33333vw 0.66667vw rgba(97, 97, 97, 0.2);
  }
  .page-hohoemi-8months .sec-followupmilk-banner-link:hover{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: 0 0 1.33333vw 0.66667vw rgba(97, 97, 97, 0.2);
  }
  .page-hohoemi-8months .sec-followupmilk .liquid-wrap .liquid-box.liq-01{
    top: 53.33333vw;
    left: -13.33333vw;
    width: 45.46667vw;
  }
  .page-hohoemi-8months .sec-followupmilk .liquid-wrap .liquid-box.liq-02{
    bottom: 66.66667vw;
    right: -33.33333vw;
    width: 44.66667vw;
  }
  .page-hohoemi-8months .sec-counseling-inner{
    padding-bottom: 6.66667vw;
  }
  .page-hohoemi-8months .sec-counseling-inner .bg-icon.ic-01{
    top: -6.66667vw;
    left: 2.66667vw;
    width: 17.2vw;
  }
  .page-hohoemi-8months .sec-counseling-inner .bg-icon.ic-02{
    top: 144vw;
    right: 6.66667vw;
    width: 12.93333vw;
  }
  .page-hohoemi-8months .sec-counseling-title{
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .page-hohoemi-8months .sec-counseling-title > small{
    font-size: 5.33333vw;
  }
  .page-hohoemi-8months .sec-counseling-text{
    font-size: 3.2vw;
  }
  .page-hohoemi-8months .sec-counseling-banner{
    margin-top: 5.2vw;
  }
  .page-hohoemi-8months .sec-counseling-banner-link{
    border-radius: 2.66667vw;
    box-shadow: 0 0 1.33333vw 0.66667vw rgba(97, 97, 97, 0.2);
  }
  .page-hohoemi-8months .sec-counseling-banner-link:hover{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: 0 0 1.33333vw 0.66667vw rgba(97, 97, 97, 0.2);
  }
  .page-hohoemi-8months .sec-counseling-info{
    margin-top: 6vw;
  }
  .page-hohoemi-8months .sec-counseling-info-box{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3.73333vw;
  }
  .page-hohoemi-8months .sec-counseling-info-title{
    width: 28vw;
    height: 7.46667vw;
    border-radius: 3.73333vw;
    margin-right: 3.2vw;
    font-size: 2.98667vw;
  }
  .page-hohoemi-8months .sec-counseling-info-content{
    padding-top: 0.93333vw;
    font-size: 3.36vw;
    line-height: 1.44;
  }
  .page-hohoemi-8months .sec-counseling-info-content > small{
    display: block;
    font-size: 2.66667vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page-hohoemi-8months .sec-banner-list-item:nth-child(1){
    padding-left: 1.33333vw;
  }
  .page-hohoemi-8months .sec-banner .sns-wrap{
    margin-top: 9.86667vw;
  }
  .page-hohoemi-8months .sec-banner .sns-wrap .btn-sns{
    width: 14.93333vw;
    height: 14.93333vw;
  }
  .page-hohoemi-8months .sec-banner .sns-wrap .btn-sns + .btn-sns{
    margin-left: 6.13333vw;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .visible-sm{
    display: block !important;
  }
  table.visible-sm{
    display: table !important;
  }
  tr.visible-sm{
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm{
    display: table-cell !important;
  }
  .visible-sm-block{
    display: block !important;
  }
  .visible-sm-inline{
    display: inline !important;
  }
  .visible-sm-inline-block{
    display: inline-block !important;
  }
  .hidden-sm{
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .visible-md{
    display: block !important;
  }
  table.visible-md{
    display: table !important;
  }
  tr.visible-md{
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md{
    display: table-cell !important;
  }
  .visible-md-block{
    display: block !important;
  }
  .visible-md-inline{
    display: inline !important;
  }
  .visible-md-inline-block{
    display: inline-block !important;
  }
  .hidden-md{
    display: none !important;
  }
}

@media (min-width: 1200px){
  .visible-lg{
    display: block !important;
  }
  table.visible-lg{
    display: table !important;
  }
  tr.visible-lg{
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg{
    display: table-cell !important;
  }
  .visible-lg-block{
    display: block !important;
  }
  .visible-lg-inline{
    display: inline !important;
  }
  .visible-lg-inline-block{
    display: inline-block !important;
  }
  .hidden-lg{
    display: none !important;
  }
}

@media print{
  .visible-print{
    display: block !important;
  }
  table.visible-print{
    display: table !important;
  }
  tr.visible-print{
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print{
    display: table-cell !important;
  }
  .visible-print-block{
    display: block !important;
  }
  .visible-print-inline{
    display: inline !important;
  }
  .visible-print-inline-block{
    display: inline-block !important;
  }
  .hidden-print{
    display: none !important;
  }
}

@media (max-width: 320px){
  .visible-xxs{
    display: block !important;
  }
  .swiper-pagination-bullet{
    width: 28px;
    height: 28px;
    margin: 0 4px;
  }
  .box-dash .text-wrap .circle + .text,
  .box-dash-thin .text-wrap .circle + .text{
    font-size: 1rem;
  }
  .page-rakurakumilk-index .sec-00 .mv-btm .mv-title-wrap .img-02{
    width: 27.69231%;
  }
  .page-rakurakumilk-index .sec-01 .head-wrap .head-img{
    width: 27.69231%;
  }
  .page-rakurakumilk-index .sec-01 .head-wrap h2{
    font-size: 1.7rem;
    padding-left: 35.07692%;
  }
  .page-rakurakumilk-index .sec-02 .save-wrap .list-01{
    font-size: 1.0rem;
  }
  .page-rakurakumilk-usage .sec-01 .box-dash-inner .text-wrap .text{
    font-size: 1rem;
  }
  .page-rakurakumilk-disaster .sec-01 .before-wrap .text-wrap .text{
    font-size: 1rem;
  }
  .page-rakurakumilk-disaster .sec-03 .ng-wrap .list-01{
    font-size: 1.0rem;
  }
  .page-rakurakumilk-disaster .sec-04 .ng-wrap .list-01{
    font-size: 1.0rem;
  }
  .page-rakurakumilk-mapping .sec-01 .before-wrap .text-wrap .text{
    font-size: 1rem;
  }
  .page-rakurakumilk-mapping .sec-03 .ng-wrap .list-01{
    font-size: 1.0rem;
  }
  .page-rakurakucube-index .sec-01 h2{
    font-size: 1.3rem !important;
  }
}

@media (min-width: 768px){
  .btn-text{
    font-weight: bold;
  }
  section.hero-bg{
    padding: 0 10px;
  }
  section.hero-bg .hero-bg-inner{
    position: relative;
    min-width: 1100px;
    max-width: 1450px;
    margin: 0 auto;
    border-radius: 8px;
    background-size: cover;
  }
  section.hero-bg .hero-bg-inner .hero-wrap{
    height: 484px;
  }
  section.hero-bg .hero-bg-inner .hero-wrap .mv-img{
    opacity: 0;
  }
  .step-button-wrapper a:hover{
    opacity: 1;
  }
  .step-button-wrapper a:hover .banner{
    -webkit-transform: translate3d(-303px, 0, 0);
    transform: translate3d(-303px, 0, 0);
    opacity: 1;
  }
  .class-product-info .sec-inner.wide, .page-index .sec-05 .sec-inner.wide, .page-product .sec-01 .sec-inner.wide{
    max-width: 1100px;
  }
  .page-index .sec-00{
    width: 100%;
  }
  .page-index .sec-00 .hero-bg-inner{
    min-width: 1080px;
    height: 600px;
    padding: 0;
    border-radius: 18px;
    background-size: 102% auto;
    background-position: center center;
  }
  .page-index .sec-00 .mv-wrap{
    width: 100%;
    height: 100%;
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
    min-width: 1080px;
  }
  .page-index .sec-00 .mv-wrap .mv-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .page-index .sec-02 .sec-inner{
    padding: 70px 0;
  }
  .page-rakurakumilk-index .sec-00 .hero-bg-inner{
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("/baby/hohoemi/assets/img/rakurakumilk/top/mv.png");
  }
  .page-rakurakumilk-index .sec-00 .mv-wrap{
    width: 1100px;
    height: 100%;
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .page-rakurakumilk-index .sec-00 .mv-wrap .mv-img{
    opacity: 0;
  }
  .page-rakurakumilk-disaster .board-title-wrap img{
    height: 545px;
  }
  .page-rakurakumilk-disaster .sec-03 .box-dash .list-01 li{
    font-size: 1.4rem;
    margin-top: 10px;
    padding-left: 2rem;
    font-weight: bold;
  }
  .page-rakurakumilk-disaster .sec-03 .box-dash .list-01 li small{
    font-size: 1.4rem;
    font-weight: normal;
  }
  .page-rakurakumilk-recipe .sec-inner{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-rakurakumilk-recipe .sec-00 .hero-bg-inner{
    background-image: url("/baby/hohoemi/assets/img/rakurakumilk/recipe/mv.png");
  }
  .page-rakurakumilk-recipe .sec-00 .hero-wrap .title-wrap{
    height: 100%;
  }
  .page-rakurakumilk-recipe .sec-00 .hero-wrap .title-wrap h1{
    width: 494px;
  }
  .page-rakurakumilk-recipe .sec-01 .sec-inner{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-rakurakumilk-mapping .sec-02 .box-dash .list-01 li{
    font-size: 1.3rem;
    margin-top: 10px;
    padding-left: 2rem;
    font-weight: bold;
  }
  .page-rakurakumilk-mapping .sec-02 .box-dash .list-01 li small{
    font-size: 1.3rem;
    font-weight: normal;
  }
  .page-rakurakumilk-attachment .sec-00 .hero-bg-inner{
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("/baby/hohoemi/assets/img/rakurakumilk/attachment/mv.png");
  }
  .page-rakurakumilk-attachment .sec-00 .mv-wrap{
    width: 1100px;
    height: 100%;
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .page-rakurakumilk-attachment .sec-00 .mv-wrap .mv-img{
    opacity: 0;
  }
  .page-rakurakumilk-attachment .sec-02 .sec-inner .wrap .text{
    margin-top: -35px;
  }
  .page-rakurakumilk-attachment .sec-02 .sec-inner .wrap .image02{
    width: 135px;
    height: 128px;
    position: absolute;
    left: -104px;
    bottom: -41px;
  }
  .page-rakurakumilk-attachment .sec-02 .sec-inner .wrap .image02 img{
    width: 135px;
    height: 128px;
  }
  .page-rakurakumilk-attachment .sec-03 .bg{
    width: 319px;
    height: 280px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 60px;
    -webkit-transform: translate3d(-275px, 0, 0);
    transform: translate3d(-275px, 0, 0);
  }
  .page-rakurakumilk-attachment .sec-03 .bg img{
    width: 319px;
    height: 280px;
  }
  .page-rakurakumilk-attachment .sec-03 .icon{
    width: 88px;
    height: 85px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(330px, 0, 0);
    transform: translate3d(330px, 0, 0);
  }
  .page-rakurakumilk-attachment .sec-03 .icon img{
    width: 88px;
    height: 85px;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body{
    margin: 50px 0 0 0;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox{
    width: 474px;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox:before{
    width: 474px;
    height: 18px;
    background: url("/baby/hohoemi/assets/img/rakurakumilk/attachment/box_top.png") no-repeat;
    background-size: 474px 18px;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap{
    background: url("/baby/hohoemi/assets/img/rakurakumilk/attachment/box_middle.png") repeat;
    background-size: 474px 18px;
    padding: 10px 30px;
    margin: -1px 0 0 0;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-ttl h3{
    font-size: 22px;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body{
    margin: 10px 0 0 0;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dt{
    margin-top: 20px;
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox > .wrap .box-body dl dd{
    margin-top: 20px;
    padding: 0 0 0 16px;
    width: 360px;
  }
  .page-rakurakumilk-attachment .sec-03 .section-body .bgbox:after{
    margin: -1px 0 0 0;
    width: 474px;
    height: 17px;
    background: url("/baby/hohoemi/assets/img/rakurakumilk/attachment/box_bottom.png") no-repeat;
    background-size: 474px 17px;
  }
  .page-rakurakumilk-attachment .sec-04 .sec-inner .icon01{
    width: 69px;
    height: 74px;
    position: absolute;
    left: -120px;
    top: 0;
    z-index: 10;
  }
  .page-rakurakumilk-attachment .sec-04 .sec-inner .icon01 img{
    width: 69px;
    height: 74px;
  }
  .page-rakurakumilk-attachment .sec-04 .sec-inner .icon02{
    width: 120px;
    height: 94px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .page-rakurakumilk-attachment .sec-04 .sec-inner .icon02 img{
    width: 120px;
    height: 94px;
  }
  .page-rakurakumilk-attachment .sec-04 .swiper-pagination-wrap{
    width: 550px;
    margin-left: -30px;
  }
  .page-rakurakumilk-attachment .sec-05 .sec-inner .bg01{
    width: 335px;
    height: 307px;
    position: absolute;
    right: -265px;
    top: 0;
    z-index: 9;
  }
  .page-rakurakumilk-attachment .sec-05 .sec-inner .bg01 img{
    width: 335px;
    height: 307px;
  }
  .page-rakurakumilk-attachment .sec-05 .sec-inner .icon01{
    width: 64px;
    height: 71px;
    position: absolute;
    margin: auto;
    right: -135px;
    top: 0;
    bottom: 0;
    z-index: 10;
  }
  .page-rakurakumilk-attachment .sec-05 .sec-inner .icon01 img{
    width: 64px;
    height: 71px;
  }
  .page-rakurakumilk-attachment .sec-06 .sec-inner .bg01{
    width: 319px;
    height: 280px;
    position: absolute;
    left: -153px;
    top: 30px;
    z-index: 9;
  }
  .page-rakurakumilk-attachment .sec-06 .sec-inner .bg01 img{
    width: 319px;
    height: 280px;
  }
  .page-rakurakumilk-attachment .sec-06 .sec-inner .icon01{
    width: 97px;
    height: 85px;
    position: absolute;
    left: -125px;
    top: 0;
    z-index: 10;
  }
  .page-rakurakumilk-attachment .sec-06 .sec-inner .icon01 img{
    width: 97px;
    height: 85px;
  }
  .page-rakurakumilk-attachment .sec-07 .sec-inner .bg01{
    width: 335px;
    height: 307px;
    position: absolute;
    right: -200px;
    top: 0px;
    z-index: 0;
  }
  .page-rakurakumilk-attachment .sec-07 .sec-inner .bg01 img{
    width: 335px;
    height: 307px;
  }
  .page-rakurakumilk-attachment .sec-07 .sec-inner .icon01{
    width: 64px;
    height: 71px;
    position: absolute;
    right: -125px;
    top: 240px;
    z-index: 10;
  }
  .page-rakurakumilk-attachment .sec-07 .sec-inner .icon01 img{
    width: 64px;
    height: 71px;
  }
  .page-science .sec-00 .hero-bg-inner{
    background-image: url("/baby/hohoemi/assets/img/science/mv.png");
  }
  .page-science .sec-01 .sec-inner{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-science .sec-02 .sec-inner{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-science .sec-02 .sec-img-02{
    width: 384px;
  }
  .page-nutrition .sec-inner{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-nutrition .sec-00 .hero-bg-inner{
    background-image: url("/baby/hohoemi/assets/img/nutrition/mv.png");
  }
  .page-nutrition .sec-01 .btn-wrap{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-nutrition .sec-01 .btn-wrap .btn-text{
    width: 260px;
    margin: 0 0 20px 0;
  }
  .page-nutrition .sec-01 .btn-wrap .btn-text + .btn-text{
    margin-left: 20px;
  }
  .page-rakurakucube-index .sec-inner{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-rakurakucube-index .sec-00 .hero-bg-inner{
    background-image: url("/baby/hohoemi/assets/img/rakurakucube/top/mv.png");
    background-position: center center;
  }
  .page-rakurakucube-usage .board-title-wrap img{
    height: 596px;
  }
  .page-mixed-feeding .board-title-wrap img{
    height: 488px;
  }
  .page-mixed-feeding .sec-01 .sec-inner{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-powder-index .sec-inner{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-powder-index .sec-00 .hero-bg-inner{
    background-image: url("/baby/hohoemi/assets/img/powder/top/mv.png");
    background-position: center center;
  }
  .page-powder-usage .board-title-wrap img{
    height: 488px;
  }
  .page-powder-usage .sec-01 .sec-inner{
    padding-top: 70px;
    padding-bottom: 0;
  }
  .page-history .sec-inner{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-history .sec-00 .hero-bg-inner{
    background-image: url("/baby/hohoemi/assets/img/history/mv.png");
  }
  .page-history .sec-00 .hero-wrap .title-wrap{
    height: 100%;
  }
  .page-history .sec-00 .hero-wrap .title-wrap h1{
    width: 494px;
  }
  .page-history .sec-01 .sec-inner{
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 769px){
  .rakuraku-cube-slide .wrap .item,
  .rakuraku-cube-slide-multilang .wrap .item{
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .rakuraku-cube-slide .wrap .item.i1 .inner img,
  .rakuraku-cube-slide-multilang .wrap .item.i1 .inner img{
    width: auto;
    height: 221px;
  }
  .rakuraku-cube-slide .wrap .item.i2 .inner img,
  .rakuraku-cube-slide-multilang .wrap .item.i2 .inner img{
    width: auto;
    height: 221px;
  }
  .rakuraku-cube-slide .wrap .item.i3 .inner img,
  .rakuraku-cube-slide-multilang .wrap .item.i3 .inner img{
    width: auto;
    height: 176.8px;
    margin-top: 44.2px;
  }
}

@media screen and (max-width: 768px){
  .rakuraku-cube-slide .wrap .item,
  .rakuraku-cube-slide-multilang .wrap .item{
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .rakuraku-cube-slide .wrap .item.i1 .inner img,
  .rakuraku-cube-slide-multilang .wrap .item.i1 .inner img{
    width: 90.57971vw;
  }
  .rakuraku-cube-slide .wrap .item.i2 .inner img,
  .rakuraku-cube-slide-multilang .wrap .item.i2 .inner img{
    width: 51.69082vw;
  }
  .rakuraku-cube-slide .wrap .item.i3 .inner img,
  .rakuraku-cube-slide-multilang .wrap .item.i3 .inner img{
    width: auto;
    height: 44.05797vw;
    margin-top: 11.01449vw;
  }
  .rakuraku-cube-slide.product .wrap,
  .rakuraku-cube-slide-multilang.product .wrap{
    display: block;
  }
  .rakuraku-cube-slide.product .wrap .item,
  .rakuraku-cube-slide-multilang.product .wrap .item{
    opacity: 1;
  }
}

@media screen and (min-width: 768px){
  .en .page-index .sec-00 .mv-wrap h1,
  .vn .page-index .sec-00 .mv-wrap h1,
  .kr .page-index .sec-00 .mv-wrap h1,
  .cn .page-index .sec-00 .mv-wrap h1,
  .tw .page-index .sec-00 .mv-wrap h1,
  .th .page-index .sec-00 .mv-wrap h1,
  .pt .page-index .sec-00 .mv-wrap h1{
    height: 96px;
  }
  .en .page-index .sec-00 .mv-wrap h1 img,
  .vn .page-index .sec-00 .mv-wrap h1 img,
  .kr .page-index .sec-00 .mv-wrap h1 img,
  .cn .page-index .sec-00 .mv-wrap h1 img,
  .tw .page-index .sec-00 .mv-wrap h1 img,
  .th .page-index .sec-00 .mv-wrap h1 img,
  .pt .page-index .sec-00 .mv-wrap h1 img{
    width: 193px;
    height: 96px;
  }
  .en .page-index .sec-00 .mv-wrap .copy,
  .vn .page-index .sec-00 .mv-wrap .copy,
  .kr .page-index .sec-00 .mv-wrap .copy,
  .cn .page-index .sec-00 .mv-wrap .copy,
  .tw .page-index .sec-00 .mv-wrap .copy,
  .th .page-index .sec-00 .mv-wrap .copy,
  .pt .page-index .sec-00 .mv-wrap .copy{
    top: 120px;
    font-size: 11px;
  }
  .page-index .sec-04 .sec-inner .movie-list{
    margin: 20px auto 0 auto;
    width: 766px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-index .sec-04 .sec-inner .movie-list article{
    width: 322px;
  }
  .page-index .sec-04 .sec-inner .movie-list article + article{
    margin-top: 30px;
  }
  .page-index .sec-04 .sec-inner .movie-list article + article:nth-child(1), .page-index .sec-04 .sec-inner .movie-list article + article:nth-child(2){
    margin-top: 0;
  }
  .page-index .sec-04 .sec-inner .movie-list article a{
    width: 322px;
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure{
    width: 322px;
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure .image{
    width: 322px;
    box-shadow: 0 0 10px rgba(188, 178, 155, 0.8);
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure .image img{
    width: 322px;
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure figcaption{
    margin-top: 13px;
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure figcaption p{
    font-size: 13px;
    line-height: 24px;
  }
  .page-index .sec-05 #product-02 .swiper-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-index .sec-05 #product-02 .slide-02{
    margin-left: 50px;
  }
  .page-index .sec-05 .consul{
    width: 910px;
    min-width: 910px;
    margin: 50px auto;
  }
  .page-index .sec-05 .consul .lead{
    width: 470px;
  }
  .page-index .sec-05 .consul .bnr img{
    width: 293px;
  }
  br.pc{
    display: inline;
  }
  br.sp{
    display: none;
  }
  .page-index .sec-08 .sec-inner{
    width: 910px;
    min-width: 910px;
  }
  .page-index .sec-08 .sec-inner .ex{
    background: url("/baby/hohoemi/assets/img/top/sec_08_bg.png") no-repeat 95px top;
    min-height: 489px;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap{
    width: 563px;
    margin: 0 0 0 243px;
    padding: 110px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap article{
    width: 267px;
    position: relative;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap article figure .image{
    width: 267px;
    height: 163px;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap article figure .image img{
    width: 267px;
    height: 163px;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap article figure figcaption{
    margin: 1em 0 0 0;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap article figure figcaption p{
    font-size: 12px;
    line-height: 18px;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap article:nth-child(1):after{
    content: '';
    display: block;
    padding: 28px 0 0 0;
    width: 46px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/top/sec_08_arr.png") no-repeat;
    background-size: 46px 28px;
    text-indent: -5000px;
    position: absolute;
    left: 257px;
    top: 65px;
    z-index: 10;
  }
  .page-index .sec-08 .sec-inner .ex .link{
    margin: 25px 0 0 0;
  }
  .page-index .sec-08 .sec-inner .ex .link .text{
    font-size: 18px;
    color: #ff8583;
    font-weight: bold;
    text-align: center;
  }
  .page-index .sec-08 .sec-inner .ex .link .button .btn-text{
    margin-top: 0;
  }
  br.pc{
    display: inline;
  }
  br.sp{
    display: none;
  }
  .page-index .sec-09{
    margin-top: 90px;
  }
  .page-index .sec-09 .title:before{
    display: block;
    padding: 58.43284px 0 0 0;
    width: 135px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/top/sec_09_head.png") no-repeat;
    background-size: 135px 58.43284px;
    text-indent: -5000px;
    margin: 0 auto 25px auto;
  }
  .page-index .sec-09 .cam-cloud{
    margin-top: 30px;
    padding: 40px 0;
    background: url("/baby/hohoemi/assets/img/top/sec_09_bg.png") center center;
    background-size: 48px 48px;
  }
  .page-index .sec-09 .chara.c1{
    right: 180px;
    top: -10px;
    width: 183px;
    height: 144px;
  }
  .page-index .sec-09 .chara.c1 img{
    width: 183px;
    height: 144px;
  }
  .page-index .sec-09 .comingsoon{
    margin-top: 20px;
    height: 328px;
    background: url("/baby/hohoemi/assets/img/top/sec_09_cs_bg.png") center center repeat-x;
  }
  .page-index .sec-09 .comingsoon p{
    font-size: 46px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
  }
  .page-index .sec-10 .sec-inner{
    width: 910px;
    min-width: 910px;
  }
  .page-index .sec-11 .sec-inner .consul{
    width: 910px;
    min-width: 910px;
    margin: 50px auto;
  }
  .page-index .sec-11 .sec-inner .consul .lead{
    width: 470px;
  }
  .page-index .sec-11 .sec-inner .consul .bnr img{
    width: 293px;
  }
  .page-index .sec-11 .sec-inner .bnr img{
    width: 293px;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap img{
    margin: 0 1em;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap img:nth-child(1){
    width: 140px;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap img:nth-child(2){
    width: 140px;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap img:nth-child(3){
    width: 146px;
  }
  .page-rakurakumilk-index .sec-03 .point4-lead-wrap{
    margin: 0 25%;
  }
  .page-rakurakumilk-usage .sec-03 .sec-inner .bnr a{
    width: 293px;
  }
  .page-rakurakumilk-usage .sec-03 .sec-inner .bnr a + a{
    margin-top: 15px;
  }
  .page-rakurakumilk-usage .sec-03 .sec-inner .bnr a img{
    width: 293px;
  }
  .page-rakurakumilk-disaster .sec-01 .sec-inner .link .btn-image{
    width: 455px;
    margin: 0 auto;
  }
  .page-rakurakumilk-disaster .sec-02 .sec-inner.narrow{
    width: 605px;
  }
  .page-rakurakumilk-disaster .sec-02 .attachment{
    width: 605px;
    margin: 0 -67.5px;
  }
  .page-rakurakumilk-disaster .sec-03 .sec-inner .bnr a{
    width: 293px;
  }
  .page-rakurakumilk-disaster .sec-03 .sec-inner .bnr a img{
    width: 293px;
  }
  br.pc{
    display: inline;
  }
  br.sp{
    display: none;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-sorter{
    width: 974px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-sorter a{
    width: 174px;
    height: 34px;
    border-radius: 17px;
    font-size: 16px;
    line-height: 30px;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list{
    width: 1041px;
    margin: 0 auto;
    -webkit-transform: translate3d(33.5px, 0, 0);
    transform: translate3d(33.5px, 0, 0);
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article{
    width: 280px;
    margin: 0 67px 63px 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a{
    display: block;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a .name h3{
    height: 48px;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a .name h3 br{
    display: none;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a .name h3 br.list-pc{
    display: inline;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a .photo{
    margin: 17px 0 0 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a .photo img{
    width: 280px;
    box-shadow: 0px 0px 9px 1px rgba(104, 104, 104, 0.5);
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a .lead{
    margin: 17px 0 0 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a .lead p{
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a .type{
    margin: 16px 0 0 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a .type p{
    margin: 0;
    height: 34px;
    border-radius: 17px;
    background: #ff8583;
    font-size: 16px;
    color: #ffffff;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
  }
  .page-rakurakumilk-recipe .sec-02 .bnr a{
    width: 293px;
  }
  .page-rakurakumilk-recipe .sec-02 .bnr a img{
    width: 293px;
  }
  .page-rakurakumilk-recipe .recipe-modal-test{
    padding: 50px;
  }
  .page-rakurakumilk-recipe .recipe-modal{
    border-radius: 10px;
    padding: 20px 0 40px 59px;
    width: 800px;
  }
  .page-rakurakumilk-recipe .recipe-modal > .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-rakurakumilk-recipe .recipe-modal > .wrap .w1{
    width: 400px;
    margin-right: 29px;
  }
  .page-rakurakumilk-recipe .recipe-modal > .wrap .w2{
    width: 251px;
  }
  .page-rakurakumilk-recipe .recipe-modal .name{
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-rakurakumilk-recipe .recipe-modal .name h3{
    font-size: 30px;
    line-height: 45px;
    margin: 0;
    text-align: left;
  }
  .page-rakurakumilk-recipe .recipe-modal .name h3 br{
    display: none;
  }
  .page-rakurakumilk-recipe .recipe-modal .name h3 br.modal-pc{
    display: inline;
  }
  .page-rakurakumilk-recipe .recipe-modal .photo img{
    width: 400;
    box-shadow: 0px 0px 9px 1px rgba(104, 104, 104, 0.5);
  }
  .page-rakurakumilk-recipe .recipe-modal .type{
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-rakurakumilk-recipe .recipe-modal .type p{
    margin: 0;
    width: 251px;
    height: 34px;
    border-radius: 17px;
    background: #ff8583;
    font-size: 16px;
    color: #ffffff;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient{
    width: 251px;
    min-height: 260px;
    background: #ffffff;
    border: 2px dashed #ff8583;
    border-radius: 14px;
    padding: 25px;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient h4{
    font-size: 18px;
    line-height: 1;
    color: #ff8583;
    font-weight: bold;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table{
    margin: 20px 0 0 0;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table tr th{
    padding: 0 7px 0 0;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table tr th span{
    font-size: 13px;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table tr td{
    padding: 0;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table tr td span{
    font-size: 13px;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps{
    margin-top: 30px;
    width: 681px;
    background: #ffffff;
    border: 2px dashed #ff8583;
    border-radius: 14px;
    padding: 25px;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps h4{
    font-size: 18px;
    line-height: 1;
    color: #ff8583;
    font-weight: bold;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol{
    margin-top: 20px;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li{
    padding: 0 0 0 35px;
    position: relative;
    min-height: 27px;
    font-size: 15px;
    line-height: 28px;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li + li{
    margin-top: 26px;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 27px 0 0 0;
    width: 27px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/common/slide_page_01_on.png") no-repeat;
    background-size: 27px 27px;
    text-indent: -5000px;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(1):before{
    content: "1";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_01_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(2):before{
    content: "2";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_02_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(3):before{
    content: "3";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_03_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(4):before{
    content: "4";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_04_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(5):before{
    content: "5";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_05_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(6):before{
    content: "6";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_06_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(7):before{
    content: "7";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_07_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(8):before{
    content: "8";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_08_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(9):before{
    content: "9";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_09_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .close-button{
    margin-top: 37px;
  }
  .page-rakurakumilk-recipe .recipe-modal .close-button a{
    margin: 0 auto;
    display: block;
    width: 260px;
    height: 59px;
    border: 2px solid #c6c6c6;
    background: #ffffff;
    position: relative;
    text-align: center;
    line-height: 59px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
  }
  .page-rakurakumilk-recipe .recipe-modal .close-button a:after{
    content: '';
    display: block;
    padding: 13px 0 0 0;
    width: 13px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/common/btn_icon_close_a.png") no-repeat;
    background-size: 13px 13px;
    text-indent: -5000px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 30px;
  }
  .page-rakurakumilk-recipe .mfp-content{
    width: 800px;
    padding-top: 50px;
  }
  .page-rakurakumilk-recipe button.mfp-close{
    display: block;
    padding: 30px 0 0 0;
    width: 30px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/common/btn_icon_close_b.png") no-repeat;
    background-size: 30px 30px;
    text-indent: -5000px;
  }
  .page-rakurakumilk-recipe .sec-03 .bnr a{
    width: 293px;
  }
  .page-rakurakumilk-recipe .sec-03 .bnr a img{
    width: 293px;
  }
  .page-rakurakucube-index .sec-03 .bnr a{
    width: 293px;
  }
  .page-rakurakucube-index .sec-03 .bnr a img{
    width: 293px;
  }
  .page-rakurakucube-usage .sec-03 .sec-inner .bnr a{
    width: 293px;
  }
  .page-rakurakucube-usage .sec-03 .sec-inner .bnr a + a{
    margin-top: 15px;
  }
  .page-rakurakucube-usage .sec-03 .sec-inner .bnr a img{
    width: 293px;
  }
  .page-product .sec-01 .consul{
    width: 910px;
    min-width: 910px;
    margin: 50px auto;
  }
  .page-product .sec-01 .consul .lead{
    width: 470px;
  }
  .page-product .sec-01 .consul .bnr img{
    width: 293px;
  }
  .page-mixed-feeding .sec-01 .q5table table thead .r1 .h4{
    font-size: 11px;
  }
  .page-mixed-feeding .sec-02 .consul{
    width: 910px;
    min-width: 910px;
    margin: 50px auto;
  }
  .page-mixed-feeding .sec-02 .consul .lead{
    width: 470px;
  }
  .page-mixed-feeding .sec-02 .consul .bnr img{
    width: 293px;
  }
  br.pc{
    display: inline;
  }
  br.sp{
    display: none;
  }
  .page-history .sec-01 .ic-01{
    left: 100px;
    top: 50px;
  }
  .page-history .sec-01 .ic-02{
    right: 100px;
    bottom: 50px;
  }
  .page-history .sec-01 .sec-inner > .lead p{
    font-size: 15px;
    line-height: 30px;
  }
  .page-history .sec-02 .liq-05{
    display: none;
  }
  .page-history .sec-02 .liq-06{
    display: none;
  }
  .page-history .sec-02 .liq-07{
    display: none;
  }
  .page-history .sec-02 .ic-01{
    right: 100px;
    top: 750px;
  }
  .page-history .sec-02 .ic-02{
    left: 100px;
    top: 1800px;
  }
  .page-history .sec-02 .ic-03{
    right: 100px;
    top: 2500px;
  }
  .page-history .sec-02 .ic-04{
    left: 100px;
    top: 3250px;
  }
  .page-history .sec-02 .sec-inner > .lead{
    width: 700px;
    margin: 0 auto;
  }
  .page-history .sec-02 .sec-inner > .lead .text p{
    font-size: 15px;
    line-height: 30px;
  }
  .page-history .sec-02 .sec-inner > .lead .intage p{
    font-size: 10px;
    line-height: 30px;
  }
  .page-history .sec-02 .sec-inner .list{
    width: 908px;
  }
  .page-history .sec-02 .sec-inner .list article{
    width: 454px;
    background-size: 5px auto;
    padding-bottom: 50px;
  }
  .page-history .sec-02 .sec-inner .list article:nth-child(2){
    margin-top: 115px;
  }
  .page-history .sec-02 .sec-inner .list article .year{
    width: 267px;
    height: 80px;
    background-size: auto 20px;
  }
  .page-history .sec-02 .sec-inner .list article.y1923 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_01_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1951 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_02_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1961 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_03_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1966 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_04_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1970 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_05_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1981 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_06_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1987 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_07_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1991 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_08_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1994 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_09_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y2007 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_10_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y2012 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_11_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y2019 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_12_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y2020 .year span{
    display: block;
    padding: 80px 0 0 0;
    width: 80px;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_13_yea.png") no-repeat;
    background-size: 80px 80px;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article .image figcaption h4{
    font-size: 16px;
    margin-top: 15px;
  }
  .page-history .sec-02 .sec-inner .list article .image figcaption p{
    width: 240px;
    margin: 15px auto 0 auto;
  }
  .page-history .sec-02 .sec-inner .list article.y1923 .image img{
    width: 189.95px;
    height: 207.83333px;
  }
  .page-history .sec-02 .sec-inner .list article.y1951 .image img{
    width: 180.28333px;
    height: 206.38333px;
  }
  .page-history .sec-02 .sec-inner .list article.y1961 .image img{
    width: 178.35px;
    height: 221.36667px;
  }
  .page-history .sec-02 .sec-inner .list article.y1966 .image img{
    width: 184.63333px;
    height: 216.53333px;
  }
  .page-history .sec-02 .sec-inner .list article.y1970 .image img{
    width: 182.21667px;
    height: 209.28333px;
  }
  .page-history .sec-02 .sec-inner .list article.y1981 .image img{
    width: 180.28333px;
    height: 202.03333px;
  }
  .page-history .sec-02 .sec-inner .list article.y1987 .image img{
    width: 177.38333px;
    height: 211.21667px;
  }
  .page-history .sec-02 .sec-inner .list article.y1991 .image img{
    width: 179.8px;
    height: 206.38333px;
  }
  .page-history .sec-02 .sec-inner .list article.y1994 .image img{
    width: 175.45px;
    height: 208.31667px;
  }
  .page-history .sec-02 .sec-inner .list article.y2007 .image img{
    width: 166.75px;
    height: 208.31667px;
  }
  .page-history .sec-02 .sec-inner .list article.y2012 .image img{
    width: 214.11667px;
    height: 210.73333px;
  }
  .page-history .sec-02 .sec-inner .list article.y2019 .image img{
    width: 170.61667px;
    height: 226.68333px;
  }
  .page-history .sec-02 .sec-inner .list article.y2020 .image img{
    width: 301.6px;
    height: 156.11667px;
  }
  .page-history .sec-02 .sec-inner .list article.left{
    float: left;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    background-position: 441.5px top;
  }
  .page-history .sec-02 .sec-inner .list article.left:last-child{
    background-position: 441.5px bottom;
  }
  .page-history .sec-02 .sec-inner .list article.left .year{
    background-position: right center;
    margin: 0 0 0 auto;
  }
  .page-history .sec-02 .sec-inner .list article.left .year span{
    margin: 0 auto 0 0;
  }
  .page-history .sec-02 .sec-inner .list article.left .image img{
    margin: 10px 0 0 103px;
  }
  .page-history .sec-02 .sec-inner .list article.right{
    float: right;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    background-position: 7.5px top;
  }
  .page-history .sec-02 .sec-inner .list article.right:last-child{
    background-position: 7.5px bottom;
  }
  .page-history .sec-02 .sec-inner .list article.right .year{
    background-position: left center;
    margin: 0 auto 0 0;
  }
  .page-history .sec-02 .sec-inner .list article.right .year span{
    margin: 0 0 0 auto;
  }
  .page-history .sec-02 .sec-inner .list article.right .image img{
    margin: 10px 0 0 120px;
  }
  .page-history .sec-02 .sec-inner .list article.y2020 .image img{
    margin: 10px auto 0 auto;
  }
  .page-history .sec-03 .bnr a{
    width: 293px;
  }
  .page-history .sec-03 .bnr a img{
    width: 293px;
  }
}

@media screen and (max-width: 767px){
  .en .page-index .sec-00 .mv-wrap h1,
  .vn .page-index .sec-00 .mv-wrap h1,
  .kr .page-index .sec-00 .mv-wrap h1,
  .cn .page-index .sec-00 .mv-wrap h1,
  .tw .page-index .sec-00 .mv-wrap h1,
  .th .page-index .sec-00 .mv-wrap h1,
  .pt .page-index .sec-00 .mv-wrap h1{
    width: 41.23077vw;
    height: 25.33333vw;
  }
  .en .page-index .sec-00 .mv-wrap h1 img,
  .vn .page-index .sec-00 .mv-wrap h1 img,
  .kr .page-index .sec-00 .mv-wrap h1 img,
  .cn .page-index .sec-00 .mv-wrap h1 img,
  .tw .page-index .sec-00 .mv-wrap h1 img,
  .th .page-index .sec-00 .mv-wrap h1 img,
  .pt .page-index .sec-00 .mv-wrap h1 img{
    width: 41.23077vw;
    height: 25.33333vw;
  }
  .en .page-index .sec-00 .mv-wrap .copy,
  .vn .page-index .sec-00 .mv-wrap .copy,
  .kr .page-index .sec-00 .mv-wrap .copy,
  .cn .page-index .sec-00 .mv-wrap .copy,
  .tw .page-index .sec-00 .mv-wrap .copy,
  .th .page-index .sec-00 .mv-wrap .copy,
  .pt .page-index .sec-00 .mv-wrap .copy{
    top: 26.66667vw;
  }
  .en .page-index .sec-00 .mv-wrap .img-scroll,
  .vn .page-index .sec-00 .mv-wrap .img-scroll,
  .kr .page-index .sec-00 .mv-wrap .img-scroll,
  .cn .page-index .sec-00 .mv-wrap .img-scroll,
  .tw .page-index .sec-00 .mv-wrap .img-scroll,
  .th .page-index .sec-00 .mv-wrap .img-scroll,
  .pt .page-index .sec-00 .mv-wrap .img-scroll{
    width: 8.32vw;
    height: 9.52vw;
    bottom: 16vw;
  }
  .page-index .sec-04 .sec-inner .movie-list{
    margin: 5.33333vw auto 0 auto;
    width: 84.66667vw;
  }
  .page-index .sec-04 .sec-inner .movie-list article{
    width: 84.66667vw;
  }
  .page-index .sec-04 .sec-inner .movie-list article + article{
    margin-top: 8.66667vw;
  }
  .page-index .sec-04 .sec-inner .movie-list article a{
    width: 84.66667vw;
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure{
    width: 84.66667vw;
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure .image{
    width: 84.66667vw;
    box-shadow: 0 0 1.33333vw rgba(188, 178, 155, 0.8);
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure .image img{
    width: 84.66667vw;
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure figcaption{
    margin-top: 5.33333vw;
  }
  .page-index .sec-04 .sec-inner .movie-list article a figure figcaption p{
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
  .page-index .sec-05 .consul .title.large{
    font-size: 5.33333vw;
    line-height: 10.66667vw;
  }
  br.pc{
    display: none;
  }
  br.sp{
    display: inline;
  }
  .page-index .sec-08 .sec-inner .title.large{
    font-size: 5.33333vw;
    line-height: 10.66667vw;
    letter-spacing: 0em;
  }
  .page-index .sec-08 .sec-inner .ex{
    background: url("/baby/hohoemi/assets/img/sp/top/sec_08_bg.png") no-repeat left top;
    background-size: 34.66667vw 81.2vw;
    margin-top: 8vw;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap{
    width: 51.2vw;
    margin: 0 0 0 auto;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap article figcaption figcaption p{
    margin-top: 2vw;
    font-size: 2.66667vw;
    line-height: 4vw;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap article:nth-child(1){
    padding: 0 0 10vw 0;
    position: relative;
  }
  .page-index .sec-08 .sec-inner .ex > .wrap article:nth-child(1):after{
    content: '';
    display: block;
    padding: 7.73333vw 0 0 0;
    width: 4.66667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/sp/top/sec_08_arr.png") no-repeat;
    background-size: 4.66667vw 7.73333vw;
    text-indent: -5000px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 1.33333vw;
  }
  .page-index .sec-08 .sec-inner .ex .link{
    margin: 6.66667vw 0 0 0;
  }
  .page-index .sec-08 .sec-inner .ex .link .text{
    font-size: 4.26667vw;
    color: #ff8583;
    font-weight: bold;
    text-align: center;
  }
  .page-index .sec-08 .sec-inner .ex .link .button .btn-text{
    margin-top: 0;
  }
  br.pc{
    display: none;
  }
  br.sp{
    display: inline;
  }
  .page-index .sec-09{
    margin-top: 12vw;
  }
  .page-index .sec-09 .title:before{
    display: block;
    padding: 15.46667vw 0 0 0;
    width: 35.73333vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/top/sec_09_head.png") no-repeat;
    background-size: 35.73333vw 15.46667vw;
    text-indent: -5000px;
    margin: 0 auto 2vw auto;
  }
  .page-index .sec-09 .cam-cloud{
    margin-top: 5.33333vw;
    padding: 8.93333vw 0;
    background: url("/baby/hohoemi/assets/img/top/sec_09_bg.png") center center;
    background-size: 9.6vw 9.6vw;
  }
  .page-index .sec-09 .chara.c1{
    right: 2.66667vw;
    top: 1.33333vw;
    width: 28.26667vw;
    height: 22.26667vw;
  }
  .page-index .sec-09 .chara.c1 img{
    width: 28.26667vw;
    height: 22.26667vw;
  }
  .page-index .sec-09 .comingsoon{
    margin-top: 12vw;
    height: 50.4vw;
    background: url("/baby/hohoemi/assets/img/sp/top/sec_09_cs_bg.png") center center repeat-x;
    background-size: 100vw 50.4vw;
  }
  .page-index .sec-09 .comingsoon p{
    font-size: 8.26667vw;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
  }
  .page-index .sec-11 .sec-inner .consul{
    margin: 0 4.66667vw;
  }
  .page-index .sec-11 .sec-inner .consul .title.large{
    font-size: 5.33333vw;
    line-height: 10.66667vw;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap{
    margin-top: 13.33333vw;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap img{
    margin: 0;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap img:nth-child(1){
    width: 26.13333vw;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap img:nth-child(2){
    width: 25.86667vw;
  }
  .page-rakurakumilk-index .sec-03 .point4-images-wrap img:nth-child(3){
    width: 26.66667vw;
  }
  .page-rakurakumilk-usage .sec-03 .sec-inner .bnr a + a{
    margin-top: 5.33333vw;
  }
  br.pc{
    display: none;
  }
  br.sp{
    display: inline;
  }
  .page-rakurakumilk-recipe .sec-02 .sec-inner.list .title.large{
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-sorter{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-sorter a{
    width: 40vw;
    height: 6.66667vw;
    border-radius: 3.33333vw;
    font-size: 2.93333vw;
    line-height: 6.13333vw;
    margin: 0 6.4vw 6.66667vw 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-sorter a:nth-child(2n), .page-rakurakumilk-recipe .sec-02 .recipe-sorter a:nth-child(5){
    margin-right: 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article{
    width: 86.66667vw;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article + article{
    margin-top: 3.2vw;
    padding-top: 3.2vw;
    border-top: 3px dashed #aaaaaa;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a{
    display: -ms-grid;
    display: grid;
    grid-template: "article-photo article-name" auto "article-photo article-lead" auto "article-type  article-lead" auto/40vw auto;
    position: relative;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a:after{
    content: '';
    display: block;
    padding: 6vw 0 0 0;
    width: 3.46667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/sp/rakurakumilk/recipe/sec_02_article_icon.png") no-repeat;
    background-size: 3.46667vw 6vw;
    text-indent: -5000px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .name{
    grid-area: article-name;
    margin: 0 0 0 4vw;
    padding: 0 3.06667vw 0 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .name h3{
    font-size: 5.33333vw;
    line-height: 6.66667vw;
    margin: 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .name h3 br{
    display: none;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .name h3 br.list-sp{
    display: inline;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .photo{
    grid-area: article-photo;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .photo img{
    width: 40vw;
    box-shadow: 0px 0px 9px 1px rgba(104, 104, 104, 0.5);
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .lead{
    grid-area: article-lead;
    margin: 4vw 0 0 4vw;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .lead p{
    margin: 0;
    font-size: 3.2vw;
    line-height: 5.33333vw;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .type{
    grid-area: article-type;
    margin: 2.66667vw 0 0 0;
  }
  .page-rakurakumilk-recipe .sec-02 .recipe-list article a > .type p{
    margin: 0;
    width: 40vw;
    height: 6.66667vw;
    border-radius: 3.33333vw;
    background: #ff8583;
    font-size: 2.93333vw;
    color: #ffffff;
    line-height: 6.66667vw;
    font-weight: bold;
    text-align: center;
  }
  .page-rakurakumilk-recipe .sec-02 .bnr{
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
  .page-rakurakumilk-recipe .recipe-modal-test{
    padding: 50px 0;
  }
  .page-rakurakumilk-recipe .recipe-modal{
    border-radius: 1.86667vw;
    padding: 8vw 5.33333vw;
    width: 86.66667vw;
  }
  .page-rakurakumilk-recipe .recipe-modal .name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-rakurakumilk-recipe .recipe-modal .name h3{
    font-size: 5.33333vw;
    line-height: 8vw;
    margin: 0;
  }
  .page-rakurakumilk-recipe .recipe-modal .name h3 br{
    display: none;
  }
  .page-rakurakumilk-recipe .recipe-modal .name h3 br.modal-sp{
    display: inline;
  }
  .page-rakurakumilk-recipe .recipe-modal .photo{
    margin: 6.66667vw 0 0 0;
  }
  .page-rakurakumilk-recipe .recipe-modal .photo img{
    width: 76vw;
    box-shadow: 0px 0px 9px 1px rgba(104, 104, 104, 0.5);
  }
  .page-rakurakumilk-recipe .recipe-modal .type{
    margin: 4.53333vw 0 0 0;
  }
  .page-rakurakumilk-recipe .recipe-modal .type p{
    margin: 0;
    width: 76vw;
    height: 9.33333vw;
    border-radius: 4.66667vw;
    background: #ff8583;
    font-size: 3.2vw;
    color: #ffffff;
    line-height: 9.33333vw;
    font-weight: bold;
    text-align: center;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient{
    margin: 5.33333vw 0 0 0;
    width: 76vw;
    background: #ffffff;
    border: 0.53333vw dashed #ff8583;
    border-radius: 1.86667vw;
    padding: 5.33333vw;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient h4{
    font-size: 4vw;
    line-height: 1;
    color: #ff8583;
    font-weight: bold;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table{
    margin: 3.33333vw 0 0 0;
    width: 100%;
    font-size: 3.2vw;
    line-height: 5.33333vw;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table tr th{
    padding: 0 1.6vw 0 0;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table tr th span{
    font-size: 2.66667vw;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table tr td{
    padding: 0;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
  }
  .page-rakurakumilk-recipe .recipe-modal .ingredient table tr td span{
    font-size: 2.66667vw;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps{
    margin: 5.33333vw 0 0 0;
    width: 76vw;
    background: #ffffff;
    border: 0.53333vw dashed #ff8583;
    border-radius: 1.86667vw;
    padding: 5.33333vw;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps h4{
    font-size: 4vw;
    line-height: 1;
    color: #ff8583;
    font-weight: bold;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol{
    margin: 3.33333vw 0 0 0;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li{
    padding: 0 0 0 8vw;
    position: relative;
    min-height: 5.33333vw;
    font-size: 3.2vw;
    line-height: 5.33333vw;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li + li{
    margin-top: 5.33333vw;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 5.33333vw 0 0 0;
    width: 5.33333vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/common/slide_page_01_on.png") no-repeat;
    background-size: 5.33333vw 5.33333vw;
    text-indent: -5000px;
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(1):before{
    content: "1";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_01_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(2):before{
    content: "2";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_02_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(3):before{
    content: "3";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_03_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(4):before{
    content: "4";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_04_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(5):before{
    content: "5";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_05_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(6):before{
    content: "6";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_06_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(7):before{
    content: "7";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_07_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(8):before{
    content: "8";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_08_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .steps ol li:nth-child(9):before{
    content: "9";
    background-image: url("/baby/hohoemi/assets/img/common/slide_page_09_on.png");
  }
  .page-rakurakumilk-recipe .recipe-modal .close-button{
    margin: 10vw 0 0 0;
  }
  .page-rakurakumilk-recipe .recipe-modal .close-button a{
    margin: 0 auto;
    display: block;
    width: 69.33333vw;
    height: 15.73333vw;
    border: 0.4vw solid #c6c6c6;
    background: #ffffff;
    position: relative;
    text-align: center;
    line-height: 15.73333vw;
    border-radius: 0.93333vw;
    font-size: 4vw;
    font-weight: bold;
  }
  .page-rakurakumilk-recipe .recipe-modal .close-button a:after{
    content: '';
    display: block;
    padding: 4vw 0 0 0;
    width: 4vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/common/btn_icon_close_a.png") no-repeat;
    background-size: 4vw 4vw;
    text-indent: -5000px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 7.33333vw;
  }
  .page-rakurakumilk-recipe .mfp-content{
    width: 86.66667vw;
    padding-top: 13.33333vw;
  }
  .page-rakurakumilk-recipe button.mfp-close{
    display: block;
    padding: 7.6vw 0 0 0;
    width: 7.6vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/common/btn_icon_close_b.png") no-repeat;
    background-size: 7.6vw 7.6vw;
    text-indent: -5000px;
  }
  .page-rakurakumilk-recipe .sec-03 .bnr{
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
  .page-rakurakucube-index .sec-03 .bnr{
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
  .page-rakurakucube-usage .sec-03 .sec-inner .bnr a + a{
    margin-top: 5.33333vw;
  }
  .page-product .sec-01 .consul .title.large{
    font-size: 5.33333vw;
    line-height: 10.66667vw;
    letter-spacing: 0em;
  }
  .page-mixed-feeding .sec-01 .q5table{
    padding: 6vw 4.66667vw;
  }
  .page-mixed-feeding .sec-01 .q5table table{
    margin: 6vw 0 0 0;
  }
  .page-mixed-feeding .sec-01 .q5table table th,
  .page-mixed-feeding .sec-01 .q5table table td{
    font-size: 2.4vw;
  }
  .page-mixed-feeding .sec-02 .consul{
    margin: 0 4.66667vw;
  }
  .page-mixed-feeding .sec-02 .consul .title.large{
    font-size: 5.33333vw;
    line-height: 10.66667vw;
  }
  br.pc{
    display: none;
  }
  br.sp{
    display: inline;
  }
  .page-history .sec-01 .ic-01{
    display: none;
  }
  .page-history .sec-01 .ic-02{
    display: none;
  }
  .page-history .sec-01 .sec-inner > .lead{
    padding-bottom: 6.66667vw;
  }
  .page-history .sec-01 .sec-inner > .lead p{
    font-size: 3.73333vw;
    line-height: 7.2vw;
  }
  .page-history .sec-02 .liq-01{
    top: 133.33333vw;
    right: 0vw;
    width: 53.33333vw;
  }
  .page-history .sec-02 .liq-02{
    top: 333.33333vw;
    left: 0vw;
    width: 53.33333vw;
  }
  .page-history .sec-02 .liq-03{
    top: 533.33333vw;
    right: 0vw;
    width: 53.33333vw;
  }
  .page-history .sec-02 .liq-04{
    top: 866.66667vw;
    left: 0vw;
    width: 53.33333vw;
  }
  .page-history .sec-02 .liq-05{
    top: 1066.66667vw;
    right: 0vw;
    width: 53.33333vw;
  }
  .page-history .sec-02 .liq-06{
    top: 1266.66667vw;
    left: 0vw;
    width: 53.33333vw;
  }
  .page-history .sec-02 .liq-07{
    top: 1466.66667vw;
    right: 0vw;
    width: 53.33333vw;
  }
  .page-history .sec-02 .ic-01{
    display: none;
  }
  .page-history .sec-02 .ic-02{
    display: none;
  }
  .page-history .sec-02 .ic-03{
    display: none;
  }
  .page-history .sec-02 .ic-04{
    display: none;
  }
  .page-history .sec-02 .sec-inner > .lead .text p{
    font-size: 3.73333vw;
    line-height: 7.2vw;
  }
  .page-history .sec-02 .sec-inner > .lead .intage p{
    font-size: 2.93333vw;
    line-height: 7.2vw;
  }
  .page-history .sec-02 .sec-inner .list{
    width: 88vw;
  }
  .page-history .sec-02 .sec-inner .list article{
    background-size: 0.66667vw auto;
    padding-bottom: 6.66667vw;
    background-position: 1vw top;
  }
  .page-history .sec-02 .sec-inner .list article:first-child{
    background-position: 1vw 10.53333vw;
  }
  .page-history .sec-02 .sec-inner .list article:last-child{
    background-position: 1vw bottom;
  }
  .page-history .sec-02 .sec-inner .list article .year{
    height: 21.06667vw;
    background-size: auto 3.2vw;
    background-position: left center;
  }
  .page-history .sec-02 .sec-inner .list article .year span{
    margin: 0 0 0 auto;
  }
  .page-history .sec-02 .sec-inner .list article.y1923 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_01_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1951 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_02_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1961 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_03_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1966 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_04_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1970 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_05_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1981 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_06_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1987 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_07_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1991 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_08_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y1994 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_09_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y2007 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_10_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y2012 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_11_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y2019 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_12_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.y2020 .year span{
    display: block;
    padding: 21.06667vw 0 0 0;
    width: 21.06667vw;
    height: 0;
    overflow: hidden;
    background: url("/baby/hohoemi/assets/img/history/sec_02_lis_13_yea.png") no-repeat;
    background-size: 21.06667vw 21.06667vw;
    text-indent: -5000px;
  }
  .page-history .sec-02 .sec-inner .list article.left .image img,
  .page-history .sec-02 .sec-inner .list article.right .image img{
    margin-left: 16vw;
  }
  .page-history .sec-02 .sec-inner .list article.left .image figcaption,
  .page-history .sec-02 .sec-inner .list article.right .image figcaption{
    margin: 0 0 0 10.66667vw;
  }
  .page-history .sec-02 .sec-inner .list article.left .image figcaption h4,
  .page-history .sec-02 .sec-inner .list article.right .image figcaption h4{
    font-size: 4.26667vw;
    letter-spacing: 0;
    margin-top: 6.13333vw;
    text-align: left;
  }
  .page-history .sec-02 .sec-inner .list article.left .image figcaption p,
  .page-history .sec-02 .sec-inner .list article.right .image figcaption p{
    margin: 2.66667vw 0 0 0;
    text-align: left;
  }
  .page-history .sec-02 .sec-inner .list article.y2020 .image img{
    margin-left: auto;
    margin-right: auto;
  }
  .page-history .sec-02 .sec-inner .list article.y1923 .image img{
    width: 52.4vw;
    height: 57.33333vw;
  }
  .page-history .sec-02 .sec-inner .list article.y1951 .image img{
    width: 49.73333vw;
    height: 56.93333vw;
  }
  .page-history .sec-02 .sec-inner .list article.y1961 .image img{
    width: 49.2vw;
    height: 61.06667vw;
  }
  .page-history .sec-02 .sec-inner .list article.y1966 .image img{
    width: 50.93333vw;
    height: 59.73333vw;
  }
  .page-history .sec-02 .sec-inner .list article.y1970 .image img{
    width: 50.26667vw;
    height: 57.73333vw;
  }
  .page-history .sec-02 .sec-inner .list article.y1981 .image img{
    width: 49.73333vw;
    height: 55.73333vw;
  }
  .page-history .sec-02 .sec-inner .list article.y1987 .image img{
    width: 48.93333vw;
    height: 58.26667vw;
  }
  .page-history .sec-02 .sec-inner .list article.y1991 .image img{
    width: 49.6vw;
    height: 56.93333vw;
  }
  .page-history .sec-02 .sec-inner .list article.y1994 .image img{
    width: 48.4vw;
    height: 57.46667vw;
  }
  .page-history .sec-02 .sec-inner .list article.y2007 .image img{
    width: 46vw;
    height: 57.46667vw;
  }
  .page-history .sec-02 .sec-inner .list article.y2012 .image img{
    width: 59.06667vw;
    height: 58.13333vw;
  }
  .page-history .sec-02 .sec-inner .list article.y2019 .image img{
    width: 47.06667vw;
    height: 62.53333vw;
  }
  .page-history .sec-02 .sec-inner .list article.y2020 .image img{
    width: 83.2vw;
    height: 43.06667vw;
  }
  .page-history .sec-03 .bnr{
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 767px){
  .page-rakurakumilk-index .sec-00 .mv-btm .mv-banner_line_sp{
    display: none;
  }
}
