<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Bitter:400,700&amp;display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #fff;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

/* -- LAYOUT -- */
.header {
  position: relative;
  width: 100%;
}

.header_container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1000px;
  height: 72px;
  margin: 0 auto;
}

.header .hd_nav {
  width: 5.14286%;
}

.header .hd_logo {
  z-index: 10;
  width: 112px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 15px;
}

.header .hd_logo_tfm {
  width: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .hd_logo_tfm &gt; img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .header_container {
    min-width: 100%;
    margin: 0 auto 10px;
    border-bottom: none;
    position: absolute;
  }
  .header .hd_topix {
    display: none;
  }
}

@media (max-width: 767px) {
  .header_container {
    height: 54px;
    min-width: 100%;
    margin: 0 auto 10px;
    border-bottom: none;
    position: absolute;
  }
  .header .hd_topix {
    display: none;
  }
  .header .hd_logo {
    width: 26.04167%;
    margin-right: 10px;
  }
}

.kv {
  z-index: 1;
  width: 100%;
  height: 700px;
  margin: 0 auto;
}

.kv_logo {
  position: absolute;
  z-index: 4;
  width: 450px;
  height: 354px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.kv_filter {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 98.7%;
  background: url(../../img/kv_filter.png) repeat;
  border-top: #c61b1e 4px solid;
}

.kv_mv {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.kv_sp {
  display: none;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .kv {
    height: 436px;
  }
  .kv_logo {
    width: 300px;
    height: 236px;
  }
  .kv_filter {
    height: 98%;
  }
}

@media (max-width: 767px) {
  .kv {
    height: 500px;
    background-size: cover;
  }
  .kv_logo {
    width: 86.88889%;
    height: 47%;
  }
  .kv_filter {
    height: 99.3%;
  }
  .kv_mv {
    display: none;
  }
  .kv_sp {
    display: block;
    height: 100%;
  }
  .kv_sp video {
    object-fit: cover;
    height: 500px;
  }
}

#nav_open {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #c61b1e;
  left: 0;
  top: 0;
  z-index: 101;
}

#nav_toggle {
  background: #c61b1e;
  display: block;
  width: 62px;
  height: 60px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  display: block;
  height: 3px;
  background: #fff;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 20px;
  right: 16px;
  width: 47.54098%;
}

#nav_toggle span:nth-child(2) {
  top: 28px;
  right: 16px;
  width: 47.54098%;
}

#nav_toggle span:nth-child(3) {
  top: 37px;
  right: 16px;
  width: 47.54098%;
}

@media (max-width: 767px) {
  #nav_toggle {
    width: 54px;
    height: 54px;
  }
  #nav_toggle span {
    height: 2px;
  }
  #nav_toggle span:nth-child(1) {
    top: 19px;
    left: 15px;
    width: 44.44444%;
  }
  #nav_toggle span:nth-child(2) {
    top: 25px;
    left: 15px;
    width: 44.44444%;
  }
  #nav_toggle span:nth-child(3) {
    top: 31px;
    left: 15px;
    width: 44.44444%;
  }
}

.open #nav_toggle {
  background: #fff;
}

.open #nav_toggle span {
  background: #c61b1e;
}

.open #nav_toggle span:nth-child(1) {
  top: 28px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 28px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .open #nav_toggle span:nth-child(1) {
    top: 25px;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 25px;
  }
}

#global-nav {
  padding-top: 90px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 110%;
}

#global-nav.active {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#global-nav li {
  font-family: "Bitter", serif;
  font-weight: bold;
  padding-bottom: 60px;
  margin: 0 auto;
}

#global-nav li a {
  color: #fff;
  text-decoration: none;
}

#global-nav .menu_01 {
  width: 84px;
}

#global-nav .menu_02 {
  width: 140px;
}

#global-nav .menu_03 {
  width: 100px;
}

#global-nav .menu_04 {
  width: 96px;
}

#global-nav .menu_05 {
  width: 114px;
}

#global-nav .menuLogo img {
  max-width: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.menu_sns {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 180px;
  display: flex;
  justify-content: center;
}

.menu_sns li {
  padding: 0 2%;
}

.menu_sns li img {
  width: 25px;
}

.bn_Area {
  text-align: center;
  padding: 0 10px;
}

.bn_Area li {
  padding: 0 10px 30px 10px;
}

.bn_Area li:nth-of-type(1) {
  max-width: 300px;
  margin: 0 auto;
  height: auto;
}

.bn_Area li:last-of-type {
  max-width: 640px;
  margin: 0 auto;
  height: auto;
}

