@charset "UTF-8";
/*
--------------------------------------------------------------------------------
id1211_2020 日本産 生マカ“ベジマカ”
https://www.umai-mon.com/admin/collection/1211/html
--------------------------------------------------------------------------------
*/
/* ================================================== *
 *    Compassのメインモジュールをインポート
 * ================================================== */
/*
--------------------------------------------------------------------------------
mixin
--------------------------------------------------------------------------------
*/
/*
--------------------------------------------------------------------------------
Basic
--------------------------------------------------------------------------------
*/
body {
  overflow-x: hidden;
}

@media (min-width: 992px) {
  #sidebar {
    display: none;
  }

  #main {
    /*コンテンツ横幅固定の時のみ調整 コンテンツを中央配置に*/
    margin-left: -105px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  #main {
    padding-top: 0;
  }
}
body.body_table_tablet #contents .container {
  /* iPad Pro */
  overflow: hidden;
}

/*
--------------------------------------------------------------------------------
Project
--------------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) and (max-device-width: 1024px) and (orientation: landscape) {
  body.body_table_tablet .LP_2020_vegemaca {
    /* iPad Pro landscape 横向きの場合のスタイル */
    width: 130%;
    margin: 0 -10% 0 -15%;
    padding: 0 15% 0 15%;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) and (max-width: 1366px) {
  body.body_table_tablet .LP_2020_vegemaca {
    /* 通常iPad landscape ＆ iPad Pro 縦向き */
    width: 130%;
    margin: 0 -10% 0 -15%;
    padding: 0 15% 0 15%;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.body_table_tablet .LP_2020_vegemaca {
    /* Tablet */
    overflow: hidden;
    margin-bottom: 0px;
  }
}

.LP_2020_vegemaca {
  margin: 0 auto;
  overflow: visible;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca {
    overflow: hidden;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 15px;
  }
}
.LP_2020_vegemaca h2,
.LP_2020_vegemaca h3 {
  font-family: 'ヒラギノ角ゴ W5 JIS2004';
}
@media all and (-ms-high-contrast: none) {
  .LP_2020_vegemaca h2,
  .LP_2020_vegemaca h3 {
    font-family: 'ヒラギノ角ゴ W6 JIS2004';
  }
}
@supports (-ms-accelerator: true) {
  .LP_2020_vegemaca h2,
  .LP_2020_vegemaca h3 {
    font-family: 'ヒラギノ角ゴ W6 JIS2004';
  }
}
.LP_2020_vegemaca p {
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 0 4px 16px 0px;
  color: #191919;
  font-family: 'ヒラギノ角ゴ W3 JIS2004', 'ヒラギノ角ゴ Pro W3';
}
@media all and (-ms-high-contrast: none) {
  .LP_2020_vegemaca p {
    font-family: 'ヒラギノ角ゴ W4 JIS2004';
  }
}
@supports (-ms-accelerator: true) {
  .LP_2020_vegemaca p {
    font-family: 'ヒラギノ角ゴ W4 JIS2004';
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca p {
    margin: 0 14px 18px 22px;
  }
}
.LP_2020_vegemaca p.text-right {
  text-align: right !important;
  padding-right: 1rem;
}
.LP_2020_vegemaca p.text-bold, .LP_2020_vegemaca p B {
  font-family: 'ヒラギノ角ゴ W5 JIS2004', 'ヒラギノ角ゴ Pro W3';
}
.LP_2020_vegemaca p.text-xs {
  font-size: 1.2rem;
}
.LP_2020_vegemaca img {
  margin: 0 auto;
}
.LP_2020_vegemaca a {
  color: #a8504e;
  text-decoration: underline;
}
.LP_2020_vegemaca a:hover {
  color: #c84d4a;
}
.LP_2020_vegemaca em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, rgba(0, 0, 0, 0)), color-stop(0%, #ffe77b));
  background: linear-gradient(rgba(0, 0, 0, 0) 46%, #ffe77b 0%);
}

.sa {
  opacity: 0;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*
--------------------------------------------------------------------------------
Section
--------------------------------------------------------------------------------
*/
.LP_2020_vegemaca > section {
  min-height: 300px;
}
.LP_2020_vegemaca > section .col-md-12.col-sm-12.col-xs-24 p {
  margin: 0 30px 18px 6px;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section .col-md-12.col-sm-12.col-xs-24 p {
    margin: 0 6px 18px 14px;
  }
}
.LP_2020_vegemaca > section .col-md-12.col-sm-12.col-xs-24:nth-of-type(2) p {
  margin: 0 10px 18px 26px;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section .col-md-12.col-sm-12.col-xs-24:nth-of-type(2) p {
    margin: 0 6px 18px 14px;
  }
}

.LP_2020_vegemaca > section:first-of-type {
  position: relative;
  min-height: 210px;
  text-align: center;
}
.LP_2020_vegemaca > section:first-of-type h1 {
  position: absolute;
  top: 13px;
  right: -88px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06rem;
  font-family: 'ヒラギノ角ゴ W2 JIS2004', 'ヒラギノ角ゴ Pro W2';
  color: rgba(139, 139, 139, 0.8);
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:first-of-type h1 {
    top: 12px;
    right: -0px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:first-of-type h1 {
    font-size: 1.1rem;
    letter-spacing: 0.04rem;
    top: 11px;
    right: 50%;
    margin-right: -30%;
    color: rgba(226, 230, 232, 0.4);
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:first-of-type h1 {
    margin-right: -36%;
  }
}
.LP_2020_vegemaca > section:first-of-type img {
  width: 431px;
  height: auto;
  margin-top: 65px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:first-of-type img {
    width: 380px;
    margin-top: 46px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:first-of-type img {
    display: none;
  }
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:first-of-type {
    min-height: 166px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:first-of-type {
    min-height: 24px;
    background: black;
  }
}

.LP_2020_vegemaca > section:nth-of-type(2) {
  margin: 0 -500%;
  padding: 0 500%;
  margin-bottom: 70px;
  overflow: hidden;
  background-color: #000000;
  min-height: 1060px;
  height: 1060px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(2) {
    min-height: 940px;
    height: 940px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(2) {
    width: 100%;
    margin: 0 0;
    margin-bottom: 50px;
    padding: 0 0;
    height: 600px;
    min-height: 600px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(2) {
    height: 550px;
    min-height: 550px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 {
  position: relative;
  min-height: 1060px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 {
    min-height: 940px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 {
    text-align: center;
    min-height: 600px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 {
    min-height: 550px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 img.sec02_01 {
  z-index: 0;
  position: absolute;
  top: 277px;
  left: -6px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 img.sec02_01 {
    width: 98%;
    height: auto;
    top: 244px;
    left: 3%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 img.sec02_01 {
    width: 126%;
    height: auto;
    top: 178px;
    left: -8.7%;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 img.sec02_01 {
    width: 126%;
    height: auto;
    top: 178px;
    left: -10%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 .sec02_txt_01 {
  z-index: 2;
  position: absolute;
  top: 61px;
  left: -54px;
  margin: 0;
  padding: 0;
  display: block;
  width: 585px;
  line-height: 1;
}
.LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 .sec02_txt_01 img {
  width: 384px;
  height: auto;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 .sec02_txt_01 {
    width: 50%;
    top: 23px;
    left: 37px;
  }
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 .sec02_txt_01 img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 .sec02_txt_01 {
    width: 61%;
    top: 11px;
    left: 12px;
  }
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 .sec02_txt_01 img {
    width: 100%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 p.sec02_txt_02 {
  z-index: 2;
  position: absolute;
  top: 78px;
  left: 688px;
  margin: 0;
  padding: 0;
  display: block;
  width: 104px;
  line-height: 1;
}
.LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 p.sec02_txt_02 img {
  width: 105px;
  height: auto;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 p.sec02_txt_02 {
    top: 36px;
    left: 630px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 p.sec02_txt_02 {
    top: 21px;
    left: 77%;
    width: 70px;
  }
  .LP_2020_vegemaca > section:nth-of-type(2) .col-md-24.col-sm-24.col-xs-24 p.sec02_txt_02 img {
    width: 100%;
  }
}

.LP_2020_vegemaca > section:nth-of-type(3) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(3) {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    text-align: center;
  }
}
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 {
  min-height: 425px;
  height: 425px;
  width: 120%;
  margin-left: -10%;
  border: 5px solid #f52842;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 {
    min-height: 405px;
    height: 405px;
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 {
    width: 96%;
    margin: 0 auto;
    margin-left: 2%;
    margin-bottom: 50px;
    border-radius: 8px;
    border: 4px solid #f52842;
    min-height: 850px;
    height: 850px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 {
  position: relative;
}
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 .logo_vegemaca {
  width: 163px;
  position: absolute;
  top: 66px;
  left: 51px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 .logo_vegemaca {
    width: 130px;
    top: 50px;
    left: 24px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 .logo_vegemaca {
    width: 114px;
    top: 28px;
    left: 50%;
    margin-left: -57px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 .logo_vegemaca {
    width: 100px;
    top: 28px;
    left: 50%;
    margin-left: -50px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 .txt_h3 {
  position: absolute;
  top: 86px;
  left: 240px;
  font-family: 'A1ゴシック M';
  font-size: 2.05rem;
  line-height: 1.4;
  letter-spacing: 0.18rem;
  color: #f40a28;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 .txt_h3 {
    top: 62px;
    left: 170px;
    font-size: 1.85rem;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 .txt_h3 {
    font-size: 1.8rem;
    top: 155px;
    left: 8%;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 .txt_h3 {
    font-size: 1.6rem;
    top: 138px;
    left: 6.5%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 p {
  margin-top: 260px;
  margin-left: 76px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 p {
    margin-top: 210px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 p {
    margin-top: 280px;
    text-align: left;
    margin-left: 25px;
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-16.col-sm-16.col-xs-24 p {
    margin-top: 250px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-8.col-sm-8.col-xs-24 {
  position: relative;
}
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-8.col-sm-8.col-xs-24 .sec03_01 {
  width: 255px;
  height: auto;
  margin-top: 55px;
  margin-bottom: 17px;
  margin-left: 10px;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-8.col-sm-8.col-xs-24 .sec03_01 {
    margin-top: 35px;
    width: 230px;
    margin-bottom: 18px;
    margin-left: 0px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-8.col-sm-8.col-xs-24 h3 {
  font-size: 15px;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-8.col-sm-8.col-xs-24 h3 {
    margin-left: 0px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-8.col-sm-8.col-xs-24 h4,
.LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-8.col-sm-8.col-xs-24 p {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-8.col-sm-8.col-xs-24 h4,
  .LP_2020_vegemaca > section:nth-of-type(3) .col-md-24.col-sm-24.col-xs-24 .col-md-8.col-sm-8.col-xs-24 p {
    font-size: 13px;
    margin-left: 0px;
  }
}

.LP_2020_vegemaca > section:nth-of-type(4) {
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) {
    margin-bottom: 50px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .row.no-gutters:first-of-type {
  width: 108%;
  margin-left: -4%;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .row.no-gutters:first-of-type {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .row.no-gutters:first-of-type {
    width: 100%;
    margin-left: 0%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 {
  position: relative;
  min-height: 800px;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_01 {
  z-index: 0;
  margin: 0px 0 0px 155px;
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_01 img {
  width: 300px;
  height: auto;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_01 {
    margin: 0px 0 0px 160px;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_01 img {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_01 {
    margin: 0px 0 8px 0%;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_01 img {
    width: 100%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_02 {
  z-index: 1;
  margin: -82px 0 0px -300px;
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_02 img {
  width: 420px;
  height: auto;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_02 {
    margin: -20px 0 0px -130px;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_02 img {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_02 {
    margin: 0px 0 8px 0%;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_02 img {
    width: 100%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_03 {
  z-index: 2;
  margin: -34px 0 0px -105px;
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_03 img {
  width: 520px;
  height: auto;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_03 {
    margin: 25px 0 0px 30px;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_03 img {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_03 {
    margin: 0px 0 8px 0%;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_03 img {
    width: 100%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_04 {
  z-index: 3;
  margin: -24px 0 0px -150px;
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_04 img {
  width: 266px;
  height: auto;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_04 {
    margin: 30px 0 0px 14px;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_04 img {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_04 {
    margin: 0px 0 22px 0%;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-14.col-xs-24 .sec04_04 img {
    width: 100%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    text-align: center;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p {
  margin-left: 50px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p {
    margin-left: 0px;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 18px;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p img {
    width: 62%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p:first-of-type {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p:first-of-type {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p:first-of-type {
    text-align: center;
    margin-bottom: 15px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p:last-of-type {
  margin-bottom: 58px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p:last-of-type {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 p:last-of-type {
    margin-bottom: 30px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 h2,
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 .txt_h2 {
  margin-top: 0px;
  margin-left: 50px;
  margin-bottom: 26px;
  font-family: 'A1ゴシック M';
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.18rem;
  color: #f40a28;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 h2,
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 .txt_h2 {
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 h2,
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 .txt_h2 {
    text-align: center;
    font-size: 2.1rem;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 h2,
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 .txt_h2 {
    font-size: 1.9rem;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 a.sec04_btn {
  margin-left: 52px;
  margin-bottom: 40px;
  display: block;
  width: 392px;
  height: 118px;
  line-height: 1;
  background: #191919;
  text-align: center;
  border-radius: 6px;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 a.sec04_btn img {
  margin: 20px auto 0 auto;
  width: 290px;
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 a.sec04_btn:hover {
  background: #474747;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 a.sec04_btn {
    margin-left: -0px;
    width: 314px;
    height: 110px;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 a.sec04_btn img {
    margin-top: 18px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 a.sec04_btn {
    margin-left: 5%;
    margin-bottom: 30px;
    width: 90%;
    height: 103px;
  }
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-12.col-sm-10.col-xs-24 a.sec04_btn img {
    margin-top: 18px;
    width: 76%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) {
  padding-top: 52px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
  }
}
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) h2,
.LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) .txt_h2 {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  font-family: 'A1ゴシック M';
  font-size: 2.35rem;
  line-height: 1.4;
  letter-spacing: 0.18rem;
  color: #f40a28;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) h2,
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) .txt_h2 {
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) h2,
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) .txt_h2 {
    text-align: center;
    font-size: 2.05rem;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) h2,
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) .txt_h2 {
    font-size: 1.9rem;
  }
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) p {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(4) .col-md-24.col-sm-24.col-xs-24:nth-of-type(3) p:last-of-type {
    margin-bottom: 0px;
  }
}

.LP_2020_vegemaca > section:nth-of-type(5) {
  margin: 0 -500%;
  padding: 0 500%;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #eff5e9;
}
.LP_2020_vegemaca > section:nth-of-type(5) .row.no-gutters:first-of-type {
  width: 105%;
  margin-left: -2.5%;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .row.no-gutters:first-of-type {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .row.no-gutters:first-of-type {
    width: 100%;
    margin-left: 0%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 {
  width: 112%;
  margin-left: -6%;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 h3 {
  line-height: 1;
  margin-top: 38px;
  margin-left: 40px;
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 h3 {
    margin-left: 38px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 h3 {
    margin-left: 20px;
    margin-bottom: 33px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 p {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 p {
    margin-left: 38px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 p {
    margin-left: 20px;
    margin-right: 10px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type {
  padding-top: 63px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type {
    padding-top: 40px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type h2,
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .txt_h2 {
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 20px;
  font-family: 'A1ゴシック M';
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.18rem;
  color: #191919;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type h2,
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .txt_h2 {
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type h2,
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .txt_h2 {
    text-align: center;
    font-size: 2.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type p {
    margin-left: 8px;
  }
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type p:last-of-type {
    margin-bottom: 50px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type p:last-of-type {
  margin-bottom: 62px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type p:last-of-type {
    margin-bottom: 44px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_01 {
  z-index: 0;
  margin: 0px 0 0px -130px;
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_01 img {
  width: 500px;
  height: auto;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_01 {
    margin: 0px 0 0px -20px;
  }
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_01 img {
    width: 410px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_01 {
    display: none;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_02 {
  z-index: 1;
  margin: 25px 0 0px -2px;
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_02 img {
  width: 417px;
  height: auto;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_02 {
    margin: 35px 0 0px -20px;
  }
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_02 img {
    width: 410px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:first-of-type .sec05_02 {
    display: none;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .sec05_03 {
  z-index: 1;
  margin: 0px 0 30px 0px;
  padding-top: 0px;
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .sec05_03 img {
  width: 480px;
  height: auto;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .sec05_03 {
    margin: 0px 0 38px 0px;
    overflow: hidden;
  }
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .sec05_03 img {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .sec05_03 {
    margin: 0px 0 20px 0px;
  }
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .sec05_03 img {
    width: 100%;
    margin-left: 0px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .sec05_04 {
  margin: 0px 0px 46px -10%;
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .sec05_04 img {
  width: 120%;
  height: auto;
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type h2,
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .txt_h2 {
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 20px;
  font-family: 'A1ゴシック M';
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.18rem;
  color: #191919;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type h2,
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .txt_h2 {
    margin-top: 0px;
    margin-left: 40px;
    margin-bottom: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type h2,
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .txt_h2 {
    text-align: center;
    font-size: 2.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type h2,
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type .txt_h2 {
    font-size: 1.9rem;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type p:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .col-md-24.col-sm-24.col-xs-24 .col-md-12.col-sm-12.col-xs-24:last-of-type p:last-of-type {
    margin-bottom: 30px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 {
  padding-top: 3px;
  margin-bottom: 60px;
  width: 108%;
  margin-left: -4%;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 h2,
.LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 .txt_h2 {
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 20px;
  font-family: 'A1ゴシック M';
  font-size: 2.35rem;
  line-height: 1.4;
  letter-spacing: 0.18rem;
  color: #f40a28;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 h2,
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 .txt_h2 {
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 h2,
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 .txt_h2 {
    text-align: center;
    font-size: 2.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 h2,
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 .txt_h2 {
    font-size: 1.9rem;
  }
}
.LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 p {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 p {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(5) .column_last .col-md-24.col-sm-24.col-xs-24 p:last-of-type {
    margin-bottom: 40px;
  }
}

.LP_2020_vegemaca > section:nth-of-type(6) {
  margin: 0 -500%;
  padding: 0 500%;
  padding-top: 80px;
  padding-bottom: 120px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #000000;
  color: #e9e9e9;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) p {
  color: #e9e9e9;
  margin: 0 30px 18px 6px;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) p {
    margin: 0 6px 18px 14px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters:first-of-type,
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters:nth-of-type(2) {
  width: 108%;
  margin-left: -4%;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters:first-of-type,
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters:nth-of-type(2) {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters:first-of-type,
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters:nth-of-type(2) {
    width: 100%;
    margin-left: 0%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking h2,
.LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking .txt_h2 {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 22px;
  font-family: 'A1ゴシック M';
  font-size: 2.35rem;
  line-height: 1.4;
  letter-spacing: 0.18rem;
  color: #e9e9e9;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking h2,
  .LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking .txt_h2 {
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking h2,
  .LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking .txt_h2 {
    text-align: center;
    font-size: 2.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking h2,
  .LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking .txt_h2 {
    font-size: 1.9rem;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking p:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking p {
    margin-left: 8px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking p {
    margin-bottom: 18px;
  }
  .LP_2020_vegemaca > section:nth-of-type(6) .col-md-24.col-sm-24.col-xs-24.box_cooking p:last-of-type {
    margin-bottom: 8px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe {
  width: 108%;
  margin-left: -4%;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe {
    width: 100%;
    margin-left: 0%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 {
  padding: 56px 0 0 0;
  min-height: 400px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 {
    padding: 36px 0 0 0;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 {
    padding: 0px 0 0 0;
    min-height: 100px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_01 {
  width: 580px;
  margin: -33px 0px 0px -158px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_01 {
    width: 500px;
    margin: -0px 0px 0px -133px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_01 {
    width: 128%;
    margin: 0px 0px 8px -14%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_02 {
  z-index: 1;
  width: 470px;
  margin: -44px 0px 0px 0px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_02 {
    width: 420px;
    margin: -40px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_02 {
    width: 124%;
    margin: 0px 0px 8px -12%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_02_02 {
  z-index: 1;
  width: 340px;
  margin: -33px 0px 0px 228px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_02_02 {
    width: 320px;
    margin: -35px 0px 0px 100px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_02_02 {
    width: 100%;
    margin: 0px 0px 8px 0px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_03 {
  z-index: 1;
  width: 290px;
  margin: 8px 0px 0px 120px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_03 {
    width: 240px;
    margin: 80px 0px 0px 120px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_03 {
    width: 60%;
    margin: 0px 0px 8px 20%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_03_02 {
  z-index: 1;
  width: 262px;
  margin: -530px 0px 0px -126px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_03_02 {
    width: 220px;
    margin: -490px 0px 0px -50px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 .recipe_03_02 {
    width: 60%;
    margin: 0px 0px 8px 20%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe .col-md-12.col-sm-12.col-xs-24 p:last-of-type {
    margin-bottom: 33px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe h3 {
  margin-top: 0px;
  margin-left: 6px;
  margin-bottom: 20px;
  font-family: 'A1ゴシック M';
  font-size: 2.4rem;
  letter-spacing: 0.18rem;
  color: #d5032c;
  padding-left: 48px;
  line-height: 41px;
  background: url("/user/images/pg/1211/no_01.svg") no-repeat;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe h3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe h3 {
    margin-top: 30px;
    margin-left: 12px;
    margin-right: auto;
    margin-bottom: 22px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe:nth-of-type(3) .col-md-12.col-sm-12.col-xs-24 {
  padding: 70px 0 0 0;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe:nth-of-type(3) .col-md-12.col-sm-12.col-xs-24 {
    padding: 66px 0 0 0;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe:nth-of-type(3) .col-md-12.col-sm-12.col-xs-24 {
    padding: 0px 0 0 0;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe:nth-of-type(3) .col-md-12.col-sm-12.col-xs-24 h3 {
  background: url("/user/images/pg/1211/no_02.svg") no-repeat;
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe:nth-of-type(4) .col-md-12.col-sm-12.col-xs-24 {
  padding: 33px 0 0 0;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe:nth-of-type(4) .col-md-12.col-sm-12.col-xs-24 {
    padding: 56px 0 0 0;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe:nth-of-type(4) .col-md-12.col-sm-12.col-xs-24 {
    padding: 0px 0 0 0;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .row.no-gutters.recipe:nth-of-type(4) .col-md-12.col-sm-12.col-xs-24 h3 {
  background: url("/user/images/pg/1211/no_03.svg") no-repeat;
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration {
  padding-top: 60px;
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration h2 {
  width: 110%;
  border: 4px solid #d20721;
  text-align: center;
  margin: 0 0 60px 0;
  margin-left: -5%;
  padding: 22px 0 20px 0;
  font-size: 2.5rem;
  font-family: 'A1ゴシック M';
  line-height: 1;
  color: #f90f34;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .collaboration h2 {
    width: 96%;
    margin-left: 2%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .collaboration h2 {
    width: 96%;
    margin-bottom: 50px;
    margin-left: 2%;
    font-size: 2.1rem;
    padding: 17px 0 15px 0;
    line-height: 1.3;
    border: 3px solid #d20721;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 {
  min-height: 330px;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 {
    min-height: 230px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 a.hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 a.hover img:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  -webkit-transition: -webkit-filter 0.4s cubic-bezier(0, 2.5, 0.2, 2.5);
  transition: -webkit-filter 0.4s cubic-bezier(0, 2.5, 0.2, 2.5);
  transition: filter 0.4s cubic-bezier(0, 2.5, 0.2, 2.5);
  transition: filter 0.4s cubic-bezier(0, 2.5, 0.2, 2.5), -webkit-filter 0.4s cubic-bezier(0, 2.5, 0.2, 2.5);
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 img {
  width: 96%;
  margin: 0 0 20px 2%;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 img {
    width: 98%;
    margin: 0 0 18px 1%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 p {
  font-size: 1.3rem;
  color: #fdfdfd;
  line-height: 1.65;
  margin: 0 5% 13px 3%;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 p {
    font-size: 1.15rem;
    line-height: 1.5;
    margin: 0 4% 10px 4%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 h3 {
  font-family: 'A1ゴシック M';
  font-size: 2.3rem;
  color: #f90f34;
  line-height: 1.5;
  margin: 0 5% 33px 3%;
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 h3.small {
  font-size: 1.9rem;
  line-height: 1.6;
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 h3 a {
  color: #f90f34;
  text-decoration: none;
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 h3 a:hover {
  text-decoration: underline;
}
.LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 h3 a:after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 12px;
  /*画像の幅*/
  height: 10px;
  /*画像の高さ*/
  background-image: url(/user/images/pg/1211/external.svg);
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 h3 {
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 0 4% 20px 4%;
  }
  .LP_2020_vegemaca > section:nth-of-type(6) .collaboration .col-md-12.col-sm-12.col-xs-12 h3.small {
    font-size: 1.4rem;
  }
}

.LP_2020_vegemaca > section:nth-of-type(7) {
  margin-top: -80px;
  margin-bottom: 20px;
  min-height: 80px;
  color: #fdfdfd;
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(7) {
    width: 100%;
    margin: 0 0;
    margin-top: 0px;
    padding: 0 0;
    text-align: center;
  }
}
.LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters {
  width: 116%;
  margin-left: -8%;
  background: #d5032c;
  padding: 35px 0px 0px 0px;
  text-align: center;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters {
    width: 100%;
    margin-left: 0%;
    padding: 33px 0px 0px 0px;
    border-radius: 0px;
  }
}
.LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters h4 {
  width: 82%;
  margin: 0 auto 20px auto;
  font-family: 'A1ゴシック M';
  font-size: 1.9rem;
  letter-spacing: 0.17rem;
  color: #fdfdfd;
  line-height: 1.4;
  padding: 0 0 14px 0;
  border-bottom: 2px solid #fdfdfd;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters h4 {
    width: 92%;
    margin: 0 auto 18px auto;
    font-size: 1.85rem;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters h4 {
    width: 92%;
    margin: 0 auto 20px auto;
    font-size: 1.6rem;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters h4 {
    width: 94%;
    font-size: 1.4rem;
  }
}
.LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 {
  text-align: left;
}
.LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 h5 {
  margin-top: 7px;
  margin-left: 90px;
  font-family: 'A1ゴシック M';
  font-size: 1.8rem;
  letter-spacing: 0.16rem;
  color: #fdfdfd;
  padding-left: 76px;
  line-height: 58px;
  background: url("/user/images/pg/1211/inquiry_logo.svg") no-repeat;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 h5 {
    margin-top: 6px;
    margin-left: 46px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 h5 {
    margin-top: 0px;
    margin-left: 9%;
    margin-bottom: 16px;
    font-size: 1.55rem;
    padding-left: 68px;
    line-height: 52px;
    background-size: auto 52px;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 h5 {
    margin-left: 4%;
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
}
.LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 ul {
  text-align: left;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 ul {
    margin: 0 0 26px 0;
  }
}
@media (max-width: 767px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 ul {
    margin: 0 0 33px 13%;
  }
}
@media (max-width: 320px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 ul {
    margin: 0 0 33px 8%;
  }
}
.LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 ul li {
  font-size: 1.45rem;
  line-height: 1.3;
  color: #fdfdfd;
  margin: 0 0 9px 0;
}
@media (max-width: 991px) {
  .LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 ul li {
    font-size: 1.4rem;
  }
}
.LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 ul li a {
  text-decoration: none;
  color: #fdfdfd;
}
.LP_2020_vegemaca > section:nth-of-type(7) .row.no-gutters .col-md-12.col-sm-12.col-xs-24 ul li a:hover {
  text-decoration: underline;
  color: #fdfdfd;
}

.sale-price-notification {
  width: 120%;
  margin-left: -10%;
  margin-bottom: 50px;
  padding: 33px 0 28px 0;
  border: 5px solid #f52842;
  text-align: center;
}
@media (max-width: 767px) {
  .sale-price-notification {
    width: 104%;
    margin-left: -2%;
    margin-bottom: 50px;
    padding: 20px 0 20px 0;
    border: 4px solid #f52842;
  }
}
.sale-price-notification a.inner {
  font-size: 2.5rem;
  font-family: 'A1ゴシック M';
  line-height: 1;
  color: #ec092b;
}
.sale-price-notification a.inner:hover {
  color: #2b2b2b;
}
@media (max-width: 767px) {
  .sale-price-notification a.inner {
    font-size: 2.1rem;
    line-height: 1.4;
  }
}
.sale-price-notification .modal-title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 7px auto 3px auto;
}
@media (max-width: 767px) {
  .sale-price-notification .modal-title {
    font-size: 1.7rem;
    margin: 4px auto 0px auto;
  }
}
.sale-price-notification .message_20230410 {
  padding: 15px 10px 0px 15px;
}
@media (max-width: 767px) {
  .sale-price-notification .message_20230410 {
    padding: 10px 0px 0px 0px;
  }
}
.sale-price-notification .message_20230410 .box_price {
  text-align: center;
  border: 1px solid #ef1a37;
  margin: 0 0 22px 0;
  padding: 15px 0 5px 0;
}
.sale-price-notification .message_20230410 .box_price h2 {
  color: #ec092b;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 auto 8px auto;
}
.sale-price-notification .message_20230410 .box_price h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 auto 8px auto;
}
