@charset "UTF-8";/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css *//**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */html {
  font-family: sans-serif;
 /* 1 */
  -ms-text-size-adjust: 100%;
 /* 2 */
  -webkit-text-size-adjust: 100%;
 /* 2 */;
}/**
 * Remove the margin in all browsers (opinionated).
 */body {
  margin: 0;
}/* HTML5 display definitions
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
 /* 1 */
  display: block;
}/**
 * Add the correct display in IE 9-.
 */audio,canvas,progress,video {
  display: inline-block;
}/**
 * Add the correct display in iOS 4-7.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  vertical-align: baseline;
}/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */template,[hidden] {
  display: none;
}/* Links
   ========================================================================== *//**
 * Remove the gray background on active links in IE 10.
 */a {
  background-color: transparent;
}/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */a:active,a:hover {
  outline-width: 0;
}/* Text-level semantics
   ========================================================================== *//**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none;
 /* 1 */
  text-decoration: underline;
 /* 2 */
  text-decoration: underline dotted;
 /* 2 */;
}/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */b,strong {
  font-weight: inherit;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,strong {
  font-weight: bolder;
}/**
 * Add the correct font style in Android 4.3-.
 */dfn {
  font-style: italic;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/**
 * Add the correct background and color in IE 9-.
 */mark {
  background-color: #ff0;
  color: #000;
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Remove the border on images inside links in IE 10-.
 */img {
  border-style: none;
}/**
 * Hide the overflow in IE.
 */svg:not(:root) {
  overflow: hidden;
}/* Grouping content
   ========================================================================== *//**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,kbd,pre,samp {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */;
}/**
 * Add the correct margin in IE 8.
 */figure {
  margin: 1em 40px;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  box-sizing: content-box;
 /* 1 */
  height: 0;
 /* 1 */
  overflow: visible;
 /* 2 */;
}/* Forms
   ========================================================================== *//**
 * Change font properties to `inherit` in all browsers (opinionated).
 */button,input,select,textarea {
  font: inherit;
}/**
 * Restore the font weight unset by the previous rule.
 */optgroup {
  font-weight: bold;
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */button,input,select {
 /* 2 */
  overflow: visible;
}/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */button,input,select,textarea {
 /* 1 */
  margin: 0;
}/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */button,select {
 /* 1 */
  text-transform: none;
}/**
 * Change the cursor in all browsers (opinionated).
 */button,[type="button"],[type="reset"],[type="submit"] {
  cursor: pointer;
}/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */[disabled] {
  cursor: default;
}/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
 /* 2 */;
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,input:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  box-sizing: border-box;
 /* 1 */
  color: inherit;
 /* 2 */
  display: table;
 /* 1 */
  max-width: 100%;
 /* 1 */
  padding: 0;
 /* 3 */
  white-space: normal;
 /* 1 */;
}/**
 * Remove the default vertical scrollbar in IE.
 */textarea {
  overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */;
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */[type="search"] {
  -webkit-appearance: textfield;
}/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

body {
  letter-spacing: .06em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

h1,h2,h3,h4,h5,p,ul,ol,li {
  margin: 0;
  padding: 0;
}

ul,ol,li {
  list-style: none;
}

div:after,ul:after,ol:after,li:after,dl:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.header__logo-area {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1;
}

.header__logo__link {
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.header__logo__link:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.header__logo__text {
  padding: 14px 0 9px;
  font-size: 12px;
  font-size: 1.2rem;
}

.header__logo {
  float: left;
  width: 472px;
}

.header__ad {
  float: right;
  width: 728px;
  text-align: right;
}

.gnav-wrapper {
  background: #fbfbfb;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.gnav {
  width: 1200px;
  margin: 0 auto;
  border-left: 1px solid #e5e5e5;
  font-size: 16px;
  font-size: 1.6rem;
}

.gnav__item {
  position: relative;
  float: left;
  width: 206px;
  height: 56px;
  line-height: 60px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  overflow: hidden;
}

.gnav__item:last-child {
  width: 375px;
  text-align: left;
}

.gnav__link {
  display: block;
  width: 100%;
  height: 100%;
}

.gnav__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 204px;
  height: 2px;
  background: #f39c05;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.gnav__link:hover {
  text-decoration: none;
}

.gnav__link:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gnav__item:nth-child(2) .gnav__link:before {
  background: #138458;
}

.gnav__item:nth-child(3) .gnav__link:before {
  background: #aa0c15;
}

.gnav__item:nth-child(4) .gnav__link:before {
  background: #144281;
}

.gnav__icon {
  padding: 0 5px 0 0;
}

.gnav-search {
  padding: 12px 13px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

.gnav-search__input-text {
  outline: none;
  width: 258px;
  height: 32px;
  line-height: 32px;
  padding: 7px 10px;
  border: 1px solid #91bf38;
  vertical-align: middle;
  color: inherit;
}

.gnav-search__input-text::-webkit-input-placeholder {
  color: #999;
}

.gnav-search__input-text:-ms-input-placeholder {
  color: #999;
}

.gnav-search__input-text::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #999;
}

.gnav-search__submit {
  outline: none;
  width: 90px;
  height: 32px;
  background: #91bf38;
  border: none;
  vertical-align: middle;
  color: #fff;
}

.footer {
  margin: 80px 0 0;
}

.footer__nav-wrap {
  padding: 45px 0;
  background: #f3f3f3;
  color: #888;
}

.footer__nav {
  width: 1200px;
  margin: -25px auto 0;
}

.footer__nav__item {
  float: left;
  width: 650px;
  margin: 25px 0 0;
  font-weight: bold;
}

.footer__nav__item:nth-child(2),.footer__nav__item:nth-child(3),.footer__nav__item:nth-child(4),.footer__nav__item:nth-child(5),.footer__nav__item:nth-child(8),.footer__nav__item:nth-child(9),.footer__nav__item:nth-child(10),.footer__nav__item:nth-child(11),.footer__nav__item:nth-child(12),.footer__nav__item:nth-child(13),.footer__nav__item:nth-child(14),.footer__nav__item:nth-child(15),.footer__nav__item:nth-child(16) {
  width: auto;
}

.footer__nav__item:nth-child(6) {
  clear: both;
}

.footer__nav__item:nth-child(7) {
  width: 535px;
}
.footer__nav__item:nth-child(8) {
  margin: 25px 0 0 0;
  text-align:left;
}

.footer__nav__link {
  display: inline-block;
}

.footer__nav__item:nth-child(1) > .footer__nav__link,.footer__nav__item:nth-child(6) > .footer__nav__link {
  display: inline-block;
  width: 60px;
}
.footer__nav__item:nth-child(2) > .footer__nav__link,.footer__nav__item:nth-child(3) > .footer__nav__link {
  margin: 0 60px 0 0;
}
.footer__nav__item:nth-child(3) > .footer__nav__link,.footer__nav__item:nth-child(4) > .footer__nav__link {
  margin: 0 60px 0 0;
}

/*.footer__nav__item:nth-child(7) > .footer__nav__link {
  width: 125px;
}
*/

.footer__nav__item:nth-child(8) > .footer__c-nav__link {
  padding: 0;
}

.footer__c-nav {
  display: inline-block;
  font-size: 0;
}

.footer__c-nav__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
  font-weight: normal;
}

.footer__c-nav__item:after {
  display: inline;
  content: "｜";
}

.footer__c-nav__item:first-child:before {
  display: inline;
  content: "｜";
}

.footer__c-nav__link {
  padding: 0 1em;
}

.copyright {
  margin: 30px 0;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}

.copyright small {
  font-size: 1em;
}

.contents {
  width: 1200px;
  margin: 0 auto;
  padding: 28px 0 0;
}

.section {
  position: relative;
}

.section + .section {
  margin: 64px 0 0;
}

.section--02 {
  position: relative;
}

.section--02 + .section--02 {
  margin: 40px 0 0;
}

.btn--fill--01,.btn--fill--02 {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  border-radius: 5px;
  line-height: 56px;
  background: #f4f8eb;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #91bf38;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.btn--fill--01:hover,.btn--fill--02:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  text-decoration: none;
}

.btn--fill--01 span,.btn--fill--02 span {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  padding: 0 16px 0 0;
  background: url("/img/v2/common/pc/btn_ico_02.png") no-repeat right 23px;
}

.btn--fill--02 {
  background: #91bf38;
  color: #fff;
}

.btn--fill--02 span {
  background: url("/img/v2/common/pc/btn_ico_01.png") no-repeat right 0;
  line-height: 1;
}
.btn--fill--02--space {
  margin-bottom:13px;
}

.btn--fill--mini {
  height: 40px;
  line-height: 41px;
  font-size: 14px;
  font-size: 1.4rem;
}

.btn--ghost,.btn--ghost--02,.tag-list__link,.magazine-card__action__link {
  display: block;
  padding: 8px 10px;
  border: 1px solid #91bf38;
  border-radius: 3px;
  letter-spacing: normal;
  text-align: center;
  color: #91bf38;
  cursor: pointer;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
  box-shadow: inset 0 0 0 2px transparent, 0 0 1px transparent;
}

.btn--ghost:hover,.btn--ghost--02:hover,.tag-list__link:hover,.magazine-card__action__link:hover {
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #91bf38, 0 0 1px transparent;
}

.btn--ghost--02 {
  border-color: #f39c05;
  color: #f39c05;
}

.btn--ghost--02:hover {
  box-shadow: inset 0 0 0 1px #f39c05, 0 0 1px transparent;
}

.btn--ghost--mini {
  display: inline-block;
  padding: 5px 20px;
}

.btn--ghost--arrow span {
  padding-right: 18px;
  background: url("/img/v2/news/pc/news_ico_02.png") no-repeat right 3px;
}

.alpha {
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.alpha:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.main {
  float: left;
  width: 860px;
  padding: 10px 0 0;
}

.heading--02 {
  margin: 0 0 20px;
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
}

.heading--02 img {
  padding: 0 5px 0 0;
  vertical-align: -7px;
}

.section--news .heading--02 {
  color: #f39c05;
}

.section--feature-articles .heading--02 {
  color: #aa0c15;
  background: url("/img/v2/common/pc/main_line_01.png") no-repeat right center;
}

.section--recipe .heading--02 {
  color: #138458;
  background: url("/img/v2/common/pc/main_line_02.png") no-repeat right center;
}

.section--magazine .heading--02 {
  color: #144281;
  background: url("/img/v2/common/pc/main_line_03.png") no-repeat right center;
}

.heading--02--article {
  margin: 0 0 20px;
  padding: 0 0 9px;
  border-bottom: 2px solid #f39c05;
  line-height: 1;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  color: #f39c05;
}

.heading--03 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 17px;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #138458;
}

.heading--03:before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #138458;
}

.post-list__item + .post-list__item {
  border-top: 1px solid #e5e5e5;
}

.post-list__link {
  display: block;
  padding: 20px 0;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.post-list__link:hover {
  text-decoration: none;
}

.post-list__item:first-child .post-list__link {
  padding: 0 0 20px;
}

.post-list--ranking .post-list__item:first-child .post-list__link {
  padding-left: 150px;
}

.post-list__item:last-child .post-list__link {
  padding: 20px 0 0;
}

.post-list--ranking .post-list__item:last-child .post-list__link {
  padding-left: 150px;
}

.post-list--ranking .post-list__link {
  padding-left: 150px;
}

.post-list__item {
  position: relative;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.post-list__item:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.post-list--ranking .post-list__item:nth-child(1) {
  background: url("/img/v2/common/pc/ranking_ico_01.png") no-repeat 28px 19px;
}

.post-list--ranking .post-list__item:nth-child(2) {
  background: url("/img/v2/common/pc/ranking_ico_02.png") no-repeat 28px 47px;
}

.post-list--ranking .post-list__item:nth-child(3) {
  background: url("/img/v2/common/pc/ranking_ico_03.png") no-repeat 28px 47px;
}

.post-list--ranking .post-list__item:nth-child(4):before,.post-list--ranking .post-list__item:nth-child(5):before,.post-list--ranking .post-list__item:nth-child(6):before,.post-list--ranking .post-list__item:nth-child(7):before,.post-list--ranking .post-list__item:nth-child(8):before,.post-list--ranking .post-list__item:nth-child(9):before,.post-list--ranking .post-list__item:nth-child(10):before,.post-list--ranking .post-list__item:nth-child(11):before,.post-list--ranking .post-list__item:nth-child(12):before,.post-list--ranking .post-list__item:nth-child(13):before,.post-list--ranking .post-list__item:nth-child(14):before,.post-list--ranking .post-list__item:nth-child(15):before,.post-list--ranking .post-list__item:nth-child(16):before,.post-list--ranking .post-list__item:nth-child(17):before,.post-list--ranking .post-list__item:nth-child(18):before,.post-list--ranking .post-list__item:nth-child(19):before,.post-list--ranking .post-list__item:nth-child(20):before {
  display: block;
  position: absolute;
  top: 48px;
  left: 43px;
  content: "4";
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 33px;
  border: 2px solid #f39c05;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  color: #f39c05;
  text-align: center;
}

.post-list--ranking .post-list__item:nth-child(5):before {
  content: "5";
}

.post-list--ranking .post-list__item:nth-child(6):before {
  content: "6";
}

.post-list--ranking .post-list__item:nth-child(7):before {
  content: "7";
}

.post-list--ranking .post-list__item:nth-child(8):before {
  content: "8";
}

.post-list--ranking .post-list__item:nth-child(9):before {
  content: "9";
}

.post-list--ranking .post-list__item:nth-child(10):before {
  content: "10";
}

.post-list--ranking .post-list__item:nth-child(11):before {
  content: "11";
}

.post-list--ranking .post-list__item:nth-child(12):before {
  content: "12";
}

.post-list--ranking .post-list__item:nth-child(13):before {
  content: "13";
}

.post-list--ranking .post-list__item:nth-child(14):before {
  content: "14";
}

.post-list--ranking .post-list__item:nth-child(15):before {
  content: "15";
}

.post-list--ranking .post-list__item:nth-child(16):before {
  content: "16";
}

.post-list--ranking .post-list__item:nth-child(17):before {
  content: "17";
}

.post-list--ranking .post-list__item:nth-child(18):before {
  content: "18";
}

.post-list--ranking .post-list__item:nth-child(19):before {
  content: "19";
}

.post-list--ranking .post-list__item:nth-child(20):before {
  content: "20";
}

.post-list__imagebox {
  float: left;
  width:  130px;
  height: 130px;
  margin: 0 20px 0 5px;
  text-align:center;
  vertical-align:middle;
  position: relative;
}

.post-list__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.post-list__thumbs {
  float: left;
  width: 130px;
  margin: 0 20px 0 0;
}

.post-list__body {
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}

.post-list__body * {
  font-size: 14px;
  font-size: 1.4rem;
}

.post-list__label {
  display: inline-block;
  min-height: 14px;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  line-height: 22px;
  background: url("/img/v2/common/pc/main_ico_08.png") no-repeat left center;
  vertical-align: middle;
  text-align: center;
  color: #f39c05;
}

.post-list__date {
  display: inline-block;
  vertical-align: middle;
}

.post-list__heading {
  margin: 14px 0 16px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

.post-list__excerpt {
  line-height: 1.5;
}

.card-list {
  margin: 0 0 0;
  line-height: 1.3;
}

.card-list__link {
  display: block;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.card-list__link:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  text-decoration: none;
}

.card-list__item {
  float: left;
  width: 418px;
  margin: 0 0 30px;
}

.card-list__item:nth-child(2n) {
  margin: 0 0 30px 24px;
}

.card-list__item:nth-child(2n+1) {
  clear: both;
}

.card-list__heading {
  margin: 15px 0 9px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.recipe-card {
  width: 242px;
  padding: 10px;
  height: 410px;
  background: #fbf7e8;
  line-height: 1;
}

.recipe-card--sidebar {
  width: 250px;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  background: none;
}

.recipe-card__link {
  display: block;
  height: 100%;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.recipe-card__link:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  text-decoration: none;
}

.recipe-card__heading {
  margin: 18px 10px 10px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.recipe-card--sidebar .recipe-card__heading {
  font-size: 16px;
  font-size: 1.6rem;
}

.recipe-card__desc {
  margin: 0 10px 18px;
  line-height: 1.3;
}

.recipe-card__data {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.1;
  font-size: 12px;
  font-size: 1.2rem;
}

.recipe-card__data dt {
  float: left;
}

.recipe-card__data dd {
  overflow: hidden;
  text-align: right;
}

.recipe-card__data em {
  font-style: normal;
  font-weight: bold;
}

.recipe-card__data:nth-of-type(1) {
  padding: 0 10px 10px;
}

.recipe-card__data__ico {
  padding: 0 10px 0 0;
  vertical-align: -4px;
}

.tag-list {
  margin: -10px 0 0;
  font-size: 0;
  line-height: 1;
}

.tag-list--sidebar {
  margin: -5px 0 0;
}

.tag-list__link {
  padding: 7px 10px;
}

.tag-list--sidebar .tag-list__link {
  padding: 5px 8px 4px;
}

.tag-list__item {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 10px 0 0;
}

.tag-list--sidebar .tag-list__item {
  margin: 5px 5px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.magazine-card__cover {
  float: left;
  display: block;
  width: 270px;
}

.magazine-card__body {
  float: left;
  width: 347px;
  margin: 0 23px;
  line-height: 1;
}

.magazine-card__heading {
  margin: 18px 0 20px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.magazine-card__desc {
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
}

.magazine-card__link {
  margin: 15px 0 0;
  font-size: 0;
}

.magazine-card__link__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

.magazine-card__link__item a {
  display: block;
}

.magazine-card__link__item a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.magazine-card__link__item + .magazine-card__link__item {
  margin: 0 0 0 10px;
}

.magazine-card__action {
  float: left;
  width: 196px;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

.magazine-card__action__item + .magazine-card__action__item {
  margin: 10px 0 0;
}


.magazine-card__action__link {
  height: 56px;
  line-height: 56px;
  padding: 0;
  border-width: 2px;
  border-radius: 5px;
  font-weight: bold;
}


.magazine-card__action__link_option {
  padding-top:4px !important;
}

.magazine-card__action__link img {
  padding: 0 5px 0 0;
  vertical-align: -3px;
}
.magazine-card__action__link_option img {
  height:46px !important;
}

.magazine-card__action__item:first-child .magazine-card__action__link img {
  vertical-align: -5px;
}

.section__tab {
  position: absolute;
  margin-right:3px;
  top: 0;
  right: 0;
  font-size: 0;
}

.section__tab--static {
  position: static;
  margin: 0 3px 30px;
  text-align:center;
}

.section__tab__item {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  min-width: 85px;
  max-width: 140px;
  padding:0 3px;
  height: 32px;
  border: 1px solid #f39c05;
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  color: #f39c05;
  cursor: pointer;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.section__tab--static .section__tab__item {
  width: 135px;
  height: 42px;
  line-height: 42px;
}
.section__tab--static .section__tab__item:last-child {
  width: 135px;
}

.section__tab__item a {
  display: block;
}

.section__tab__item a:hover {
  text-decoration: none;
}

.section__tab__item:hover {
  box-shadow: inset 0 0 0 2px #f39c05, 0 0 1px transparent;
}

.section__tab__item.active {
  background: #f39c05;
  color: #fff;
}

.section__tab__item + .section__tab__item {
  margin: 0 0 0 5px;
}

.section__tab--static .section__tab__item + .section__tab__item {
  margin: 0 0 0 4px;
}

.js-tab-change__contents-wrap {
  margin: 30px 0;
}

.js-tab-change__content {
  display: none;
}

.js-tab-change__content:first-child {
  display: block;
}


.ad-area {
  display: block;
  margin: 40px 0 22px;
  text-align: center;
}

.sidebar {
  float: right;
  width: 300px;
}

.sidebar__block {
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
}

.sidebar__block + .sidebar__block {
  margin: 20px 0 0;
}

.sidebar__block--ad {
  padding: 0;
  background: none;
  border: none;
}

.sidebar__heading {
  margin: 0 0 20px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
}

.sidebar__block--popular-news{
  margin: 20px 0 0;
}
.sidebar__block--todays-recipe{
  margin: 20px 0 0;
}
.sidebar__block + .sidebar__block--pr-recommended {
  margin: 20px 0 0;
}
.sidebar__block--pr-recommended + .sidebar__block--ad{
  margin: 20px 0 0;
}
.sidebar__block--pr-recommended {
  padding: 0;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
}
.sidebar__block--pr-recommended .sidebar__heading {
  margin: 20px;
}

.sidebar__block--popular-news .sidebar__heading {
  margin: -10px 0 10px -10px;
  color: #f39c05;
}

.sidebar__block--popular-recipe .sidebar__heading {
  margin: -10px 0 10px -10px;
  color: #138458;
}

.sidebar__block--todays-recipe .sidebar__heading {
  margin: 0 0 14px -5px;
  color: #138458;
}

.sidebar__block--feature-articles .sidebar__heading {
  color: #aa0c15;
}

.sidebar__heading--02 {
  margin: 30px 0 10px;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

.sidebar__block--popular-news .sidebar__heading--02 {
  color: #f39c05;
}

.sidebar__block--popular-recipe .sidebar__heading--02 {
  color: #138458;
}

.sidebar__heading__ico {
  padding: 0 8px 0 0;
  vertical-align: -13px;
}

.sidebar__block--todays-recipe .sidebar__heading__ico {
  vertical-align: -8px;
}
.sidebar__more {
  display: block;
  margin: 20px 0 -5px;
  padding: 15px 0 0;
  border-top: 1px solid #e5e5e5;
  line-height: 1;
  text-align: center;
  color: #91bf38;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.sidebar__more span {
  display: inline-block;
  height: 100%;
  padding-right: 16px;
  background: url("/img/v2/common/pc/btn_ico_02.png") no-repeat right 0px;
}

.sidebar__more:hover {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.sidebar__list__item + .sidebar__list__item {
  margin: 10px 0 0;
}

.sidebar__list__link {
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.sidebar__list__link:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

p.sidebar__rank__thumbsbox {
  width: 75px;
  height: 75px;
  position: relative;
  display: block;
  float: right;
  margin-left: 10px;
}
.sidebar__rank__thumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.sidebar__rank__link {
  display: block;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.sidebar__rank__link:after {
  content: "";
  display: block;
  clear: both;
}

.sidebar__rank__link:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  text-decoration: none;
}

.sidebar__rank__heading {
  overflow: hidden;
  line-height: 1.4;
}

.sidebar__rank__ico {
  float: left;
  display: block;
  width: 41px;
  text-align: center;
}

.sidebar__rank__heading-text {
  display: block;
  margin: 0 0 0 50px;
}

.sidebar__pr__link {
  display: block;
  line-height: 1.3;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.sidebar__pr__link:after {
  content: "";
  display: block;
  clear: both;
}

.sidebar__pr__link:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  text-decoration: none;
}

.sidebar__pr__img {
  float: left;
}

.sidebar__pr__heading {
  margin: 0 0 6px 115px;
  color: #91bf38;
}

.sidebar__pr__body {
  margin: 0 0 0 115px;
  font-size: 12px;
  font-size: 1.2rem;
}

.crumbs {
  left: 1px;
  font-size: 0;
}

.crumbs__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

.crumbs__item + .crumbs__item:before {
  content: "　>　";
}

.crumbs__link {
  color: #91bf38;
  text-decoration: underline;
}

.crumbs__link:hover {
  text-decoration: none;
}

.pagenation {
  margin: 40px 0 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.pagenation a,.pagenation span {
  display: inline-block;
  margin: 0 18px;
  vertical-align: middle;
}

.pagenation a {
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
}

.pagenation a:hover {
  text-decoration: none;
  opacity: .5;
  filter: alpha(opacity=50);
}

.pagenation span.pagenation__current {
  font-weight: bold;
  color: #91bf38;
}

.pagenation a.pagenation__prev,.pagenation a.pagenation__next {
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin: 0;
  background: #fbfbfb url("/img/v2/common/pc/btn_ico_02.png") no-repeat center center;
  border: 1px solid #e5e5e5;
  text-indent: 130%;
}

.pagenation a.pagenation__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.oneline_ellipsis {
  margin-top:5px;
  margin-bottom:5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.sidebar_feature-articles-title {
  margin-top:5px;
  margin-bottom:5px;
  font-weight: bold;
}

/** 2017.08.08 add **/
/** レシピに関連するニュース **/
.heading--02--relate_news {
    margin: 0 0 20px;
    padding: 0 0 9px;
    border-bottom: 2px solid #f39c05;
    line-height: 1;
    font-weight: bold;
    font-size: 35px;
    font-size: 2.2rem;
    color: #f39c05;
}
.p-top-relate_news
{
    margin-top:30px;
    margin-bottom: 70px;
}
.p-top-relate_news_list
{
    margin-bottom: 20px; 

    *zoom: 1;
}
.p-top-relate_news_list:before,
.p-top-relate_news_list:after
{
    display: table;

    content: ' ';
}
.p-top-relate_news_list:after
{
    clear: both;
}
.p-top-relate_news_listitem
{
    position: relative;

    display: block;
    float: left;

    width: 268px;
    margin-right: 28px;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;
}
.p-top-relate_news_listitem:hover
{
    opacity: .5;

    filter: alpha(opacity=50);
}
.p-top-relate_news_listitem a:hover
{
    text-decoration: none;
}
.p-top-relate_news_listitem.premium:after
{
    position: absolute;
    top: 0;
    left: 0; 

    display: block;

    width: 110px;
    height: 110px;

    content: '';

    background: url(/img/v2/recipe/pc/icn-tri_premium.png);
}
.p-top-relate_news_listitem:last-child
{
    margin-right: 0;
}
.p-top-relate_news_listitem p
{
    margin-top: 10px;
}
.p-top-relate_news_listitem_txt
{
    font-weight: bold;
}
.p-top-relate_news_txt
{
    font-size: 1.6rem; 

    margin-bottom: 15px;
}

.p-top-section09
{
    margin-bottom: 60px;
}

/** 2017.11.22 add **/
.sidebar__block--about-weblettuce{
  margin: 20px 0 0;
}
.sidebar__block--about-weblettuce p{
  margin-top: 10px;
  margin-bottom: 10px;
}
.sidebar__block--about-weblettuce .sidebar__heading__ico {
  vertical-align: -3px;
}
.sidebar__block--about-weblettuce .sidebar__heading {
  margin: 0 0 14px -5px;
  color: #c78d4b;
}
h2.listtab {
	font-weight: normal;
	font-size: 1.6rem;
}
/* push用 */
.pushModal-overlay {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.pushModal-wrap {
	position: fixed;
	bottom: 100px;
	left: 5%;
	right: 5%;
}
.pushModal-close {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.pushModal-head {
	color: #f7f5f4;
	font-size: 2.0rem;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	background: #e3927c;
}
.pushModal-text {
	color: #707070;
	font-size: 1.6rem;
	margin-top: 10px;
}
.pushModal-box {
	position: fixed;
	border: 15px solid #f7f5f4;
	border-radius: 10px;
	width: 420px;
	top: 150px;
	bottom: auto;
	left: 10%;
	background: #f7f5f4;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	opacity: 0;
}
.pushModal-box::before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pushModal-box::before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f7f5f4;
	border-width: 26px;
	left: 80px;
	top: -65px;
}
