@charset "UTF-8";

/*
*******************************************************************************************************
# 「あいーと」をおすすめする5つの理由 - compiled from about/point/style.scss
*******************************************************************************************************
*/
/* ------------------------------------
共通設定
* ------------------------------------ */
/* base reset
----------------------------------- */
@media screen and (max-width: 736px) {
  .wrp-contents .contents-inner {
    /*padding: 0;*/
  }
}

/* タイトル
----------------------------------- */
.mod-ttl-main {
  padding-left: 0;
}

@media screen and (max-width: 736px) {
  .mod-ttl-main {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* こだわりメニュー
----------------------------------- */
.wrp-point-menuctg {
  margin-top: 65px;
}

.wrp-point-menuctg .lead {
  font-size: 240%;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}

.wrp-point-menuctg .list {
  margin-top: 25px;
  *zoom: 1;
}

.wrp-point-menuctg .list03 {
  margin-top: 25px;
  *zoom: 1;
}

.wrp-point-menuctg .list:before, .wrp-point-menuctg .list:after {
  content: "";
  display: table;
}

.wrp-point-menuctg .list:before, .wrp-point-menuctg .list03:after {
  content: "";
  display: table;
}

.wrp-point-menuctg .list:after {
  clear: both;
}

.wrp-point-menuctg .list03:after {
  clear: both;
}

.wrp-point-menuctg .list li {
  width: 160px;
  float: left;
  padding-left: 20px;
}

.wrp-point-menuctg .list03 li {
  width: 220px;
  float: left;
  padding-left: 20px;
}

.wrp-point-menuctg-03 .list li {
  width: 220px !important;
}

.wrp-point-menuctg-03 .list03 li {
  width: 220px !important;
}

.wrp-point-menuctg .list li:first-child {
  padding-left: 0;
}

.wrp-point-menuctg .list li a {
  display: block;
}

.wrp-point-menuctg .list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.wrp-point-menuctg .list li .btn {
  border: 1px solid #dcdcdc;
}

.wrp-point-menuctg .list li .btn img {
  display: block;
  width: auto;
  height: 93px;
}

.wrp-point-menuctg .list li .link {
  display: block;
  padding: 8px 10px 8px 6px;
  background-color: #fcfbf7;
  font-size: 150%;
  font-size: 1.3rem;
  position: relative;
  text-align: center;
}

.wrp-point-menuctg .list li .link:after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent;
  border-bottom-color: #cd964e;
  width: 0;
  height: 0;
}

.wrp-point-menuctg .list03 li:first-child {
  padding-left: 0;
}

.wrp-point-menuctg .list03 li a {
  display: block;
}

.wrp-point-menuctg .list03 li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.wrp-point-menuctg .list03 li .btn {
  border: 1px solid #dcdcdc;
}

.wrp-point-menuctg .list03 li .btn img {
  display: block;
  width: auto;
}

.wrp-point-menuctg .list03 li .link {
  display: block;
  padding: 8px 10px 8px 6px;
  background-color: #fcfbf7;
  font-size: 150%;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
}

.wrp-point-menuctg .list03 li .link:after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent;
  border-bottom-color: #cd964e;
  width: 0;
  height: 0;
}

.wrp-point-menuctg .btn-menu {
  width: 300px;
  margin: 40px auto 0 auto;
  font-size: 140%;
  font-size: 1.4rem;
}

.wrp-point-menuctg .btn-menu .mod-icn {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 736px) {
  .wrp-point-menuctg {
    margin-top: 20px;
  }

  .wrp-point-menuctg .lead {
    padding: 0 10px;
    font-size: 180%;
    font-size: 1.8rem;
    text-align: center;
  }

  .wrp-point-menuctg .list {
    margin-top: 20px;
    padding-left: 5px;
  }

  .wrp-point-menuctg .list li {
    width: 165px;
    padding: 0 5px 10px 5px;
  }

  .wrp-point-menuctg .list li:first-child {
    padding-left: 5px;
  }

  .wrp-point-menuctg .list li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .wrp-point-menuctg .list li .btn img {
    height: auto;
  }

  .wrp-point-menuctg .list03 {
    margin-top: 20px;
    padding-left: 5px;
  }

  .wrp-point-menuctg .list03 li {
    width: 165px;
    padding: 0 5px 10px 5px;
  }

  .wrp-point-menuctg .list03 li:first-child {
    padding-left: 5px;
  }

  .wrp-point-menuctg .list03 li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .wrp-point-menuctg .list03 li .btn img {
    height: auto;
  }

  .wrp-point-menuctg .btn-menu {
    margin-top: 10px;
  }
}

/* コンテンツ内ナビゲーション
----------------------------------- */
.wrp-point-nav-btn {
  display: table;
  width: 520px;
  margin: 30px auto 80px auto;
}

.wrp-point-nav-btn .btn-inner {
  display: table;
  width: 100%;
}

.wrp-point-nav-btn.last {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .wrp-point-nav-btn {
    display: block;
    width: auto;
    margin: 15px auto 25px auto;
    padding: 0 10px;
  }

  .wrp-point-nav-btn.last {
    margin-bottom: 40px;
  }
}

.wrp-point-nav-list {
  margin: 60px 0 0 -20px;
  *zoom: 1;
}

.wrp-point-nav-list:before, .wrp-point-nav-list:after {
  content: "";
  display: table;
}

.wrp-point-nav-list:after {
  clear: both;
}

.wrp-point-nav-list li {
  display: table;
  width: 340px;
  float: left;
  padding-left: 20px;
}

.wrp-point-nav-list li span {
  font-size: 160%;
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .wrp-point-nav-list {
    margin: 25px 0 0 0;
    padding: 0 10px;
  }

  .wrp-point-nav-list li {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
}
/* ------------------------------------
かむ力が弱くなった方向けの食事をおすすめする理由
* ------------------------------------ */
.wrp-about-main {
  position: relative;
  height: 660px;
}

.wrp-about-main .box-title {
  width: 700px;
  height: 315px;
  position: relative;
  overflow: hidden;
}

.wrp-about-main .box-title .title {
  position: absolute;
  height: 315px;
}

.wrp-about-main .box-title .title img {
  width: auto;
  height: 315px;
}

.wrp-about-main .steam {
  position: absolute;
  right: 0;
  top: 0;
  width: 370px;
  height: 315px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/img/about/top/pc/img_steam.png);
}

.wrp-about-main .list {
  width: 510px;
  margin: 60px auto 0;
}

.wrp-about-main .list li {
  margin-top: 25px;
  padding-left: 45px;
  font-size: 140%;
  font-size: 2.4rem;
  position: relative;
  color: #333;
}

.wrp-about-main .list li:first-child {
  margin-top: 0;
}

.wrp-about-main .list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/img/about/top/pc/icn_checkmark_2.png);
  background-size: 30px;
}

h2[class="mod-ttl-main"] {
  border-bottom: 0;
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 0px;
}

