@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0;
  display: block; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  color: #000; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

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

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box; }

body {
  color: #431e03;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background: #faf9f6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1000px; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

img {
  width: 100%;
  height: auto; }

::selection {
  background: #ffce18;
  color: #fff; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

/* ==========================================================================
Font
========================================================================== */
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
    a:hover img {
      opacity: 0.8; }

@media screen and (min-width: 769px) {
  a:hover, a img {
    transition: .2s ease-out; } }
a.btn {
  position: relative;
  display: block;
  max-width: 250px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 20px;
  transition: opacity .25s ease-out;
  font-weight: bold;
  transition: all .2s ease-out;
  color: #fff; }

@media screen and (min-width: 769px) {
  a.btn:hover {
    text-decoration: none;
    background: #ffce18;
    color: #fff; } }
/* ==========================================================================
Mixin
========================================================================== */
.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal; }

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal; }

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal; }

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal; }

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal; }

p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal; }
  @media screen and (min-width: 769px) {
    p {
      font-size: 14px; } }

.l-inner {
  width: 93%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .l-inner {
      width: 850px; } }

.btn {
  background: #4d0000;
  width: 220px;
  height: 60px;
  line-height: 1.5;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 21px;
  font-weight: bolder;
  position: relative; }
  @media screen and (min-width: 769px) {
    .btn {
      width: 70%;
      height: 40px;
      margin: 0 auto;
      font-size: 15px;
      line-height: 10px; } }

.btn:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 8px;
  bottom: 0;
  left: auto;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  height: calc(tan(60deg)* 11px / 2);
  width: 8px; }
  @media screen and (min-width: 769px) {
    .btn:after {
      width: 10px;
      height: 12px;
      top: 15px;
      right: 18px; } }

.caution {
  font-size: 9px;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    .caution {
      font-size: 14px; } }

/* ==========================================================================
header
========================================================================== */
.l-header {
  width: 200px;
  margin: 10px auto; }
  @media screen and (min-width: 769px) {
    .l-header {
      width: 250px;
      margin: 15px auto; } }

/* ==========================================================================
kv
========================================================================== */
.l-kv {
  background: #ffce18;
  padding: 25px 0 140px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-kv {
      padding: 25px 0 210px; } }
  .l-kv .l-inner .kv-ttl {
    width: 97%;
    margin: 0px auto 0px; }
    @media screen and (min-width: 769px) {
      .l-kv .l-inner .kv-ttl {
        width: 100%;
        margin: 20px auto 30px; } }
  .l-kv .kv-deco {
    position: absolute;
    width: 190px;
    right: 10px;
    bottom: -30px;
    z-index: 20; }
    @media screen and (min-width: 769px) {
      .l-kv .kv-deco {
        width: 280px;
        right: 9%;
        bottom: -7%; } }
  .l-kv .caution {
    position: absolute;
    width: 130px;
    right: 0%;
    bottom: 11%;
    z-index: 30; }
    @media screen and (min-width: 769px) {
      .l-kv .caution {
        width: 24%;
        bottom: 10%; } }

