@charset "UTF-8";
.con-about .box-about, .con-secret .wrp .box-read, .con-secret .wrp .box-secret, .con-recipe .wrp .box-recipe, .con-review, footer nav ul, footer .box-footer {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .con-about .box-about, .con-secret .wrp .box-read, .con-secret .wrp .box-secret, .con-recipe .wrp .box-recipe, .con-review, footer nav ul, footer .box-footer {
    width: 95%;
  }
}
@media print {
  .con-about .box-about, .con-secret .wrp .box-read, .con-secret .wrp .box-secret, .con-recipe .wrp .box-recipe, .con-review, footer nav ul, footer .box-footer {
    width: 95%;
  }
}
.ie8 .con-about .box-about, .con-about .ie8 .box-about, .ie8 .con-secret .wrp .box-read, .con-secret .wrp .ie8 .box-read, .ie8 .con-secret .wrp .box-secret, .con-secret .wrp .ie8 .box-secret, .ie8 .con-recipe .wrp .box-recipe, .con-recipe .wrp .ie8 .box-recipe, .ie8 .con-review, .ie8 footer nav ul, footer nav .ie8 ul, .ie8 footer .box-footer, footer .ie8 .box-footer {
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about, .con-secret .wrp .box-read, .con-secret .wrp .box-secret, .con-recipe .wrp .box-recipe, .con-review, footer nav ul, footer .box-footer {
    width: 90%;
  }
}

/*Animate */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1.667;
}

body {
  color: #000000;
  -webkit-text-size-adjust: none;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body a {
  color: #000000;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Verdana, YuGothic, "Yu Gothic", "Segoe UI", Meiryo, sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn {
  text-align: center;
}
.btn a {
  display: block;
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/bg_brown.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 1.5rem;
  font-size: 2.2rem;
  -moz-border-radius: 8rem;
  -webkit-border-radius: 8rem;
  border-radius: 8rem;
  -moz-box-shadow: 0 3px 0 #753f09;
  -webkit-box-shadow: 0 3px 0 #753f09;
  box-shadow: 0 3px 0 #753f09;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .btn a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateY(3px);
  }
}
@media print {
  .btn a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateY(3px);
  }
}
.ie8 .btn a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: translateY(3px);
}
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.btn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
}
@media only screen and (max-width: 767px) {
  .btn a:after {
    transform: scale(0.8);
  }
}
.btn.green a {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/bg_green.jpg) center center no-repeat;
  background-size: cover;
  -moz-box-shadow: 0 3px 0 #286503;
  -webkit-box-shadow: 0 3px 0 #286503;
  box-shadow: 0 3px 0 #286503;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1025px) {
  .btn.green a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media print {
  .btn.green a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.ie8 .btn.green a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .btn.green a {
    font-size: 1.4rem;
  }
}
.btn.green a:after {
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .btn.green a:after {
    transform: scale(0.8) rotate(90deg);
  }
}

