@charset "UTF-8";
/*vars*/
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*mixins*/
/*Grid*/
.col-md-1 {
  width: 8.3333333333%;
}

.col-md-2 {
  width: 16.6666666667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.3333333333%;
}

.col-md-5 {
  width: 41.6666666667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.3333333333%;
}

.col-md-8 {
  width: 66.6666666667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.3333333333%;
}

.col-md-11 {
  width: 91.6666666667%;
}

.col-md-12 {
  width: 100%;
}

.col-offset-md-1 {
  margin-left: 8.3333333333%;
}

.col-offset-md-2 {
  margin-left: 16.6666666667%;
}

.col-offset-md-3 {
  margin-left: 25%;
}

.col-offset-md-4 {
  margin-left: 33.3333333333%;
}

.col-offset-md-5 {
  margin-left: 41.6666666667%;
}

.col-offset-md-6 {
  margin-left: 50%;
}

.col-offset-md-7 {
  margin-left: 58.3333333333%;
}

.col-offset-md-8 {
  margin-left: 66.6666666667%;
}

.col-offset-md-9 {
  margin-left: 75%;
}

.col-offset-md-10 {
  margin-left: 83.3333333333%;
}

.col-offset-md-11 {
  margin-left: 91.6666666667%;
}

.col-offset-md-12 {
  margin-left: 100%;
}

@media (max-width: 640px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xs-3 {
    margin-left: 25%;
  }

  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xs-6 {
    margin-left: 50%;
  }

  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xs-9 {
    margin-left: 75%;
  }

  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .col-offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xs-3 {
    margin-left: 25%;
  }

  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xs-6 {
    margin-left: 50%;
  }

  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xs-9 {
    margin-left: 75%;
  }

  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .col-offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1248px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .col-offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .col-offset-xs-3 {
    margin-left: 25%;
  }

  .col-offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .col-offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .col-offset-xs-6 {
    margin-left: 50%;
  }

  .col-offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .col-offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .col-offset-xs-9 {
    margin-left: 75%;
  }

  .col-offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .col-offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .col-offset-xs-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 640px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 640px) {
  .visible-xs {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}

.visible-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .visible-sm {
    display: block;
  }
}