.kongari_slice_main {
  background: #ffce18; }

/* ==========================================================================
l-product
========================================================================== */
.l-product {
  z-index: 100;
  background: url(../img/bg_01.png) no-repeat;
  background-size: cover;
  margin: -80px auto 0;
  padding: 70px 0 0;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .l-product {
      background: url(../img/bg_01_sp.png) no-repeat;
      background-size: cover;
      margin: -140px auto 0;
      padding: 90px 0 0; } }
  .l-product .l-cp {
    background: #fff;
    box-shadow: -9px 9px #ffce18;
    width: 95%;
    border-radius: 15px 0 0 15px;
    padding: 25px 13px 20px 12px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    overflow: hidden;
    margin-right: -15px; }
    @media screen and (min-width: 769px) {
      .l-product .l-cp {
        margin: 0 auto;
        border-radius: 20px;
        width: 840px;
        box-shadow: -15px 15px #ffce18;
        padding: 30px 30px 40px 30px; } }
    .l-product .l-cp .cp-box {
      width: 96%;
      margin-bottom: 25px; }
      @media screen and (min-width: 769px) {
        .l-product .l-cp .cp-box {
          width: 100%;
          margin: 0 auto; } }
    @media screen and (min-width: 769px) {
      .l-product .l-cp .cp-btn-box {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 0px 0 0px;
        margin: 0 auto; } }
    .l-product .l-cp .cp-btn-box .cp-btn a {
      width: 54%;
      height: 35px;
      background: #ffce18;
      font-size: 14px;
      text-align: center;
      font-weight: 700;
      line-height: 34px;
      border-radius: 30px;
      margin-top: 15px;
      margin: 13px 0 0 10px;
      z-index: 1;
      position: relative;
      display: block;
      padding-right: 12px; }
      @media screen and (min-width: 769px) {
        .l-product .l-cp .cp-btn-box .cp-btn a {
          width: 240px;
          height: 50px;
          font-size: 18px;
          line-height: 50px;
          margin-top: 0;
          padding-right: 0px; } }
    .l-product .l-cp .cp-btn-box .cp-btn a::after {
      position: absolute;
      content: "";
      top: 14px;
      right: 15px;
      bottom: 0;
      left: auto;
      -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      background: #431e03;
      height: calc(tan(60deg)* 8px / 2);
      width: 11px; }
      @media screen and (min-width: 769px) {
        .l-product .l-cp .cp-btn-box .cp-btn a::after {
          top: 21px;
          right: 20px;
          height: calc(tan(60deg)* 11px / 2);
          width: 13px; } }
    .l-product .l-cp .cp-btn-box .btn-x a {
      background: #000;
      color: #fff;
      font-weight: 500;
      padding-left: 17px; }
    .l-product .l-cp .cp-btn-box .btn-x a::after {
      position: absolute;
      content: "";
      top: 13px;
      right: 17px;
      bottom: 0;
      left: auto;
      -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      background: #fff;
      height: calc(tan(70deg)* 7px / 2);
      width: 6px; }
      @media screen and (min-width: 769px) {
        .l-product .l-cp .cp-btn-box .btn-x a::after {
          top: 21px;
          right: 20px;
          height: calc(tan(60deg)* 13px / 2);
          width: 8px; } }
    .l-product .l-cp .cp-btn-box .btn-x a::before {
      position: absolute;
      content: "";
      background: url(../img/cp_btn_x.svg) no-repeat right bottom;
      width: 11px;
      height: 100%;
      left: 19px;
      bottom: 12px; }
      @media screen and (min-width: 769px) {
        .l-product .l-cp .cp-btn-box .btn-x a::before {
          width: 16px;
          height: 100%;
          left: 30px;
          bottom: 16px; } }
  .l-product .l-cp::after {
    position: absolute;
    content: "";
    background: url(../img/cp_phone.png) no-repeat right bottom;
    background-size: contain;
    bottom: 0;
    right: 30px;
    width: 100%;
    height: 162px; }
    @media screen and (min-width: 769px) {
      .l-product .l-cp::after {
        height: 280px;
        content: none; } }
  .l-product .l-inner {
    width: 100%;
    margin-top: 40px; }
    @media screen and (min-width: 769px) {
      .l-product .l-inner {
        margin-top: 10px; } }
    .l-product .l-inner .product-box {
      display: flex;
      justify-content: space-between;
      padding: 0px 10px 20px;
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 769px) {
        .l-product .l-inner .product-box {
          padding: 70px 0px 40px;
          justify-content: center; } }
      .l-product .l-inner .product-box.product-box:last-child {
        flex-direction: row-reverse;
        padding: 30px 10px 100px; }
        @media screen and (min-width: 769px) {
          .l-product .l-inner .product-box.product-box:last-child {
            padding: 30px 0px 80px; } }
        .l-product .l-inner .product-box.product-box:last-child .product-img::before {
          position: absolute;
          content: "";
          background: url(../img/bg_06.svg) no-repeat left bottom;
          background-size: contain;
          bottom: 3%;
          right: -42%;
          width: 160%;
          height: 100%;
          z-index: -1;
          transform: rotate(280deg); }
          @media screen and (min-width: 769px) {
            .l-product .l-inner .product-box.product-box:last-child .product-img::before {
              bottom: -2%;
              right: -24%;
              width: 140%;
              height: 110%;
              z-index: -1; } }
      .l-product .l-inner .product-box .product-img {
        width: 35%;
        z-index: 10;
        position: relative; }
        @media screen and (min-width: 769px) {
          .l-product .l-inner .product-box .product-img {
            width: 300px;
            margin-right: 30px;
            position: relative; } }
        .l-product .l-inner .product-box .product-img img {
          width: 100%;
          margin: 0 auto 15px;
          display: block; }
          @media screen and (min-width: 769px) {
            .l-product .l-inner .product-box .product-img img {
              margin: 0 auto 20px; } }
        .l-product .l-inner .product-box .product-img .btn {
          width: 100%;
          font-size: 13px;
          font-weight: 500;
          background: #4d0000;
          color: #fff;
          height: 29px;
          line-height: 29px; }
          @media screen and (min-width: 769px) {
            .l-product .l-inner .product-box .product-img .btn {
              width: 70%;
              font-size: 18px;
              height: 40px;
              line-height: 40px; } }
        .l-product .l-inner .product-box .product-img .btn_anc {
          margin-top: 10px;
          font-size: 13px;
          height: 29px;
          line-height: 29px;
          padding-right: 20px; }
          @media screen and (min-width: 769px) {
            .l-product .l-inner .product-box .product-img .btn_anc {
              letter-spacing: -1px;
              font-size: 19px;
              height: 40px;
              line-height: 40px; } }
        .l-product .l-inner .product-box .product-img .btn_anc:after {
          position: absolute;
          content: "";
          top: 12px;
          right: 7px;
          bottom: 0;
          left: auto;
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
          background: #fff;
          height: calc(tan(60deg) * 8px / 2);
          width: 6px;
          padding: 0px 5px 0 0; }
          @media screen and (min-width: 769px) {
            .l-product .l-inner .product-box .product-img .btn_anc:after {
              width: 12px;
              height: 10px;
              top: 15px;
              right: 18px; } }
      .l-product .l-inner .product-box .product-img::before {
        position: absolute;
        content: "";
        background: url(../img/bg_05.svg) no-repeat left bottom;
        background-size: contain;
        bottom: -3%;
        right: -15%;
        width: 160%;
        height: 100%;
        z-index: -1; }
        @media screen and (min-width: 769px) {
          .l-product .l-inner .product-box .product-img::before {
            bottom: -5%;
            right: -14%;
            width: 140%;
            height: 110%;
            z-index: -1; } }
      .l-product .l-inner .product-box .product-detail {
        width: 58%;
        color: #fff;
        line-height: 1.5; }
        @media screen and (min-width: 769px) {
          .l-product .l-inner .product-box .product-detail {
            width: 500px;
            margin-left: 30px; } }
        .l-product .l-inner .product-box .product-detail .ttl {
          font-weight: 900;
          font-size: 17px; }
          @media screen and (min-width: 769px) {
            .l-product .l-inner .product-box .product-detail .ttl {
              font-size: 24px;
              padding-bottom: 5px;
              padding-top: 30px; } }
        .l-product .l-inner .product-box .product-detail p {
          font-size: 15px; }
          @media screen and (min-width: 769px) {
            .l-product .l-inner .product-box .product-detail p {
              font-size: 20px; } }
          .l-product .l-inner .product-box .product-detail p .caution {
            font-size: 9px; }
            @media screen and (min-width: 769px) {
              .l-product .l-inner .product-box .product-detail p .caution {
                font-size: 14px; } }
    .l-product .l-inner .product-box::before {
      position: absolute;
      content: "";
      background-size: contain;
      bottom: -60%;
      right: 34%;
      width: 100%;
      height: 160%;
      z-index: 0; }
      @media screen and (min-width: 769px) {
        .l-product .l-inner .product-box::before {
          content: none; } }

/* ==========================================================================
recipe
========================================================================== */
.l-recipe {
  position: relative;
  z-index: 900;
  background: url(../img/bg_03_sp.png) no-repeat;
  background-size: cover;
  margin-top: -40px;
  padding: 60px 0 140px; }
  .l-recipe .l-inner {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .l-recipe .l-inner {
        width: 1000px; } }
    .l-recipe .l-inner .recipe-ttl {
      width: 75%;
      margin: 0 auto 25px; }
      @media screen and (min-width: 769px) {
        .l-recipe .l-inner .recipe-ttl {
          width: 360px;
          margin: 0 auto 30px; } }
    .l-recipe .l-inner .recipe-tech {
      width: 95%;
      margin: 0 auto 10px; }
      @media screen and (min-width: 769px) {
        .l-recipe .l-inner .recipe-tech {
          width: 800px;
          margin: 0 auto 30px; } }
    .l-recipe .l-inner .caution {
      padding-left: 10px; }
      @media screen and (min-width: 769px) {
        .l-recipe .l-inner .caution {
          padding-left: 60px; } }
    .l-recipe .l-inner .recipe-box-ttl {
      width: 90%;
      margin: 0px auto 0px;
      padding: 20px 0 20px; }
      @media screen and (min-width: 769px) {
        .l-recipe .l-inner .recipe-box-ttl {
          width: 60%; } }
      .l-recipe .l-inner .recipe-box-ttl .caution {
        text-align: right;
        padding: 5px 10px 0 0; }
        @media screen and (min-width: 769px) {
          .l-recipe .l-inner .recipe-box-ttl .caution {
            padding: 5px 10px 0 0; } }
    .l-recipe .l-inner .recipe-box-ttl:last-child {
      margin: 20px auto 0; }
      @media screen and (min-width: 769px) {
        .l-recipe .l-inner .recipe-box-ttl:last-child {
          width: 60%;
          margin: 20px auto 0; } }
    .l-recipe .l-inner .recipe-box {
      display: flex;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 0px 0 0px; }
      @media screen and (min-width: 769px) {
        .l-recipe .l-inner .recipe-box {
          padding: 10px 0 30px; } }
      .l-recipe .l-inner .recipe-box .recipe-list {
        width: 45%;
        margin: 3px 6px;
        padding: 60px 10px 10px 10px;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 7px;
        position: relative; }
        @media screen and (min-width: 769px) {
          .l-recipe .l-inner .recipe-box .recipe-list {
            width: 27%;
            margin: 15px 15px;
            padding: 90px 20px 20px 20px;
            border-radius: 15px; } }
        .l-recipe .l-inner .recipe-box .recipe-list .recipe-list-ttl {
          position: absolute;
          top: -9px;
          left: -5px;
          width: 100%; }
          @media screen and (min-width: 769px) {
            .l-recipe .l-inner .recipe-box .recipe-list .recipe-list-ttl {
              top: -12px;
              left: -7px; } }
        .l-recipe .l-inner .recipe-box .recipe-list .recipe-list-photo {
          margin: 0 auto 10px; }
        .l-recipe .l-inner .recipe-box .recipe-list .btn {
          width: 93%;
          font-size: 11px;
          height: 30px;
          line-height: 29px;
          padding-right: 20px; }
          @media screen and (min-width: 769px) {
            .l-recipe .l-inner .recipe-box .recipe-list .btn {
              width: 85%;
              font-size: 15px;
              height: 40px;
              line-height: 40px;
              padding-right: 20px; } }
        .l-recipe .l-inner .recipe-box .recipe-list .btn:after {
          top: 10px;
          right: 10px;
          height: calc(tan(60deg)* 10px / 2);
          width: 6px; }
          @media screen and (min-width: 769px) {
            .l-recipe .l-inner .recipe-box .recipe-list .btn:after {
              top: 14px;
              right: 15px;
              height: calc(tan(60deg)* 13px / 2);
              width: 7px; } }
    .l-recipe .l-inner .illust {
      font-weight: 600;
      font-size: 14px;
      text-align: center;
      padding-top: 20px; }
      @media screen and (min-width: 769px) {
        .l-recipe .l-inner .illust {
          font-size: 18px; } }

/* ==========================================================================
outline
========================================================================== */
.l-outline {
  padding: 110px 0 0;
  position: relative;
  background: url(../img/bg_04_sp.png) no-repeat;
  background-size: cover;
  margin: 0;
  margin-top: -25%;
  z-index: 1000; }
  @media screen and (min-width: 769px) {
    .l-outline {
      margin-top: -60px;
      padding: 80px 0 0;
      background: url(../img/bg_04.png) no-repeat;
      background-size: cover; } }
  .l-outline .outline-box {
    background: #efe5d4;
    border-radius: 15px;
    position: relative;
    padding: 35px 15px 30px; }
    @media screen and (min-width: 769px) {
      .l-outline .outline-box {
        padding: 70px 30px 40px; } }
    .l-outline .outline-box .outline-ttl {
      width: 80%;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      top: -30px;
      transform: translateX(-50%); }
      @media screen and (min-width: 769px) {
        .l-outline .outline-box .outline-ttl {
          width: 370px; } }
    .l-outline .outline-box .outline-cont {
      line-height: 1.6; }
      .l-outline .outline-box .outline-cont .cont-txt {
        padding: 15px 0 6px;
        font-weight: 500; }
      .l-outline .outline-box .outline-cont .cont-ttl {
        font-size: 15px;
        padding: 15px 0 6px;
        font-weight: 500; }
        @media screen and (min-width: 769px) {
          .l-outline .outline-box .outline-cont .cont-ttl {
            font-size: 17px; } }
      .l-outline .outline-box .outline-cont p {
        position: relative;
        padding-left: 8px;
        line-height: 1.8 !important; }
        .l-outline .outline-box .outline-cont p a {
          color: #431e03;
          text-decoration: underline; }
      .l-outline .outline-box .outline-cont p::before {
        content: "・";
        position: absolute;
        left: -5px;
        margin-top: 1px; }
      .l-outline .outline-box .outline-cont .none::before {
        content: none; }
      .l-outline .outline-box .outline-cont p,
      .l-outline .outline-box .outline-cont li,
      .l-outline .outline-box .outline-cont a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.8 !important; }
        @media screen and (min-width: 769px) {
          .l-outline .outline-box .outline-cont p,
          .l-outline .outline-box .outline-cont li,
          .l-outline .outline-box .outline-cont a {
            font-size: 15px; } }
  .l-outline .outline-box:last-child {
    margin-top: 60px; }
    @media screen and (min-width: 769px) {
      .l-outline .outline-box:last-child {
        margin-top: 60px; } }
    .l-outline .outline-box:last-child .outline-ttl {
      width: 63%; }
      @media screen and (min-width: 769px) {
        .l-outline .outline-box:last-child .outline-ttl {
          width: 290px; } }