@media screen and (max-width: 736px) {
  /* 一秒間に動くスタイル */
  @-webkit-keyframes play {
    0% {
      background-position: 0px 0;
    }

    100% {
      background-position: -4625px 0;
    }
  }

  @keyframes play {
    0% {
      background-position: 0px 0;
    }

    100% {
      background-position: -4625px 0;
    }
  }

  .wrp-about-main {
    width: 300px;
    margin: 0 auto;
    height: auto;
    position: static;
  }

  .wrp-about-main .box-title {
    width: 300px;
    height: 135px;
  }

  .wrp-about-main .box-title .title {
    height: auto;
  }

  .wrp-about-main .box-title .title img {
    width: 100%;
    height: auto;
  }

  .wrp-about-main .steam {
    width: 185px;
    height: 158px;
    background-image: url(/img/about/top/sp/img_steam.png);
    background-size: 4625px 158px;
  }

  .wrp-about-main .steam.css-splight {
    -webkit-animation: play 1s steps(25) infinite;
    animation: play 1s steps(25) infinite;
  }

  .wrp-about-main .list {
    margin-top: 18px;
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .wrp-about-main .list li {
    padding-left: 24px;
    color: #333;
    font-size: 1.4rem;
  }

  .wrp-about-main .list li:before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url(/img/about/top/sp/icn_checkmark.png);
    background-size: 18px 18px;
  }

  h2[class="mod-ttl-main"] {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

/* box-point1 */
.box-point {
  clear:both;
  overflow: hidden;
}
.box-point1 {
  margin-bottom: 35px;
}
.box-point2 {
  margin-bottom: 5px;
}
.box-point1 .ptit,
.box-point2 .ptit {
  font-size: 2.2rem;
  padding: 10px 25px;
  background-color: #fa8500;
  color: white;
  border-radius: 30px;
  margin-bottom: 20px;
}
.box-point1 .ptit span,
.box-point2 .ptit span {
  font-size: 2.4rem;
  padding-left: 5px;
}
.point1 {
  width: 50%;
  float: left;
}
.point2 {
  width: 48%;
  float: right;
}

@media screen and (max-width: 736px) {
  .box-point1 .ptit,
  .box-point2 .ptit {
    font-size: 2rem;
    padding: 8px 15px;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .point2 {
    width: 90%;
    margin: 0 auto;
  }
  .box-point1 {
    margin-bottom: 0;
  }
}

/* wrp-point-title */
.wrp-point-title {
  border-left: solid 5px #ea5404;
  font-size: 2.6rem;
  line-height: 1.4;
  padding-left: 15px;
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 736px) {
  .wrp-point-title {
    margin-top: 50px;
    font-size: 2.2rem;
  }
}

/* wrp-point-single */
.wrp-point-single {
  padding-top: 25px;
}
.box-point.wrp-point-single .point2 .title {
  color: #ea5404;
  margin-top: 25px;
}
.box-point.wrp-point-single .point1 {
  width: 45% !important;
  margin: 0 auto;
}
.box-point.wrp-point-single .point2 {
  width: 53%;
  margin: 0 auto;
}
.box-point.wrp-point-single .point2 .txt {
  font-size: 1.6rem;
  margin-top: 20px;
}
.box-point.wrp-point-single .btn-menu {
  margin: 35px 0 0;
}

.box-point.wrp-point-single .mod-btn-orange-l a, .mod-btn-orange-r a,
.box-point.wrp-point-obento .mod-btn-orange-l a, .mod-btn-orange-r a {
  padding: 10px 70px !important;
}
.box-point.wrp-point-obento .mod-btn-orange-r .bColor-green {
  background-color: #7fb709 !important;
}
.box-point.wrp-point-obento .mod-btn-orange-r .bColor-green:hover {
  opacity: 0.8;
}
.box-point.wrp-point-single .mod-btn-orange-r .mod-icn:after,
.box-point.wrp-point-obento .mod-btn-orange-r .mod-icn:after {
  right: -45px;
}

@media screen and (max-width: 736px) {
  .wrp-point-single {
    padding: 25px 30px !important;
  }
  .box-point.wrp-point-single .point1 {
    width: 100% !important;
  }
  .box-point.wrp-point-single .point2 {
    width: 100%;
  }
  .box-point.wrp-point-single .point2 .txt {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .box-point.wrp-point-single .btn-menu {
    margin: 25px 0 0;
    padding: 0 10px;
  }
  .box-point.wrp-point-single .btn-menu:hover,
  .box-point.wrp-point-obento .btn-menu:hover {
    background-color: transparent;
  }

  .box-point.wrp-point-single .mod-btn-orange-l a, .mod-btn-orange-r a,
  .box-point.wrp-point-obento .mod-btn-orange-l a, .mod-btn-orange-r a {
    padding: 15px 17px !important;
    margin: 0;
    text-align: left;
  }
  .box-point.wrp-point-single .mod-btn-orange-r .mod-icn:after,
  .box-point.wrp-point-obento .mod-btn-orange-r .mod-icn:after {
    right: -5px;
  }
  .box-point.wrp-point-single .mod-btn-orange-r .mod-icn,
  .box-point.wrp-point-obento .mod-btn-orange-r .mod-icn {
    padding: 0;
    font-size: 1.4rem;
  }
}

/* wrp-point-obento */
.wrp-point-obento {
  padding-top: 30px;
  margin-bottom: 40px;
}
.box-point.wrp-point-obento .point2 .title {
  color: #7fb709;
  margin-top: 20px;
}
.box-point.wrp-point-obento .point1 {
  width: 45% !important;
  margin: 0 auto;
}
.box-point.wrp-point-obento .point2 {
  width: 53%;
}
.box-point.wrp-point-obento .point2 .txt {
  font-size: 1.6rem;
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .wrp-point-obento {
    padding: 25px 30px;
  }
  .box-point.wrp-point-obento .point1 {
    width: 100% !important;
  }
  .box-point.wrp-point-obento .point2 {
    width: 100%;
  }
  .box-point.wrp-point-obento .point2 .txt {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .box-point.wrp-point-obento .btn-menu {
    margin: 25px 0 0;
    padding: 0 10px;
  }
}

/*「あいーと」からのおすすめ  */
.wrp-about-recommend {
  margin: 30px 0 20px 0;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.wrp-about-recommend .title {
  font-size: 220.0%;
  font-size: 2.2rem;
}

.wrp-about-recommend .list-btn {
  margin-top: 15px;
  *zoom: 1;
}

.wrp-about-recommend .list-btn:before, .wrp-about-recommend .list-btn:after {
  content: "";
  display: table;
}

.wrp-about-recommend .list-btn:after {
  clear: both;
}

.wrp-about-recommend .list-btn li {
  display: table;
  width: 220px;
  float: left;
  padding-left: 20px;
}

.wrp-about-recommend .list-btn li:first-child {
  padding-left: 0;
}

.wrp-about-recommend .list-btn li .mod-btn-base {
  height: 70px;
}

.wrp-about-recommend .list-btn li span {
  padding-left: 60px;
  font-size: 180%;
  font-size: 1.8rem;
}

.wrp-about-recommend .list-btn .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.wrp-about-recommend .list-btn .topics .icon:after {
  width: 24px;
  height: 36px;
  margin-top: -18px;
  background-image: url(/img/about/top/pc/icn_topics.png);
  left: 20px;
}

.wrp-about-recommend .list-btn .specialist .icon:after {
  width: 40px;
  height: 36px;
  margin-top: -18px;
  background-image: url(/img/about/top/pc/icn_specialist.png);
  left: 14px;
}

.wrp-about-recommend .list-btn .movie .icon:after {
  width: 34px;
  height: 30px;
  margin-top: -15px;
  background-image: url(/img/about/top/pc/icn_movie.png);
  left: 14px;
}

.wrp-about-recommend .list-btn div.mod-btn-base br {
  display: block;
}

.wrp-about-recommend .list-btn div.mod-btn-base:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wrp-about-recommend .list-btn div.mod-btn-base .icon:before {
  display: none;
}

.wrp-about-recommend .recommend_item {
  width: 100%;
  margin: 25px auto;
  display: block;
}

@media screen and (max-width: 736px) {
  .wrp-about-recommend {
    margin-bottom: 0;
  }

  .wrp-about-recommend .title {
    font-size: 160%;
    font-size: 1.6rem;
  }

  .wrp-about-recommend .list-btn {
    margin-top: 10px;
  }

  .wrp-about-recommend .list-btn li {
    width: 100%;
    float: none;
    margin-top: 5px;
    padding-left: 0;
  }

  .wrp-about-recommend .list-btn li .mod-btn-base {
    height: 60px;
  }

  .wrp-about-recommend .list-btn li span {
    padding-left: 70px;
    font-size: 160%;
    font-size: 1.6rem;
  }

  .wrp-about-recommend .list-btn .topics .icon:after {
    width: 24px;
    height: 35px;
    margin-top: -17.5px;
    background-image: url(/img/about/top/sp/icn_topics.png);
    background-size: 24px 35px;
    left: 22px;
  }

  .wrp-about-recommend .list-btn .specialist .icon:after {
    width: 36px;
    height: 31px;
    margin-top: -15.5px;
    background-image: url(/img/about/top/sp/icn_specialist.png);
    left: 18px;
    background-size: 36px 31px;
  }

  .wrp-about-recommend .list-btn .movie .icon:after {
    width: 35px;
    height: 31px;
    margin-top: -15.5px;
    background-image: url(/img/about/top/sp/icn_movie.png);
    left: 18px;
    background-size: 35px 31px;
  }

  .wrp-about-recommend .list-btn div.mod-btn-base br {
    display: none;
  }
}

/* wrp-about-linkItem */
.wrp-about-linkItem {
  margin: 40px 0 0;
}

.wrp-about-linkItem .list-btn::before {
  content: "";
  display: table;
}

.wrp-about-linkItem .list-btn {
  clear: both;
  overflow: hidden;
}

.wrp-about-linkItem .list-btn .mod-btn-base {
  height: 45px;
}

.wrp-about-linkItem .list-btn .mod-btn-base span {
  font-size: 1.5rem;
  padding-left: 45px;
}

.wrp-about-linkItem .list-btn li {
  display: table;
  float: left;
  width: 220px;
}

.wrp-about-linkItem .list-btn li:not(:last-child) {
  margin-right: calc((100% - (220px * 3)) / 2);
}

.wrp-about-linkItem .list-btn a.btn-howto {
  background-image: url(/img/top/icn/pc/icn_howto.png);
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 30px;
}

.wrp-about-linkItem .list-btn a.btn-preservation {
  background-image: url(/img/top/icn/pc/icn_preservation.png);
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 30px;
}

.wrp-about-linkItem .list-btn a.btn-recipe {
  background-image: url(/img/top/icn/pc/icn_recipe.png);
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 30px;
}
@media screen and (max-width: 736px) {
  .wrp-about-linkItem .wrp-about-linkItem {
    margin: 60px 0;
  }
  .wrp-about-linkItem .list-btn li {
		float: none;
		width: 100%
	}
	.wrp-about-linkItem .list-btn li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* ------------------------------------
「あいーと」をおすすめする5つの理由
* ------------------------------------ */
/* リード
----------------------------------- */
.wrp-point-lead {
  margin-bottom: 35px;
}

.wrp-point-lead .lead {
  font-size: 140%;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .wrp-point-lead {
    margin-bottom: 0;
  }

  .wrp-point-lead .lead {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}

/* 理由
----------------------------------- */
.wrp-point-column, .wrp-point-single {
  *zoom: 1;
}

.wrp-point-column:before, .wrp-point-column:after, .wrp-point-single:before, .wrp-point-single:after {
  content: "";
  display: table;
}

.wrp-point-column:after, .wrp-point-single:after {
  clear: both;
}

.wrp-point-column .box-point .title, .wrp-point-single .box-point .title {
  font-size: 240%;
  font-size: 2.4rem;
  line-height: 1.2;
}

.wrp-point-column .box-point .txt, .wrp-point-single .box-point .txt {
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-point-column .box-point .pic, .wrp-point-single .box-point .pic {
  width: 330px;
}

.wrp-point-column .box-point .pic img, .wrp-point-single .box-point .pic img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 736px) {
  .wrp-point-column .box-point .title, .wrp-point-single .box-point .title {
    font-size: 220.0%;
    font-size: 2.0rem;
  }

  .wrp-point-column .box-point .pic, .wrp-point-single .box-point .pic {
    width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .wrp-point-column .box-point .title br, .wrp-point-single .box-point .title br {
    display: block;
  }
}

.wrp-point-column .box-point {
  /*width: 330px;*/
}

.wrp-point-column .box-point .title {
  margin-top: 15px;
}

.wrp-point-column .box-point .txt {
  margin-top: 10px;
}

.wrp-point-column .box-point .point1, .wrp-point-column .box-point.point4 {
  float: left;
}

.wrp-point-column .box-point .point2, .wrp-point-column .box-point.point5 {
  float: right;
}

@media screen and (max-width: 736px) {
  .wrp-point-column .box-point {
    width: auto;
  }

  .wrp-point-column .box-point .txt {
    margin-top: 8px;
  }

  .wrp-point-column .box-point .point1, .wrp-point-column .box-point.point4, .wrp-point-column .box-point .point2, .wrp-point-column .box-point.point5 {
    float: none;
  }
}

.wrp-point-single .box-point .title, .wrp-point-single .box-point .txt {
  padding-left: 370px;
}

.wrp-point-single .box-point .txt {
  margin-top: 15px;
}

.wrp-point-single .box-point .pic {
  float: left;
}

@media screen and (max-width: 736px) {
  .wrp-point-single .box-point .title, .wrp-point-single .box-point .txt {
    padding-left: 0;
  }

  .wrp-point-single .box-point .title {
    margin-top: 15px;
  }

  .wrp-point-single .box-point .txt {
    margin-top: 8px;
  }

  .wrp-point-single .box-point .pic {
    float: none;
  }
}

/* ------------------------------------
食事を楽しんでいただくためのこだわり
* ------------------------------------ */
/* リード
----------------------------------- */
.wrp-taste-flow .ttl-flow {
  margin-bottom: 20px;
  font-size: 240%;
  font-size: 2.4rem;
}

.wrp-taste-flow ol {
  *zoom: 1;
}

.wrp-taste-flow ol:before, .wrp-taste-flow ol:after {
  content: "";
  display: table;
}

.wrp-taste-flow ol:after {
  clear: both;
}

.wrp-taste-flow ol li {
  width: 220px;
  float: left;
  padding-left: 20px;
}

.wrp-taste-flow ol li:first-child {
  padding-left: 0;
}

.wrp-taste-flow .pic img {
  width: 100%;
  height: auto;
}

.wrp-taste-flow .subttl {
  margin-top: 20px;
  padding: 15px;
  background-color: #f8f2e5;
  font-size: 180%;
  font-size: 1.8rem;
  text-align: center;
}

.wrp-taste-flow .txt {
  margin-top: 12px;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .wrp-taste-flow {
    padding: 0 10px;
  }

  .wrp-taste-flow .ttl-flow {
    margin-bottom: 12px;
    font-size: 180%;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .wrp-taste-flow ol li {
    width: auto;
    float: none;
    padding-left: 0;
    padding-top: 30px;
    *zoom: 1;
  }

  .wrp-taste-flow ol li:before, .wrp-taste-flow ol li:after {
    content: "";
    display: table;
  }

  .wrp-taste-flow ol li:after {
    clear: both;
  }

  .wrp-taste-flow ol li:first-child {
    padding-top: 0;
  }

  .wrp-taste-flow .pic {
    width: 140px;
    float: left;
  }

  .wrp-taste-flow .subttl {
    margin-top: 0;
    margin-left: 155px;
    padding: 10px 15px;
    text-align: left;
    line-height: 1.2;
  }

  .wrp-taste-flow .txt {
    padding-left: 155px;
  }
}

/* 特長
----------------------------------- */
.wrp-taste-topics {
  margin-top: 70px;
  *zoom: 1;
}

.wrp-taste-topics:before, .wrp-taste-topics:after {
  content: "";
  display: table;
}

.wrp-taste-topics:after {
  clear: both;
}

.wrp-taste-topics .pic {
  width: 320px;
  float: right;
}

.wrp-taste-topics .pic img {
  width: 100%;
  height: auto;
}

.wrp-taste-topics .box-txt {
  width: 350px;
  float: left;
}

.wrp-taste-topics .box-txt .ttl-topics {
  font-size: 240%;
  font-size: 2.4rem;
  line-height: 1.2;
}

.wrp-taste-topics .box-txt .txt {
  margin-top: 15px;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .wrp-taste-topics {
    margin-top: 40px;
    padding: 0 10px;
  }

  .wrp-taste-topics.topics-last {
    margin-bottom: 40px;
  }

  .wrp-taste-topics .pic {
    width: 300px;
    float: none;
    margin: 0 auto;
    margin-top: 12px;
  }

  .wrp-taste-topics .box-txt {
    width: auto;
    float: none;
  }

  .wrp-taste-topics .box-txt .ttl-topics {
    font-size: 180%;
    font-size: 1.8rem;
  }

  .wrp-taste-topics .box-txt .ttl-topics br {
    display: none;
  }

  .wrp-taste-topics .box-txt .txt {
    margin-top: 12px;
    font-size: 140%;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* ------------------------------------
組み合わせて必要な栄養素が摂れる
* ------------------------------------ */
/* メイン部分
----------------------------------- */
.wrp-nutrition-main .ttl-main {
  margin-top: 30px;
  font-size: 240%;
  font-size: 2.4rem;
  line-height: 1.2;
}

.wrp-nutrition-main .lead {
  margin-top: 12px;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-nutrition-main .samplemenu {
  margin-top: 15px;
  padding: 15px 20px 8px 20px;
  background-color: #f8f2e5;
}

.wrp-nutrition-main .samplemenu .box-inner {
  *zoom: 1;
}

.wrp-nutrition-main .samplemenu .box-inner:before, .wrp-nutrition-main .samplemenu .box-inner:after {
  content: "";
  display: table;
}

.wrp-nutrition-main .samplemenu .box-inner:after {
  clear: both;
}

.wrp-nutrition-main .samplemenu .pic {
  width: 330px;
  float: left;
  padding-top: 5px;
}

.wrp-nutrition-main .samplemenu .pic img {
  width: 100%;
  height: auto;
}

.wrp-nutrition-main .samplemenu .caption {
  margin-top: 10px;
  font-size: 120%;
  font-size: 1.2rem;
  color: #707070;
}

.wrp-nutrition-main .samplemenu .box-txt {
  width: 310px;
  float: right;
}

.wrp-nutrition-main .samplemenu .box-txt .ttl-samplemenu {
  margin-bottom: 15px;
  font-size: 160%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.wrp-nutrition-main .samplemenu .box-txt dl, .wrp-nutrition-main .samplemenu .box-txt dt, .wrp-nutrition-main .samplemenu .box-txt dd {
  margin: 0;
}

.wrp-nutrition-main .samplemenu .box-txt .menu, .wrp-nutrition-main .samplemenu .box-txt .data {
  padding: 8px 10px;
  background-color: #ffffff;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

.wrp-nutrition-main .samplemenu .box-txt .menu {
  font-weight: bold;
  color: #707070;
}

.wrp-nutrition-main .samplemenu .box-txt .menu span {
  color: #ea5404;
}

.wrp-nutrition-main .samplemenu .box-txt .data {
  margin-top: 20px;
  position: relative;
}

.wrp-nutrition-main .samplemenu .box-txt .data span {
  font-weight: bold;
  color: #ea5404;
}

.wrp-nutrition-main .samplemenu .box-txt .data:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/img/about/point/pc/icn_nutrition_equal.png);
  position: absolute;
  left: 50%;
  top: -16px;
  width: 11px;
  height: 12px;
  margin-left: -5.5px;
}

@media screen and (max-width: 736px) {
  .wrp-nutrition-main {
    padding: 0 10px;
  }

  .wrp-nutrition-main .ttl-main {
    margin-top: 18px;
    font-size: 180%;
    font-size: 1.8rem;
  }

  .wrp-nutrition-main .ttl-main br {
    display: none;
  }

  .wrp-nutrition-main .lead {
    margin-top: 10px;
  }

  .wrp-nutrition-main .samplemenu {
    margin-top: 12px;
    padding: 10px;
  }

  .wrp-nutrition-main .samplemenu .pic {
    width: auto;
    float: none;
    padding-top: 0;
  }

  .wrp-nutrition-main .samplemenu .caption {
    font-size: 110.0%;
    font-size: 1.1rem;
  }

  .wrp-nutrition-main .samplemenu .box-txt {
    width: auto;
    float: none;
    margin-top: 12px;
  }

  .wrp-nutrition-main .samplemenu .box-txt .ttl-samplemenu {
    margin-bottom: 12px;
    font-size: 160%;
    font-size: 1.6rem;
  }

  .wrp-nutrition-main .samplemenu .box-txt .data:before {
    background-image: url(/img/about/point/sp/icn_nutrition_equal.png);
    width: 11px;
    height: 12px;
    margin-left: -5.5px;
    background-size: 11px 12px;
  }
}

/* おかずのエネルギー・たんぱく質
----------------------------------- */
.wrp-nutrition-energy {
  margin-top: 40px;
  border: 3px solid #dcdcdc;
}

.wrp-nutrition-energy .box-inner {
  padding: 20px;
  *zoom: 1;
}

.wrp-nutrition-energy .box-inner:before, .wrp-nutrition-energy .box-inner:after {
  content: "";
  display: table;
}

.wrp-nutrition-energy .box-inner:after {
  clear: both;
}

.wrp-nutrition-energy .ttl-energy {
  padding: 10px 12px 12px 12px;
  background-color: #f5f5f5;
  font-size: 200%;
  font-size: 2rem;
  text-align: center;
}

.wrp-nutrition-energy .graph {
  width: 320px;
  float: left;
}

.wrp-nutrition-energy .graph img {
  width: 100%;
  height: auto;
}

.wrp-nutrition-energy .box-txt {
  width: 300px;
  float: right;
  font-size: 140%;
  font-size: 1.4rem;
}

.wrp-nutrition-energy .box-txt .txt {
  padding-top: 3px;
  line-height: 1.6;
}

.wrp-nutrition-energy .box-txt .btn {
  width: 250px;
  margin-top: 25px;
}

.wrp-nutrition-energy .box-txt .btn .mod-icn-pdf:before {
  left: 20px;
}

.wrp-nutrition-energy .box-txt .btn .mod-icn {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media screen and (max-width: 736px) {
  .wrp-nutrition-energy {
    margin: 20px 10px 0 10px;
    border-width: 2px;
  }

  .wrp-nutrition-energy .box-inner {
    padding: 10px;
  }

  .wrp-nutrition-energy .ttl-energy {
    padding: 10px;
    font-size: 180%;
    font-size: 1.8rem;
  }

  .wrp-nutrition-energy .graph {
    width: auto;
    float: none;
    text-align: center;
  }

  .wrp-nutrition-energy .graph img {
    max-width: 300px;
  }

  .wrp-nutrition-energy .box-txt {
    width: auto;
    float: none;
  }

  .wrp-nutrition-energy .box-txt .txt {
    padding-top: 15px;
  }

  .wrp-nutrition-energy .box-txt .btn {
    width: auto;
    margin-top: 15px;
  }

  .wrp-nutrition-energy .box-txt .btn a {
    max-width: 300px;
    margin: 0 auto;
  }

  .wrp-nutrition-energy .box-txt .btn .mod-icn {
    padding-left: 2px;
  }
}

/* 物性及び栄養比較
----------------------------------- */
.wrp-nutrition-comparing {
  margin-top: 40px;
}

.wrp-nutrition-comparing .ttl-comparing {
  font-size: 200%;
  font-size: 2rem;
  line-height: 1.2;
}

.wrp-nutrition-comparing .lead {
  margin-top: 15px;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-nutrition-comparing .tbl-comparing {
  width: 100%;
  margin-top: 15px;
}

.wrp-nutrition-comparing .tbl-comparing caption {
  padding: 8px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  font-size: 140%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.wrp-nutrition-comparing .tbl-comparing th, .wrp-nutrition-comparing .tbl-comparing td {
  padding: 5px 12px;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-nutrition-comparing .tbl-comparing td {
  text-align: center;
}

.wrp-nutrition-comparing .tbl-comparing .amount td {
  padding-bottom: 10px;
  vertical-align: top;
}

.wrp-nutrition-comparing .tbl-comparing .item {
  border-left: none;
  font-weight: normal;
  text-align: left;
}

.wrp-nutrition-comparing .tbl-comparing .item sup {
  position: relative;
  left: 1px;
  top: -3px;
  font-size: 100%;
  font-size: 1rem;
}

.wrp-nutrition-comparing .tbl-comparing .type {
  width: 17%;
  white-space: nowrap;
}

.wrp-nutrition-comparing .tbl-comparing .data-ieat {
  background-color: #f8f2e5;
}

.wrp-nutrition-comparing .tbl-comparing th.data-ieat {
  color: #ea5404;
}

.wrp-nutrition-comparing .warning {
  position: relative;
  top: -5px;
  font-size: 100%;
  font-size: 1rem;
}

.wrp-nutrition-comparing .txt-warning {
  margin-top: 12px;
  font-size: 120%;
  font-size: 1.2rem;
  color: #707070;
}

.wrp-nutrition-comparing .txt-warning br {
  display: none;
}

.wrp-nutrition-comparing .icn-energy {
  position: relative;
}

.wrp-nutrition-comparing .icn-energy:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.wrp-nutrition-comparing .data-normal .icn-energy {
  padding-bottom: 24px;
}

.wrp-nutrition-comparing .data-normal .icn-energy:after {
  background-image: url(/img/about/point/pc/icn_nutrition_energy_normal.png);
  width: 25px;
  height: 22px;
  margin-left: -12.5px;
}

.wrp-nutrition-comparing .data-all .icn-energy {
  padding-bottom: 24px;
}

.wrp-nutrition-comparing .data-all .icn-energy:after {
  background-image: url(/img/about/point/pc/icn_nutrition_energy_all.png);
  width: 85px;
  height: 22px;
  margin-left: -42.5px;
}

.wrp-nutrition-comparing .data-half .icn-energy {
  padding-bottom: 51px;
}

.wrp-nutrition-comparing .data-half .icn-energy:after {
  background-image: url(/img/about/point/pc/icn_nutrition_energy_half.png);
  width: 85px;
  height: 49px;
  margin-left: -42.5px;
}

.wrp-nutrition-comparing .data-ieat .icn-energy {
  padding-bottom: 24px;
}

.wrp-nutrition-comparing .data-ieat .icn-energy:after {
  background-image: url(/img/about/point/pc/icn_nutrition_energy_ieat.png);
  width: 55px;
  height: 22px;
  margin-left: -27.5px;
}

@media screen and (max-width: 736px) {
  .wrp-nutrition-comparing {
    margin-top: 20px;
    padding: 0 10px;
  }

  .wrp-nutrition-comparing .ttl-comparing {
    font-size: 180%;
    font-size: 1.8rem;
  }

  .wrp-nutrition-comparing .lead {
    margin-top: 12px;
  }

  .wrp-nutrition-comparing .tbl-comparing th, .wrp-nutrition-comparing .tbl-comparing td {
    padding: 5px 10px;
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.4;
  }

  .wrp-nutrition-comparing .tbl-comparing .condition th {
    padding-left: 5px;
  }

  .wrp-nutrition-comparing .tbl-comparing .amount td {
    padding-bottom: 5px;
  }

  .wrp-nutrition-comparing .tbl-comparing .item sup {
    font-size: 80%;
    font-size: 0.8rem;
  }

  .wrp-nutrition-comparing .tbl-comparing .type {
    width: 18%;
  }

  .wrp-nutrition-comparing .warning {
    top: -3px;
    font-size: 80%;
    font-size: 0.8rem;
  }

  .wrp-nutrition-comparing .txt-warning {
    margin-top: 10px;
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.4;
  }

  .wrp-nutrition-comparing .txt-warning br {
    display: block;
  }

  .wrp-nutrition-comparing .data-normal .icn-energy {
    padding-bottom: 18px;
  }

  .wrp-nutrition-comparing .data-normal .icn-energy:after {
    background-image: url(/img/about/point/sp/icn_nutrition_energy_normal.png);
    width: 18px;
    height: 16px;
    margin-left: -9px;
    background-size: 18px 16px;
  }

  .wrp-nutrition-comparing .data-all .icn-energy {
    padding-bottom: 38px;
  }

  .wrp-nutrition-comparing .data-all .icn-energy:after {
    background-image: url(/img/about/point/sp/icn_nutrition_energy_all.png);
    width: 41px;
    height: 36px;
    margin-left: -20.5px;
    background-size: 41px 36px;
  }

  .wrp-nutrition-comparing .data-half .icn-energy {
    padding-bottom: 58px;
  }

  .wrp-nutrition-comparing .data-half .icn-energy:after {
    background-image: url(/img/about/point/sp/icn_nutrition_energy_half.png);
    width: 41px;
    height: 56px;
    margin-left: -20.5px;
    background-size: 41px 56px;
  }

  .wrp-nutrition-comparing .data-ieat .icn-energy {
    padding-bottom: 18px;
  }

  .wrp-nutrition-comparing .data-ieat .icn-energy:after {
    background-image: url(/img/about/point/sp/icn_nutrition_energy_ieat.png);
    width: 41px;
    height: 16px;
    margin-left: -20.5px;
    background-size: 41px 16px;
  }
}

/* やわらかさと栄養保持の両立
----------------------------------- */
.wrp-nutrition-compatible {
  margin-top: 40px;
  *zoom: 1;
}

.wrp-nutrition-compatible:before, .wrp-nutrition-compatible:after {
  content: "";
  display: table;
}

.wrp-nutrition-compatible:after {
  clear: both;
}

.wrp-nutrition-compatible .ttl-compatible {
  font-size: 240%;
  font-size: 2.4rem;
  line-height: 1.2;
}

.wrp-nutrition-compatible .lead {
  margin-top: 15px;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-nutrition-compatible .experiment {
  margin-top: 20px;
  *zoom: 1;
}

.wrp-nutrition-compatible .experiment:before, .wrp-nutrition-compatible .experiment:after {
  content: "";
  display: table;
}

.wrp-nutrition-compatible .experiment:after {
  clear: both;
}

.wrp-nutrition-compatible .experiment .pic {
  width: 340px;
  float: left;
  padding-top: 3px;
}

.wrp-nutrition-compatible .experiment .pic img {
  width: 100%;
  height: auto;
}

.wrp-nutrition-compatible .experiment .box-txt {
  width: 340px;
  float: right;
}

.wrp-nutrition-compatible .experiment .box-txt .txt {
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-nutrition-compatible .experiment .box-txt .warning {
  margin-top: 8px;
  font-size: 120%;
  font-size: 1.2rem;
  color: #707070;
}

.wrp-nutrition-compatible .compatiblegraph {
  margin-top: 20px;
  *zoom: 1;
}

.wrp-nutrition-compatible .compatiblegraph:before, .wrp-nutrition-compatible .compatiblegraph:after {
  content: "";
  display: table;
}

.wrp-nutrition-compatible .compatiblegraph:after {
  clear: both;
}

.wrp-nutrition-compatible .compatiblegraph dl, .wrp-nutrition-compatible .compatiblegraph dt, .wrp-nutrition-compatible .compatiblegraph dd {
  margin: 0;
}

.wrp-nutrition-compatible .compatiblegraph dl {
  width: 340px;
}

.wrp-nutrition-compatible .compatiblegraph dt {
  padding: 12px;
  background-color: #f6f6f6;
  font-size: 140%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.wrp-nutrition-compatible .compatiblegraph dd {
  margin-top: 20px;
}

.wrp-nutrition-compatible .compatiblegraph dd img {
  width: 100%;
  height: auto;
}

.wrp-nutrition-compatible .compatiblegraph .hardness {
  float: left;
}

.wrp-nutrition-compatible .compatiblegraph .kalium {
  float: right;
}

@media screen and (max-width: 736px) {
  .wrp-nutrition-compatible {
    padding: 0 10px;
  }

  .wrp-nutrition-compatible .ttl-compatible {
    font-size: 180%;
    font-size: 1.8rem;
  }

  .wrp-nutrition-compatible .lead {
    margin-top: 12px;
  }

  .wrp-nutrition-compatible .experiment {
    margin-top: 15px;
  }

  .wrp-nutrition-compatible .experiment .pic {
    width: 300px;
    float: none;
    margin: 0 auto;
    padding-top: 0;
  }

  .wrp-nutrition-compatible .experiment .box-txt {
    width: auto;
    float: none;
    margin-top: 12px;
  }

  .wrp-nutrition-compatible .compatiblegraph {
    margin-top: 0;
  }

  .wrp-nutrition-compatible .compatiblegraph dl {
    width: auto;
  }

  .wrp-nutrition-compatible .compatiblegraph dt {
    padding: 10px;
  }

  .wrp-nutrition-compatible .compatiblegraph dd {
    margin-top: 15px;
    text-align: center;
  }

  .wrp-nutrition-compatible .compatiblegraph dd img {
    width: 300px;
  }

  .wrp-nutrition-compatible .compatiblegraph .hardness, .wrp-nutrition-compatible .compatiblegraph .kalium {
    float: none;
    margin-top: 20px;
  }
}

/* ------------------------------------
見た目そのまま、驚きのやわらかさ
* ------------------------------------ */
/* メイン部分
----------------------------------- */
.wrp-softness-main .ttl-main {
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 280%;
  font-size: 2.8rem;
}

.wrp-softness-main .ttl-lead {
  margin-top: 30px;
  font-size: 240%;
  font-size: 2.4rem;
  line-height: 1.2;
}

.wrp-softness-main .pic-main {
  margin-top: 20px;
}

.wrp-softness-main .txt {
  margin-top: 12px;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .wrp-softness-main {
    padding: 0 10px;
  }

  .wrp-softness-main .ttl-main {
    margin-top: 18px;
    font-size: 220.0%;
    font-size: 2.2rem;
  }

  .wrp-softness-main .ttl-lead {
    margin-top: 15px;
    font-size: 180%;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .wrp-softness-main .ttl-lead br {
    display: none;
  }

  .wrp-softness-main .pic-main {
    margin-top: 15px;
  }

  .wrp-softness-main .txt {
    margin-top: 10px;
  }
}

/* 酵素均浸法とは
----------------------------------- */
.wrp-softness-enzyme {
  margin-top: 40px;
  border: 3px solid #dcdcdc;
}

.wrp-softness-enzyme .box-inner {
  width: 640px;
  margin: 0 auto;
  padding: 20px 0 28px 0;
  *zoom: 1;
}

.wrp-softness-enzyme .box-inner:before, .wrp-softness-enzyme .box-inner:after {
  content: "";
  display: table;
}

.wrp-softness-enzyme .box-inner:after {
  clear: both;
}

.wrp-softness-enzyme .ttl-enzyme {
  padding: 10px 12px 12px 12px;
  background-color: #f5f5f5;
  font-size: 200%;
  font-size: 2rem;
  text-align: center;
}

.wrp-softness-enzyme .lead {
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-softness-enzyme .link {
  margin-top: 10px;
  font-size: 140%;
  font-size: 1.4rem;
  text-align: right;
}

.wrp-softness-enzyme .figure {
  margin-top: 18px;
}

.wrp-softness-enzyme .zoom {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .wrp-softness-enzyme {
    margin: 10px 10px 0 10px;
    border-width: 2px;
  }

  .wrp-softness-enzyme .box-inner {
    width: auto;
    padding: 10px 0 15px 0;
  }

  .wrp-softness-enzyme .ttl-enzyme {
    padding: 10px;
    font-size: 180%;
    font-size: 1.8rem;
  }

  .wrp-softness-enzyme .lead {
    padding: 0 15px;
  }

  .wrp-softness-enzyme .figure, .wrp-softness-enzyme .zoom, .wrp-softness-enzyme .link {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrp-softness-enzyme .figure img, .wrp-softness-enzyme .zoom img {
    width: 100%;
    height: auto;
  }

  .wrp-softness-enzyme .figure {
    margin-top: 10px;
  }
}

/* 常食・再成形食とやわらかさを比較
----------------------------------- */
.wrp-softness-comparing {
  margin-top: 40px;
}

.wrp-softness-comparing .ttl-comparing {
  font-size: 240%;
  font-size: 2.4rem;
}

.wrp-softness-comparing .box-inner {
  margin-top: 15px;
  *zoom: 1;
}

.wrp-softness-comparing .box-inner:before, .wrp-softness-comparing .box-inner:after {
  content: "";
  display: table;
}

.wrp-softness-comparing .box-inner:after {
  clear: both;
}

.wrp-softness-comparing .box-txt {
  width: 350px;
  float: left;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-softness-comparing .box-txt .link {
  text-align: right;
}

.wrp-softness-comparing .box-txt .pic {
  margin-top: 20px;
}

.wrp-softness-comparing .graph {
  width: 300px;
  float: right;
}

.wrp-softness-comparing .graph img {
  width: 100%;
  height: auto;
}

.wrp-softness-comparing .caption {
  margin-top: 15px;
  font-size: 120%;
  font-size: 1.2rem;
  color: #707070;
}

@media screen and (max-width: 736px) {
  .wrp-softness-comparing {
    margin-top: 30px;
    padding: 0 10px;
  }

  .wrp-softness-comparing .ttl-comparing {
    font-size: 180%;
    font-size: 1.8rem;
  }

  .wrp-softness-comparing .box-txt {
    width: auto;
    float: none;
  }

  .wrp-softness-comparing .box-txt .pic {
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
  }

  .wrp-softness-comparing .graph {
    width: 300px;
    margin: 20px auto 0 auto;
    float: none;
  }

  .wrp-softness-comparing .caption {
    line-height: 1.4;
  }
}

/* 口の中でとろけるやわらかさ
----------------------------------- */
.wrp-softness-shift {
  margin-top: 40px;
}

.wrp-softness-shift .ttl-shift {
  font-size: 240%;
  font-size: 2.4rem;
}

.wrp-softness-shift .txt {
  margin-top: 15px;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-softness-shift .shift {
  margin-top: 15px;
  padding: 15px 0 12px 0;
  background-color: #f8f2e5;
}

.wrp-softness-shift .shift .title {
  font-size: 160%;
  font-size: 1.6rem;
  text-align: center;
}

.wrp-softness-shift .shift .box-inner {
  width: 660px;
  margin: 18px auto 0 auto;
  *zoom: 1;
}

.wrp-softness-shift .shift .box-inner:before, .wrp-softness-shift .shift .box-inner:after {
  content: "";
  display: table;
}

.wrp-softness-shift .shift .box-inner:after {
  clear: both;
}

.wrp-softness-shift .shift .box-inner dl, .wrp-softness-shift .shift .box-inner dt, .wrp-softness-shift .shift .box-inner dd {
  margin: 0;
}

.wrp-softness-shift .shift .box-pic {
  width: 320px;
}

.wrp-softness-shift .shift .box-pic .type {
  padding: 5px;
  font-size: 140%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.wrp-softness-shift .shift .box-pic .pic {
  margin-top: 10px;
}

.wrp-softness-shift .shift .box-pic .pic img {
  width: 100%;
  height: auto;
}

.wrp-softness-shift .shift .ieat {
  float: left;
}

.wrp-softness-shift .shift .ieat .type {
  background-color: #ea5404;
}

.wrp-softness-shift .shift .normal {
  float: right;
}

.wrp-softness-shift .shift .normal .type {
  background-color: #7fb709;
}

.wrp-softness-shift .shift .caption {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 120%;
  font-size: 1.2rem;
  color: #707070;
}

@media screen and (max-width: 736px) {
  .wrp-softness-shift {
    margin-top: 30px;
    padding: 0 10px;
  }

  .wrp-softness-shift .ttl-shift {
    font-size: 180%;
    font-size: 1.8rem;
  }

  .wrp-softness-shift .shift {
    margin-top: 12px;
    padding: 15px 10px;
  }

  .wrp-softness-shift .shift .title {
    font-size: 140%;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
  }

  .wrp-softness-shift .shift .box-inner {
    width: auto;
    margin-top: -8px;
  }

  .wrp-softness-shift .shift .box-pic {
    width: auto;
  }

  .wrp-softness-shift .shift .box-pic .pic {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrp-softness-shift .shift dl.ieat, .wrp-softness-shift .shift dl.normal {
    margin-top: 20px;
    float: none;
  }

  .wrp-softness-shift .shift .caption {
    padding: 0 0;
    line-height: 1.4;
  }
}

/* 口の中でとろけるやわらかさ
----------------------------------- */
.wrp-softness-difference {
  margin-top: 70px;
}

.wrp-softness-difference .ttl-main {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 280%;
  font-size: 2.8rem;
}

.wrp-softness-difference .ttl-lead {
  margin-top: 20px;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-softness-difference .example {
  margin-top: 15px;
  padding: 15px 0;
  background-color: #f8f2e5;
}

.wrp-softness-difference .example .title, .wrp-softness-difference .example .lead {
  text-align: center;
  line-height: 1.6;
}

.wrp-softness-difference .example .title {
  font-size: 160%;
  font-size: 1.6rem;
}

.wrp-softness-difference .example .lead {
  font-size: 140%;
  font-size: 1.4rem;
}

.wrp-softness-difference .example .box-inner {
  width: 600px;
  margin: 15px auto 0 auto;
  *zoom: 1;
}

.wrp-softness-difference .example .box-inner:before, .wrp-softness-difference .example .box-inner:after {
  content: "";
  display: table;
}

.wrp-softness-difference .example .box-inner:after {
  clear: both;
}

.wrp-softness-difference .example .box-pic {
  width: 280px;
}

.wrp-softness-difference .example .box-pic .pic img {
  width: 100%;
  height: auto;
}

.wrp-softness-difference .example .box-pic .txt {
  margin-top: 12px;
  font-size: 160%;
  font-size: 1.6rem;
  text-align: center;
}

.wrp-softness-difference .example .blender {
  float: left;
}

.wrp-softness-difference .example .ieat {
  float: right;
}

@media screen and (max-width: 736px) {
  .wrp-softness-difference {
    margin-top: 40px;
    padding: 0 10px;
  }

  .wrp-softness-difference .ttl-main {
    font-size: 220.0%;
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .wrp-softness-difference .ttl-lead {
    margin-top: 15px;
  }

  .wrp-softness-difference .example {
    margin-top: 15px;
    padding: 15px;
  }

  .wrp-softness-difference .example .title, .wrp-softness-difference .example .lead {
    font-size: 140%;
    font-size: 1.4rem;
    text-align: left;
  }

  .wrp-softness-difference .example .box-inner {
    width: auto;
    margin-top: -10px;
  }

  .wrp-softness-difference .example .box-pic {
    width: 245px;
    margin: 0 auto;
  }

  .wrp-softness-difference .example .box-pic .txt {
    margin-top: 5px;
  }

  .wrp-softness-difference .example .blender, .wrp-softness-difference .example .ieat {
    margin-top: 20px;
    float: none;
  }
}

/* Sシリーズ
----------------------------------- */
.wrp-softness-Sseries {
  margin-top: 80px;
}

.wrp-softness-Sseries .box-ttl {
  height: 360px;
  background-image: url(/img/about/point/img_softness_sseries.jpg);
  font-size: 140%;
  font-size: 1.4rem;
}

.wrp-softness-Sseries .box-ttl .ttl {
  padding-top: 30px;
  margin-left: 30px;
}

.wrp-softness-Sseries .box-ttl .ttl-lead {
  margin-top: 20px;
  margin-left: 30px;
  width: 220px;
  line-height: 1.7;
}

.wrp-softness-Sseries .series-ttl {
  font-size: 240%;
  font-size: 2.4rem;
}

.wrp-softness-Sseries .series-ttl-sub {
  margin-bottom: 10px;
  padding: 13px;
  box-sizing: border-box;
  font-size: 140%;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #f5f5f5;
  text-align: center;
}

.wrp-softness-Sseries .series-txt {
  margin-top: 15px;
  font-size: 140%;
  font-size: 1.4rem;
  line-height: 1.6;
}

.wrp-softness-Sseries .series-link {
  margin-top: 5px;
  font-size: 140%;
  font-size: 1.4rem;
  text-align: right;
}

.wrp-softness-Sseries .box-series-img {
  margin-top: 20px;
  *zoom: 1;
}

.wrp-softness-Sseries .box-series-img:before, .wrp-softness-Sseries .box-series-img:after {
  content: "";
  display: table;
}

.wrp-softness-Sseries .box-series-img:after {
  clear: both;
}

.wrp-softness-Sseries .box-series-img .series-img-left {
  float: left;
  width: 340px;
}

.wrp-softness-Sseries .box-series-img .series-img-right {
  float: right;
  width: 320px;
}

.wrp-softness-Sseries .box-bread {
  margin-top: 40px;
}

.wrp-softness-Sseries .box-imbibe {
  margin-top: 60px;
}

.wrp-softness-Sseries .box-imbibe .series-ttl-sub {
  margin-bottom: 20px;
}

.wrp-softness-Sseries .box-imbibe .left-ttl {
  *zoom: 1;
}

.wrp-softness-Sseries .box-imbibe .left-ttl:before, .wrp-softness-Sseries .box-imbibe .left-ttl:after {
  content: "";
  display: table;
}

.wrp-softness-Sseries .box-imbibe .left-ttl:after {
  clear: both;
}

.wrp-softness-Sseries .box-imbibe .left-ttl .series-ttl-sub {
  float: left;
  width: 160px;
}

.wrp-softness-Sseries .box-imbibe .left-ttl .series-ttl-sub.adhere {
  float: right;
}

@media screen and (max-width: 736px) {
  .wrp-softness-Sseries {
    margin-top: 40px;
    padding: 0 10px;
  }

  .wrp-softness-Sseries .box-ttl {
    margin-bottom: 120px;
    height: 154px;
    background-size: cover;
  }

  .wrp-softness-Sseries .box-ttl .ttl {
    padding-top: 15px;
    margin-left: 15px;
    width: 130px;
  }

  .wrp-softness-Sseries .box-ttl .ttl-lead {
    margin-top: 80px;
    margin-left: 0;
    width: 100%;
    line-height: 1.6;
  }

  .wrp-softness-Sseries .series-ttl {
    font-size: 180%;
    font-size: 1.8rem;
  }

  .wrp-softness-Sseries .series-ttl-sub {
    margin-bottom: 15px;
    padding: 11px;
  }

  .wrp-softness-Sseries .series-link {
    margin-top: 1.5em;
  }

  .wrp-softness-Sseries .box-series-img {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
  }

  .wrp-softness-Sseries .box-series-img .series-img-left {
    float: none;
    width: 100%;
  }

  .wrp-softness-Sseries .box-series-img .series-img-right {
    float: none;
    margin-top: 20px;
    width: 100%;
  }

  .wrp-softness-Sseries .box-bread {
    margin-top: 26px;
  }

  .wrp-softness-Sseries .box-imbibe {
    margin-top: 30px;
  }

  .wrp-softness-Sseries .box-imbibe .series-ttl-sub {
    margin-bottom: 15px;
  }

  .wrp-softness-Sseries .box-imbibe .left-ttl {
    margin: 0 auto;
    width: 300px;
  }

  .wrp-softness-Sseries .box-imbibe .left-ttl .series-ttl-sub {
    width: 145px;
  }
}

/** 20201001 新コンテンツ **/
.wrp-softness-compare .pc {
  display: block;
}
.wrp-softness-compare .sp {
  display: none;
}
.wrp-softness-compare {
  margin-top: 70px;
}
.wrp-softness-compare .compare-box ul {
  display: flex;
}
.wrp-softness-compare .compare-ttl {
  display: inline-block;
  margin-bottom: 7px;
  padding: 10px 20px 6px 22px;
  min-width: 450px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  background-image: -ms-linear-gradient( 90deg, rgb(202,23,64) 0%, rgb(202,23,64) 50%, rgb(223,28,72) 50%, rgb(223,28,72) 100%);
  border-radius: 0 0 60px 0;
  z-index: 100;
  box-sizing: border-box;
}
.wrp-softness-compare .compare-ttl01 {
  letter-spacing: -1.9px;
}
.wrp-softness-compare .compare-box {
  position: relative;
}
.wrp-softness-compare .compare-box .compare-ttl {
  padding: 15px 45px 9px 20px;
  position: absolute;
  font-size: 3.6rem;
  letter-spacing: -1px;
  max-width: inherit;
}
.wrp-softness-compare .compare-inner {
  padding-bottom: 18px;
  background-color: #eae7de;
}
.wrp-softness-compare .img-box {
  padding: 0 10px 5px 20px;
  overflow: hidden;
}
.wrp-softness-compare .img-box .txt {
  margin-top: 14px;
  float: left;
  width: 420px;
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: -0.4px;
}
.wrp-softness-compare .img-box .photo {
  float: right;
}
@media screen and (max-width: 736px) {
  .wrp-softness-compare .pc {
    display: none;
  }
  .wrp-softness-compare .sp {
    display: block;
  }
  .wrp-softness-compare {
    margin: 70px 10px 0;
  }
  .wrp-softness-compare .compare-inner {
    padding-bottom: 0;
  }
  .wrp-softness-compare .compare-ttl {
    margin-bottom: 28px;
    display: block;
    padding: 9px 10px 7px 16px;
    font-size: 2.1rem;
    min-width: inherit;
  }
  .wrp-softness-compare .compare-box .compare-ttl {
    padding: 7px 20px 7px 10px;
    font-size: 2.4rem;
  }
  .wrp-softness-compare .img-box .txt {
    margin: 0 0 27px 0;
    width: auto;
    float: none;
    letter-spacing: 1px;
    line-height: 1.64;
  }
  .wrp-softness-compare .img-box {
    padding: 0 10px 35px;
  }
  .wrp-softness-compare .img-box .photo {
    margin: 0 7px;
    float: none;
    text-align: center;
  }
}


/*
*******************************************************************************************************
# かまなくてもよい食事をおすすめする理由
*******************************************************************************************************
*/
.orange-txt {
  color: #eb5f15;
}

@media screen and (max-width: 736px) {
  .wrp-contents .contents-inner.contents-column2 .contents-main {
    clear: both;
    overflow: hidden;
  }
}

/* wrp-about-top */
.wrp-about-top {
  margin-bottom: 50px;
}
.wrp-about-top h2 {
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: normal;
  padding: 10px 0 40px;
}
.wrp-about-top .title-img img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .wrp-about-top h2 {
    font-size: 1.8rem;
    padding: 0;
  }
  .wrp-about-top .title-img {
    width: 85%;
    margin: 20px auto 40px;
  }
}

/* wrp-about-box-point */
.sec02 .c-txt {
  padding-bottom: 25px;
}
.sec02 .rimg {
  width: 330px;
}
.sec02 .limg {
  width: 330px;
}
.wrp-about-box-point {
  margin-bottom: 55px;
}
.wrp-about-box-point .btit {
  padding: 15px;
  background-color: #f6ebd5;
  border-top: 5px solid #ea5404;
  margin-bottom: 40px;
}
.wrp-about-box-point .btit h2 {
  font-size: 2rem;
  padding: 10px 25px;
  background-color: #ea5404;
  color: white;
  border-radius: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.wrp-about-box-point .btit h2 span {
  padding-left: 5px;
}
.wrp-about-box-point .btit p {
  font-size: 2.4rem;
  line-height: 1.2;
}
.farea {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
}
.ltxt {
  float: left;
  width: 340px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 20px;
}
.ltxt .link-button {
  display: block;
  margin: 20px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  padding: 10px;
}
.ltxt .link-button a:hover{
  opacity: 0.6;
}
.limg {
  float: left;
}
.rimg {
  float: right;
  width: 340px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.c-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-img {
  width: 476px;
  margin: 25px auto 20px;
  position: relative;
}
.rimg .actual-value,
.c-img .actual-value {
  position: absolute;
  bottom: -19px;
  right: 10px;
  font-size: 1.2rem;
}
.farea-tit {
  display: block;
  text-align: center;
  padding: 15px 0 0;
  font-size: 1.4em;
}
.wrp-about-box-point .wrp-about-point-btn {
  width: 300px;
  margin: auto;
}

.wrp-about-box-point .mod-btn-white-r .mod-icn {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .sec02 .rimg {
    width: 85%;
    margin: auto;
  }
  .sec02 .limg {
    width: 85%;
    margin: auto;
  }
  .wrp-about-box-point .btit {
     margin-bottom: 20px;
   }
  .wrp-about-box-point .btit h2 {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
  .wrp-about-box-point .btit p {
    font-size: 2rem;
  }
  .farea {
    margin-bottom: 30px;
  }
  .ltxt {
    float: none;
    font-size: 1.4rem;
    width: 100%;
    padding-top: 0;
  }
  .limg {
    float: none;
  }
  .rimg {
    float: none;
    width: 100%;
    padding-top: 30px;
  }
  .c-txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-img {
    width: 100%;
    margin: 25px auto 0;
  }
  .wrp-about-box-point .mod-btn-white-r .mod-icn {
    padding: 15px;
  }
}