.about {
  width: 100%;
  margin: 40px auto 70px;
}

.about_inner {
  width: 1000px;
  margin: 0 auto;
}

.about_ttl {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: left;
}

.about_ttl span {
  color: #c61b1e;
}

.about_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about_txt {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
  margin: 20px 0 0;
}

.about_mc {
  width: 280px;
}

.about_btn {
  width: 330px;
  margin: 30px auto 0;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .about {
    width: 90%;
    margin: 20px auto 50px;
  }
  .about_inner {
    width: 100%;
  }
  .about_ttl {
    font-size: 2.3rem;
  }
  .about_txt {
    width: 65%;
    font-size: 1.5rem;
  }
  .about_mc {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .about {
    width: 94%;
    margin: 0 auto 0px;
  }
  .about_inner {
    width: 100%;
    margin: 0 auto;
  }
  .about_ttl {
    font-size: 1.45rem;
    text-align: center;
    margin: 20px auto 0;
  }
  .about_wrap {
    flex-direction: column;
  }
  .about_txt {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.8;
    margin: 15px 0 20px;
  }
  .about_mc {
    width: 62.44444%;
    margin: 0 auto;
  }
  .about_btn {
    width: 73.33333%;
    margin: 20px auto 0;
  }
}

.onair {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 75px;
  background: url(../../img/onair_bg.jpg) center top no-repeat;
}

.onair_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.onair_ttl {
  width: 110px;
  margin: 0 auto 40px;
}

.onair_wrap {
  display: flex;
  flex-wrap: wrap;
}

.onair_article {
  width: 31%;
  box-sizing: border-box;
  margin: 0 3.5% 55px 0;
}

.onair_article:nth-child(3n) {
  margin: 0 0 55px 0;
}

.onair_article_img {
  margin-bottom: 25px;
}

.onair_article_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Bitter", serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 2px solid #000;
}

.onair_article_date span {
  font-size: 1rem;
  margin-left: 12px;
}

.onair_article .REPORT {
  width: 77px;
}

.onair_article .RECIPE {
  width: 77px;
}

.onair_article_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}

.onair_article_ttl a {
  color: #000;
}

.onair_article_ttl a:hover {
  text-decoration: underline;
}

.onair_more {
  width: 30%;
  display: block;
  margin: 0 auto;
  padding: 14px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c61b1e;
}