.container-600 {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .links {
    max-width: 310px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .recipe-link-container {
    text-align: center;
  }
}

.recipe-link {
  background-color: #d42d26;
  width: 270px;
  height: 50px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35px;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .recipe-link {
    margin: 0 auto;
    margin-top: 30px;
    justify-content: center;
  }
}
.recipe-link:hover {
  background-color: #fff;
}
.recipe-link:hover .rl-hover {
  opacity: 1;
  visibility: visible;
}
.recipe-link span {
  position: relative;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .recipe-link span:first-child img {
    width: 110px;
  }
}
.recipe-link span:last-child {
  margin-left: 30px;
  margin-right: 25px;
}
@media only screen and (max-width: 640px) {
  .recipe-link span:last-child {
    width: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.recipe-link span .rl-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.all-recipe-btn a {
  display: block;
  background-color: #fff;
  border: #ce000b solid 2px;
  padding: 27px 0;
  text-align: center;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (max-width: 640px) {
  .all-recipe-btn a {
    padding: 15px 0;
  }
}
.all-recipe-btn a:hover {
  background-color: #d42d26;
}
.all-recipe-btn a:hover span img {
  opacity: 0;
  visibility: hidden;
}
.all-recipe-btn a:hover span img.hover-img {
  opacity: 1;
  visibility: visible;
}
.all-recipe-btn a span {
  display: block;
  position: relative;
}
.all-recipe-btn a span img.hover-img {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .all-recipe-btn a span:first-child img {
    width: 185px;
  }
}
.all-recipe-btn a span:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 43px;
}
@media only screen and (max-width: 640px) {
  .all-recipe-btn a span:last-child {
    right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .all-recipe-btn a span:last-child img {
    width: 15px;
  }
}
.all-recipe-btn a span:last-child img.hover-img {
  top: 2px;
}

.bnr {
  background-image: url("../images/bnr-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:right bottom;
  background-color: #000;
  position: relative;
  display: block;
  overflow: hidden;
  height: 700px;
}
@media only screen and (max-width: 960px) {
  .bnr {
    background-image: url("../images/bnr-bg-sp.jpg");
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .bnr {
    background-position: center bottom;
  }
}
@media only screen and (max-width: 640px) {
  .bnr {
    height: auto;
  }
}
@media only screen and (max-width: 380px) {
  .bnr {
    background-position: bottom left;
  }
}
@media only screen and (max-width: 320px) {
  .bnr {
    background-image: url("../images/bnr-bg-xs.jpg");
  }
}
@media screen and (min-width: 1440px) {
  .bnr {
    height: 800px;
  }
}
@media screen and (min-width: 1700px) {
  .bnr {
    height: 900px;
  }
}
.bnr div {
  height: 100%;
}
.bnr .bnr-caption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 45%;
  margin-left: auto;
}
@media only screen and (max-width: 960px) {
  .bnr .bnr-caption {
    margin-right: auto;
    align-items: flex-start;
    justify-content: center;
    padding-top: 180px;
    padding-bottom: 400px;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .bnr .bnr-caption {
    padding-top: 85px;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 380px) {
  .bnr .bnr-caption {
    padding-bottom: 180px;
    padding-top: 75px;
  }
}
@media only screen and (max-width: 380px) {
  .bnr .bnr-caption {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 320px) {
  .bnr .bnr-caption {
    padding-bottom: 145px;
  }
}
.bnr .bnr-caption img {
  transform: translateX(30px);
}
@media only screen and (max-width: 1024px) {
  .bnr .bnr-caption img {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .bnr .bnr-caption img {
    width: 322px;
  }
}
.block-menu {
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  .block-menu {
    padding: 45px 0;
  }
}
.block-menu .about-bg-container {
  background-image: url("../images/about-bg-left.png"), url("../images/about-bg-right.png");
  background-position: left top, right top;
  background-size: 190px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 960px) {
  .block-menu .about-bg-container {
    background-image: none;
  }
}
.block-menu .caption {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .block-menu .caption {
    margin-bottom: 35px;
  }
}
.block-menu .about-bg-sp {
  text-align: center;
  display: none;
  margin-top: 35px;
}
@media only screen and (max-width: 960px) {
  .block-menu .about-bg-sp {
    display: block;
  }
}
.block-menu .about-bg-sp img {
  max-width: 350px;
}
@media only screen and (max-width: 640px) {
  .block-menu .about-bg-sp img {
    max-width: 100%;
  }
}
.block-menu.block-menu-nav {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .block-menu.block-menu-nav {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.point-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.point-box.point-box-sm .point-box-text {
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 380px) {
  .point-box.point-box-sm .point-box-text {
    font-size: 14px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  .point-box.point-box-sm span {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 380px) {
  .point-box.point-box-sm span {
    margin-right: 10px;
  }
}
.point-box span {
  margin-right: 25px;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .point-box span {
    width: 75px;
    margin-right: 5px;
  }
}
.point-box .point-box-text {
  color: #cea176;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 640px) {
  .point-box .point-box-text {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 380px) {
  .point-box .point-box-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.point-box .point-box-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.point-box .point-box-text ul li {
  position: relative;
  padding-left: 1em;
}
.point-box .point-box-text ul li span {
  position: absolute;
  left: 0;
}

.article-box {
  background-color: #ffee8e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .article-box {
    display: block;
    padding: 20px 15px 35px 15px;
  }
}
.article-box h4 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  background-image: url("../images/border-dot-s.png");
  background-size: 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.article-box p {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .article-box p {
    line-height: 23px;
  }
}
@media only screen and (max-width: 380px) {
  .article-box p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .article-box .article-box-img {
    margin-bottom: 15px;
  }
}
.article-box.article-box-1 {
  margin-bottom: 110px;
  display: block;
  padding: 30px 30px 40px 30px;
}
@media only screen and (max-width: 640px) {
  .article-box.article-box-1 {
    margin-bottom: 70px;
    padding: 30px 15px 40px 15px;
  }
}
.article-box.article-box-1 .article-box-item {
  display: flex;
  margin: 0 auto;
  margin-bottom: 45px;
  max-width: 750px;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .article-box.article-box-1 .article-box-item {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .article-box.article-box-1 .article-box-item:first-child h4 img {
    width: 282px;
  }
}
.article-box.article-box-1 .article-box-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .article-box.article-box-1 .article-box-item:last-child h4 img {
    width: 310px;
  }
}
.article-box.article-box-1 .article-box-item .article-box-img {
  flex-shrink: 0;
  width: 167px;
  text-align: center;
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  .article-box.article-box-1 .article-box-item .article-box-img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.article-box.article-box-2 {
  margin-bottom: 100px;
  display: block;
}
.article-box.article-box-2 > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .article-box.article-box-2 {
    margin-bottom: 70px;
    padding-bottom: 0;
  }
}
.article-box.article-box-2 .article-box-img {
  width: 257px;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 20px;
  text-align: right;
  align-self: flex-end;
}
@media only screen and (max-width: 768px) {
  .article-box.article-box-2 .article-box-img {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .article-box.article-box-2 .article-box-img {
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .article-box.article-box-2 .article-box-img img {
    width: 118px;
    transform: translateX(-15px);
  }
}
.article-box.article-box-2 .article-box-text {
  max-width: 680px;
  padding-right: 30px;
  padding-top: 45px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .article-box.article-box-2 .article-box-text {
    padding-bottom: 20px;
    padding-right: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 380px) {
  .article-box.article-box-2 .article-box-text {
    padding-bottom: 10px;
  }
}

.block-rich-time {
  padding-top: 55px;
  padding-bottom: 50px;
  background-color: #fff;
}
.block-rich-time .block-rt-top {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-top {
    display: block;
  }
}
.block-rich-time .block-rt-top .block-rt-left {
  padding-left: 40px;
  padding-right: 90px;
}
@media only screen and (max-width: 768px) {
  .block-rich-time .block-rt-top .block-rt-left {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-top .block-rt-left {
    padding-right: 0;
  }
}
.block-rich-time .block-rt-top .block-rt-left h5 {
  background-color: #fff005;
  display: inline-block;
  font-size: 18px;
  padding: 4px 43px;
  margin-bottom: 25px;
}
.block-rich-time .block-rt-top .block-rt-left h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-top .block-rt-left h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-top .block-rt-left h4 img {
    width: 315px;
  }
}
.block-rich-time .block-rt-top .block-rt-left h2 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  background-image: url("../images/border-dot.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 12px;
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-top .block-rt-left h2 {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-top .block-rt-left h2 img {
    width: 225px;
  }
}
.block-rich-time .block-rt-top .block-rt-left p {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-top .block-rt-left p {
    line-height: 23px;
  }
}
.block-rich-time .block-rt-top .block-rt-right {
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-top .block-rt-right {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-top .block-rt-right img {
    width: 225px;
  }
}
.block-rich-time .block-rt-btm .profile-box {
  background-color: rgba(255, 238, 142, 0.5);
  padding: 60px 45px 30px 45px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-btm .profile-box {
    padding: 35px 18px 30px 18px;
  }
}
.block-rich-time .block-rt-btm .profile-box h3 {
  position: absolute;
  top: -30px;
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-btm .profile-box h3 {
    top: -15px;
  }
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-btm .profile-box h3 img {
    width: 119px;
  }
}
.block-rich-time .block-rt-btm .profile-box h5 {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #462a00;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-btm .profile-box h5 {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-btm .profile-box h5 span {
    display: block;
  }
}
.block-rich-time .block-rt-btm .profile-box h5 strong {
  font-size: 21px;
}
@media only screen and (max-width: 640px) {
  .block-rich-time .block-rt-btm .profile-box h5 strong {
    display: block;
  }
}
.block-rich-time .block-rt-btm .profile-box p {
  margin-bottom: 15px;
}
.block-rich-time .block-rt-btm .profile-box a {
  transition: color 0.2s;
}
.block-rich-time .block-rt-btm .profile-box a:hover {
  color: #ce000b;
}

@media only screen and (max-width: 640px) {
  .parallax {
    background: transparent !important;
  }
}

.rt-header {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 505px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1800px) {
  .rt-header {
    min-height: 650px;
  }
}
@media only screen and (max-width: 640px) {
  .rt-header {
    padding-top: 35px;
    padding-bottom: 70px;
    min-height: 440px;
    background-size: cover;
    max-width: none;
  }
}
@media only screen and (max-width: 380px) {
  .rt-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.rt-header .icon-header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .rt-header .icon-header {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .rt-header .icon-header img {
    width: 100px;
  }
}
.rt-header .title {
  margin-bottom: 30px;
}
.rt-header p {
  text-align: left;
  color: #fff;
  max-width: 600px;
  width: 600px;
}
@media only screen and (max-width: 768px) {
  .rt-header p {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .rt3 .rt-header {
    background-image: url("../images/rt3/header/header-bg-sp.jpg");
    background-position: center bottom;
  }
}
@media only screen and (max-width: 640px) {
  .rt3 .rt-header .title img {
    width: 252px;
  }
}
.rt3 .rt3-content {
  background-color: #fffcec;
  padding-top: 155px;
  padding-bottom: 115px;
}
@media only screen and (max-width: 640px) {
  .rt3 .rt3-content {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
.rt3 .rt3-content .rt3-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
}
@media only screen and (max-width: 1024px) {
  .rt3 .rt3-content .rt3-row {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .rt3 .rt3-content .rt3-row {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 640px) {
  .rt3 .rt3-content .rt3-row {
    display: block;
  }
}
.rt3 .rt3-content .rt3-row .rt3-row-item {
  margin: 0 30px;
  max-width: 415px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .rt3 .rt3-content .rt3-row .rt3-row-item {
    margin: 0 15px;
    margin-bottom: 130px;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .rt3 .rt3-content .rt3-row .rt3-row-item {
    width: auto;
    margin-bottom: 55px;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .rt3 .rt3-content .rt3-row .rt3-row-item .ri-pic {
    text-align: center;
  }
}
.rt3 .rt3-content .rt3-row .rt3-row-item .ri-pic img {
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .rt3 .rt3-content .rt3-row .rt3-row-item .ri-pic img {
    width: 290px;
  }
}
.rt3 .rt3-content .rt3-row .rt3-row-item h4 {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .rt3 .rt3-content .rt3-row .rt3-row-item h4 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .rt3 .rt3-content .rt3-row .rt3-row-item h4 .ri-title1 {
    width: 270px;
  }
  .rt3 .rt3-content .rt3-row .rt3-row-item h4 .ri-title2 {
    width: 300px;
  }
  .rt3 .rt3-content .rt3-row .rt3-row-item h4 .ri-title3 {
    width: 308px;
  }
  .rt3 .rt3-content .rt3-row .rt3-row-item h4 .ri-title4 {
    width: 313px;
  }
}
.rt3 .rt3-content .rt3-row .rt3-row-item .point-box {
  margin-top: 45px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .rt3 .rt3-content .rt3-row .rt3-row-item .point-box {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.rt3 .rt3-content .rt3-row .rt3-row-item .recipe-link {
  margin-top: 0;
}
.rt3 .all-recipe-btn {
  margin-bottom: 85px;
}
@media only screen and (max-width: 640px) {
  .rt3 .all-recipe-btn {
    margin-bottom: 55px;
  }
}
.rt3 .article-box.article-box-2 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 640px) {
  .rt3 .article-box.article-box-2 {
    margin-bottom: 75px;
  }
}
.rt3 .brand-site {
  margin-bottom: 0;
}

.rt1 {
  background-color: #fffcec;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt-header {
    background-image: url("../images/rt1/header/header-bg-sp.jpg");
    background-position: left bottom;
  }
}
@media only screen and (max-width: 640px) {
  .rt1 .rt-header .title img {
    width: 325px;
  }
}
.rt1 .point-box1 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 640px) {
  .rt1 .point-box1 {
    margin-bottom: 45px;
  }
}
.rt1 .point-box2 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .rt1 .point-box2 {
    margin-bottom: 45px;
  }
}
.rt1 .rt1-content {
  padding-top: 65px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
  background-color: #fffcec;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content {
    padding-top: 45px;
    background-size: 100px;
  }
}
.rt1 .rt1-content .bg-top,
.rt1 .rt1-content .bg-btm,
.rt1 .rt1-content .bg-left,
.rt1 .rt1-content .bg-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.rt1 .rt1-content .bg-top span,
.rt1 .rt1-content .bg-btm span,
.rt1 .rt1-content .bg-left span,
.rt1 .rt1-content .bg-right span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.rt1 .rt1-content .bg-left,
.rt1 .rt1-content .bg-right {
  width: 248px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .bg-left,
.rt1 .rt1-content .bg-right {
    width: 100px;
  }
}
.rt1 .rt1-content .bg-left span,
.rt1 .rt1-content .bg-right span {
  background-repeat: repeat-y;
  background-size: 248px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .bg-left span,
.rt1 .rt1-content .bg-right span {
    background-size: 100px;
  }
}
.rt1 .rt1-content .bg-top,
.rt1 .rt1-content .bg-btm {
  left: 0;
  right: 0;
  z-index: 1;
}
.rt1 .rt1-content .bg-top span,
.rt1 .rt1-content .bg-btm span {
  background-size: contain;
}
.rt1 .rt1-content .bg-top span {
  background-image: url("../images/rt1/bg-top.png");
}
.rt1 .rt1-content .bg-btm span {
  background-image: url("../images/rt1/bg-top.png");
  transform: rotateX(180deg);
  background-position: right top;
}
.rt1 .rt1-content .bg-left {
  left: 0;
}
.rt1 .rt1-content .bg-left span {
  background-image: url("../images/rt1/bg-left.png");
  background-position-x: 0px;
  background-position-y: 0px;
}
.rt1 .rt1-content .bg-right {
  right: 0;
}
.rt1 .rt1-content .bg-right span {
  background-image: url("../images/rt1/bg-left.png");
  background-position-x: 0px;
  background-position-y: 0px;
  transform: rotateY(180deg);
}
.rt1 .rt1-content .rt1-container {
  position: relative;
  z-index: 1;
}
.rt1 .rt1-content .rt1-rows {
  margin-bottom: 250px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows {
    margin-bottom: 180px;
  }
}
.rt1 .rt1-content .rt1-rows .rt1-row {
  display: flex;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row {
    display: block;
    margin-bottom: 45px;
  }
}
.rt1 .rt1-content .rt1-rows .rt1-row:last-of-type {
  margin-bottom: 0;
}
.rt1 .rt1-content .rt1-rows .rt1-row.rt1-row1 .rt1-row-text h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row.rt1-row1 .rt1-row-text h3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row.rt1-row1 .rt1-row-text h3 img {
    width: 320px;
  }
}
.rt1 .rt1-content .rt1-rows .rt1-row.rt1-row2 {
  flex-direction: row-reverse;
}
.rt1 .rt1-content .rt1-rows .rt1-row.rt1-row2 .rt1-row-text {
  margin-left: 0;
  margin-right: 50px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row.rt1-row2 .rt1-row-text h3 img {
    width: 298px;
  }
}
.rt1 .rt1-content .rt1-rows .rt1-row.rt1-row2 .row-bg {
  position: absolute;
  z-index: 0;
  left: -170px;
  bottom: -160px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row.rt1-row2 .row-bg {
    left: -90px;
    bottom: -130px;
  }
}
.rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-text {
  width: 50%;
  margin-left: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-text {
    width: 100%;
    margin-left: 0;
  }
}
.rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-text h3 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-text h3 {
    margin-bottom: 25px;
  }
}
.rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-text p {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-text p {
    line-height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-pic {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-pic.rt1-row1-pic img {
    width: 240px;
  }
}
.rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-pic.rt1-row2-pic img {
  border-radius: 12px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-rows .rt1-row .rt1-row-pic.rt1-row2-pic img {
    width: 295px;
  }
}
.rt1 .rt1-content .rt1-spoons {
  position: relative;
  margin-bottom: 110px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-spoons {
    background-color: #ffca00;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.rt1 .rt1-content .rt1-spoons:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 275px;
  background-color: #ffca00;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-spoons:after {
    display: none;
  }
}
.rt1 .rt1-content .rt1-spoons .spoon-title {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-spoons .spoon-title img {
    margin: 0 auto;
  }
}
.rt1 .rt1-content .rt1-spoons .spoon-title .spoon-title-footer {
  background-image: url("../images/border-dot-s.png");
  background-size: 6px;
  background-repeat: repeat-x;
  text-align: right;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-spoons .spoon-title .spoon-title-footer {
    font-size: 12px;
  }
}
.rt1 .rt1-content .rt1-spoons .rt1-spoons-container {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-spoons .rt1-spoons-container {
    padding-bottom: 0;
    display: block;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 380px) {
  .rt1 .rt1-content .rt1-spoons .rt1-spoons-container {
    padding: 0;
  }
}
.rt1 .rt1-content .rt1-spoons .rt1-spoons-container .spoon {
  width: 250px;
  text-align: center;
  margin: 0 15px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-spoons .rt1-spoons-container .spoon {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-spoons .rt1-spoons-container .spoon:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-spoons .rt1-spoons-container .spoon span {
    width: 100px;
    margin-right: 15px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 380px) {
  .rt1 .rt1-content .rt1-spoons .rt1-spoons-container .spoon span {
    width: 80px;
  }
}
.rt1 .rt1-content .rt1-spoons .rt1-spoons-container .spoon p {
  text-align: left;
  margin-top: 15px;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-spoons .rt1-spoons-container .spoon p {
    margin-top: 0;
    line-height: 23px;
  }
}
.rt1 .rt1-content .rt1-creap-ole .rt1-creap-ole-top {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-creap-ole .rt1-creap-ole-top {
    margin-bottom: 15px;
  }
}
.rt1 .rt1-content .rt1-creap-ole .rt1-creap-ole-top span {
  display: block;
}
.rt1 .rt1-content .rt1-creap-ole .rt1-creap-ole-top .rt1-co-cup {
  margin-top: -30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-creap-ole .rt1-creap-ole-top .rt1-co-cup {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.rt1 .rt1-content .rt1-video {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-video {
    margin-bottom: 25px;
  }
}
.rt1 .rt1-content .rt1-video .rt1-video-stamp {
  position: absolute;
  right: -65px;
  top: 80px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .rt1 .rt1-content .rt1-video .rt1-video-stamp {
    right: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .rt1 .rt1-content .rt1-video .rt1-video-stamp {
    top: -70px;
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-video .rt1-video-stamp {
    top: -30px;
  }
}
@media only screen and (max-width: 380px) {
  .rt1 .rt1-content .rt1-video .rt1-video-stamp {
    top: -50px;
  }
}
@media only screen and (max-width: 1024px) {
  .rt1 .rt1-content .rt1-video .rt1-video-stamp img {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-video .rt1-video-stamp img {
    width: 100px;
  }
}
@media only screen and (max-width: 380px) {
  .rt1 .rt1-content .rt1-video .rt1-video-stamp img {
    width: 80px;
  }
}
.rt1 .rt1-content .rt1-video h3 {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-video h3 {
    margin-bottom: 25px;
  }
}
.rt1 .rt1-content .rt1-video .player {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-video .player {
    margin-bottom: 30px;
  }
}
.rt1 .rt1-content .rt1-video .player iframe {
  width: 100%;
}
.rt1 .rt1-content .rt1-video .video-caption {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-video .video-caption {
    display: block;
  }
}
.rt1 .rt1-content .rt1-video .video-caption .ingredient {
  width: 220px;
  margin-right: 25px;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-video .video-caption .ingredient {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.rt1 .rt1-content .rt1-video .video-caption .recipe {
  flex: 1;
}
.rt1 .rt1-content .rt1-video .video-caption h5 {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: #462a00 solid 2px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-video .video-caption h5 {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
.rt1 .rt1-content .rt1-video .video-caption ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 23px;
}
@media only screen and (max-width: 640px) {
  .rt1 .rt1-content .rt1-video .video-caption ul {
    line-height: 23px;
  }
}
.rt1 .rt1-content .rt1-video .video-caption ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
.rt1 .rt1-content .rt1-video .video-caption ul li span {
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .rt2 .rt-header {
    background-image: url("../images/rt2/header/header-bg-sp.jpg");
    background-position: right bottom;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .rt-header .title img {
    width: 330px;
  }
}
.rt2 .scenes .scene {
  background-size: cover;
}
.rt2 .scenes .scene:nth-child(2n+1) {
  background-image: url("../../common_files/images/recipe-bg.jpg");
}
.rt2 .scenes .scene:nth-child(2n+2) {
  background-color: #ffee8e;
}
.rt2 .scenes .scene.scene1 {
  padding-top: 85px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene1 {
    padding-top: 15px;
  }
}
.rt2 .scenes .scene.scene1 .scene1-dec1 {
  top: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene1 .scene1-dec1 {
    right: -30px;
  }
}
.rt2 .scenes .scene.scene1 .scene1-dec1 svg {
  width: 217px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene.scene1 .scene1-dec1 svg {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene1 .scene1-dec1 svg {
    width: 100px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene.scene1 .scene1-dec1 svg {
    width: 70px;
  }
}
.rt2 .scenes .scene.scene1 .scene1-dec2 {
  bottom: 0;
  left: 0;
}
.rt2 .scenes .scene.scene1 .scene1-dec2 svg {
  width: 167px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene.scene1 .scene1-dec2 svg {
    width: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene1 .scene1-dec2 svg {
    width: 80px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene.scene1 .scene1-dec2 svg {
    width: 50px;
  }
}
.rt2 .scenes .scene.scene1 .scene1-dec5 {
  bottom: -45px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene.scene1 .scene1-dec5 {
    bottom: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene.scene1 .scene1-dec5 img {
    width: 55px;
  }
}
.rt2 .scenes .scene.scene3 {
  padding-top: 65px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene3 {
    padding-top: 30px;
  }
}
.rt2 .scenes .scene.scene3 .scene2-dec4 {
  top: -150px;
  left: -50px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene3 .scene2-dec4 {
    top: -60px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene3 .scene2-dec4 img {
    width: 110px;
  }
}
.rt2 .scenes .scene.scene3 .scene3-dec1 {
  left: 0;
  top: 150px;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene.scene3 .scene3-dec1 {
    top: 100px;
    left: -30px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
  .rt2 .scenes .scene.scene3 .scene3-dec1 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene3 .scene3-dec1 {
    top: 50px;
    left: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene.scene3 .scene3-dec1 {
    top: 60px;
    left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene3 .scene3-dec1 img {
    width: 70px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene.scene3 .scene3-dec1 img {
    width: 50px;
  }
}
.rt2 .scenes .scene.scene3 .scene3-dec2 {
  bottom: -35px;
  right: 50px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene3 .scene3-dec2 {
    bottom: -100px;
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene3 .scene3-dec2 img {
    width: 70px;
  }
}
.rt2 .scenes .scene.scene4 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene4 {
    padding-bottom: 70px;
  }
}
.rt2 .scenes .scene.scene4 .all-recipe-btn {
  margin-bottom: 90px;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene.scene4 .all-recipe-btn {
    margin-bottom: 55px;
    margin-top: 50px;
  }
}
.rt2 .scenes .scene .scene-dec {
  position: absolute;
  z-index: 0;
}
.rt2 .scenes .scene .scene-title {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-title.scene1-title {
    padding-top: 30px;
    margin-bottom: 15px;
  }
}
.rt2 .scenes .scene .scene-title.scene2-title {
  padding-top: 95px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-title.scene2-title {
    padding-top: 60px;
  }
}
.rt2 .scenes .scene .scene-title.scene2-title .scene2-dec1 {
  right: 0;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-title.scene2-title .scene2-dec1 {
    top: 100px;
    right: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-title.scene2-title .scene2-dec1 {
    top: 50px;
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-title.scene2-title .scene2-dec1 img {
    width: 80px;
  }
}
.rt2 .scenes .scene .scene-title.scene4-title {
  padding-top: 120px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-title.scene4-title {
    padding-top: 35px;
  }
}
.rt2 .scenes .scene .scene-title.scene4-title .scene4-dec1 {
  bottom: -50px;
  right: -30px;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-title.scene4-title .scene4-dec1 {
    top: 25px;
    right: -15px;
    bottom: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-title.scene4-title .scene4-dec1 {
    top: 5px;
  }
}
.rt2 .scenes .scene .scene-title.scene4-title .scene4-dec1 svg {
  width: 175px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-title.scene4-title .scene4-dec1 svg {
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-title.scene4-title .scene4-dec1 svg {
    width: 100px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-title.scene4-title .scene4-dec1 svg {
    width: 70px;
  }
}
.rt2 .scenes .scene .scene-title.scene4-title .scene3-dec4 {
  top: -80px;
  left: 50px;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-title.scene4-title .scene3-dec4 {
    width: 130px;
    left: 0;
  }
}
.rt2 .scenes .scene .scene-title .scene-title-main {
  position: relative;
  z-index: 1;
}
.rt2 .scenes .scene .scene-content-wrapper {
  position: relative;
}
.rt2 .scenes .scene .scene-content-wrapper.scene1-content-wrapper {
  padding-bottom: 90px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper.scene1-content-wrapper {
    padding-bottom: 50px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper.scene2-content-wrapper {
  padding-bottom: 120px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper.scene2-content-wrapper {
    padding-bottom: 45px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper.scene3-content-wrapper {
  padding-bottom: 115px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper.scene3-content-wrapper {
    padding-bottom: 40px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content {
  padding: 0 55px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content {
    padding: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content {
    display: block;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content.scene1-content {
  margin-top: -30px;
  margin-bottom: -30px;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene1-content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene1-content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene1-content .btm-dec img {
    position: absolute;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content.scene1-content .btm-dec img:first-child {
  margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene1-content .btm-dec img:first-child {
    margin-bottom: 0;
    width: 100px;
    bottom: 25px;
    left: -40px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene1-content .btm-dec img:first-child {
    bottom: 5px;
    left: -50px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content.scene1-content .btm-dec img:last-child {
  margin-left: 65px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene1-content .btm-dec img:last-child {
    bottom: -30px;
    left: 90px;
    margin-left: 0;
    width: 45px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 {
  right: -30px;
  top: -150px;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 {
    right: -70px;
    top: -70px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 {
    right: -20px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 {
    right: -32px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 svg {
  width: 181px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 svg {
    width: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 svg {
    width: 100px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 img {
    width: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content.scene2-content .scene2-dec3 img {
    width: 100px;
    margin-bottom: 35px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content.scene3-content {
  flex-direction: row-reverse;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-left {
  max-width: 390px;
  margin-right: 60px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-left {
    margin-right: 0;
    max-width: none;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-right {
  max-width: 360px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-right {
    max-width: 100%;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup {
  position: relative;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup1 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup1 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup1 .scene-cup-pic img {
    width: 250px;
    transform: translateX(17px);
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup1 h4 img {
    width: 153px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 {
    margin-bottom: 0;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-dec3 {
  top: -200px;
  right: -210px;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-dec3 {
    top: -30px;
    right: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-dec3 {
    right: -30px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-dec3 svg {
  width: 202px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-dec3 svg {
    width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-dec3 svg {
    width: 100px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-dec3 svg {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-cup2-pic > img {
    width: 225px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-cup2-pic > img {
    transform: translateX(28px);
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-cup2-pic .scene-cup-caption {
  position: absolute;
  bottom: 60px;
  right: -90px;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-cup2-pic .scene-cup-caption {
    right: -70px;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-cup2-pic .scene-cup-caption {
    width: 110px;
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 .scene1-cup2-pic .scene-cup-caption {
    width: 30%;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene1-cup2 h4 img {
    width: 235px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene2-cup {
  margin-top: -110px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene2-cup {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene2-cup h4 img {
    width: 175px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene2-cup .scene-cup-pic {
  margin-left: -50px;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene2-cup .scene-cup-pic {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene2-cup .scene-cup-pic img {
    width: 250px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene2-cup .scene-cup-pic img {
    transform: translateX(-33px);
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene2-cup .scene-cup-pic img {
    width: 220px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup {
  margin-top: -150px;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup {
    margin-top: 0;
    margin-bottom: 45px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic {
  margin-right: -50px;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic {
    margin-right: 0;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic img {
    width: 250px;
    transform: translateX(47px);
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic img {
    width: 220px;
    transform: translateX(35px);
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic .scene3-dec3 {
  left: -180px;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic .scene3-dec3 {
    left: -100px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic .scene3-dec3 {
    left: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic .scene3-dec3 {
    left: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic .scene3-dec3 img {
    width: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup .scene-cup-pic .scene3-dec3 img {
    width: 85px;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene3-cup h4 img {
    width: 200px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup {
  margin-top: -80px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup {
    margin-top: 15px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene-cup-pic {
  margin-left: -55px;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene-cup-pic {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene-cup-pic img {
    width: 285px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup h4 img {
    width: 218px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene4-dec2 {
  left: -210px;
  top: 45%;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene4-dec2 {
    left: -100px;
    top: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene4-dec2 {
    left: -30px;
    top: 240px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene4-dec2 {
    left: -20px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene4-dec2 svg {
  width: 168px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene4-dec2 svg {
    width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene4-dec2 svg {
    width: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene4-dec2 svg {
    width: 80px;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup.scene4-cup .scene4-dec2 svg {
    width: 70px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup .scene-cup-pic {
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup .scene-cup-pic {
    text-align: center;
    margin-bottom: 15px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup h4 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup h5 {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup h5 {
    font-size: 14px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup ul {
    line-height: 23px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup ul li {
  position: relative;
  padding-left: 1em;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup ul li span {
  position: absolute;
  left: 0;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup p {
  margin-bottom: 10px;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-cup p {
    line-height: 23px;
    margin-bottom: 0;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .recipe-btn {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .recipe-btn {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .recipe-btn img {
    width: 270px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice {
  margin-left: auto;
  margin-right: auto;
  max-width: 345px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice {
    max-width: none;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice.scene1-advice {
  margin-bottom: 60px;
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice.scene1-advice {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice.scene2-advice {
  margin-top: 130px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice.scene2-advice {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice.scene2-advice {
    margin-top: 45px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice.scene2-advice .scene2-dec2 {
  left: -110px;
  top: -100px;
}
@media only screen and (max-width: 768px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice.scene2-advice .scene2-dec2 {
    left: -130px;
    top: -40px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice.scene3-advice {
  margin-top: 150px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice.scene3-advice {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .scene-advice-top {
    display: flex;
    align-items: center;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .scene-advice-top .advicer {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .scene-advice-top .advicer {
    width: 130px;
    flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 380px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .scene-advice-top .advicer {
    width: 90px;
    margin-right: 5px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .scene-advice-top .scene-advice-text h6 {
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .scene-advice-top .scene-advice-text h6 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .scene-advice-top .scene-advice-text h6 img {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .scene-advice-top .scene-advice-text p {
    line-height: 23px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .advicer-rate {
  text-align: center;
  padding: 20px;
  border: #462a00 solid 1px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .advicer-rate ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .advicer-rate ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .advicer-rate ol li:last-child {
  margin-bottom: 0;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .advicer-rate ol li i {
  margin-left: 15px;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-advice .advicer-rate ol li i img {
  display: block;
  transform: translateY(-1px);
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item.scene1-item {
    margin-bottom: 30px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item.scene1-item .scene1-dec4 {
  top: -130px;
  left: -210px;
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item.scene1-item .scene1-dec4 {
    top: -90px;
    left: -50px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item.scene1-item .scene1-dec4 {
    top: -70px;
    left: -60px;
  }
}
@media only screen and (max-width: 1024px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item.scene1-item .scene1-dec4 img {
    width: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item.scene1-item .scene1-dec4 img {
    width: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item.scene1-item .scene-item-content h4 img {
    width: 156px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item.scene4-item {
  margin-top: 10px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item.scene4-item {
    margin-top: 20px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item .scene-item-title {
  position: relative;
  text-align: right;
  padding-left: 170px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item .scene-item-title {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item .scene-item-title h5 {
  padding-bottom: 20px;
  background-image: url("../images/border-dot-red.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 10px;
  transform: translateY(-50%);
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item .scene-item-title h5 img {
    width: 130px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item .scene-item-title span {
  position: relative;
  z-index: 1;
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item .scene-item-content h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item .scene-item-content h4 {
    margin-bottom: 5px;
  }
}
.rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item .scene-item-content p {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .rt2 .scenes .scene .scene-content-wrapper .scene-content .scene-item .scene-item-content p {
    line-height: 23px;
  }
}

/*# sourceMappingURL=style.css.map */
