@charset "UTF-8";
/* =============================================================================
   Foundation
============================================================================= */
/* ======================================
   Reset
====================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ======================================
   Base
====================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  width: 100%;
  min-width: 1246px;
  font-size: 14px;
  color: #000;
  line-height: 1.0;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuPro-W3, "Helvetica", "Hiragino Kaku Gothic ProN", "メイリオ",  Meiryo,  sans-serif;
}
@media screen and (max-width: 680px) {
  body {
    min-width: 0;
  }
}

img {
  opacity: 1;
  transition: opacity 0.4s ease 0s;
}

@media screen and (max-width: 480px) {
  img {
    transition: none;
  }
}
body {
  background-image: url("../images/common/bg.jpg");
}

a {
  color: #2a4601;
  text-decoration: none;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease;
}
a > img,
a .anystretch > img {
  transition: transform 0.1s linear;
}
a:hover, a.hover {
  color: #628134;
  opacity: 0.7;
}
a:hover > img,
a:hover .anystretch > img, a.hover > img,
a.hover .anystretch > img {
  transform: scale(1.03);
}

/* =============================================================================
   Layout
============================================================================= */
/* ======================================
   Layout
====================================== */
.main {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 680px) {
  .main {
    margin-bottom: 10px;
  }
}

.container {
  width: 1246px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 680px) {
  .container {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.rightAside {
  width: 100%;
}
.rightAside:after {
  content: " ";
  display: block;
  clear: both;
}
.rightAside .col-left,
.rightAside .col-right {
  float: left;
}
.rightAside .col-left {
  width: 855px;
  padding-right: 40px;
}
.rightAside .col-right {
  width: 350px;
}
@media screen and (max-width: 680px) {
  .rightAside > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .rightAside .col-left,
  .rightAside .col-right {
    float: none;
    width: 100%;
  }
  .rightAside .col-left {
    padding-right: 0;
  }
}

/* ======================================
   Header
====================================== */
.global-header {
  width: 100%;
  position: relative;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .global-header {
    padding-top: 12px;
  }
}
.global-header:before {
  background-image: url('../images/header/header-bg_border.png?1455606738');
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
}
@media screen and (max-width: 680px) {
  .global-header:before {
    height: 5px;
  }
}
.global-header .container {
  position: relative;
}

.gheader-logo_sub {
  margin-bottom: 18px;
}
@media screen and (max-width: 680px) {
  .gheader-logo_sub {
    margin-bottom: 6px;
  }
}
.gheader-logo_sub img {
  line-height: 0;
}
.gheader-logo_sub img {
  width: 388px;
}
@media screen and (max-width: 680px) {
  .gheader-logo_sub img {
    width: 194px;
  }
}

.gheader-logo_main {
  margin-bottom: 24px;
}
@media screen and (max-width: 680px) {
  .gheader-logo_main {
    margin-bottom: 8px;
  }
}
.gheader-logo_main img {
  line-height: 0;
}
.gheader-logo_main img {
  width: 384px;
}
@media screen and (max-width: 680px) {
  .gheader-logo_main img {
    width: 192px;
  }
}

.sns-wraper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  right: 0;
  top: -4px;
}
.sns-wraper:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .sns-wraper {
    display: none;
  }
}
.sns-wraper a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  text-align: center;
  margin-left: 28px;
}
.sns-wraper a:first-child {
  margin-left: 0;
}

.gheder-navHolder {
  background-color: #FFF;
  position: relative;
  box-shadow: 0px 2px 2px 1px rgba(153, 153, 153, 0.1);
}
.gheder-navHolder:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .gheder-navHolder {
    box-shadow: none;
    background-color: #bcc3aa;
    position: relative;
    z-index: 2;
    background-color: #bcc3aa;
  }
}

.gheader-nav_pc {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 11px 0 1px;
}
.gheader-nav_pc:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .gheader-nav_pc {
    display: none;
  }
}
.gheader-nav_pc .gnav-inner {
  margin-left: 30px;
  padding-bottom: 8px;
}
.gheader-nav_pc .gnav-inner:first-child {
  margin-left: 0;
}
.gheader-nav_pc .gnav-inner.current.recipe {
  border-bottom: 3px solid #ed8b00;
}
.gheader-nav_pc .gnav-inner.current.oil {
  border-bottom: 3px solid #d1c500;
}
.gheader-nav_pc .gnav-inner.current.health {
  border-bottom: 3px solid #0dc9a8;
}
.gheader-nav_pc .gnav-inner.current.life {
  border-bottom: 3px solid #f58b96;
}
.gheader-nav_pc .gnav-inner.current.map {
  border-bottom: 3px solid #b48f6a;
}
.gheader-nav_pc .gnav-inner.current.campaign {
  border-bottom: 3px solid #ab6981;
}
.gheader-nav_pc .gnav-inner.current.special {
  border-bottom: 3px solid #F6C873;
}
.gheader-nav_pc .gnav-inner.current.author_list {
  border-bottom: 3px solid #63B6A0;
}

.gheader-nav_pc .gnav-inner a {
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  height: 28px;
  padding-top: 8px;
}
.gheader-nav_pc .recipe a {
  padding-left: 40px;
  background-image: url('../images/common/icons/header-recipe.png?1455610116');
}
.gheader-nav_pc .oil a {
  padding-left: 38px;
  background-image: url('../images/common/icons/header-oil.png?1455610142');
}
.gheader-nav_pc .health a {
  padding-left: 36px;
  background-image: url('../images/common/icons/header-health.png?1455610172');
}
.gheader-nav_pc .life a {
  padding-left: 34px;
  background-image: url('../images/common/icons/header-life.png?1455610200');
}
.gheader-nav_pc .map a {
  padding-left: 30px;
  background-image: url('../images/common/icons/header-map.png?1455610220');
}
.gheader-nav_pc .campaign a {
  padding-left: 32px;
  background-image: url('../images/common/icons/header-campaign.png?1455610248');
}

.gheader-nav_pc .special a {
  padding-left: 33px;
  background-image: url('../images/common/icons/header-special.png');
}
.gheader-nav_pc .author_list a {
  padding-left: 35px;
  background-image: url('../images/common/icons/header-author_list.png');
}

.gnav-inner {
  float: left;
}
.gnav-inner a {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 680px) {
  .gnav-inner a {
    font-size: 12px;
  }
}

.gheader-nav_spWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #bcc3aa;
  animation-duration: 0.4s;
  transition: all 0.3s ease-out;
}
.spMenu_open .gheader-nav_spWrapper {
  animation-name: fade-in_op;
}