.onair_archive_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .onair_archive_btn {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1243px) {
  .onair {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 50px;
    padding: 0 0 15px;
    background: none;
  }
  .onair_ttl {
    width: 15%;
    margin: 0 auto 35px;
  }
  .onair_wrap {
    width: 84.63542%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .onair_article {
    width: 46.66667%;
    margin: 0 5% 40px 0;
  }
  .onair_article:nth-child(2n) {
    margin: 0 0 40px 0;
  }
  .onair_article:nth-child(3) {
    margin: 0 5% 40px 0;
  }
}

@media (max-width: 767px) {
  .onair {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 55px;
    padding: 40px 0 0;
  }
  .onair_ttl {
    width: 28.125%;
    margin: 0 auto 20px;
  }
  .onair_wrap {
    flex-direction: column;
  }
  .onair_article {
    width: 89.55556%;
    margin: 0 auto 30px;
  }
  .onair_article:nth-child(3n) {
    margin: 0 auto 30px;
  }
  .onair_article_img {
    margin-bottom: 12px;
  }
  .onair_article_img img {
    width: 100%;
  }
  .onair_article_date {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .onair_article_date span {
    font-size: 1rem;
    margin-left: 12px;
  }
  .onair_article_ttl {
    font-size: 1.4rem;
  }
  .onair_more {
    width: 66.66667%;
    margin: 10px auto 0;
    padding: 7px 0;
    font-size: 1.2rem;
  }
}

.cm {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 50px;
  background-color: #f1e8d1;
  background-image: url(../../img/cm_bg_top.png), url(../../img/cm_bg_bottom.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
}

.cm_cs {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.cm_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.cm_ttl {
  width: 182px;
  margin: 0 auto 50px;
}

.cm_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cm_item {
  width: 50%;
  padding: 0 24px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.cm_item_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #c61b1e;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .cm {
    padding: 35px 0 25px;
  }
  .cm_ttl {
    width: 197px;
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .cm {
    padding: 35px 0 25px;
  }
  .cm_ttl {
    width: 40.44444%;
    margin: 0 auto 25px;
  }
  .cm_wrap {
    flex-direction: column;
  }
  .cm_item {
    width: 92.22222%;
    margin: 0 auto 30px;
  }
  .cm_item_ttl {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
}

.fieldlife {
  width: 100%;
  padding: 40px 0;
  background: url(../../img/fl_bg.png) center bottom repeat-x;
}

.fieldlife_inner {
  display: block;
  width: 910px;
  margin: 0 auto 10px;
  border: 3px solid #000;
  padding: 5px;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .fieldlife_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .fieldlife_inner {
    width: 90%;
  }
}

.fieldlife_inner a {
  display: block;
}

.fieldlife_border {
  width: 100%;
  border: 3px solid #000;
  padding: 25px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .fieldlife_border {
    padding: 15px;
  }
}

.fieldlife_bnr {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .fieldlife_bnr {
    margin-bottom: 15px;
  }
}

.fieldlife_ttl {
  width: 100%;
  border-bottom: 3px dotted #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.fieldlife_ttl span {
  font-size: 2.5rem;
  margin-left: 10px;
}

.fieldlife_ttl span strong {
  color: #c61b1e;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .fieldlife_ttl {
    font-size: 2.6rem;
  }
  .fieldlife_ttl span {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .fieldlife_ttl {
    margin-bottom: 15px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .fieldlife_ttl span {
    font-size: 1.5rem;
  }
}

.fieldlife_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .fieldlife_wrap {
    flex-direction: column;
  }
}

.fieldlife_txt {
  width: 57.55814%;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .fieldlife_txt {
    margin-top: 0px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .fieldlife_txt {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.fieldlife_ph {
  width: 38.37209%;
}

@media (max-width: 767px) {
  .fieldlife_ph {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fieldlife_btn {
  width: 330px;
  margin: 10px auto 0;
}

@media (max-width: 767px) {
  .fieldlife_btn {
    width: 100%;
  }
}

.tw {
  width: 100%;
  margin: 0 auto 80px;
  background: url(../../img/tw_bg.jpg) center top no-repeat;
}

.tw_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.tw_bnr {
  width: 700px;
  margin: 40px auto;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .tw_bnr {
    width: 90%;
    text-align: center;
    margin: 40px auto;
  }
}

@media (max-width: 767px) {
  .tw_bnr {
    width: 90%;
    text-align: center;
    margin: 40px auto;
  }
}

.tw_wrap {
  width: 60%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}

.tw_wrap iframe {
  width: 100%;
}

.tw_logo {
  width: 200px;
  margin: 40px auto 65px;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .tw {
    margin: 0 auto 40px;
    background: none;
  }
  .tw_ttl {
    width: 39.0625%;
    margin: 0 auto 40px;
  }
  .tw_bnr {
    width: 90%;
  }
  .tw_bnr a {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .tw {
    width: 96%;
    max-width: 768px;
    margin: 0 auto 25px;
  }
  .tw_ttl {
    width: 48.82812%;
    margin: 0 auto 40px;
  }
  .tw_bnr {
    flex-direction: column;
  }
  .tw_bnr a {
    width: 91.77778%;
    margin-bottom: 20px;
  }
  .tw_wrap {
    width: 91.14583%;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
  }
  .tw_wrap iframe {
    width: 100%;
  }
  .tw_logo {
    width: 44.44444%;
    margin: 20px auto 30px;
  }
}

.ft_bg {
  width: 100%;
  background: url(../../img/ft_bg.jpg) center top no-repeat;
  background-size: cover;
}

.ft_bg_logo {
  display: block;
  width: 235px;
  margin: 0 auto;
  padding: 35px 0;
}

@media (max-width: 767px) {
  .ft_bg_logo {
    width: 52.22222%;
  }
}

.copyright {
  background: #f1e8d1;
  padding: 14px 0;
}

.copyright_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright_txt {
  font-family: "Bitter", serif;
  letter-spacing: 0.05rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  color: #000;
}

@media (max-width: 767px) {
  .copyright_txt {
    font-size: 0.9rem;
  }
}

.copyright_sns {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright_sns &gt; a {
  display: block;
  width: 36px;
  margin: 0 4px;
}

.copyright_pagetop {
  display: none;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .copyright_inner {
    flex-direction: column-reverse;
  }
  .copyright_sns {
    width: 17.33333%;
    margin-bottom: 15px;
  }
  .copyright_sns &gt; a {
    width: 46.15385%;
  }
  .copyright_pagetop {
    display: block;
    width: 16%;
    margin: 0 auto 15px;
  }
}

@media (max-width: 767px) {
  .copyright_inner {
    flex-direction: column-reverse;
  }
  .copyright_sns {
    width: 17.33333%;
    margin-bottom: 15px;
  }
  .copyright_sns &gt; a {
    width: 46.15385%;
  }
  .copyright_pagetop {
    display: block;
    width: 16%;
    margin: 0 auto 15px;
  }
}

.footer {
  margin-top: 0px;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .footer {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 0px;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  z-index: 100;
}

.pagetop &gt; img {
  width: 80px;
  min-height: 0;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .pagetop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1243px) {
  .pcDetail {
    display: none;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block !important;
  }
}

.entry {
  width: 1000px;
  margin: 0 auto 70px;
}

.entry_ttl {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 70px auto 0px;
  text-align: center;
}

.entry_ttl::before {
  content: "";
  display: block;
  width: 300px;
  border-bottom: 4px #c61b1e solid;
  margin-top: 20px;
}

.entry_ttl::after {
  content: "";
  display: block;
  width: 300px;
  border-bottom: 4px #c61b1e solid;
  margin-top: 20px;
}

.entry_wide {
  min-height: 1076px;
  margin: 50px auto;
}

.entry_inner {
  width: 1000px;
  margin: 0 auto 50px;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}

.entry_wrap {
  width: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
}

.entry_box {
  max-width: 880px;
  margin: 0 auto 60px;
}

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

.entry_box_comment {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px;
  color: #c61b1e;
  font-size: 1.4rem;
  background: #fff;
  border: solid 3px #c61b1e;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .entry_box_comment {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entry_box_comment {
    font-size: 1.2rem;
    margin: 10px 0;
  }
}

.entry_box_comment::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.entry_box_comment::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #c61b1e;
  z-index: 1;
}

.entry_box_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Bitter", serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .entry_box_date {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .entry_box_date {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
}

.entry_box .REPORT {
  width: 123px;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .entry_box .REPORT {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .entry_box .REPORT {
    width: 90px;
  }
}

.entry_box .RECIPE {
  width: 123px;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .entry_box .RECIPE {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .entry_box .RECIPE {
    width: 90px;
  }
}

.entry_box_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

.entry_box_ttl a {
  color: #000;
}

.entry_box_ttl a:hover {
  text-decoration: underline;
}

.entry_box_body {
  max-width: 880px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.8;
}

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

.entry_box_body img {
  display: block;
  max-width: 100%;
  margin: 15px auto;
  height: auto;
  box-sizing: border-box;
}

.entry_box_body a {
  color: #c61b1e;
  text-decoration: underline;
}

.entry_box_sns {
  display: flex;
  justify-content: center;
  width: 80px;
  margin-top: 15px;
}

.entry_box_sns_wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.entry_box_sns li {
  list-style: none;
  width: 32px;
  margin: 0 5px;
}

.entry_list_bt {
  width: 257px;
  margin: 0 auto;
  padding: 35px 0;
}

.entry_pickup {
  padding: 60px 0 0;
  border-top: 1px solid #c61b1e;
}

.entry_pickup_ttl {
  width: 250px;
  margin: 0 auto 35px;
}

.entry_pickup .report {
  margin: 0 auto 30px;
  padding: 0;
}

.entry_pickup .report_wrap {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.entry_pickup .report_article {
  margin: 0 3.8% 0 0;
}

.entry_pickup .report_article:nth-child(3) {
  margin: 0;
}

.entry_pickup .report_article_ttl a {
  font-size: 1.5rem;
  line-height: 1.3;
}

.entry_pickup .report_article_date {
  padding-bottom: 1px;
  font-size: 1.4rem;
  background-size: 12px;
}

.entry_link {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: wrap;
}

.entry_link li {
  width: 45%;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 95%;
  color: #09c;
  line-height: 1.6em;
  background: url(../../img/blog_icon.png) no-repeat 0 18px;
  text-align: left;
}

.entry_link li br {
  display: none;
}

.entry_link li a {
  font-size: 1.4rem;
}

.entry_home {
  width: 142px;
  margin: 60px auto;
}

.entry .fmlogo {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.entry .fmlogo div {
  height: 40px;
  margin: 0 20px;
}

.entry .fmlogo div img {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1243px) {
  .entry {
    width: 90%;
    margin: 0 auto;
  }
  .entry_ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px auto 50px;
    text-align: center;
  }
  .entry_ttl::before {
    content: "";
    display: block;
    width: 24.39024%;
    border-bottom: 4px #c61b1e solid;
    margin-top: 20px;
  }
  .entry_ttl::after {
    content: "";
    display: block;
    width: 24.39024%;
    border-bottom: 4px #c61b1e solid;
    margin-top: 20px;
  }
  .entry_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .entry_inner {
    width: 96%;
    margin: 0 auto;
  }
  .entry_box {
    margin-bottom: 50px;
  }
  .entry_box_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding-bottom: 7px;
  }
  .entry_box_body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .entry_box_body img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .entry_list_bt {
    width: 220px;
    margin: 0 auto;
    padding: 0 0 35px;
  }
  .entry_pickup {
    padding: 50px 0 0;
    border-top: 1px solid #c61b1e;
  }
  .entry_pickup_ttl {
    width: 47%;
    margin: 0 auto 35px;
  }
  .entry_pickup .report {
    margin: 0 auto 30px;
  }
  .entry_pickup .report_wrap {
    flex-wrap: wrap;
  }
  .entry_pickup .report_article {
    width: 65%;
    margin: 0 0 30px 0;
  }
  .entry_pickup .report_article_ttl a {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .entry_pickup .report_article_date {
    font-size: 1.3rem;
    background-size: auto;
  }
  .entry_home {
    width: 142px;
    margin: 30px auto;
  }
  .entry .fmlogo {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .entry {
    width: 90%;
    margin: 35px auto 0;
  }
  .entry_ttl {
    width: 100%;
    margin: 0 auto 20px;
  }
  .entry_ttl img {
    width: 56%;
  }
  .entry_ttl::before {
    content: "";
    display: block;
    width: 16%;
    border-bottom: 3px #c61b1e solid;
    margin-top: 10px;
  }
  .entry_ttl::after {
    content: "";
    display: block;
    width: 16%;
    border-bottom: 3px #c61b1e solid;
    margin-top: 10px;
  }
  .entry_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .entry_inner {
    width: 96%;
    margin: 0 auto;
    padding: 5px;
  }
  .entry_wrap {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .entry_box {
    margin-bottom: 40px;
  }
  .entry_box_ttl {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .entry_box_ttl a {
    color: #c61b1e;
    transition: 0.3s;
  }
  .entry_box_ttl a:hover {
    text-decoration: underline;
  }
  .entry_box_ttl::after {
    content: "";
    height: 8px;
    margin-top: 10px;
    background: url(../../img/entry_border.png) top left no-repeat;
    background-size: contain;
  }
  .entry_box_body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .entry_box_body img {
    display: block;
    max-width: 100%;
    float: none;
    margin: 10px auto;
    height: auto;
    box-sizing: border-box;
  }
  .entry_list_bt {
    width: 200px;
    margin: 0 auto;
    padding: 0 0 35px;
  }
  .entry_pickup {
    padding: 40px 0 0;
    border-top: 1px solid #c61b1e;
  }
  .entry_pickup_ttl {
    width: 54%;
    margin: 0 auto 35px;
  }
  .entry_pickup .report {
    margin: 0 auto 30px;
  }
  .entry_pickup .report_wrap {
    flex-wrap: wrap;
  }
  .entry_pickup .report_article {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .entry_pickup .report_article_ttl a {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .entry_pickup .report_article_date {
    font-size: 1.2rem;
    background-size: auto;
  }
  .entry_link {
    width: 100%;
    margin: 0 auto;
  }
  .entry_link li {
    width: 80%;
    padding: 6px 10px 6px 20px;
    line-height: 1.6em;
    background: url(../../img/blog_icon.png) no-repeat 0 15px;
    text-align: left;
  }
  .entry_link li a {
    font-size: 1.2rem;
  }
  .entry_home {
    width: 142px;
    margin: 30px auto;
  }
  .entry .fmlogo {
    width: 80%;
    margin: 50px auto;
  }
}

.pageswitch {
  width: 100%;
  height: 20px;
  text-align: center;
  color: #c61b1e;
  padding: 0;
  margin: 60px auto 30px;
  font-size: 1.4rem;
}

.pageswitch a {
  background-color: #f5b8b9;
  color: #c61b1e;
  border: 1px solid #c61b1e;
  text-decoration: none;
  padding: 3px 5px;
  margin: 3px;
}

.pageswitch a:hover {
  background-color: #f5b8b9;
  border: 1px solid #c61b1e;
  color: #c61b1e;
}

.pageswitch .active {
  border: 1px solid #c61b1e;
  color: #fff;
  padding: 3px 5px;
  margin: 3px;
}

.pageswitch strong {
  background-color: #c61b1e;
  border: 1px solid #c61b1e;
  color: #fff;
  padding: 3px 5px;
  margin: 3px;
}

@media (max-width: 767px) {
  .pageswitch {
    width: 100%;
  }
}
</pre></body></html>