/* -----------------------------------------------------------

	header

----------------------------------------------------------- */
header {
  margin: 0 2%;
}
@media only screen and (min-width: 768px) {
  header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ie8 header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header .box-logo {
  background: #fff;
  max-width: 320px;
  padding: 24px;
  text-align: center;
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .box-logo {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  header .box-logo {
    width: 55%;
    padding: 12px;
  }
}
header .box-logo .logo {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  header .box-logo .logo {
    padding-bottom: 3px;
  }
}
header .box-logo .logo img {
  max-height: 54px;
}
header .box-logo .txt {
  text-align: right;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  header .box-logo .txt {
    text-align: center;
    font-size: .95vw;
  }
}
@media print {
  header .box-logo .txt {
    text-align: center;
    font-size: .95vw;
  }
}
.ie8 header .box-logo .txt {
  text-align: center;
  font-size: .95vw;
}
@media only screen and (max-width: 767px) {
  header .box-logo .txt {
    text-align: left;
    font-size: 2.9vw;
  }
}
@media only screen and (min-width: 1025px) {
  header nav {
    width: 80%;
    padding-left: 20%;
  }
}
@media print {
  header nav {
    width: 80%;
    padding-left: 20%;
  }
}
.ie8 header nav {
  width: 80%;
  padding-left: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header nav {
    width: 75%;
    padding-left: 33%;
    margin: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  text-align: center;
}
header nav ul li {
  display: inline-block;
  padding: 0 1em;
  font-weight: bold;
  font-size: 1.7rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  header nav ul li {
    padding: 0 .5em;
    font-size: 1.5rem;
  }
}
@media print {
  header nav ul li {
    padding: 0 .5em;
    font-size: 1.5rem;
  }
}
.ie8 header nav ul li {
  padding: 0 .5em;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header nav ul li {
    padding: 0 .5em;
    font-size: 1.5rem;
  }
}
header nav ul li a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  header nav ul li a:hover {
    color: #709d09;
  }
}
@media print {
  header nav ul li a:hover {
    color: #709d09;
  }
}
.ie8 header nav ul li a:hover {
  color: #709d09;
}
header .btn {
  max-width: 200px;
  padding: 8px 0;
}
@media only screen and (min-width: 1025px) {
  header .btn {
    width: 20%;
  }
}
@media print {
  header .btn {
    width: 20%;
  }
}
.ie8 header .btn {
  width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .btn {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  header .btn {
    width: 40%;
    margin-left: auto;
  }
}
header .btn a {
  padding: 1rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .btn a {
    padding: 1rem 0.5rem;
    font-size: 1.5rem;
  }
  header .btn a:after {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  header .btn a {
    padding: 0.5rem;
    font-size: 1.3rem;
  }
  header .btn a:after {
    right: 10px;
  }
}

/* -----------------------------------------------------------
	.con-mv
----------------------------------------------------------- */
.con-mv {
  margin: 0 2%;
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/bg_baige.jpg) 0 0 repeat;
}
@media only screen and (max-width: 767px) {
  .con-mv {
    margin: 0 5%;
  }
}
.con-mv .wrp {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/img_mv_left.png) 0 bottom no-repeat;
  background-size: 30% auto;
}
@media only screen and (min-width: 1680px) {
  .con-mv .wrp {
    background-size: 33% auto;
  }
}
@media print {
  .con-mv .wrp {
    background-size: 33% auto;
  }
}
.ie8 .con-mv .wrp {
  background-size: 33% auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-mv .wrp {
    background-size: 40% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con-mv .wrp {
    background-size: 50% auto;
  }
}
.con-mv .wrp .inner {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/img_mv_right.png) right bottom no-repeat;
  background-size: 30% auto;
  text-align: center;
  padding: 128px 0 72px;
}
@media only screen and (min-width: 1680px) {
  .con-mv .wrp .inner {
    background-size: 33% auto;
  }
}
@media print {
  .con-mv .wrp .inner {
    background-size: 33% auto;
  }
}
.ie8 .con-mv .wrp .inner {
  background-size: 33% auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-mv .wrp .inner {
    background-size: 40% auto;
    padding: 60px 0 72px;
  }
}
@media only screen and (max-width: 767px) {
  .con-mv .wrp .inner {
    background-size: 50% auto;
    padding: 60px 0;
  }
}
.con-mv .wrp .inner h1 {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-mv .wrp .inner h1 {
    width: 80%;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con-mv .wrp .inner h1 {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.con-mv .wrp .inner h1 img {
  max-height: 289px;
}
.con-mv .wrp .inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 68px;
}
@media only screen and (max-width: 767px) {
  .con-mv .wrp .inner ul {
    margin-bottom: 30px;
  }
}
.con-mv .wrp .inner ul li {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-mv .wrp .inner ul li {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con-mv .wrp .inner ul li {
    padding: 0 1px;
  }
}
.con-mv .wrp .inner .btn {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con-mv .wrp .inner .btn {
    width: 70%;
  }
}

/* -----------------------------------------------------------
	.con-about
----------------------------------------------------------- */
.con-about {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/bg_white_vege.png) 55% 0 repeat-y;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-about {
    background-size: 130% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con-about {
    background-size: 130% auto;
  }
}
.con-about .box-about {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/il_family.png) center bottom no-repeat;
  text-align: center;
  overflow: hidden;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-about .box-about {
    background-size: 80% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con-about .box-about {
    background-size: 80% auto;
    padding-top: 40px;
  }
}
.con-about .box-about .title-about {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .title-about {
    margin-bottom: 25px;
  }
}
.con-about .box-about .title-about img {
  max-height: 223px;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .title-about img {
    max-height: 130px;
  }
}
.con-about .box-about .title-about-sub {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .title-about-sub {
    margin-bottom: 10px;
  }
}
.con-about .box-about .title-about-sub img {
  max-height: 27px;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .title-about-sub img {
    max-height: 46px;
  }
}
.con-about .box-about .txt {
  letter-spacing: 0.025em;
  margin-bottom: 60px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .txt {
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.con-about .box-about .title-about2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .title-about2 {
    margin-bottom: 16px;
  }
}
.con-about .box-about .title-about2 img {
  max-height: 43px;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .title-about2 img {
    max-height: 28px;
  }
}
.con-about .box-about .title-about-sub2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .title-about-sub2 {
    margin-bottom: 20px;
  }
}
.con-about .box-about .title-about-sub2 img {
  max-height: 27px;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .title-about-sub2 img {
    max-height: 46px;
  }
}
.con-about .box-about .btn {
  max-width: 320px;
  margin: 0 auto 280px;
}
@media only screen and (max-width: 767px) {
  .con-about .box-about .btn {
    width: 80%;
    margin: 20px auto 50%;
  }
}

/* -----------------------------------------------------------
	.con-secret
----------------------------------------------------------- */
.con-secret {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/bg_baige.jpg) 0 0 repeat;
}
.con-secret .wrp {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/bg_baige_vege.png) 55% 0 repeat-y;
  overflow: hidden;
}
.yakuzen-banner{
  margin: 60px auto;
  display: block;
  width: 90%;
  max-width: 800px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .con-secret .wrp {
    background-size: 130% auto;
  }
}
.con-secret .wrp .box-read {
  text-align: center;
  margin: 80px auto 130px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-read {
    margin: 15% auto 30px;
  }
}
.con-secret .wrp .box-read h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-read h2 {
    margin-bottom: 20px;
  }
}
.con-secret .wrp .box-read h2 img {
  max-height: 245px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-read h2 img {
    max-height: 150px;
  }
}
.con-secret .wrp .box-read .txt {
  text-align: center;
}
.con-secret .wrp .box-secret {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 80px 60px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret {
    padding: 60px 20px 20px;
    margin-bottom: 20%;
  }
}
.con-secret .wrp .box-secret:before {
  content: "";
  width: 100%;
  height: 8px;
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/dots_border.png) 0 0 repeat-x;
  position: absolute;
  top: 20px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret:before {
    background-size: auto 4px;
    height: 4px;
  }
}
.con-secret .wrp .box-secret .num {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .num {
    width: 25%;
    top: -20px;
  }
}
.con-secret .wrp .box-secret h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
}
.con-secret .wrp .box-secret h3 img {
  max-height: 43px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret h3 img {
    max-height: 28px;
  }
}
.con-secret .wrp .box-secret h4 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret h4 {
    margin-bottom: 20px;
  }
}
.con-secret .wrp .box-secret h4 img {
  max-height: 27px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret h4 img {
    max-height: 52px;
  }
}
.con-secret .wrp .box-secret .txt {
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .txt {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .con-secret .wrp .box-secret .txt br {
    display: none;
  }
}
.con-secret .wrp .box-secret .box-list dt {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-list dt {
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
.con-secret .wrp .box-secret .box-list dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.con-secret .wrp .box-secret .box-list dd figure {
  margin: 0;
  width: 6.14286%;
  margin: 0 0.5% 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-secret .wrp .box-secret .box-list dd figure {
    width: 13.28571%;
  }
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-list dd figure {
    width: 23%;
    margin: 0 1% 20px;
  }
}
.con-secret .wrp .box-secret .box-list dd figure figcaption {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: -0.075em;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-list dd figure figcaption {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .con-secret .wrp .box-secret .box-pickup {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-pickup {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
  }
}
.ie8 .con-secret .wrp .box-secret .box-pickup {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-pickup {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .con-secret .wrp .box-secret .box-pickup.col3 li {
    width: 32.33333%;
    margin: 0 0.5%;
    padding: 0 10px;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-pickup.col3 li {
    width: 32.33333%;
    margin: 0 0.5%;
    padding: 0 10px;
  }
}
.ie8 .con-secret .wrp .box-secret .box-pickup.col3 li {
  width: 32.33333%;
  margin: 0 0.5%;
  padding: 0 10px;
}
.con-secret .wrp .box-secret .box-pickup li {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con-secret .wrp .box-secret .box-pickup li {
    width: 50%;
    padding: 0 40px;
  }
  .con-secret .wrp .box-secret .box-pickup li:before {
    content: "";
    width: 8px;
    height: 100%;
    background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/dots_border_y.png) 0 0 repeat-y;
    position: absolute;
    top: 0;
    left: -4px;
  }
  .con-secret .wrp .box-secret .box-pickup li:first-child:before {
    display: none;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-pickup li {
    width: 50%;
    padding: 0 40px;
  }
  .con-secret .wrp .box-secret .box-pickup li:before {
    content: "";
    width: 8px;
    height: 100%;
    background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/dots_border_y.png) 0 0 repeat-y;
    position: absolute;
    top: 0;
    left: -4px;
  }
  .con-secret .wrp .box-secret .box-pickup li:first-child:before {
    display: none;
  }
}
.ie8 .con-secret .wrp .box-secret .box-pickup li {
  width: 50%;
  padding: 0 40px;
}
.ie8 .con-secret .wrp .box-secret .box-pickup li:before {
  content: "";
  width: 8px;
  height: 100%;
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/dots_border_y.png) 0 0 repeat-y;
  position: absolute;
  top: 0;
  left: -4px;
}
.ie8 .con-secret .wrp .box-secret .box-pickup li:first-child:before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-secret .wrp .box-secret .box-pickup li {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-pickup li {
    padding: 30px 0 20px;
  }
  .con-secret .wrp .box-secret .box-pickup li:before {
    content: "";
    background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/dots_border.png) 0 0 repeat-x;
    background-size: auto 4px;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.con-secret .wrp .box-secret .box-pickup li .img {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-pickup li .img {
    margin-bottom: 12px;
  }
}
.con-secret .wrp .box-secret .box-pickup li .img img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.con-secret .wrp .box-secret .box-pickup li .box-txt {
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-pickup li .box-txt {
    padding-bottom: 0;
  }
}
.con-secret .wrp .box-secret .box-pickup li .box-txt h5 {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-secret .wrp .box-secret .box-pickup li .box-txt h5 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-pickup li .box-txt h5 {
    font-size: 1.6rem;
  }
}
.con-secret .wrp .box-secret .box-pickup li .box-txt .txt-detail {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-pickup li .box-txt .txt-detail {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .con-secret .wrp .box-secret .box-detail {
    display: -webkit-flex;
    display: flex;
    margin: 50px auto 60px;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-detail {
    display: -webkit-flex;
    display: flex;
    margin: 50px auto 60px;
  }
}
.ie8 .con-secret .wrp .box-secret .box-detail {
  display: -webkit-flex;
  display: flex;
  margin: 50px auto 60px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-detail {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .con-secret .wrp .box-secret .box-detail .img {
    width: 50%;
    padding-right: 5%;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-detail .img {
    width: 50%;
    padding-right: 5%;
  }
}
.ie8 .con-secret .wrp .box-secret .box-detail .img {
  width: 50%;
  padding-right: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-secret .wrp .box-secret .box-detail .img {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-detail .img {
    text-align: center;
    margin-bottom: 24px;
  }
}
.con-secret .wrp .box-secret .box-detail .img img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 1025px) {
  .con-secret .wrp .box-secret .box-detail .inner {
    width: 50%;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-detail .inner {
    width: 50%;
  }
}
.ie8 .con-secret .wrp .box-secret .box-detail .inner {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-secret .wrp .box-secret .box-detail .inner {
    margin-bottom: 40px;
  }
}
.con-secret .wrp .box-secret .box-detail .inner .two {
  margin-bottom: 24px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-detail .inner .two {
    text-align: center;
  }
}
.con-secret .wrp .box-secret .box-detail .inner .two img {
  max-height: 68px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-detail .inner .two img {
    max-height: 52px;
  }
}
.con-secret .wrp .box-secret .box-detail .inner .txt {
  text-align: left;
  margin-bottom: 16px;
}
.con-secret .wrp .box-secret .box-detail .inner .btn {
  max-width: 320px;
}
.con-secret .wrp .box-secret .box-information {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/dots_border.png) 0 0 repeat-x;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .con-secret .wrp .box-secret .box-information dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-information dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.ie8 .con-secret .wrp .box-secret .box-information dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.con-secret .wrp .box-secret .box-information dl dt {
  border: 2px solid #709d09;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  text-align: center;
  width: 20%;
  color: #709d09;
  padding: .5rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-information dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.con-secret .wrp .box-secret .box-information dl dd {
  width: 80%;
  padding-left: 3%;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-information dl dd {
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .con-secret .wrp .box-secret .box-information dl dd br {
    display: none;
  }
}
.con-secret .wrp .box-secret .box-information dl dd span {
  display: block;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-information dl dd span {
    font-size: 1.2rem;
  }
}
.con-secret .wrp .box-secret .box-imgs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-imgs {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.con-secret .wrp .box-secret .box-imgs li {
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-imgs li {
    width: 45%;
    padding: 6px;
  }
}
.con-secret .wrp .box-secret .box-ingredient {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #709d09;
}
@media only screen and (min-width: 1025px) {
  .con-secret .wrp .box-secret .box-ingredient {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-ingredient {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ie8 .con-secret .wrp .box-secret .box-ingredient {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.con-secret .wrp .box-secret .box-ingredient h5 {
  color: #709d09;
  font-size: 2.2rem;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con-secret .wrp .box-secret .box-ingredient h5 {
    width: 25%;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-ingredient h5 {
    width: 25%;
  }
}
.ie8 .con-secret .wrp .box-secret .box-ingredient h5 {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-secret .wrp .box-secret .box-ingredient h5 {
    padding: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-ingredient h5 {
    font-size: 1.8rem;
    padding: 16px;
  }
}
.con-secret .wrp .box-secret .box-ingredient h5 span {
  display: block;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-ingredient h5 span {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .con-secret .wrp .box-secret .box-ingredient .box {
    width: 75%;
    border-left: 2px solid #709d09;
    padding: 20px 30px;
  }
}
@media print {
  .con-secret .wrp .box-secret .box-ingredient .box {
    width: 75%;
    border-left: 2px solid #709d09;
    padding: 20px 30px;
  }
}
.ie8 .con-secret .wrp .box-secret .box-ingredient .box {
  width: 75%;
  border-left: 2px solid #709d09;
  padding: 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-secret .wrp .box-secret .box-ingredient .box {
    border-top: 2px solid #709d09;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-ingredient .box {
    border-top: 2px solid #709d09;
    padding: 0 16px 16px;
  }
}
.con-secret .wrp .box-secret .box-ingredient .box table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-ingredient .box table tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.con-secret .wrp .box-secret .box-ingredient .box table tr th, .con-secret .wrp .box-secret .box-ingredient .box table tr td {
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(248, 195, 29, 0.4);
  padding: 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-ingredient .box table tr th, .con-secret .wrp .box-secret .box-ingredient .box table tr td {
    display: block;
    font-size: 1.3rem;
    border-bottom: none;
    text-align: left;
    padding: 0.25rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-ingredient .box table tr.category {
    display: none;
  }
}
.con-secret .wrp .box-secret .box-ingredient .box table tr.category th {
  font-size: 1.4rem;
  border-bottom: none;
  padding-bottom: 0;
}
.con-secret .wrp .box-secret .box-ingredient .box table tr th.name {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-ingredient .box table tr th.name {
    color: #709d09;
    padding-top: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .box-secret .box-ingredient .box table tr td {
    width: 50%;
  }
}
.con-secret .wrp .btn-secret {
  max-width: 320px;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px) {
  .con-secret .wrp .btn-secret {
    width: 80%;
    margin: 0 auto 20%;
  }
}

/* -----------------------------------------------------------
	.con-lineup
----------------------------------------------------------- */
.con-lineup {
  padding: 140px 0;
}
.pb-0{
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con-lineup {
    padding: 60px 0;
  }
}
.con-lineup h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con-lineup h2 {
    margin-bottom: 20px;
  }
}
.con-lineup h2 img {
  max-height: 185px;
}
@media only screen and (max-width: 767px) {
  .con-lineup h2 img {
    max-height: 110px;
  }
}
.con-lineup .txt-read {
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con-lineup .txt-read {
    width: 90%;
    margin: 0 auto 30px;
    text-align: left;
  }
}
.con-lineup .txt-read span {
  font-size: 1.4rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con-lineup .txt-read span {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .con-lineup ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto 60px;
    padding: 0 20px;
  }
}
@media print {
  .con-lineup ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto 60px;
    padding: 0 20px;
  }
}
.ie8 .con-lineup ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-lineup ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .con-lineup ul {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con-lineup ul li {
    width: 23%;
  }
}
@media print {
  .con-lineup ul li {
    width: 23%;
  }
}
.ie8 .con-lineup ul li {
  width: 23%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-lineup ul li {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con-lineup ul li {
    margin-bottom: 15%;
  }
}
.con-lineup ul li .img {
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .con-lineup ul li .img {
    margin-bottom: 16px;
  }
}
.con-lineup ul li .box-txt {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con-lineup ul li .box-txt {
    width: 95%;
  }
}
.con-lineup ul li .box-txt h3 {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con-lineup ul li .box-txt h3 {
    font-size: 1.8rem;
  }
}
.con-lineup ul li .box-txt .txt {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .con-lineup ul li .box-txt .txt {
    font-size: 1.4rem;
  }
}
.con-lineup .btn {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con-lineup .btn {
    width: 80%;
  }
}

/* -----------------------------------------------------------
	.con-recipe
----------------------------------------------------------- */
.con-recipe {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/bg_baige.jpg) 0 0 repeat;
}
.con-recipe .wrp {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/bg_baige_vege.png) 55% 0 repeat-y;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp {
    background-size: 130% auto;
  }
}
.con-recipe .wrp .box-recipe {
  margin: 120px auto;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe {
    margin: 60px auto;
  }
}
.con-recipe .wrp .box-recipe h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe h2 {
    margin-bottom: 20px;
  }
}
.con-recipe .wrp .box-recipe h2 img {
  max-height: 185px;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe h2 img {
    max-height: 110px;
  }
}
.con-recipe .wrp .box-recipe h3 {
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe h3 {
    margin-bottom: 20px;
  }
}
.con-recipe .wrp .box-recipe h3 img {
  max-height: 27px;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe h3 img {
    max-height: 18px;
  }
}
.con-recipe .wrp .box-recipe .txt-read {
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe .txt-read {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 20%;
  }
  .con-recipe .wrp .box-recipe .txt-read br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .con-recipe .wrp .box-recipe ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  .con-recipe .wrp .box-recipe ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 .con-recipe .wrp .box-recipe ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.con-recipe .wrp .box-recipe ul li {
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .con-recipe .wrp .box-recipe ul li {
    width: 48%;
    margin-bottom: 60px;
  }
}
@media print {
  .con-recipe .wrp .box-recipe ul li {
    width: 48%;
    margin-bottom: 60px;
  }
}
.ie8 .con-recipe .wrp .box-recipe ul li {
  width: 48%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe ul li {
    margin-bottom: 20%;
  }
}
.con-recipe .wrp .box-recipe ul li .num {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe ul li .num {
    width: 25%;
    top: -20px;
  }
}
.con-recipe .wrp .box-recipe ul li:after {
  content: "";
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/dots_border.png) 0 0 repeat-x;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 20px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe ul li:after {
    height: 4px;
    background-size: auto 4px;
  }
}
.con-recipe .wrp .box-recipe ul li .box-detail {
  padding: 80px 30px 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe ul li .box-detail {
    padding: 60px 20px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .con-recipe .wrp .box-recipe ul li .box-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  .con-recipe .wrp .box-recipe ul li .box-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 .con-recipe .wrp .box-recipe ul li .box-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .con-recipe .wrp .box-recipe ul li .box-detail .img {
    width: 45%;
  }
}
@media print {
  .con-recipe .wrp .box-recipe ul li .box-detail .img {
    width: 45%;
  }
}
.ie8 .con-recipe .wrp .box-recipe ul li .box-detail .img {
  width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-recipe .wrp .box-recipe ul li .box-detail .img {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe ul li .box-detail .img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.con-recipe .wrp .box-recipe ul li .box-detail .img img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 1025px) {
  .con-recipe .wrp .box-recipe ul li .box-detail .box-txt {
    width: 55%;
    padding-left: 5%;
  }
}
@media print {
  .con-recipe .wrp .box-recipe ul li .box-detail .box-txt {
    width: 55%;
    padding-left: 5%;
  }
}
.ie8 .con-recipe .wrp .box-recipe ul li .box-detail .box-txt {
  width: 55%;
  padding-left: 5%;
}
.con-recipe .wrp .box-recipe ul li .box-detail .box-txt h4 {
  line-height: 1.3;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe ul li .box-detail .box-txt h4 {
    margin-bottom: 8px;
  }
}
.con-recipe .wrp .box-recipe ul li .box-detail .box-txt h4 em {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe ul li .box-detail .box-txt h4 em {
    font-size: 1.8rem;
  }
}
.con-recipe .wrp .box-recipe ul li .box-detail .box-txt .txt {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .con-recipe .wrp .box-recipe ul li .box-detail .box-txt .txt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

/* -----------------------------------------------------------
	.con-review
----------------------------------------------------------- */
.con-review {
  margin: 140px auto 120px;
}
@media only screen and (max-width: 767px) {
  .con-review {
    margin: 60px auto;
  }
}
.con-review h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con-review h2 {
    margin-bottom: 40px;
  }
}
.con-review h2 img {
  max-height: 185px;
}
@media only screen and (max-width: 767px) {
  .con-review h2 img {
    max-height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .con-review .box-review {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  .con-review .box-review {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 .con-review .box-review {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .con-review .box-review .box {
    width: 48%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media print {
  .con-review .box-review .box {
    width: 48%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.ie8 .con-review .box-review .box {
  width: 48%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-review .box-review .box {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con-review .box-review .box {
    margin-bottom: 15%;
  }
}
.con-review .box-review .box .box-txt {
  position: relative;
  -moz-border-radius: 0 0 0 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 10px;
  border-left: 2px solid #709d09;
  border-bottom: 2px solid #709d09;
}
.con-review .box-review .box .box-txt:before, .con-review .box-review .box .box-txt:after {
  content: "";
  position: absolute;
  top: 80px;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 16px 19px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media only screen and (max-width: 1024px) {
  .con-review .box-review .box .box-txt:before, .con-review .box-review .box .box-txt:after {
    display: none;
  }
}
.con-review .box-review .box .box-txt:before {
  border-color: transparent #709d09 transparent transparent;
}
.con-review .box-review .box .box-txt:after {
  border-color: transparent #fff transparent transparent;
  left: -13px;
}
@media only screen and (min-width: 1025px) {
  .con-review .box-review .box .box-txt {
    order: 2;
    width: 60%;
    padding: 40px 0 40px 40px;
  }
}
@media print {
  .con-review .box-review .box .box-txt {
    order: 2;
    width: 60%;
    padding: 40px 0 40px 40px;
  }
}
.ie8 .con-review .box-review .box .box-txt {
  order: 2;
  width: 60%;
  padding: 40px 0 40px 40px;
}
@media only screen and (max-width: 1024px) {
  .con-review .box-review .box .box-txt {
    padding: 20px 0 40px 20px;
  }
}
.con-review .box-review .box .box-txt h3 {
  color: #709d09;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .con-review .box-review .box .box-txt h3 {
    font-size: 2rem;
  }
}
.con-review .box-review .box figure {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con-review .box-review .box figure {
    width: 40%;
    padding-right: 5%;
    margin-top: 40px;
  }
}
@media print {
  .con-review .box-review .box figure {
    width: 40%;
    padding-right: 5%;
    margin-top: 40px;
  }
}
.ie8 .con-review .box-review .box figure {
  width: 40%;
  padding-right: 5%;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .con-review .box-review .box figure {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-top: -30px;
    z-index: 1;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-review .box-review .box figure img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con-review .box-review .box figure img {
    width: 33%;
  }
}
.con-review .box-review .box figure figcaption {
  padding-top: 12px;
  font-weight: bold;
  color: #709d09;
}
@media only screen and (max-width: 1024px) {
  .con-review .box-review .box figure figcaption {
    padding-right: 2rem;
  }
}

/* -----------------------------------------------------------

	footer

----------------------------------------------------------- */
footer .pagetop {
  text-align: center;
}
footer .pagetop a {
  margin: 0 auto;
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/bg_brown.jpg) center center no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  -moz-box-shadow: 0 3px 0 #753f09;
  -webkit-box-shadow: 0 3px 0 #753f09;
  box-shadow: 0 3px 0 #753f09;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  footer .pagetop a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateY(3px);
  }
}
@media print {
  footer .pagetop a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateY(3px);
  }
}
.ie8 footer .pagetop a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: translateY(3px);
}
@media only screen and (max-width: 767px) {
  footer .pagetop a {
    width: 48px;
    height: 48px;
  }
  footer .pagetop a img {
    max-width: 30px;
  }
}
footer nav {
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/dots_border.png) 0 0 repeat-x;
  width: 95%;
  margin: 40px auto 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer nav {
    background-size: auto 4px;
    width: 100%;
    margin: 20px auto 0;
  }
}
footer nav:after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(https://www.kosodate-ryouhin.co.jp/lp/vegetable-soup/images/dots_border.png) 0 0 repeat-x;
}
@media only screen and (max-width: 767px) {
  footer nav:after {
    height: 4px;
    background-size: auto 4px;
  }
}
footer nav ul {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer nav ul {
    padding: 1em 0;
  }
}
footer nav ul li {
  display: inline-block;
  padding: 0 1em;
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  footer nav ul li {
    font-size: 1.4rem;
    padding: 0 0.5em;
  }
}
footer nav ul li a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 1.5em 0;
}
@media only screen and (min-width: 1025px) {
  footer nav ul li a:hover {
    color: #709d09;
  }
}
@media print {
  footer nav ul li a:hover {
    color: #709d09;
  }
}
.ie8 footer nav ul li a:hover {
  color: #709d09;
}
@media only screen and (max-width: 767px) {
  footer nav ul li a {
    padding: 0.3em 0;
  }
}
footer .box-footer {
  margin: 64px auto 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .box-footer {
    margin: 40px auto 20px;
  }
}
footer .box-footer .logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  footer .box-footer .logo {
    width: 70%;
    margin: 0 auto 24px;
  }
}
footer .box-footer .logo a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  footer .box-footer .logo a:hover {
    opacity: 0.7;
  }
}
@media print {
  footer .box-footer .logo a:hover {
    opacity: 0.7;
  }
}
.ie8 footer .box-footer .logo a:hover {
  opacity: 0.7;
}
footer .box-footer address {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  footer .box-footer address {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
footer .box-footer #copyright {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  footer .box-footer #copyright {
    font-size: 1rem;
  }
}