/* ==========================================================================
footer
========================================================================== */
footer {
  font-size: 10px;
  text-align: center;
  padding: 10px 0 30px;
  background: #faf9f6; }
  @media screen and (min-width: 769px) {
    footer {
      font-size: 12px;
      padding: 0px 0 50px; } }

.deco-1 {
  position: absolute;
  top: -0.9%;
  right: 0;
  z-index: 100;
  width: 25%;
  z-index: -1; }
  @media screen and (min-width: 769px) {
    .deco-1 {
      top: -3%;
      right: 0%;
      width: 17%; } }

.deco-2 {
  position: absolute;
  top: -55%;
  left: 0;
  width: 30%;
  z-index: -1; }
  @media screen and (min-width: 769px) {
    .deco-2 {
      left: 0;
      top: -200%;
      width: 16%; } }

.deco-3 {
  position: absolute;
  right: 0;
  width: 23%;
  bottom: 3%; }
  @media screen and (min-width: 769px) {
    .deco-3 {
      bottom: 0.5%;
      right: 1%;
      width: 14%; } }

.toast-slide {
  padding: 15px 0 0; }
  .toast-slide .img {
    height: 90px;
    max-height: 20vw;
    margin: 0 auto; }
    .toast-slide .img img {
      width: auto;
      height: 100%; }
    @media screen and (min-width: 769px) {
      .toast-slide .img {
        height: 150px; } }

#swiper-top {
  padding: 15px 0; }

#swiper-top .img:nth-child(2n-1) {
  animation: 3s 0s bound ease-in infinite; }

#swiper-bottom .img:nth-child(2n) {
  animation: 3s 0s bound ease-in infinite; }

@keyframes bound {
  79%,
  90%,
  97%,
  100% {
    transform: translate(0); }
  85% {
    transform: translateY(-15px); }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  99% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }
.toast-slide .swiper-wrapper {
  transition-timing-function: linear; }