@keyframes fade-in_op {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.gheader-nav_spWrapper,
.gfooter-nav_sp,
.gfooter-navSp_aside {
  display: none;
}

.gheader-nav_sp,
.gfooter-nav_sp {
  display: none;
  border-top: 1px solid #e0e4d7;
}
.gheader-nav_sp:after,
.gfooter-nav_sp:after {
  content: " ";
  display: block;
  clear: both;
}
.gheader-nav_sp .gnav-inner,
.gfooter-nav_sp .gnav-inner {
  padding-left: 15px;
  width: 50%;
  border-bottom: 1px solid #e0e4d7;
}
.gheader-nav_sp .gnav-inner.home,
.gfooter-nav_sp .gnav-inner.home {
  width: 100%;
  padding-left: 0;
}
.gheader-nav_sp .gnav-inner.home a,
.gfooter-nav_sp .gnav-inner.home a {
  text-align: center;
}
.gheader-nav_sp .gnav-inner:nth-of-type(2n),
.gfooter-nav_sp .gnav-inner:nth-of-type(2n) {
  border-right: 1px solid #e0e4d7;
}
.gheader-nav_sp a,
.gfooter-nav_sp a {
  text-align: left;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
}

.gheader-navSp_aside,
.gfooter-navSp_aside {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  padding: 25px 0;
}
.gheader-navSp_aside:after,
.gfooter-navSp_aside:after {
  content: " ";
  display: block;
  clear: both;
}
.gheader-navSp_aside li,
.gfooter-navSp_aside li {
  width: 50%;
  float: left;
  padding: 0 15px;
  text-align: left;
}
.gheader-navSp_aside li:nth-of-type(4n+1), .gheader-navSp_aside li:nth-of-type(4n+2),
.gfooter-navSp_aside li:nth-of-type(4n+1),
.gfooter-navSp_aside li:nth-of-type(4n+2) {
  margin-bottom: 9px;
}
.gheader-navSp_aside a,
.gfooter-navSp_aside a {
  line-height: 1.78;
}

.spMenu_open .icon-open {
  display: none;
}
.spMenu_open .icon-close {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.spMenu_open .gheader-nav_spWrapper,
.spMenu_open .gheader-navSp_aside,
.spMenu_open .gheader-nav_sp {
  display: block;
}

.spMenu_close .icon-open {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.spMenu_close .icon-close {
  display: none;
}

.toggle-nav {
  display: none;
  position: absolute;
  top: 34px;
  left: 30px;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .toggle-nav {
    display: block;
  }
}

.icon-open,
.icon-close {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.icon-open img {
  width: 22px;
}

.icon-close img {
  width: 17px;
}

.global-footer {
  margin-top: 20px;
}
@media screen and (max-width: 680px) {
  .global-footer {
    margin-top: 10px;
  }
}
.global-footer .borderTop {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e8ddc8;
}
.global-footer .footer-top {
  position: relative;
}
.global-footer .footer-top:after {
  background: url('../images/header/header-bg_border.png?1455606738') repeat 0 0;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
}
@media screen and (max-width: 680px) {
  .global-footer .footer-top:after {
    height: 5px;
  }
}
.global-footer .footer-top .container {
  position: relative;
  padding-top: 25px;
}
.global-footer .footer-top .container:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .global-footer .footer-top .container {
    padding-top: 22px;
  }
}
.global-footer .back2Top {
  position: absolute;
  bottom: 20px;
  right: -5px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(188, 195, 170, 0.5);
  text-align: center;
  padding-top: 16px;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (min-width: 681px) {
  .global-footer .back2Top {
    right: 0;
  }
}
@media screen and (max-width: 680px) {
  .global-footer .back2Top {
    display: none;
  }
}
.global-footer .footer-bottom {
  background-color: #bcc3aa;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .global-footer .footer-bottom {
    padding-top: 0;
  }
}
@media screen and (max-width: 680px) {
  .global-footer .footer-bottom {
    padding-bottom: 12px;
  }
}
.global-footer .footer-bottom .container {
  position: relative;
}
.global-footer .footer-bottom .container:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .global-footer .footer-bottom .container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.global-footer .footer-bottom .gfooter-nav_pc {
  display: block;
}
.global-footer .footer-bottom .gfooter-nav_pc:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .global-footer .footer-bottom .gfooter-nav_pc {
    display: none;
  }
}
.global-footer .footer-bottom .gfooter-nav_sp a,
.global-footer .footer-bottom .gfooter-navSp_aside a {
  font-weight: normal;
}
@media screen and (max-width: 680px) {
  .global-footer .footer-bottom .gfooter-nav_sp,
  .global-footer .footer-bottom .gfooter-navSp_aside {
    display: block;
  }
}
.global-footer .footer-bottom .gfooter-navSp_aside {
  padding-bottom: 0;
}
@media screen and (min-width: 681px) {
  .global-footer .footer-bottom .footer-navHolder {
    float: right;
    margin-bottom: 66px;
  }
  .global-footer .footer-bottom .footer-logoHolder {
    float: left;
    margin-left: 36px;
  }
  .global-footer .footer-bottom .sns-wraper_footer {
    position: absolute;
    top: 115px;
    left: 114px;
  }
  .global-footer .footer-bottom .copyright {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.footer-instagram {
  float: left;
  width: 590px;
  margin-right: 34px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .footer-instagram {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.footer-instagram .footer-title {
  margin-bottom: 12px;
}
.footer-instagram .footer-title:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .footer-instagram .footer-title {
    margin-bottom: 10px;
  }
}
.footer-instagram .logo {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  position: relative;
  left: -1px;
}
@media screen and (max-width: 680px) {
  .footer-instagram .logo {
    margin-right: 4px;
  }
}
.footer-instagram .logo img {
  width: 26px;
}
@media screen and (max-width: 680px) {
  .footer-instagram .logo img {
    width: 22px;
  }
}
.footer-instagram .logo-text {
  position: relative;
  top: 3px;
}
.footer-instagram .logo-text img {
  width: 94px;
}
@media screen and (max-width: 680px) {
  .footer-instagram .logo-text img {
    width: 78px;
  }
}
.footer-instagram .showlist-wraper {
  top: -3px;
}
@media screen and (max-width: 680px) {
  .footer-instagram .showlist-wraper {
    position: absolute;
    top: -7px;
    right: 0;
    width: 132px;
  }
  .footer-instagram .showlist-wraper a {
    font-size: 12px;
  }
}
.footer-instagram .instaPic-wraper ul {
  margin: -5px;
}
.footer-instagram .instaPic-wraper ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .footer-instagram .instaPic-wraper ul {
    margin: -4px;
  }
  .footer-instagram .instaPic-wraper ul li {
    display: none;
  }
  .footer-instagram .instaPic-wraper ul li:nth-of-type(1), .footer-instagram .instaPic-wraper ul li:nth-of-type(2), .footer-instagram .instaPic-wraper ul li:nth-of-type(3), .footer-instagram .instaPic-wraper ul li:nth-of-type(4), .footer-instagram .instaPic-wraper ul li:nth-of-type(5), .footer-instagram .instaPic-wraper ul li:nth-of-type(6) {
    display: block;
  }
  .footer-instagram .instaPic-wraper ul li:nth-of-type(3n+2) {
    width: 34%;
  }
}
.footer-instagram .instaPic-wraper li {
  float: left;
  margin: 5px;
}
@media screen and (max-width: 680px) {
  .footer-instagram .instaPic-wraper li {
    margin: 4px auto;
    width: 33%;
  }
}
.footer-instagram .instaPic-wraper a {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border: 2px solid #bcc3aa;
}
.footer-instagram .instaPic-wraper a img {
  width: 106px;
}
@media screen and (max-width: 680px) {
  .footer-instagram .instaPic-wraper a {
    width: 93px;
    height: 93px;
  }
  .footer-instagram .instaPic-wraper a img {
    width: 89px;
  }
}

.footer-facebook {
  float: left;
  width: 535px;
  padding-bottom: 60px;
}
@media screen and (max-width: 680px) {
  .footer-facebook {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 680px) {
  .footer-facebook {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
.footer-facebook .footer-title {
  margin-bottom: 20px;
  position: relative;
  top: 4px;
}
.footer-facebook .footer-title:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .footer-facebook .footer-title {
    margin-bottom: 15px;
  }
}
.footer-facebook .logo {
  display: block;
  float: left;
  width: 12px;
  height: 25px;
  margin-right: 15px;
}
@media screen and (max-width: 680px) {
  .footer-facebook .logo {
    margin-right: 10px;
  }
}
.footer-facebook .logo img {
  width: 12px;
}
@media screen and (max-width: 680px) {
  .footer-facebook .logo img {
    width: 10px;
  }
}
.footer-facebook .logo-text {
  position: relative;
  top: 3px;
}
.footer-facebook .logo-text img {
  width: 83px;
}
@media screen and (max-width: 680px) {
  .footer-facebook .logo-text img {
    width: 69px;
  }
}
.footer-facebook .fb-wrapper {
  width: 500px;
  height: 250px;
  overflow: scroll;
  padding-left: 35px;
}
.footer-facebook .fb-wrapper img {
  width: 100%;
}
@media screen and (max-width: 680px) {
  .footer-facebook .fb-wrapper {
    width: 100%;
    height: 175px;
    padding-left: 0;
  }
}

.sns-wraper_footer .sns_footer {
  width: 132px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
@media screen and (max-width: 680px) {
  .sns-wraper_footer .sns_footer {
    width: 144px;
    margin: 40px auto 24px;
  }
}
.sns-wraper_footer .f_f img {
  width: 11px;
}
@media screen and (max-width: 680px) {
  .sns-wraper_footer .f_f img {
    width: 12px;
  }
}
.sns-wraper_footer .f_tw {
  margin: 0 32px 0 36px;
}
@media screen and (max-width: 680px) {
  .sns-wraper_footer .f_tw {
    margin: 0 35px 0 40px;
  }
}
.sns-wraper_footer .f_tw img {
  width: 25px;
}
@media screen and (max-width: 680px) {
  .sns-wraper_footer .f_tw img {
    width: 27px;
  }
}
.sns-wraper_footer .f_ig img {
  width: 21px;
}
@media screen and (max-width: 680px) {
  .sns-wraper_footer .f_ig img {
    width: 23px;
  }
}

.footer-logoHolder {
  text-align: center;
  width: 274px;
}
@media screen and (max-width: 680px) {
  .footer-logoHolder {
    width: 226px;
    margin: 0 auto;
  }
}

.footer-logo_main,
.footer-logo_sub {
  text-align: center;
}

.footer-logo_main {
  text-align: right;
}
.footer-logo_main img {
  width: 269px;
}
@media screen and (max-width: 680px) {
  .footer-logo_main img {
    width: 223px;
  }
}

.footer-logo_sub {
  margin-bottom: 12px;
}
@media screen and (max-width: 680px) {
  .footer-logo_sub {
    margin-bottom: 10px;
  }
}
.footer-logo_sub img {
  width: 274px;
}
@media screen and (max-width: 680px) {
  .footer-logo_sub img {
    width: 226px;
  }
}

.gfooter-nav_pc {
  width: 744px;
  margin-top: 16px;
  margin-right: 90px;
}
.gfooter-nav_pc .col {
  float: left;
  width: 33%;
}
.gfooter-nav_pc .col:nth-of-type(3n+2) {
  width: 34%;
}
.gfooter-nav_pc .gnav-inner {
  display: block;
  float: none;
}
.gfooter-nav_pc a {
  font-size: 14px;
  line-height: 2.14;
  color: #2a4601;
  font-weight: normal;
}

.copyright {
  color: #e0e4d7;
  font-size: 11px;
  font-weight: bold;
  padding-right: 125px;
  padding-top: 20px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../images/footer/footer-copy2.png?1455786673');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 32px;
}
@media screen and (max-width: 680px) {
  .copyright {
    font-size: 9px;
  }
}
.chrome .copyright {
  transform: scale(0.9);
}
@media screen and (max-width: 680px) {
  .copyright {
    padding-right: 100px;
  }
}
@media screen and (max-width: 680px) {
  .copyright {
    padding-top: 18px;
  }
}
@media screen and (max-width: 680px) {
  .copyright {
    height: 26px;
    margin: 12px auto 0;
    background-size: auto 27px;
  }
}

.right-each {
  margin-bottom: 16px;
}
@media screen and (max-width: 680px) {
  .right-each {
    margin-bottom: 15px;
  }
}
.right-each.hasShadow {
  box-shadow: 0px 2px 2px 1px rgba(153, 153, 153, 0.1);
}
.right-each .bg-white {
  background-color: #FFF;
}
.right-each .bg-green {
  background: url('../images/home/bg-tag.png?1455673022') repeat 0 0;
  box-shadow: 0px 2px 2px 1px rgba(56, 81, 0, 0.1) inset;
  overflow: hidden;
}
.right-each .right-header {
  text-align: center;
  padding: 10px 0 12px;
  border-bottom: 1px solid #ede4d3;
}
@media screen and (max-width: 680px) {
  .right-each .right-header {
    padding: 12px 0;
  }
}
.right-each .right-header .title-main,
.right-each .right-header .title-sub {
  text-align: center;
  line-height: 0;
}
.right-each.ranking .title-main img {
  height: 33px;
}
@media screen and (max-width: 680px) {
  .right-each.ranking .title-main img {
    height: 33px;
  }
}
.right-each.ranking .title-sub img {
  height: 12px;
}
@media screen and (max-width: 680px) {
  .right-each.ranking .title-sub img {
    height: 12px;
  }
}
.right-each.special .title-main {
  margin-bottom: 4px;
}
@media screen and (max-width: 680px) {
  .right-each.special .title-main {
    margin-bottom: 5px;
  }
}
.right-each.special .title-main img {
  height: 29px;
}
@media screen and (max-width: 680px) {
  .right-each.special .title-main img {
    height: 28px;
  }
}
.right-each.special .title-sub img {
  height: 13px;
}
@media screen and (max-width: 680px) {
  .right-each.special .title-sub img {
    height: 13px;
  }
}
.right-each.topics .title-main {
  margin-bottom: 5px;
}
@media screen and (max-width: 680px) {
  .right-each.topics .title-main {
    margin-bottom: 5px;
  }
}
.right-each.topics .title-main img {
  height: 27px;
}
@media screen and (max-width: 680px) {
  .right-each.topics .title-main img {
    height: 28px;
  }
}
.right-each.topics .title-sub img {
  height: 12px;
}
@media screen and (max-width: 680px) {
  .right-each.topics .title-sub img {
    height: 13px;
  }
}
.right-each.about {
  color: #2a4601;
}
@media screen and (max-width: 680px) {
  .right-each.about {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.right-each.about .right-header {
  padding-top: 18px;
  padding-bottom: 22px;
}
@media screen and (max-width: 680px) {
  .right-each.about .right-header {
    padding-bottom: 10px;
  }
}
.right-each.about .bg-green {
  border-radius: 8px;
  padding: 0 20px 24px;
}
.right-each.about .title-main {
  margin-bottom: 8px;
}
@media screen and (max-width: 680px) {
  .right-each.about .title-main {
    margin-bottom: 5px;
  }
}
.right-each.about .title-main img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .right-each.about .title-main img {
    height: 11px;
  }
}
.right-each.about .title-sub img {
  height: 57px;
}
@media screen and (max-width: 680px) {
  .right-each.about .title-sub img {
    height: 48px;
  }
}
.right-each.magazine {
  color: #2a4601;
}
@media screen and (max-width: 680px) {
  .right-each.magazine {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.right-each.magazine .right-header {
  border-bottom: 0;
  padding: 14px 0 12px;
}
@media screen and (max-width: 680px) {
  .right-each.magazine .right-header {
    padding: 10px 0 8px;
  }
}
.right-each.magazine .magagine-bg {
  background: url('../images/sidebar/mail-bg_nb.png?1455885116') repeat 0 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
}
@media screen and (max-width: 680px) {
  .right-each.magazine .magagine-bg {
    padding-bottom: 10px;
  }
}
.right-each.magazine .magagine-bg .bgbg {
  display: block;
  width: 98%;
  height: 96%;
  border: 1px solid #c1d368;
  position: absolute;
  top: 2%;
  left: 1%;
  z-index: 1;
}
.right-each.magazine .right-contents {
  position: relative;
  z-index: 2;
  padding: 0 22px;
}
.right-each.magazine .stamp {
  display: block;
  position: absolute;
  top: -3px;
  left: -15px;
  width: 101px;
  height: 52px;
  background: url('../images/sidebar/mail-bg_stamp.png?1455885142') no-repeat center center;
  background-size: 101px 52px;
  opacity: 0.7;
}
@media screen and (max-width: 680px) {
  .right-each.magazine .stamp {
    background: url('../images/sidebar/mail-bg_stamp.png?1455885142') no-repeat center center;
    background-size: 83px 43px;
  }
}
.right-each.magazine .title-main {
  margin-bottom: 2px;
}
.right-each.magazine .title-main img {
  height: 30px;
}
@media screen and (max-width: 680px) {
  .right-each.magazine .title-main img {
    height: 25px;
  }
}
.right-each.magazine .title-sub {
  magin-bottom: 14px;
}
.right-each.magazine .title-sub img {
  height: 12px;
}
@media screen and (max-width: 680px) {
  .right-each.magazine .title-sub {
    magin-bottom: 12px;
  }
  .right-each.magazine .title-sub img {
    height: 13px;
  }
}
.right-each.magazine form {
  margin: 10px auto;
  text-align: center;
}
.right-each.magazine form input, .right-each.magazine form button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.right-each.magazine form button:hover {
  opacity: 0.7;
}
.right-each.magazine input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #dee3d0;
  box-shadow: 0px 2px 2px 1px rgba(7, 0, 2, 0.1) inset;
  width: 100%;
  height: 42px;
  border: 0;
  font-size: 14px;
  color: #9a9a9a;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .right-each.magazine input[type=text] {
    font-size: 12px;
    height: 34px;
  }
}
.right-each.magazine button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  width: 160px;
  height: 36px;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  padding-top: 1px;
}
.right-each.magazine button:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -6px;
  width: 6px;
  height: 11px;
  background: url('../images/common/icons/arrow-right_gr.png?1455608666') no-repeat center center;
  background-size: 6px,11px;
}
@media screen and (max-width: 680px) {
  .right-each.magazine button {
    font-size: 12px;
    height: 30px;
  }
  .right-each.magazine button:before {
    margin-top: -6px;
  }
}
.right-each.editorial, .right-each.requruit {
  position: relative;
}
.right-each.editorial article, .right-each.requruit article {
  height: 100%;
}
.right-each.editorial a, .right-each.requruit a {
  display: block;
  width: 100%;
  height: 100%;
}
.right-each.editorial .arrow-left:before, .right-each.requruit .arrow-left:before {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -7px;
  width: 6px;
  height: 11px;
  background: url('../images/common/icons/arrow-right_gr.png?1455608666') no-repeat center center;
  background-size: 6px,11px;
}
@media screen and (max-width: 680px) {
  .right-each.editorial .arrow-left:before:before, .right-each.requruit .arrow-left:before:before {
    left: 18px;
    margin-top: -6px;
  }
}
.right-each.editorial, .right-each.requruit {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 680px) {
  .right-each.editorial, .right-each.requruit {
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  .right-each.editorial, .right-each.requruit {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.right-each.editorial article, .right-each.requruit article {
  border: 3px solid #e1e5d5;
  height: 88px;
}
@media screen and (max-width: 680px) {
  .right-each.editorial article, .right-each.requruit article {
    border: 2px solid #e1e5d5;
    height: 72px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.right-each.editorial .icon, .right-each.requruit .icon {
  display: block;
  position: absolute;
  top: 50%;
}
.right-each.editorial article {
  background-color: #bac1a8;
}
.right-each.editorial a {
  color: #FFF;
  padding-top: 32px;
}
@media screen and (max-width: 680px) {
  .right-each.editorial a {
    padding-top: 28px;
  }
}
.right-each.editorial .icon {
  background: url('../images/common/icons/editorial.png?1455608730') no-repeat center center;
  width: 44px;
  height: 45px;
  right: 13px;
  margin-top: -22px;
  background-size: 44px 45px;
}
@media screen and (max-width: 680px) {
  .right-each.editorial .icon {
    right: 22px;
    margin-top: -18.5px;
    width: 36px;
    height: 37px;
    background: url('../images/common/icons/editorial.png?1455608730') no-repeat center center;
    background-size: 36px 37px;
  }
}
.right-each.requruit a {
  color: #61b400;
  padding-top: 12px;
}
@media screen and (max-width: 680px) {
  .right-each.requruit a {
    padding-top: 8px;
  }
}
.right-each.requruit .icon {
  background: url('../images/common/icons/requruit.png?1455608790') no-repeat center center;
  width: 47px;
  height: 52px;
  right: 13px;
  margin-top: -26px;
  background-size: 47px 52px;
}
@media screen and (max-width: 680px) {
  .right-each.requruit .icon {
    right: 22px;
    margin-top: -21.5px;
    width: 38px;
    height: 43px;
    background: url('../images/common/icons/requruit.png?1455608790') no-repeat center center;
    background-size: 38px 43px;
  }
}
.right-each.requruit article {
  background-color: #FFF;
}
.right-each.requruit .title {
  font-family: "HiraMinProN-W3", serif;
  padding-bottom: 2px;
  font-size: 22px;
  margin-bottom: 2px;
  background: url('../images/sidebar/requruit_title_bg.png?1455608840') no-repeat bottom center;
  background-size: 181px 7px;
}
@media screen and (max-width: 680px) {
  .right-each.requruit .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .right-each.requruit .title {
    background: url('../images/sidebar/requruit_title_bg.png?1455608840') no-repeat bottom center;
    background-size: 150px 7px;
  }
}
.right-each.requruit .lead {
  line-height: 1.29;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 680px) {
  .right-each.requruit .lead {
    font-size: 12px;
    line-height: 1.25;
  }
}
.right-each .right-contents {
  text-align: left;
}
.right-each .right-contents .normal-lead {
  font-size: 14px;
  line-height: 1.71;
}
@media screen and (max-width: 680px) {
  .right-each .right-contents .normal-lead {
    font-size: 11px;
    line-height: 1.82;
  }
}
.right-each .right-contents ul li {
  border-top: 1px solid #e8ddc8;
  font-size: 15px;
  line-height: 1.2;
  color: #2a4601;
}
.right-each .right-contents ul li:first-child {
  border-top: 0;
}
.right-each .right-contents ul li a {
  display: block;
  padding: 18px 12px;
}
@media screen and (max-width: 680px) {
  .right-each .right-contents ul li a {
    padding: 16px 15px;
  }
}
@media screen and (max-width: 680px) {
  .right-each .right-contents ul li {
    font-size: 14px;
    line-height: 1.29;
    padding: 0 15px;
  }
  .right-each .right-contents ul li a {
    padding: 16px 0;
  }
}
.right-each .right-contents ul li .content-holder {
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}
.right-each .right-contents ul li .content-date {
  display: block;
  color: #9a9a9a;
  font-size: 11px;
  margin-top: 6px;
}
@media screen and (max-width: 680px) {
  .right-each .right-contents ul li .content-date {
    margin-top: 6px;
  }
}
@media screen and (max-width: 680px) {
  .right-each .right-contents ul li ul li {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.29;
  }
}
.right-each .right-contents.hasDate ul li {
  padding: 0;
  line-height: 1.29;
  font-size: 14px;
}
@media screen and (max-width: 680px) {
  .right-each .right-contents.hasDate ul li {
    padding: 13px 15px;
  }
}
.right-each .right-contents.hasDate a {
  padding: 8px 12px;
  display: block;
}
@media screen and (max-width: 680px) {
  .right-each .right-contents.hasDate ul li {
    padding: 0 15px;
  }
  .right-each .right-contents.hasDate a {
    padding: 13px 0;
  }
}
.right-each .right-contents.hasImage ul li {
  position: relative;
  z-index: 1;
  padding: 0;
}
.right-each .right-contents.hasImage ul li:after {
  content: " ";
  display: block;
  clear: both;
}
.right-each .right-contents.hasImage a {
  padding: 8px 12px;
  display: block;
}
.right-each .right-contents.hasImage a:after {
  content: " ";
  display: block;
  clear: both;
}
.right-each .right-contents.hasImage .image-holder,
.right-each .right-contents.hasImage .content-holder {
  float: left;
}
.right-each .right-contents.hasImage .image-holder {
  width: 68px;
  height: 68px;
  position: relative;
}
.right-each .right-contents.hasImage .image-holder .num {
  position: absolute;
  left: -5px;
  top: -5px;
}
.right-each .right-contents.hasImage .image-holder .num img {
  width: 28px;
  height: auto;
}
.right-each .right-contents.hasImage .content-holder {
  width: auto;
  padding-top: 15px;
  padding-right: 12px;
  position: absolute;
  left: 94px;
  top: 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 680px) {
  .right-each .right-contents.hasImage .image-holder,
  .right-each .right-contents.hasImage .content-holder {
    float: none;
  }
  .right-each .right-contents.hasImage ul {
    width: 100%;
  }
  .right-each .right-contents.hasImage ul li {
    padding: 8px 15px;
    display: table;
    width: 100%;
  }
  .right-each .right-contents.hasImage ul li a {
    display: table-row;
  }
  .right-each .right-contents.hasImage .image-holder {
    display: table-cell;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    position: relative;
  }
  .right-each .right-contents.hasImage .image-holder .num {
    position: absolute;
    left: -12px;
    top: -5px;
  }
  .right-each .right-contents.hasImage .image-holder .num img {
    width: 27px;
    height: 27px;
  }
  .right-each .right-contents.hasImage .content-holder {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    position: static;
    left: auto;
    top: auto;
  }
}
.right-each.campaignBanner {
  overflow: hidden;
  text-align: center;
}
.right-each.campaignBanner img {
  width: 352px;
}
@media screen and (max-width: 680px) {
  .right-each.campaignBanner img {
    width: 292px;
  }
}

/* ======================================
   sidebar (overwhite)
====================================== */
.right-each {
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .right-each {
    margin-bottom: 15px;
  }
}

.right-each.feature .title-main img {
  height: 24px;
  margin-bottom: 10px;
}
.right-each.feature .title-sub img {
  height: 12px;
}

@media screen and (max-width: 680px) {
  .right-each.keyword {
    padding: 0 10px;
  }
}
.right-each.keyword .tag-holder {
  padding: 0 12px 8px;
}
@media screen and (max-width: 680px) {
  .right-each.keyword .tag-holder {
    padding: 0 10px 8px;
  }
}
.right-each.keyword .tag-title {
  padding-top: 14px;
  margin-bottom: 2px;
}
@media screen and (max-width: 680px) {
  .right-each.keyword .tag-title {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
.right-each.keyword .tag {
  margin-left: 0;
  margin-right: 5px;
  padding: 10px 16px 8px 20px;
}
@media screen and (max-width: 680px) {
  .right-each.keyword .tag {
    padding: 6px 6px;
    padding-left: 13px;
    font-size: 1.0rem;
    margin-right: 3px;
  }
}

.right-each.specialBanner .banner-list {
  overflow: hidden;
}
.right-each.specialBanner .banner-list .banner-list_item {
  margin-bottom: 4px;
}
@media screen and (max-width: 680px) {
  .right-each.specialBanner {
    display: none;
  }
}

.right-each.topics {
  display: none;
}
@media screen and (max-width: 680px) {
  .right-each.topics {
    display: block;
  }
}

/* =============================================================================
   Object - Component
============================================================================= */
/* ======================================
   pagination (pc)
====================================== */
.pagination-pc {
  text-align: center;
  margin-top: 30px;
  padding: 0 0 50px;
}
@media screen and (max-width: 680px) {
  .pagination-pc {
    display: none;
  }
}
.pagination-pc_wrap {
  display: inline-block;
}
.pagination-pc_item {
  display: inline-block;
  padding: 14px 18px;
  font-size: 1.4rem;
  background-color: white;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 1px;
  transition: background-color 0.2s linear;
}
.pagination-pc_item:hover {
  background-color: #bcc3aa;
  color: white;
}
.pagination-pc_item.active {
  background-color: #bcc3aa;
  color: white;
}

/* ======================================
   pagination (sp)
====================================== */
.pagination-sp {
  display: none;
}
@media screen and (max-width: 680px) {
  .pagination-sp {
    display: block;
    overflow: hidden;
    color: white;
    margin-bottom: 10px;
    background-color: #bcc3aa;
  }
  .pagination-sp.recipe {
    background-color: #ed8b00;
  }
  .pagination-sp.olive {
    background-color: #d1c500;
  }
  .pagination-sp.lifestyle {
    background-color: #f58b96;
  }
  .pagination-sp.health {
    background-color: #0dc9a8;
  }
  .pagination-sp.oilmap {
    background-color: #b48f6a;
  }
  .pagination-sp.campaign {
    background-color: #ab6981;
  }
  .pagination-sp_item {
    float: left;
    width: 10%;
    padding: 11px 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .pagination-sp_item.back, .pagination-sp_item.next {
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center center;
  }
  .pagination-sp_item.back {
    background-image: url("../images/common/icons/arrow-left.png");
    background-position: center top 12px;
  }
  .pagination-sp_item.next {
    background-image: url("../images/common/icons/arrow-right.png");
    background-position: center top 12px;
  }
  .pagination-sp_item.current {
    width: 80%;
  }
}

@media screen and (max-width: 680px) {
  .pagination-wrap {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}

/* ======================================
   breadcrumb (pc)
====================================== */
.breadcrumb {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .breadcrumb {
    /*display: none;*/
  }
}
.breadcrumb_item {
  font-size: 1.4rem;
  color: #bcc3aa;
  float: left;
  line-height: 1.2;
}
.breadcrumb_item:not(:first-child) {
  background-image: url("../images/common/icons/arrow-oval-right.png");
  background-repeat: no-repeat;
  padding-left: 22px;
  margin-left: 5px;
}

/* ========================================================
   SNS Button
======================================================== */
.sns-list {
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .sns-list {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .sns-list .dummy {
    height: 20px;
  }
}
.sns-list .sns-list__btn {
  float: left;
  margin-right: 5px;
}

.sns-button {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .sns-button {
    margin-bottom: 25px;
  }
}

.sns-button_item {
  float: left;
  width: 268px;
  padding: 15px 14px;
  line-height: 20px;
}
.sns-button_item:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 680px) {
  .sns-button_item {
    width: 32.8%;
    padding: 10px 6px 4px;
  }
  .sns-button_item:not(:last-child) {
    margin-right: 0.8%;
  }
}
.sns-button_item img {
  height: 20px;
  display: block;
  float: left;
}
@media screen and (max-width: 680px) {
  .sns-button_item img {
    float: none;
    height: 16px;
    display: block;
    margin: 0 auto 2px;
  }
}
.sns-button_item > span {
  color: white;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .sns-button_item > span {
    font-size: 0.9rem;
  }
}
.sns-button_item.facebook {
  background-color: #344e8b;
}
.sns-button_item.twitter {
  background-color: #00aced;
}
.sns-button_item.google {
  background-color: #d71f29;
}

/* ========================================================
   Button
======================================================== */
.btn-standard-wide, .btn-standard, .btn-standard-iconless {
  display: block;
  background-color: #bcc3aa;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  position: relative;
  padding: 15px 0;
  background-image: url("../images/common/icons/arrow-right.png");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 6px, 11px;
  width: auto;
}
.btn-standard-wide:hover, .btn-standard:hover, .btn-standard-iconless:hover {
  color: white;
}

.btn-standard-wide {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .btn-standard-wide {
    width: 100%;
    padding: 10px 0;
  }
}

.btn-standard {
  width: 340px;
}
@media screen and (max-width: 680px) {
  .btn-standard {
    width: 100%;
    padding: 10px 0;
  }
}

.btn-standard-iconless {
  width: 300px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 14px 0;
  background-image: none;
}
@media screen and (max-width: 680px) {
  .btn-standard-iconless {
    width: 100%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}

/* ======================================
   image title
====================================== */
.title_sub {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .title_sub {
    height: 12px;
  }
}

.food-title_main {
  width: 177px;
  margin-bottom: 6px;
}
@media screen and (max-width: 680px) {
  .food-title_main {
    width: 140px;
    margin-bottom: 2px;
  }
}

.onestep-title_main {
  width: 177px;
  margin-bottom: 6px;
}
@media screen and (max-width: 680px) {
  .onestep-title_main {
    width: 140px;
    margin-bottom: 2px;
  }
}

.food-title_main-detail {
  width: 111px;
}
@media screen and (max-width: 680px) {
  .food-title_main-detail {
    width: 92px;
  }
}

.oil-title_main {
  width: 139px;
  margin-top: 2px;
}
@media screen and (max-width: 680px) {
  .oil-title_main {
    width: 111px;
    margin-top: 0;
  }
}

.oil-title_main-detail {
  width: 100px;
}
@media screen and (max-width: 680px) {
  .oil-title_main-detail {
    width: 80px;
  }
}

.health-title_main {
  width: 252px;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .health-title_main {
    width: 198px;
    margin-bottom: 10px;
  }
}

.health-title_main-detail {
  width: 150px;
}
@media screen and (max-width: 680px) {
  .health-title_main-detail {
    width: 130px;
  }
}

.lifestyle-title_main {
  width: 122px;
  margin-top: 3px;
}
@media screen and (max-width: 680px) {
  .lifestyle-title_main {
    width: 98px;
    margin-top: 0;
  }
}

.lifestyle-title_main-detail {
  width: 100px;
}
@media screen and (max-width: 680px) {
  .lifestyle-title_main-detail {
    width: 62px;
  }
}

.map-title_main {
  width: 232px;
  margin-top: 1px;
}
@media screen and (max-width: 680px) {
  .map-title_main {
    width: 181px;
    margin-top: 0;
    margin-bottom: 3px;
  }
}

.writer-title_main {
  width: 88px;
  margin-bottom: 12px;
}
@media screen and (max-width: 680px) {
  .writer-title_main {
    width: 66px;
    margin-bottom: 6px;
  }
}

.special-title_main {
  width: 94px;
}
@media screen and (max-width: 680px) {
  .special-title_main {
    width: 78px;
    margin-bottom: 4px;
  }
}

.special-title_main-list {
  width: 70px;
}
@media screen and (max-width: 680px) {
  .special-title_main-list {
    width: 50px;
  }
}

.other-special-title_main {
  width: 190px;
}
@media screen and (max-width: 680px) {
  .other-special-title_main {
    width: 151.5px;
  }
}

.staff-title_main {
  width: 200px;
  margin-bottom: 4px;
}
@media screen and (max-width: 680px) {
  .staff-title_main {
    width: 160.5px;
    margin-bottom: 0;
  }
}

.about-title_main {
  width: 82px;
  margin-bottom: 13px;
}
@media screen and (max-width: 680px) {
  .about-title_main {
    width: 65px;
    margin-bottom: 7px;
  }
}

.ambassa-title_main {
  width: 165px;
  margin-bottom: 12px;
}
@media screen and (max-width: 680px) {
  .ambassa-title_main {
    width: 130.5px;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
}

.number {
  width: 28px;
}
@media screen and (max-width: 680px) {
  .number {
    width: 27px;
  }
}

/* ======================================
   article-list
====================================== */
.article-card {
  padding-top: 10px;
  padding-bottom: 30px;
}
.article-card:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .article-card {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.article-card_item {
  float: left;
  width: 254px;
  margin-right: 25px;
  margin-bottom: 40px;
}
.article-card_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  .article-card_item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.article-card-half {
  padding-top: 10px;
  padding-bottom: 30px;
}
.article-card-half:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .article-card-half {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
.article-card-half_item {
  float: left;
  width: 254px;
  margin-right: 25px;
  margin-bottom: 40px;
}
.article-card-half_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  .article-card-half_item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .article-card-half_item:nth-child(3n) {
    margin-right: 4%;
  }
  .article-card-half_item:nth-child(2n) {
    margin-right: 0;
  }
  .article-card-half_item .media-card_title {
    margin-top: 8px;
  }
  .article-card-half_item .badge-category {
    font-size: 1.0rem;
    padding: 5px 4px;
  }
}

.media-card {
  display: block;
  position: relative;
}
.media-card:after {
  content: " ";
  display: block;
  clear: both;
}
.media-card a {
  transition: none;
}
.media-card .zoom {
  transition: all 0.1s linear;
  opacity: 1;
}
.media-card:hover .zoom {
  transform: scale(1.05);
  opacity: 0.8;
}
@media screen and (max-width: 680px) {
  .media-card:hover .zoom {
    transition: none;
  }
}
.media-card_photo {
  width: 100%;
  padding-bottom: 67%;
  background-size: cover;
  background-position: center center;
}
.media-card_photo-wrap {
  overflow: hidden;
}
.media-card_title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 14px;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 680px) {
  .media-card_title {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 6px;
  }
}
.media-card_info {
  display: inline-block;
  vertical-align: middle;
  font-weight: medium;
}
.media-card_info span:last-child:after {
  content: none;
}
.media-card_info span:after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.media-card_name, .media-card_date {
  font-size: 1.1rem;
  color: #9a9a9a;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.media-card_name:last-child:after, .media-card_date:last-child:after {
  content: none;
}
@media screen and (max-width: 680px) {
  .media-card_name, .media-card_date {
    font-weight: normal;
  }
}

/* ======================================
   article-list
====================================== */
.article-list {
  margin-bottom: 24px;
}
@media screen and (max-width: 680px) {
  .article-list {
    margin-bottom: 12px;
  }
}

.media-list {
  margin-bottom: 10px;
  overflow: hidden;
}
.media-list a {
  transition: none;
}
.media-list .zoom {
  transition: all 0.1s linear;
  opacity: 1;
}
.media-list:hover .zoom {
  transform: scale(1.05);
  opacity: 0.8;
}
@media screen and (max-width: 680px) {
  .media-list:hover .zoom {
    transition: none;
  }
}
.media-list:hover .media-list_title,
.media-list:hover .media-list_lead {
  opacity: 0.7;
}
@media screen and (max-width: 680px) {
  .media-list {
    margin-bottom: 7px;
  }
}
.media-list_photo-wrap {
  overflow: hidden;
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 680px) {
  .media-list_photo-wrap {
    width: 62px;
    height: 62px;
    margin-right: 10px;
  }
}
.media-list_photo {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
}
.media-list_title {
  padding-top: 5px;
  font-size: 1.5rem;
  color: #2a4601;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 680px) {
  .media-list_title {
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
    top: -3px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.media-list_lead {
  font-size: 1.5rem;
  color: #2a4601;
  line-height: 1.6;
}
@media screen and (max-width: 680px) {
  .media-list_lead {
    display: none;
  }
}

/* ======================================
   article-list （大きめ）
====================================== */
.media-large-list {
  padding-top: 14px;
  padding-bottom: 57px;
  border-bottom: 1px solid #e8ddc8;
}
@media screen and (max-width: 680px) {
  .media-large-list {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.media-large-list_item {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 680px) {
  .media-large-list_item {
    padding-top: 17px;
  }
}
.media-large-list_item:not(:first-child) {
  border-top: 1px solid #e8ddc8;
}

.media-large {
  position: relative;
}
.media-large:after {
  content: " ";
  display: block;
  clear: both;
}
.media-large a {
  transition: none;
}
.media-large .zoom {
  transition: all 0.1s linear;
  opacity: 1;
}
.media-large:hover .zoom {
  transform: scale(1.05);
  opacity: 0.8;
}
@media screen and (max-width: 680px) {
  .media-large:hover .zoom {
    transition: none;
  }
}
.media-large:hover .media-large_title,
.media-large:hover .media-large_text {
  opacity: 0.7;
}
.media-large_left {
  float: left;
  margin-right: 24px;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .media-large_left {
    float: none;
    width: 100%;
  }
}
.media-large_body {
  overflow: hidden;
  padding-top: 10px;
}
.media-large_body > a:hover .media-large_text {
  opacity: 1;
}
.media-large_title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  color: #2a4601;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .media-large_title {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}
.media-large_info {
  overflow: hidden;
  margin-bottom: 11px;
  font-size: 1.2rem;
  color: #9a9a9a;
}
.media-large_info .avator {
  float: left;
  margin-right: 10px;
}
.media-large_info .name,
.media-large_info .date,
.media-large_info .sepa {
  padding-top: 6px;
  font-size: 1.1rem;
  color: #9a9a9a;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 680px) {
  .media-large_info .name,
  .media-large_info .date,
  .media-large_info .sepa {
    padding-top: 0;
  }
}
.media-large_text {
  clear: both;
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 25px;
}
@media screen and (max-width: 680px) {
  .media-large_text {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 0px;
  }
}

/* ======================================
   Thumbnail
====================================== */
.thumb-large, .thumb-writer-small, .thumb-writer-large, .thumb-square {
  background-size: cover;
  background-position: center center;
}

.thumb-large {
  width: 345px;
  padding-bottom: 67%;
}
@media screen and (max-width: 680px) {
  .thumb-large {
    width: 100%;
  }
}

.thumb-writer-small {
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

.thumb-writer-large {
  width: 128px;
  height: 128px;
  border-radius: 100%;
}
@media screen and (max-width: 680px) {
  .thumb-writer-large {
    width: 110px;
    height: 110px;
  }
}

.thumb-square {
  width: 222px;
  height: 222px;
}
@media screen and (max-width: 680px) {
  .thumb-square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}

/* ======================================
   section (title1)
====================================== */
.section-title-horizontal {
  font-size: 1.4rem;
  line-height: 1.75;
  position: relative;
  text-align: left;
  padding-left: 10px;
  margin-left: 14px;
  border-bottom: 1px solid #bcc3aa;
  height: 50px;
  margin-bottom: 25px;
}
.section-title-horizontal.mb {
  margin-bottom: 36px;
}
@media screen and (max-width: 680px) {
  .section-title-horizontal.mb {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 680px) {
  .section-title-horizontal {
    padding-left: 22px;
    margin-left: 0;
    background-color: white;
    height: 70px;
    padding-top: 12px;
    margin-bottom: 12px;
    border: none;
  }
}
.section-title-horizontal:before {
  content: "";
  display: block;
  width: 8px;
  height: 50px;
  border-radius: 4px;
  background-color: #bcc3aa;
  position: absolute;
  left: -14px;
  top: 0;
}
@media screen and (max-width: 680px) {
  .section-title-horizontal:before {
    left: 0px;
    width: 8px;
    height: 70px;
    border-radius: 0;
  }
}
.section-title-horizontal_main, .section-title-horizontal_sub {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 50px;
}
@media screen and (max-width: 680px) {
  .section-title-horizontal_main, .section-title-horizontal_sub {
    display: block;
    padding-top: 0;
    line-height: 1;
  }
}
.section-title-horizontal_main img, .section-title-horizontal_sub img {
  display: inline-block;
  vertical-align: middle;
}
.section-title-horizontal.recipe {
  border-bottom: 1px solid #ed8b00;
}
.section-title-horizontal.recipe:before {
  background-color: #ed8b00;
}
@media screen and (max-width: 680px) {
  .section-title-horizontal.recipe {
    border: none;
  }
  .section-title-horizontal.recipe:before {
    background-color: #ed8b00;
  }
}
.section-title-horizontal.onestep-recipe {
  border-bottom: 1px solid #41B13F;
}
.section-title-horizontal.onestep-recipe:before {
  background-color: #41B13F;
}
@media screen and (max-width: 680px) {
  .section-title-horizontal.onestep-recipe {
    border: none;
  }
  .section-title-horizontal.onestep-recipe:before {
    background-color: #41B13F;
  }
}
.section-title-horizontal.olive {
  border-bottom: 1px solid #d1c500;
}
.section-title-horizontal.olive:before {
  background-color: #d1c500;
}
@media screen and (max-width: 680px) {
  .section-title-horizontal.olive {
    border: none;
  }
  .section-title-horizontal.olive:before {
    background-color: #d1c500;
  }
}
.section-title-horizontal.lifestyle {
  border-bottom: 1px solid #f58b96;
}
.section-title-horizontal.lifestyle:before {
  background-color: #f58b96;
}
@media screen and (max-width: 680px) {
  .section-title-horizontal.lifestyle {
    border: none;
  }
  .section-title-horizontal.lifestyle:before {
    background-color: #f58b96;
  }
}
.section-title-horizontal.health {
  border-bottom: 1px solid #0dc9a8;
}
.section-title-horizontal.health:before {
  background-color: #0dc9a8;
}
@media screen and (max-width: 680px) {
  .section-title-horizontal.health {
    border: none;
  }
  .section-title-horizontal.health:before {
    background-color: #0dc9a8;
  }
}
.section-title-horizontal.oilmap {
  border-bottom: 1px solid #b48f6a;
}
.section-title-horizontal.oilmap:before {
  background-color: #b48f6a;
}
@media screen and (max-width: 680px) {
  .section-title-horizontal.oilmap {
    border: none;
  }
  .section-title-horizontal.oilmap:before {
    background-color: #b48f6a;
  }
}

/* ======================================
   section (title2)
====================================== */
.section-title-center {
  padding: 20px 0 32px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .section-title-center {
    padding: 24px 0 15px;
  }
}
.section-title-center_main {
  margin-bottom: 4px;
}

/* ======================================
   section (sub-title)
====================================== */
.section-sub-title {
  font-size: 2.4rem;
  font-family: "HiraMinProN-W3", serif;
  margin-bottom: 28px;
  color: #2a4601;
}
@media screen and (max-width: 680px) {
  .section-sub-title {
    font-size: 1.9rem;
    line-height: 1.45;
    margin-bottom: 10px;
  }
}
.section-sub-title.special-tag {
  font-weight: bold;
}
.section-sub-title.special-tag:before {
  content: "特集";
  font-size: 1.5rem;
  color: white;
  font-family: "HiraMinProN-W3", serif;
  padding: 8px 14px;
  background-color: #da0000;
  margin-right: 8px;
  border-radius: 5px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 680px) {
  .section-sub-title.special-tag:before {
    font-size: 1.0rem;
    padding: 7px 10px;
  }
}

/* ========================================================
   Tag　（移植）
======================================================== */
.sec-tag {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .sec-tag {
    margin-bottom: 0;
  }
}

.tag-outer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 5px;
}

.page-home .tag-holder {
  margin-bottom: 14px;
}
@media screen and (max-width: 680px) {
  .page-home .tag-holder {
    margin-bottom: 0px;
  }
}
.page-home .sec-tag .container {
  padding: 10px;
}

.tag-holder {
  margin-left: -5px;
  margin-right: -5px;
  text-align: left;
  background: url('../images/home/bg-tag.png?1455673022') repeat 0 0;
  padding: 0 18px 2px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 2px 2px 1px rgba(188, 195, 170, 0.1) inset;
}
.tag-holder:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .tag-holder {
    border-radius: 4px;
    padding: 9px 10px 5px 10px;
  }
}
.tag-holder .tag-title {
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
  padding-top: 20px;
  color: #385100;
}
.tag-holder .tag-wraper {
  float: left;
  margin-top: 12px;
}
.tag-holder .tag-wraper:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .tag-holder .tag-wraper {
    margin-top: 0;
  }
}
.tag-holder .tag {
  float: left;
  font-size: 14px;
  display: block;
  font-size: 14px;
  padding: 10px 20px 9px 24px;
  margin-left: 2px;
  margin-right: 3px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 2px 1px rgba(7, 0, 2, 0.1);
  background-color: #fafbf8;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 680px) {
  .tag-holder .tag {
    font-size: 9px;
  }
}
.tag-holder .tag:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 10px;
  height: 16px;
  background: url('../images/home/tag-label.png?1455675496') no-repeat top center;
  background-size: 10px,16px;
}
@media screen and (max-width: 680px) {
  .tag-holder .tag-title {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
    font-size: 11px;
    padding-top: 3px;
  }
  .tag-holder .tag {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
    border-radius: 2px;
    font-size: 9px;
    padding: 7px 9px 6px 13px;
  }
  .tag-holder .tag:after {
    width: 7px;
    height: 10px;
    left: 4px;
    background-size: 7px, 10px;
  }
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

.search-form {
  background-color: white;
  position: relative;
  width: 400px;
  margin: 14px auto 3px;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 2px 2px 1px rgba(7, 0, 2, 0.1);
}
@media screen and (max-width: 680px) {
  .search-form {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 11px;
  }
}
.search-form .search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 15px;
  color: #9a9a9a;
  display: block;
  padding: 0 10px;
  line-height: 39px;
  width: 100%;
  outline: none;
  flex: 1;
  align-self: center;
}
@media screen and (max-width: 680px) {
  .search-form .search-field {
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 10px 5px;
  }
}
.search-form .search-button {
  cursor: pointer;
  background-color: white;
  border: none;
  outline: none;
  padding: 0 10px;
}
@media screen and (max-width: 680px) {
  .search-form .search-button {
    padding: 0 8px;
  }
}
.search-form .search-button span {
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/../images/common/icons/icon_search.png") no-repeat top center;
  background-size: 21px 21px;
}
@media screen and (max-width: 680px) {
  .search-form .search-button span {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}

.tag-center {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}

.tag-holder {
  box-shadow: 0px 2px 2px 1px rgba(56, 81, 0, 0.1) inset;
  padding-bottom: 3px;
}
@media screen and (max-width: 680px) {
  .tag-holder {
    box-shadow: 0px 1px 1px 1px rgba(56, 81, 0, 0.1) inset;
    padding-bottom: 5px;
  }
}
.tag-holder .tag-title-search {
  position: relative;
  background-color: #9eb740;
  color: white;
  padding: 9px 9px;
  padding-right: 2px;
  border-radius: 4px 0 0 4px;
  font-weight: normal;
  margin-right: 12px;
  font-size: 14px;
  float: left;
}
@media screen and (max-width: 680px) {
  .tag-holder .tag-title-search {
    font-size: 10px;
    padding: 6px 9px;
    padding-right: 2px;
  }
}
.tag-holder .tag-title-search:after {
  position: absolute;
  right: -20px;
  top: 0px;
  content: "";
  display: block;
  border: 16px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #9eb740;
}
@media screen and (max-width: 680px) {
  .tag-holder .tag-title-search:after {
    border: 11px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #9eb740;
  }
}

/* ========================================================
   Section Title (移植)
======================================================== */
.section-title.vertical {
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 680px) {
  .section-title.vertical {
    margin: 0 auto 14px;
  }
}
.section-title.vertical .section-title_main {
  text-align: center;
  margin: 0 auto 12px;
}
@media screen and (max-width: 680px) {
  .section-title.vertical .section-title_main {
    margin: 0 auto 10px;
  }
}
.section-title.vertical .section-title_sub {
  text-align: center;
}
.section-title.horizontal {
  position: relative;
  text-align: left;
  padding-left: 10px;
  margin-left: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid transparent;
}
.section-title.horizontal:after {
  content: " ";
  display: block;
  clear: both;
}
.section-title.horizontal:before {
  content: "";
  display: block;
  width: 8px;
  height: 50px;
  border-radius: 4px;
  background-color: transparent;
  position: absolute;
  left: -14px;
  top: 0;
}
.section-title.horizontal .section-title_main,
.section-title.horizontal .section-title_sub {
  float: left;
  line-height: 50px;
}
.section-title.horizontal .section-title_main img,
.section-title.horizontal .section-title_sub img {
  vertical-align: middle;
}
.section-title.horizontal .section-title_main {
  margin-right: 16px;
}
@media screen and (max-width: 680px) {
  .section-title.horizontal {
    padding-left: 20px;
    border-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 11px;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #FFF;
  }
  .section-title.horizontal:before {
    left: 0px;
    width: 8px;
    height: 70px;
    border-radius: 0;
  }
  .section-title.horizontal .section-title_main,
  .section-title.horizontal .section-title_sub {
    float: none;
    line-height: 0px;
  }
  .section-title.horizontal .section-title_main {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.section-title.horizontal.section-food {
  border-bottom-color: #ed8b00;
}
.section-title.horizontal.section-food:before {
  background-color: #ed8b00;
}
.section-title.horizontal.section-food .show-list {
  background-color: #ed8b00;
}
.section-title.horizontal.section-onestep_recipe {
  border-bottom-color: #41B13F;
}
.section-title.horizontal.section-onestep_recipe:before {
  background-color: #41B13F;
}
.section-title.horizontal.section-aboutOil {
  border-bottom-color: #d1c500;
}
.section-title.horizontal.section-aboutOil:before {
  background-color: #d1c500;
}
.section-title.horizontal.section-aboutOil .show-list {
  background-color: #d1c500;
}
.section-title.horizontal.section-health {
  border-bottom-color: #0dc9a8;
}
.section-title.horizontal.section-health:before {
  background-color: #0dc9a8;
}
.section-title.horizontal.section-health .show-list {
  background-color: #0dc9a8;
}
.section-title.horizontal.section-life {
  border-bottom-color: #f58b96;
}
.section-title.horizontal.section-life:before {
  background-color: #f58b96;
}
.section-title.horizontal.section-life .show-list {
  background-color: #f58b96;
}
.section-title.horizontal.section-map {
  border-bottom-color: #b48f6a;
}
.section-title.horizontal.section-map:before {
  background-color: #b48f6a;
}
.section-title.horizontal.section-map .show-list {
  background-color: #b48f6a;
}
@media screen and (max-width: 680px) {
  .section-title.horizontal.section-map .section-title_main {
    margin-bottom: 3px;
  }
}
.section-title.horizontal.section-writer {
  border-bottom-color: #bcc3aa;
}
.section-title.horizontal.section-writer:before {
  background-color: #bcc3aa;
}
.section-title.horizontal.section-writer .show-list {
  background-color: #bcc3aa;
}
@media screen and (max-width: 680px) {
  .section-title.horizontal.section-writer .section-title_main {
    margin-bottom: 13px;
  }
}

.section-title_main img,
.section-title_sub img {
  line-height: 0;
}

.section-recent .section-title_main img {
  width: 185px;
}
@media screen and (max-width: 680px) {
  .section-recent .section-title_main img {
    width: 147px;
  }
}
.section-recent .section-title_sub img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .section-recent .section-title_sub {
    height: 13px;
  }
}

.section-feature .section-title_main img {
  width: 203px;
}
@media screen and (max-width: 680px) {
  .section-feature .section-title_main img {
    width: 161px;
  }
}
.section-feature .section-title_sub img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .section-feature .section-title_sub {
    height: 13px;
  }
}

.section-food .section-title_main img {
  width: 177px;
}
@media screen and (max-width: 680px) {
  .section-food .section-title_main img {
    width: 140px;
  }
}
.section-food .section-title_sub img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .section-food .section-title_sub img {
    height: 12px;
  }
}

.section-onestep_recipe .section-title_main img {
  width: 177px;
}
@media screen and (max-width: 680px) {
  .section-onestep_recipe .section-title_main img {
    width: 140px;
  }
}
.section-onestep_recipe .section-title_sub img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .section-onestep_recipe .section-title_sub img {
    height: 12px;
  }
}

.section-aboutOil .section-title_main img {
  width: 139px;
}
@media screen and (max-width: 680px) {
  .section-aboutOil .section-title_main img {
    width: 111px;
  }
}
.section-aboutOil .section-title_sub img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .section-aboutOil .section-title_sub img {
    height: 12px;
  }
}

.section-health .section-title_main img {
  width: 227px;
  margin-bottom: 5px;
}
@media screen and (max-width: 680px) {
  .section-health .section-title_main img {
    width: 111px;
  }
}
.section-health .section-title_sub img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .section-health .section-title_sub img {
    height: 12px;
  }
}

.section-life .section-title_main img {
  width: 122px;
}
@media screen and (max-width: 680px) {
  .section-life .section-title_main img {
    width: 98px;
  }
}
.section-life .section-title_sub img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .section-life .section-title_sub img {
    height: 11px;
  }
}

.section-map .section-title_main img {
  width: 228px;
}
@media screen and (max-width: 680px) {
  .section-map .section-title_main img {
    width: 181px;
  }
}
.section-map .section-title_sub img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .section-map .section-title_sub img {
    height: 12px;
  }
}

.section-writer .section-title_main img {
  width: 89px;
}
@media screen and (max-width: 680px) {
  .section-writer .section-title_main img {
    width: 66px;
  }
}
.section-writer .section-title_sub img {
  height: 14px;
}
@media screen and (max-width: 680px) {
  .section-writer .section-title_sub img {
    height: 12px;
  }
}

/* ========================================================
   Badge
======================================================== */
.badge {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 100;
}
@media screen and (max-width: 680px) {
  .badge {
    left: 0;
    top: 0;
  }
}

.badge-category {
  display: block;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 7px;
  border-radius: 3px;
  position: absolute;
  top: -7px;
  left: -5px;
  z-index: 100;
}
@media screen and (max-width: 680px) {
  .badge-category {
    left: 0;
    top: 0;
    border-radius: 0;
  }
}
.badge-category:before {
  content: "●";
  font-size: 1.2em;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
@media screen and (max-width: 680px) {
  .badge-category:before {
    font-size: 1.1rem;
    top: 0;
  }
}
.badge-category.recipe {
  background-color: #ed8b00;
}
.badge-category.olive {
  background-color: #d1c500;
}
.badge-category.lifestyle {
  background-color: #f58b96;
}
.badge-category.health {
  background-color: #0dc9a8;
}
.badge-category.oilmap {
  background-color: #b48f6a;
}
.badge-category.campaign {
  background-color: #ab6981;
}

.owner-badge {
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* ======================================
   Misc　（移植）
====================================== */
.showlist-wraper {
  position: absolute;
  right: 0;
  top: 7px;
}
@media screen and (max-width: 680px) {
  .showlist-wraper {
    position: relative;
    top: auto;
    right: auto;
  }
}

.show-list {
  display: block;
  width: 160px;
  height: 36px;
  background-color: #bcc3aa;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  padding-top: 11px;
}
.show-list:hover {
  color: #FFF;
}
.show-list.wide {
  width: 280px;
}
@media screen and (max-width: 680px) {
  .show-list.wide {
    width: 100%;
  }
}
.show-list.center {
  position: relative;
  top: auto;
  right: auto;
  margin-right: auto;
  margin-left: auto;
}
.show-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 12px;
  background: url('../images/common/icons/arrow-right.png?1455607182') no-repeat 0 0;
  width: 6px;
  height: 11px;
  background-size: 6px,11px;
}
@media screen and (max-width: 680px) {
  .show-list {
    width: 100%;
    border-radius: 2px;
  }
  .show-list:before {
    left: 15px;
    top: 12px;
    width: 7px;
    height: 12px;
    background-size: 7px, 12px;
  }
}
.sec-food .show-list:hover, .sec-aboutOil .show-list:hover, .sec-life .show-list:hover, .sec-map .show-list:hover, .sec-writer .show-list:hover {
  color: #FFF;
}
.sec-food .show-list {
  background-color: #ed8b00;
}
.sec-onestep_recipe .show-list {
  background-color: #41B13F;
}
.sec-aboutOil .show-list {
  background-color: #d1c500;
}
.sec-life .show-list {
  background-color: #f58b96;
}
.sec-map .show-list {
  background-color: #b48f6a;
}
.sec-writer .show-list {
  background-color: #bcc3aa;
}

.articleMedia-holder {
  position: relative;
}
.articleMedia-holder a {
  display: block;
}
.articleMedia-holder .anystretch {
  height: 148px;
  width: auto;
}
@media screen and (max-width: 680px) {
  .articleMedia-holder .anystretch {
    width: auto;
    height: 194px;
  }
}
.articleMedia-holder figcaption {
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 7px;
  border-radius: 3px;
  position: absolute;
  top: -7px;
  left: -5px;
}
.articleMedia-holder figcaption.date {
  background-color: #82a300;
}
@media screen and (max-width: 680px) {
  .articleMedia-holder figcaption {
    border-radius: 0px;
    top: 0;
    left: 0;
  }
}
.articleMedia-holder figcaption.category_life:before, .articleMedia-holder figcaption.category_recipe:before, .articleMedia-holder figcaption.category_oil:before, .articleMedia-holder figcaption.category_health:before, .articleMedia-holder figcaption.category_map:before, .articleMedia-holder figcaption.category_writer:before, .articleMedia-holder figcaption.category_onestep-recipe:before {
  content: "●";
  font-size: 1.2em;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 680px) {
  .articleMedia-holder figcaption.category_life:before, .articleMedia-holder figcaption.category_recipe:before, .articleMedia-holder figcaption.category_oil:before, .articleMedia-holder figcaption.category_health:before, .articleMedia-holder figcaption.category_map:before, .articleMedia-holder figcaption.category_writer:before, .articleMedia-holder figcaption.category_onestep-recipe:before {
    top: 0;
  }
}
.articleMedia-holder figcaption.category_life {
  background-color: #f58b96;
}
.articleMedia-holder figcaption.category_recipe {
  background-color: #ed8b00;
}
.articleMedia-holder figcaption.category_oil {
  background-color: #d1c500;
}
.articleMedia-holder figcaption.category_health {
  background-color: #0dc9a8;
}
.articleMedia-holder figcaption.category_map {
  background-color: #b48f6a;
}
.articleMedia-holder figcaption.category_writer {
  background-color: #bcc3aa;
}
.articleMedia-holder figcaption.category_onestep-recipe {
  background-color: #41B13F;
}

.articleMedia-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 14px;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 680px) {
  .articleMedia-title {
    margin-top: 12px;
  }
}

.articleMedia-text_owner,
.articleMedia-text_category {
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: medium;
  letter-spacing: -0.05em;
  word-spacing: normal;
}

.articleMedia-text_category {
  font-size: 1.1rem;
  font-weight: bold;
  color: #9a9a9a;
}
@media screen and (max-width: 680px) {
  .articleMedia-text_category {
    font-size: 1.1rem;
    padding-top: 1px;
  }
}
.articleMedia-text_category:before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 2px 0 3px;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 680px) {
  .articleMedia-text_category:before {
    padding: 0 4px 0 8px;
    top: 0px;
  }
}
.sec-featureArticle .articleMedia-text_category:before {
  content: "";
}
.articleMedia-text_category.category_recipe:before {
  color: #ed8b00 !important;
}
.articleMedia-text_category.category_life:before {
  color: #f58b96 !important;
}
.articleMedia-text_category.category_aboutoil:before {
  color: #d1c500 !important;
}
.articleMedia-text_category.category_health:before {
  color: #0dc9a8 !important;
}
.articleMedia-text_category.category_map:before {
  color: #b48f6a !important;
}
.articleMedia-text_category.category_writer:before {
  color: #bcc3aa !important;
}

.articleMedia-text_owner {
  font-size: 11px;
  font-weight: bold;
  color: #9a9a9a;
}
.articleMedia-text_owner .innr {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.articleMedia-text_owner .innr:after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 5px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 680px) {
  .articleMedia-text_owner .innr:after {
    padding-left: 8px;
  }
}

.entry-holder {
  width: 100%;
  margin-bottom: 0;
}
.entry-holder:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .entry-holder {
    margin-bottom: 15px;
  }
}

.entry-pic_big,
.entries {
  float: left;
}
@media screen and (max-width: 680px) {
  .entry-pic_big,
  .entries {
    float: none;
  }
}

.entry-pic_big {
  width: 345px;
  height: 230px;
  margin-right: 24px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .entry-pic_big {
    height: 215px;
    width: auto;
    margin-right: 0;
  }
}

.entries {
  width: 445px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 680px) {
  .entries {
    width: 100%;
    top: 0;
  }
}
.entries .entry-wrapper {
  padding-right: 15px;
}
.entries .entry-wrapper:first-child {
  padding: 0 0 16px;
}
@media screen and (max-width: 680px) {
  .entries .entry-wrapper:first-child {
    padding: 10px 15px 10px;
  }
}

.entry-wrapper {
  border-bottom: 1px solid #e8ddc8;
  padding: 10px 0;
}
@media screen and (max-width: 680px) {
  .entry-wrapper {
    padding: 0;
  }
}
.entry-wrapper a {
  display: block;
}

.entry-hasMedia {
  position: relative;
  display: table;
}

.entry-pics {
  width: 84px;
  height: 84px;
  display: table-cell;
  vertical-align: middle;
}

.entry-noMedia .entry-body {
  float: none;
}
.entry-hasMedia .entry-body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
@media screen and (max-width: 680px) {
  .entry-hasMedia .entry-body {
    float: none;
    width: auto;
    padding-left: 10px;
  }
}

.entry-title {
  line-height: 1.5;
  font-weight: bold;
  color: #2a4601;
  transition: color 0.3s ease;
  transition: all 0.3s ease;
}
.hover .entry-title {
  opacity: 0.7;
}
.entry-noMedia .entry-title {
  font-family: "HiraMinProN-W3", serif;
  font-size: 20px;
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .entry-noMedia .entry-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .entry-noMedia .entry-title {
    margin-bottom: 4px;
  }
}
.entry-hasMedia .entry-title {
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 8px;
}
@media screen and (max-width: 680px) {
  .entry-hasMedia .entry-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .entry-hasMedia .entry-title {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 680px) {
  .entry-hasMedia .entry-title {
    width: 100%;
  }
}

.entry-owner {
  font-size: 1.1rem;
  color: #9a9a9a;
  font-weight: bold;
  transition: all 0.3s ease;
}
.hover .entry-owner {
  opacity: 0.7;
}
.entry-noMedia .entry-owner {
  font-size: 13px;
}
@media screen and (max-width: 680px) {
  .entry-noMedia .entry-owner {
    font-size: 10px;
  }
}
.entry-hasMedia .entry-owner {
  font-size: 11px;
}

.entry-owner:after {
  content: " ";
  display: block;
  clear: both;
}
.entry-owner .owner-badge,
.entry-owner .innr {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.entry-owner .owner-badge {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.entry-owner .owner-badge img {
  width: 100%;
}

/* =============================================================================
   Object - Project
============================================================================= */
/* ======================================
   Entry
====================================== */
.entry_sub-title {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bcc3aa;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 680px) {
  .entry_sub-title {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.entry_sub-title.none {
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .entry_sub-title.none {
    margin-bottom: 0;
  }
}
.entry_sub-title.recipe {
  border-bottom: 1px solid #ed8b00;
}
.entry_sub-title.olive {
  border-bottom: 1px solid #d1c500;
}
.entry_sub-title.lifestyle {
  border-bottom: 1px solid #f58b96;
}
.entry_sub-title.health {
  border-bottom: 1px solid #0dc9a8;
}
.entry_sub-title.oilmap {
  border-bottom: 1px solid #b48f6a;
}
.entry_sub-title.campaign {
  border-bottom: 1px solid #ab6981;
}
.entry_text {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .entry_text {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
.entry_photo, .entry_photo-mb15, .entry_photo-ambassa {
  display: block;
  margin: 0 auto 40px;
  width: 80%;
}
.entry_photo-mb15 {
  margin-bottom: 15px;
}
.entry_photo-ambassa {
  width: 60%;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .entry_photo, .entry_photo-mb15, .entry_photo-ambassa {
    width: 100%;
    margin-bottom: 20px;
  }
}
.entry_video {
  margin-bottom: 44px;
  position: relative;
  padding-bottom: 100%;
}
.entry_video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.entry_section {
  margin-bottom: 44px;
}
@media screen and (max-width: 680px) {
  .entry_section {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .entry {
    padding: 0 15px;
  }
  .entry .sec-tag {
    margin: 0 -5px;
    margin-bottom: 18px;
  }
}

.entry-header-writer {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .entry-header-writer {
    margin-bottom: 10px;
  }
}
.entry-header-writer_thumb {
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 680px) {
  .entry-header-writer_thumb {
    margin-bottom: 10px;
  }
}
.entry-header-writer_name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .entry-header-writer_name {
    font-size: 2.0rem;
  }
}
.entry-header-writer_name > span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 680px) {
  .entry-header-writer_name > span {
    font-size: 1.2rem;
  }
}
.entry-header-writer_job {
  font-size: 1.4rem;
  color: #9a9a9a;
}
@media screen and (max-width: 680px) {
  .entry-header-writer_job {
    font-size: 1.0rem;
  }
}

.entry-header-special {
  padding-top: 40px;
  border-bottom: 1px solid #bcc3aa;
  overflow: hidden;
  margin-bottom: 21px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .entry-header-special {
    margin-bottom: 10px;
  }
}
.entry-header-special_category {
  float: left;
  position: relative;
  margin-right: 10px;
}
.entry-header-special_category:after {
  content: "特 集";
  font-size: 1.3rem;
  color: white;
  font-family: "HiraMinProN-W3", serif;
  font-weight: bold;
  padding: 3px 0;
  background-color: #da0000;
  border-radius: 5px;
  width: 68px;
  text-align: center;
  position: absolute;
  top: 28px;
  left: 0;
}
@media screen and (max-width: 680px) {
  .entry-header-special_category:after {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .entry-header-special_category {
    padding-left: 14px;
  }
  .entry-header-special_category:before {
    content: "";
    display: block;
    width: 8px;
    height: 20px;
    border-radius: 4px;
    background-color: #bcc3aa;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.entry-header-special_title {
  font-size: 2.8rem;
  font-family: "HiraMinProN-W3", serif;
  padding-top: 10px;
  padding-bottom: 31px;
  font-weight: bold;
  text-indent: -0.5em;
  padding-left: 3em;
}
@media screen and (max-width: 680px) {
  .entry-header-special_title {
    clear: both;
    font-size: 1.7rem;
    line-height: 1.4;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    text-indent: 0em;
    padding-left: 0em;
  }
}
.entry-header-special_title.recipe {
  border-bottom: 1px solid #ed8b00;
}
.entry-header-special_title.olive {
  border-bottom: 1px solid #d1c500;
}
.entry-header-special_title.lifestyle {
  border-bottom: 1px solid #f58b96;
}
.entry-header-special_title.health {
  border-bottom: 1px solid #0dc9a8;
}
.entry-header-special_title.oilmap {
  border-bottom: 1px solid #b48f6a;
}
.entry-header-special_title.campaign {
  border-bottom: 1px solid #ab6981;
}

.entry-header {
  padding-top: 40px;
}
@media screen and (max-width: 680px) {
  .entry-header {
    padding-top: 0;
  }
}
.entry-header_category {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 23px;
}
.entry-header_category img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 680px) {
  .entry-header_category {
    margin-bottom: 8px;
    line-height: 20px;
  }
}
.entry-header_category:before {
  content: "";
  display: block;
  width: 8px;
  height: 23px;
  border-radius: 4px;
  background-color: #bcc3aa;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 680px) {
  .entry-header_category:before {
    height: 20px;
  }
}
.entry-header_category.recipe:before {
  background-color: #ed8b00;
}
.entry-header_category.olive:before {
  background-color: #d1c500;
}
.entry-header_category.lifestyle:before {
  background-color: #f58b96;
}
.entry-header_category.health:before {
  background-color: #0dc9a8;
}
.entry-header_category.oilmap:before {
  background-color: #b48f6a;
}
.entry-header_category.campaign:before {
  background-color: #ab6981;
}
.entry-header_category.onestep-recipe:before {
  background-color: #41B13F;
}
.entry-header_title {
  font-size: 2.8rem;
  font-family: "HiraMinProN-W3", serif;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .entry-header_title {
    font-size: 1.7rem;
    padding-bottom: 14px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.entry-header_title.recipe {
  border-bottom: 1px solid #ed8b00;
}
.entry-header_title.olive {
  border-bottom: 1px solid #d1c500;
}
.entry-header_title.lifestyle {
  border-bottom: 1px solid #f58b96;
}
.entry-header_title.health {
  border-bottom: 1px solid #0dc9a8;
}
.entry-header_title.oilmap {
  border-bottom: 1px solid #b48f6a;
}
.entry-header_title.campaign {
  border-bottom: 1px solid #ab6981;
}
.entry-header_title.onestep-recipe {
  border-bottom: 1px solid #41B13F;
}

.entry-author {
  background-color: white;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #e8ddc8;
  margin-bottom: 40px;
}
@media screen and (max-width: 680px) {
  .entry-author {
    margin-bottom: 20px;
  }
}
.entry-author_photo {
  float: left;
  margin-right: 20px;
  width: 125px;
  height: 125px;
  background-size: cover;
}
@media screen and (max-width: 680px) {
  .entry-author_photo {
    width: 108px;
    height: 108px;
    float: none;
    margin: 0 auto 4px;
  }
}
.entry-author_text {
  padding-top: 10px;
  overflow: hidden;
}
.entry-author_name {
  font-size: 1.5rem;
  color: #2a4601;
  font-weight: bold;
  margin-bottom: 10px;
}
.entry-author_name > span {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 680px) {
  .entry-author_name {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 18px;
  }
  .entry-author_name > span {
    display: block;
    font-size: 1.0rem;
    color: #9a9a9a;
    margin-top: 10px;
    margin-left: 0;
  }
}
.entry-author_about {
  font-size: 1.4rem;
  color: #2a4601;
  line-height: 1.75;
}
@media screen and (max-width: 680px) {
  .entry-author_about {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.entry-material {
  overflow: hidden;
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (max-width: 680px) {
  .entry-material {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.entry-material_item {
  font-size: 1.4rem;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8ddc8;
  margin-bottom: 14px;
  color: #ed8b00;
}
.entry-material_item > span {
  color: black;
  float: right;
}
@media screen and (max-width: 680px) {
  .entry-material_item {
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 11px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 680px) {
  .entry-recipe {
    padding-top: 8px;
  }
}
.entry-recipe_list {
  font-size: 1.4rem;
  line-height: 1.7;
  padding-left: 40px;
  padding-top: 5px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: left top;
}
.entry-recipe_list:nth-child(1) {
  background-image: url("../images/common/num/icon-num1.png");
}
.entry-recipe_list:nth-child(2) {
  background-image: url("../images/common/num/icon-num2.png");
}
.entry-recipe_list:nth-child(3) {
  background-image: url("../images/common/num/icon-num3.png");
}
@media screen and (max-width: 680px) {
  .entry-recipe_list {
    background-size: 25px 25px;
    font-size: 1.2rem;
    padding-top: 3px;
    margin-bottom: 10px;
    min-height: 25px;
  }
}

/* ========================================================
   Staff
======================================================== */
.staff_photo {
  display: block;
  margin: 32px auto 40px;
  width: 74%;
}
@media screen and (max-width: 680px) {
  .staff_photo {
    width: 66%;
    margin: 15px auto 25px;
  }
}

.contact-box {
  background-color: white;
  border: 1px solid #e8ddc8;
  border-radius: 5px;
  padding: 20px 10px 35px;
}
@media screen and (max-width: 680px) {
  .contact-box {
    padding: 10px 10px 20px;
    margin-bottom: 35px;
  }
}
.contact-box__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2a4601;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .contact-box__title {
    color: #131313;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 15px;
    padding: 0 10px;
  }
}

/* ========================================================
   Ambassador
======================================================== */
.ambassador {
  padding-top: 10px;
  padding-bottom: 15px;
}
@media screen and (max-width: 680px) {
  .ambassador {
    padding-bottom: 22px;
  }
}

.ambassador2 {
  padding-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .ambassador2 {
    padding-bottom: 22px;
  }
}

.ambassador3 {
  padding-bottom: 64px;
}
@media screen and (max-width: 680px) {
  .ambassador3 {
    padding-bottom: 22px;
  }
}

.ambassador_text, .ambassador_text-orange, .ambassador_text-green {
  font-size: 1.8rem;
  line-height: 2.1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 680px) {
  .ambassador_text, .ambassador_text-orange, .ambassador_text-green {
    font-size: 1.1rem;
    line-height: 2.2;
    margin-bottom: 10px;
  }
}

.ambassador_text-orange {
  color: #e38811;
}
@media screen and (max-width: 680px) {
  .ambassador_text-orange {
    font-size: 1.1rem;
    line-height: 2.2;
    margin-bottom: 10px;
  }
}

.ambassador_text-green {
  color: #566c00;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .ambassador_text-green {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}

.ambassador_text2 {
  font-size: 1.4rem;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 680px) {
  .ambassador_text2 {
    font-size: 1.1rem;
    line-height: 2.2;
    margin-bottom: 10px;
  }
}

.ambassador_text3 {
  font-size: 1.4rem;
  line-height: 2.0;
  margin-bottom: 28px;
  margin-right: -25px;
}

.ambassador_text4 {
  font-size: 1.4rem;
  line-height: 2.0;
}

.ambassador_text5 {
  font-size: 1.4rem;
  line-height: 2.0;
  margin-left: 25px;
}
.amb_mt {
  margin-top: 15px;
}
@media screen and (max-width: 680px) {
  .ambassador_text3 {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-right: 0;
    margin-bottom: 30px;
  }
.ambassador_text4 {
  font-size: 1.1rem;
  line-height: 1.8;
}

.ambassador_text5 {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-left: 25px;
}
}

.ambassador_visual {
  display: block;
  width: 67%;
  margin: 0 auto 28px;
}
@media screen and (max-width: 680px) {
  .ambassador_visual {
    width: 97%;
    margin-bottom: 13px;
  }
}

/* ======================================
   Campaign
====================================== */
.campaign-top {
  background-color: white;
  box-shadow: 0px 2px 2px 1px rgba(7, 0, 2, 0.1);
  margin-bottom: 65px;
}
@media screen and (max-width: 680px) {
  .campaign-top {
    box-shadow: none;
    margin-bottom: 15px;
  }
}
.campaign-top_photo {
  width: 100%;
}
.campaign-top_inner {
  padding: 19px 0;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .campaign-top_inner {
    padding: 13px 15px;
  }
}
.campaign-top_left, .campaign-top_right {
  float: left;
  width: 50%;
  padding: 0 20px 40px;
}
@media screen and (max-width: 680px) {
  .campaign-top_left, .campaign-top_right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.campaign-top_left {
  border-right: 1px solid #e8ddc8;
}
@media screen and (max-width: 680px) {
  .campaign-top_left {
    padding-bottom: 10px;
    border-bottom: 1px solid #e8ddc8;
    margin-bottom: 15px;
    border-right: none;
  }
}
.campaign-top_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 680px) {
  .campaign-top_title {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}
.campaign-top_text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 680px) {
  .campaign-top_text {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.campaign-works {
  position: relative;
}
@media screen and (max-width: 680px) {
  .campaign-works {
    padding: 0 15px;
  }
}
.campaign-works .sns-list {
  position: absolute;
  top: -34px;
  right: 0;
}
@media screen and (max-width: 680px) {
  .campaign-works .sns-list {
    position: static;
    margin-top: 10px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 680px) {
  .campaign-works .entry_sub-title {
    border: none;
    font-size: 2.0rem;
    color: #2a4601;
    font-weight: bold;
    padding-bottom: 5px;
  }
}
.campaign-works_list {
  overflow: hidden;
  padding-top: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 680px) {
  .campaign-works_list {
    margin-bottom: 13px;
  }
}
.campaign-works_list-item {
  float: left;
  width: 222px;
  margin-right: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}
.campaign-works_list-item a {
  transition: none;
}
.campaign-works_list-item .zoom {
  transition: all 0.1s linear;
  opacity: 1;
}
.campaign-works_list-item:hover .zoom {
  transform: scale(1.05);
  opacity: 0.8;
}
@media screen and (max-width: 680px) {
  .campaign-works_list-item:hover .zoom {
    transition: none;
  }
}
.campaign-works_list-item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  .campaign-works_list-item {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .campaign-works_list-item:nth-child(5n) {
    margin-right: 4%;
  }
  .campaign-works_list-item:nth-child(even) {
    margin-right: 0;
  }
}

.campaign-linkage {
  background: url('../images/home/bg-tag.png?1455673022') repeat 0 0;
  box-shadow: 0px 2px 2px 1px rgba(56, 81, 0, 0.1) inset;
  overflow: hidden;
  margin-top: 76px;
  padding: 35px 50px 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage {
    margin-top: 35px;
    padding: 15px 15px 10px;
    margin-bottom: 25px;
  }
}
.campaign-linkage_title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_title {
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
.campaign-linkage_sub-title {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 22px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_sub-title {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
.campaign-linkage_sub-title > span {
  color: #ab6981;
}
.campaign-linkage_step-title {
  color: white;
  background-color: #ab6981;
  padding: 11px 0;
  border-radius: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step-title {
    font-size: 2.0rem;
    padding: 5px 0;
    border-radius: 0;
    margin-bottom: 10px;
  }
}
.campaign-linkage_step-list > li {
  width: 336px;
  float: left;
}
.campaign-linkage_step-list > li:not(:last-child) {
  margin-right: 49px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step-list > li {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .campaign-linkage_step-list > li:not(:last-child) {
    margin-right: 0px;
  }
}
.campaign-linkage_step-wrap {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ab6981;
  height: 51px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step-wrap {
    height: 43px;
  }
}
.campaign-linkage_step-wrap img {
  display: block;
  margin: 0 auto 12px;
}
.campaign-linkage_step1 {
  width: 80px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step1 {
    width: 70px;
  }
}
.campaign-linkage_step2 {
  width: 86px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step2 {
    width: 82.5px;
  }
}
.campaign-linkage_step3 {
  width: 82px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step3 {
    width: 80.5px;
  }
}
.campaign-linkage_step-image-wrap {
  height: 190px;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step-image-wrap {
    height: 165px;
  }
}
.campaign-linkage_step1-image {
  width: 123px;
  display: block;
  margin: 34px auto 0;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step1-image {
    width: 107px;
    margin: 30px auto 0;
  }
}
.campaign-linkage_step4-image {
  width: 180px;
  display: block;
  margin: 34px auto 0;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step1-image {
    width: 107px;
    margin: 30px auto 0;
  }
}
.campaign-linkage_step2-image {
  width: 240px;
  display: block;
  margin: 10px 0 15px;
  margin-left: 90px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step2-image {
    width: 210px;
    margin-left: 26%;
  }
}
.campaign-linkage_step3-image {
  width: 175px;
  display: block;
  margin: 10px 0 15px;
  margin-left: 115px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step3-image {
    width: 150px;
    margin-left: 35%;
  }
}
.campaign-linkage_step6-image {
  width: 250px;
  display: block;
  margin: 10px 0 15px;
  margin-left: 30px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step3-image {
    width: 150px;
    margin-left: 35%;
  }
}
.campaign-linkage_step-text-bold {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  height: 55px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step-text-bold {
    font-size: 1.3rem;
    height: auto;
    margin-bottom: 6px;
  }
}
.campaign-linkage_step-text-bold > span {
  color: #ab6981;
}
.campaign-linkage_step-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step-text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.campaign-linkage_step-note {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .campaign-linkage_step-note {
    font-size: 1.0rem;
  }
}

.campaign-terms {
  background-color: white;
  padding: 30px 20px 10px;
  border: 1px solid #e8ddc8;
  margin-bottom: 100px;
  overflow-y: scroll;
  height: 640px;
}
@media screen and (max-width: 680px) {
  .campaign-terms {
    height: 300px;
    margin: 0 15px;
    padding: 14px 10px;
    margin-bottom: 28px;
  }
}
.campaign-terms_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 680px) {
  .campaign-terms_title {
    font-size: 2.0rem;
  }
}
.campaign-terms_lead {
  font-size: 1.4rem;
  line-height: 1.7;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8ddc8;
  margin-bottom: 28px;
}
@media screen and (max-width: 680px) {
  .campaign-terms_lead {
    font-size: 1.0rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.campaign-terms_sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 24px;
}
@media screen and (max-width: 680px) {
  .campaign-terms_sub-title {
    font-size: 1.2rem;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
.campaign-terms_sub-title:before {
  content: "";
  width: 8px;
  height: 25px;
  background-color: #ab6981;
  display: block;
  float: left;
  margin-right: 4px;
  border-radius: 5px;
}
@media screen and (max-width: 680px) {
  .campaign-terms_sub-title:before {
    width: 7px;
    height: 22px;
  }
}
.campaign-terms_text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 680px) {
  .campaign-terms_text {
    font-size: 1.0rem;
    margin-bottom: 5px;
  }
}
.campaign-terms_list {
  margin-bottom: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 680px) {
  .campaign-terms_list {
    padding-left: 18px;
  }
}
.campaign-terms_list > li {
  font-size: 1.4rem;
  line-height: 1.8;
  list-style-type: disc;
  list-style-position: outside;
}
@media screen and (max-width: 680px) {
  .campaign-terms_list > li {
    font-size: 1.0rem;
  }
}

/* ======================================
   Contact
====================================== */
.form {
  padding-top: 15px;
}
@media screen and (max-width: 680px) {
  .form {
    padding: 8px 15px 36px;
  }
}
.form_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 680px) {
  .form_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.form_title .caution {
  font-size: 1.1rem;
  color: #9a9a9a;
  font-weight: bold;
  margin-left: 15px;
}
.form_table {
  width: 100%;
  border-top: 1px solid #e8ddc8;
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .form_table {
    margin-bottom: 25px;
  }
}
.form_table th, .form_table td {
  padding: 15px 0;
  height: 76px;
  text-align: left;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #e8ddc8;
}
@media screen and (max-width: 680px) {
  .form_table th, .form_table td {
    display: block;
    height: auto;
  }
}
.form_table th {
  font-size: 1.6rem;
  width: 230px;
  padding-top: 29px;
  vertical-align: top;
}
@media screen and (max-width: 680px) {
  .form_table th {
    border: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 8px;
    font-size: 1.2rem;
  }
}
.form_table td {
  vertical-align: middle;
}
@media screen and (max-width: 680px) {
  .form_table td {
    padding: 0 0 15px;
  }
}
.form_text {
  width: 100%;
  padding: 13px 10px;
  font-size: 1.6rem;
  border: none;
  box-shadow: 0px 2px 2px 1px rgba(7, 0, 2, 0.2) inset;
  border-radius: 5px;
}
@media screen and (max-width: 680px) {
  .form_text {
    padding: 9px 10px;
    font-size: 1.2rem;
    box-shadow: 0px 2px 1px 0px rgba(7, 0, 2, 0.2) inset;
  }
}
.form_radio {
  margin-right: 24px;
  font-size: 1.4rem;
  margin-left: -5px;
}
.form_radio > input {
  margin-right: 10px;
  font-size: 3.0rem;
}
@media screen and (max-width: 680px) {
  .form_select-wrap {
    padding: 8px 0 0;
  }
}

/* ========================================================
   Map
======================================================== */
.coming {
  display: block;
  margin: 120px auto 20px;
}
@media screen and (max-width: 680px) {
  .coming {
    width: 50%;
    margin: 100px auto 100px;
  }
}

/* ========================================================
   Home （移植）
======================================================== */
.sec-hero {
  position: relative;
  padding-top: 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 680px) {
  .sec-hero {
    padding-top: 0;
  }
}
@media screen and (max-width: 680px) {
  .sec-hero {
    margin-bottom: 15px;
  }
}
.sec-hero .container {
  position: relative;
}
@media screen and (max-width: 680px) {
  .sec-hero .container {
    padding: 0;
  }
}

.hero-title {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  top: 12px;
  left: 40px;
}
@media screen and (min-width: 681px) {
  .hero-title img {
    width: 120px;
  }
}
@media screen and (max-width: 680px) {
  .hero-title img {
    width: 72px;
  }
}
@media screen and (max-width: 680px) {
  .hero-title {
    top: 6px;
    left: 10px;
  }
}

.hero-eachWrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .hero-eachWrapper a:not(:first-child) {
    display: none;
  }
}

.hero-each {
  width: 50%;
  height: 402px;
  position: relative;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 680px) {
  .hero-each {
    float: none;
    height: 240px;
    width: 100%;
  }
  .hero-each:not(:nth-of-type(1)) {
    display: none;
  }
  .hero-each:before {
    height: 120px;
  }
}
.hero-each:before {
  content: "";
  width: 100%;
  height: 249px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.heroText-holder {
  text-shadow: 1px 2px 2px rgba(7, 0, 2, 0.75);
  color: #FFF;
  position: absolute;
  bottom: 14px;
  left: 0;
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 680px) {
  .heroText-holder {
    bottom: 10px;
    padding: 0 10px;
  }
}

.hero-text_main {
  font-size: 25px;
  line-height: 1.4;
  font-family: "HiraMinProN-W3", serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 680px) {
  .hero-text_main {
    font-size: 19px;
  }
}
@media screen and (max-width: 680px) {
  .hero-text_main {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .hero-text_main br {
    display: none;
  }
}

.hero-text_owner,
.hero-text_category {
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  line-height: 2.0;
}
@media screen and (max-width: 680px) {
  .hero-text_owner,
  .hero-text_category {
    font-size: 11px;
  }
}

.hero-pic {
  position: absolute;
  width: 200%;
  position: absolute;
  top: 0;
  left: -50%;
}

.hero-text_category:before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 8px 0 10px;
  font-size: 1.2em;
  line-height: 1;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 680px) {
  .hero-text_category:before {
    padding: 0 4px 0 8px;
    top: 0;
  }
}
.hero-text_category.category_recipe:before {
  color: #ed8b00;
}
.hero-text_category.category_life:before {
  color: #f58b96;
}
.hero-text_category.category_aboutoil:before {
  color: #d1c500;
}
.hero-text_category.category_health:before {
  color: #0dc9a8;
}
.hero-text_category.category_map:before {
  color: #b48f6a;
}
.hero-text_category.category_writer:before {
  color: #bcc3aa;
}

.hero-text_owner .owner-badge {
  width: 28px;
  height: 28px;
}
.hero-text_owner .owner-badge img {
  width: 28px;
}
@media screen and (max-width: 680px) {
  .hero-text_owner .owner-badge {
    width: 22px;
    height: 22px;
  }
  .hero-text_owner .owner-badge img {
    width: 22px;
  }
}
.hero-text_owner .innr {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 5px;
}
.hero-text_owner .innr:after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 680px) {
  .hero-text_owner .innr:after {
    padding-left: 8px;
  }
}

.sec-recentArticle,
.sec-featureArticle {
  padding-top: 30px;
}
@media screen and (max-width: 680px) {
  .sec-recentArticle,
  .sec-featureArticle {
    padding-top: 12px;
  }
}
.sec-recentArticle .article-holder,
.sec-featureArticle .article-holder {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec-recentArticle .article-holder:after,
.sec-featureArticle .article-holder:after {
  content: " ";
  display: block;
  clear: both;
}
.sec-recentArticle .article-holder .articleMedia-holder,
.sec-featureArticle .article-holder .articleMedia-holder {
  width: 18.51852%;
  float: left;
  margin-right: 1.85185%;
}
.sec-recentArticle .article-holder .articleMedia-holder:last-of-type,
.sec-featureArticle .article-holder .articleMedia-holder:last-of-type {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  .sec-recentArticle .article-holder,
  .sec-featureArticle .article-holder {
    padding-top: 12px;
  }
  .sec-recentArticle .article-holder .articleMedia-holder,
  .sec-featureArticle .article-holder .articleMedia-holder {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .sec-recentArticle .article-holder .articleMedia-holder:nth-of-type(5n+3), .sec-recentArticle .article-holder .articleMedia-holder:nth-of-type(5n+4), .sec-recentArticle .article-holder .articleMedia-holder:nth-of-type(5n+5),
  .sec-featureArticle .article-holder .articleMedia-holder:nth-of-type(5n+3),
  .sec-featureArticle .article-holder .articleMedia-holder:nth-of-type(5n+4),
  .sec-featureArticle .article-holder .articleMedia-holder:nth-of-type(5n+5) {
    display: none;
  }
  .sec-recentArticle .article-holder .articleMedia-holder:first-child,
  .sec-featureArticle .article-holder .articleMedia-holder:first-child {
    margin-bottom: 22px;
  }
}
.sec-recentArticle .show-list,
.sec-featureArticle .show-list {
  margin: 40px auto 20px;
}
@media screen and (max-width: 680px) {
  .sec-recentArticle .show-list,
  .sec-featureArticle .show-list {
    margin: 25px auto 15px;
  }
}

.sec-recentArticle .container {
  border-bottom: 1px solid #e8ddc8;
}
.sec-recentArticle .showlist-wraper {
  position: relative;
  top: auto;
  left: auto;
}

.sec-writer {
  padding-bottom: 0;
}
@media screen and (max-width: 680px) {
  .sec-writer {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 681px) {
  .sec-writer .section-title_sub img {
    position: relative;
    top: 6px;
  }
}
.sec-writer .writer-holder {
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .sec-writer .writer-holder {
    margin-top: 15px;
  }
}
@media screen and (max-width: 680px) {
  .sec-writer .writer-holder {
    margin-bottom: 15px;
  }
}
.sec-writer .writer-inner {
  margin-bottom: -30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-writer .writer-inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 680px) {
  .sec-writer .writer-inner {
    margin-bottom: -15px;
  }
}
.sec-writer .writer-inner a {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .sec-writer .writer-inner a {
    width: 50%;
  }
}
.sec-writer .writer-inner figure {
  margin: 0 auto 30px;
  text-align: center;
}
.sec-writer .writer-inner figure img {
  width: 128px;
}
.sec-writer .writer-inner figure .anystretch {
  width: 128px;
  height: 128px;
  margin: 0 auto;
  border-radius: 64px;
}
@media screen and (max-width: 680px) {
  .sec-writer .writer-inner figure {
    margin: 0 auto 15px;
  }
  .sec-writer .writer-inner figure img {
    width: 109px;
  }
  .sec-writer .writer-inner figure .anystretch {
    width: 109px;
    height: 109px;
    order-radius: 54.5px;
  }
}
.sec-writer .writer-inner figcaption {
  margin: 12px auto 0;
}
.sec-writer .writer-inner figcaption .name {
  color: #2a4601;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.sec-writer .writer-inner figcaption .role {
  color: #b6b5b3;
  font-size: 11px;
  line-height: 1.5;
}

.sec-food,
.sec-onestep_recipe,
.sec-aboutOil,
.sec-writer,
.sec-health,
.sec-life,
.sec-map {
  position: relative;
}
@media screen and (max-width: 680px) {
  .sec-food .showlist-wraper,
  .sec-onestep_recipe .showlist-wraper,
  .sec-aboutOil .showlist-wraper,
  .sec-writer .showlist-wraper,
  .sec-health .showlist-wraper,
  .sec-life .showlist-wraper,
  .sec-map .showlist-wraper {
    margin: 0 15px;
  }
}

/* =============================================================================
   Object - Utility
============================================================================= */
.only-pc {
  display: block;
}
@media screen and (max-width: 680px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 680px) {
  .only-sp {
    display: block;
  }
}

.mgn_t48 {
  margin-top: 48px;
}
@media screen and (max-width: 680px) {
  .mgn_t48 {
    margin-top: 24px;
  }
}

/* ======================================
   section
====================================== */
.section-inner, .section-inner-mb50 {
  padding: 0;
}
@media screen and (max-width: 680px) {
  .section-inner, .section-inner-mb50 {
    padding: 0 17px;
  }
}
.section-inner-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .section-inner-mb50 {
    margin-bottom: 35px;
  }
}

.section-border {
  border-bottom: 1px solid #e8ddc8;
}
@media screen and (max-width: 680px) {
  .section-border {
    border: none;
  }
}

.section-border-bottom {
  border-bottom: 1px solid #e8ddc8;
  padding-bottom: 26px;
  margin-bottom: 34px;
}
@media screen and (max-width: 680px) {
  .section-border-bottom {
    padding-bottom: 20px;
    margin-bottom: 12px;
  }
  .section-border-bottom.borderless {
    border: none;
  }
}

.section-bottom {
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .section-bottom {
    margin-bottom: 10px;
  }
}

.section-top {
  padding-top: 35px;
}
@media screen and (max-width: 680px) {
  .section-top {
    padding-top: 0;
  }
}

.section_text, .section_text-mb55 {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 25px;
}
@media screen and (max-width: 680px) {
  .section_text, .section_text-mb55 {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 18px;
  }
}

.section_text-mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 680px) {
  .section_text-mb55 {
    margin-bottom: 28px;
  }
}

.section_writer-list-wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .section_writer-list-wrap {
    margin-bottom: 0px;
  }
}

/*# sourceMappingURL=style.css.map */

.articleMedia-excerpt {
  overflow:hidden;
  word-break:break-all;
  margin-bottom: 8px;
  line-height: 1.2em;
  height: 48px;
  color:black;
}
@media screen and (max-width: 680px) {
.articleMedia-excerpt {
  overflow:hidden;
  height: 32px;
}
.sp-mb-22 {
  margin-bottom: 22px;
}
}

.campaign-linkage_step2-image2 {
  width: 152px;
  margin-left: 33%;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
.campaign-linkage_step2-image2 {
  width: 127px;
  margin-left: 35%;
}
}

.campaign-top_main {
  margin: 10px 150px;
}
@media screen and (max-width: 680px) {
.campaign-top_main {
  margin: inherit;
}
}

.campaign-top_title2:before {
  content: "";
  width: 8px;
  height: 25px;
  background-color: #ADB79B;
  display: block;
  float: left;
  margin-right: 4px;
  border-radius: 5px;
}

.campaign-top_title2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 25px;
  margin-top: 22px;
}
@media screen and (max-width: 680px) {
  .campaign-top_title2 {
    font-size: 1.3rem;
    margin-bottom: 6px;
    margin-top: 6px;
  }
}

.campaign-linkage_step-text-bold > span {
  color: #ab6981;
}

.campaign-linkage_step-text > span {
  color: #ab6981;
}

.articleMedia-holder .play,
.articleMedia-holder .play2,
.articleMedia-holder .play3,
.articleMedia-holder .play4,
.articleMedia-holder .play5 {
    pointer-events: none;
}
