@charset "UTF-8";

/* 変数 */

/* mediaquery */

/* font */

/* mixin */

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

a,
span {
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 游ゴシック Medium,
    游ゴシック, YuGothic, Noto Sans JP, Meiryo, メイリオ, ＭＳ Ｐゴシック,
    Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

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

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

a img {
  opacity: 1;
  transition: all 0.3s;
}

p {
  line-height: 180%;
}

p:not(:last-child) {
  margin-bottom: 1.2rem;
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

select {
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

textarea {
  width: 100%;
  height: 200px;
}

.js-panelTitle {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  font-size: 1.3rem;
  transition: all 0.3s;
}

.js-panelTitle::before {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2076%22%3E%3Crect%20width%3D%2260%22%20height%3D%2276%22%20fill%3D%22none%22%2F%3E%3Cpolyline%20points%3D%220%203%2060%2038%200%2073%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%2F%3E%3C%2Fsvg%3E");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
  transition: all 0.3s;
  transform-origin: center;
  transform: rotate(90deg);
}

.js-panelTitle.open::before {
  top: 0;
  left: 2px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2076%22%3E%3Crect%20width%3D%2260%22%20height%3D%2276%22%20fill%3D%22none%22%2F%3E%3Cpolyline%20points%3D%220%2038%2060%2038%200%2038%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%2F%3E%3C%2Fsvg%3E");
  transform: rotate(180deg);
}

.js-panelContents {
  margin-top: 10px;
  font-size: 1.3rem;
  overflow: hidden;
}

.btn_blue {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 200px;
  padding: 8px 30px;
  background: #004077;
  border: none;
  border-radius: 35px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

.btn_gray {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 200px;
  padding: 8px 30px;
  border: none;
  background: #9e9e9e;
  border-radius: 35px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

.btn_none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 200px;
  padding: 8px 30px;
  border: none;
  background: #cccccc;
  border-radius: 35px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}

.btn_s {
  display: inline-block;
  padding: 5px 30px;
  background: #ac8839;
  color: #fff;
  font-size: 1.3rem;
}

.col {
  display: flex;
  flex-flow: row wrap;
}

.col.is_oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.col_contents {
  width: 100%;
  margin-bottom: 30px;
}

.is_oneline .col_contents {
  margin-bottom: 0;
}

.is_oneline .col_contents + .col_contents {
  margin-left: 2%;
}

.is_2 .col_contents {
  max-width: 45%;
}

.is_2 .col_contents:nth-child(even) {
  margin-left: calc(10% - 1px);
}

.is_3 .col_contents {
  max-width: 31%;
}

.is_3 .col_contents:not(:nth-child(3n + 1)) {
  margin-left: calc(3.5% - 1px);
}

.is_4 .col_contents {
  max-width: 23%;
}

.is_4 .col_contents:not(:nth-child(4n + 1)) {
  margin-left: calc(2.6% - 1px);
}

.col_contents_title {
  margin-bottom: 5px;
}

.col_contents_text {
  margin-top: 5px;
}

.flImgContents_img {
  max-width: 37%;
  width: 100%;
}

.flImgContents_img.is_ss {
  max-width: 100px;
}

.flImgContents_img.is_s {
  max-width: 25%;
}

.flImgContents_img.is_l {
  max-width: 47%;
}

.is_img2 .flImgContents_img {
  max-width: 40%;
  width: 40%;
  display: flex;
}

.is_img2 .flImgContents_img_wrap {
  width: 50%;
}

.is_img2 .flImgContents_img_wrap + .flImgContents_img_wrap {
  margin-left: 10px;
}

.is_img2 .flImgContents_img_wrap img {
  width: 100%;
}

.flImgContents_img.is_fr {
  float: right;
  margin: 0 0 20px 40px;
}

.flImgContents_img.is_fl {
  float: left;
  margin: 0 40px 20px 0;
}

.img_full {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

/*　テキスト、フォント　*/

.text_s {
  font-size: 89%;
}

.text_l {
  font-size: 120%;
}

.cl_red {
  color: #c51010;
}

.icon_arrow::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-left: 5px solid #b30000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/* リスト */

.list_normal li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.list_normal li::before {
  content: "●";
  margin-right: 5px;
  font-size: 13px;
  font-family: sans-serif;
  color: #b30000;
}

.list_number {
  padding: 0 0 0 25px;
}

.list_number li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list_numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}

.list_numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

/* 定義リスト */

.dl_normal dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.dl_normal dd {
  margin-bottom: 30px;
}

.al_r {
  text-align: right;
}

.al_c {
  text-align: center;
}

.al_l {
  text-align: left;
}

.full {
  width: 100%;
}

.size_30 {
  width: 30%;
}

.size_60 {
  width: 60%;
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.contents_center {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bg_yellow {
  background: #fffcdb;
}

.underline_yellow {
  background: linear-gradient(0deg, #ffe270 2px, transparent 2px, transparent);
}

/*　セクション　*/

.section_01 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.section_01:first-child {
  margin-top: 0;
}

.section_02 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.section_02:first-child {
  margin-top: 0;
}

.section_03 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section_03:first-child {
  margin-top: 0;
}

.small_section {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* テーブル */

.nowrap {
  white-space: nowrap;
}

.caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.table_01 {
  border-collapse: collapse;
}

.table_01 tr {
  border-bottom: 1px dotted #b30000;
}

.table_01 th,
.table_01 td {
  padding: 13px;
}

.table_01 th {
  color: #b30000;
  font-weight: bold;
}

.table_01 a {
  color: #019ab3;
}

.table_02 td,
.table_02 th {
  padding: 5px 10px;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #a9a9a9;
}

.table_02 td.cl_red,
.table_02 th.cl_red {
  color: #c51010;
}

.table_02 thead {
  background: #00aebb;
  color: #fff;
  font-weight: bold;
}

.table_02 tbody th {
  background: #d4ecf3;
  color: #00aebb;
}

.table_03 td,
.table_03 th {
  padding: 15px 20px;
  font-size: 1.3rem;
  border: 1px solid #ccc;
}

.table_03 td.cl_red,
.table_03 th.cl_red {
  color: #c51010;
}

.table_03 th {
  background: #f7f4f4;
  text-align: center;
}

.wfix {
  table-layout: fixed;
}

/* タイトル */

.title_bold {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.title_center {
  text-align: center;
  margin-bottom: 10px;
}

.title_center::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
}

.title_center.is_info::before {
  width: 25px;
  height: 30px;
  background: url("../img/common/icon_info.png") center center/contain no-repeat;
}

.title_center.is_recipe::before {
  width: 23px;
  height: 29px;
  background: url("../img/common/icon_recipe.png") center center/contain
    no-repeat;
}

.title_center_en {
  display: inline-block;
  color: #b30000;
  font-family: "acumin-pro-condensed", ヒラギノ明朝 ProN W3,
    Hiragino Mincho ProN, 游明朝, YuMincho, Noto Serif JP, HG明朝E, ＭＳ Ｐ明朝,
    ＭＳ 明朝, serif;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
}

.title_center_ja {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.pageTitle {
  margin-bottom: 40px;
  text-align: center;
}

.pageTitle_ja {
  font-size: 2.4rem;
  font-weight: bold;
  color: #b30000;
}

.pageTitle_en {
  display: block;
  font-family: "acumin-pro-condensed", ヒラギノ明朝 ProN W3,
    Hiragino Mincho ProN, 游明朝, YuMincho, Noto Serif JP, HG明朝E, ＭＳ Ｐ明朝,
    ＭＳ 明朝, serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}

.title_underline {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #b30000;
  border-bottom: 3px solid #d8d8d8;
}

.title_underline::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: #b30000;
  display: inline-block;
  width: 145px;
  height: 3px;
}

.title_sideline {
  margin-bottom: 20px;
  padding: 2px 0 0 10px;
  border-left: 4px solid #b30000;
  color: #b30000;
  font-weight: bold;
  vertical-align: middle;
}

.title_sideline a {
  text-decoration: underline;
  color: #b30000;
}

.title_s {
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #666;
}

.contents {
  padding-top: 50px;
}

.contents p a {
  color: #019ab3;
  text-decoration: underline;
}

.breadcrumb {
  border-bottom: 1px solid #b30000;
}

.breadcrumb_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  text-align: right;
}

.breadcrumb_ul {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.breadcrumb_ul li {
  padding: 15px 0;
  font-size: 1.2rem;
  float: left;
}

.breadcrumb_ul li + li::before {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}

.cateNavi {
  border-bottom: 1px solid #b30000;
}

.cateNavi_ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.cateNavi_ul li {
  margin: 0 40px;
  font-weight: bold;
}

.cateNavi_ul li a {
  display: block;
}

.cateNavi_ul li.current a {
  color: #b30000;
}

.cateLocalNavi {
  border-bottom: 1px solid #b30000;
}

.cateLocalNavi_ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.cateLocalNavi_ul_li a {
  display: block;
  padding: 0 20px;
}

.cateLocalNavi_ul_li.current a {
  color: #b30000;
}

.accordion + .accordion {
  margin-top: 25px;
}

.footer {
  margin-top: 100px;
}

.footer_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.footer_sns_icon {
  width: 33px;
  margin: 0 13px;
}

.footerGNavi {
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.footerGNavi_ul {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.footerGNavi_ul_li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 107px;
  flex-grow: 1;
}

.footerGNavi_ul_li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  text-align: center;
}

.footerGNavi_ul_li_img {
  display: block;
  width: 45px;
  margin: 0 auto 10px;
}

a:hover .footerGNavi_ul_li_img img {
  opacity: 1;
}

.footerGNavi_ul_li_text {
  font-size: 1.3rem;
}

.footerNavi {
  margin-bottom: 30px;
}

.footerNavi_ul {
  display: flex;
  justify-content: center;
}

.footerNavi_ul li {
  font-size: 1.2rem;
}

.footerNavi_ul li a {
  display: block;
  padding: 0 10px;
}

.footerNavi_ul li a::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-left: 3px solid #000;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  visibility: middle;
}

.footerCopy {
  background: #b30000;
  padding: 5px 0;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}

.header {
  border-bottom: 1px solid #e5e5e5;
}

.header_top {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  background: #e5e5e5;
}

.header_top_contact {
  font-size: 1.3rem;
  font-weight: bold;
}

.header_top_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
  background: #da0606;
  color: #fff;
  text-align: center;
}

.header_top_contact a::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 13px;
  margin-right: 10px;
  background: url(../img/common/icon_mail.png) center center/contain no-repeat;
  opacity: 0.8;
}

.header_top_logo a {
  display: block;
  height: 100%;
}

.header_top_logo a img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.header_top_onlineshop {
  font-size: 1.3rem;
  font-weight: bold;
}

.header_top_onlineshop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 100%;
  background: #b30000;
  color: #fff;
}

.header_navArea {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.header_navArea_logo {
  padding: 15px 36px;
  /*padding: 15px 40px;*/
}

.header_navArea_logo_img {
  /*width: 264px;*/
  width: calc(550px / 2);
  margin-right: 10px;
}

.gNavi {
  flex: 1;
}

.gNavi_ul {
  display: flex;
}

.gNavi_ul_li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 107px;
  flex-grow: 1;
  border-left: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.gNavi_ul_li a,
.gNavi_ul_li > div {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  text-align: center;
}

.gNavi_ul_li_img {
  display: block;
  width: 45px;
  margin: 0 auto 10px;
}

.is_open .gNavi_ul_li_img {
  -webkit-animation: jello-horizontal 1s;
  animation: jello-horizontal 1s;
}

a:hover .gNavi_ul_li_img img {
  opacity: 1;
}

.gNavi_ul_li_text {
  font-size: 1.3rem;
}

.gNaviSub {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: #f7f7f7;
  z-index: 3;
}

.gNaviSub li {
  border-top: 1px solid #fff;
  font-size: 1.3rem;
}

.gNaviSub li a {
  display: block;
  padding: 15px;
  text-align: center;
}

.dwMenu {
  position: fixed;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 41px;
  height: 35px;
  transition: all 0.4s;
  z-index: 10;
}

.dwMenu span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #000;
  border-radius: 4px;
}

.dwMenu span:nth-of-type(1) {
  top: 0;
}

.dwMenu span:nth-of-type(2) {
  top: 9px;
}

.dwMenu span:nth-of-type(3) {
  top: 18px;
}

.dwMenu_text {
  position: absolute;
  bottom: -2px;
  left: 3px;
  font-size: 0.9rem;
  font-weight: bold;
  white-space: nowrap;
}

.dwMenu_active .dwMenu span:nth-of-type(1),
.dwMenu_active .dwMenu span:nth-of-type(3) {
  width: 15px;
}

.dwMenu_active .dwMenu span:nth-of-type(1) {
  transform: translate(-1px, 4px) rotate(-45deg);
}

.dwMenu_active .dwMenu span:nth-of-type(3) {
  transform: translate(-1px, -4px) rotate(45deg);
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.wpArticle p a {
  text-decoration: underline;
}

.wpArticle em {
  font-style: italic;
  color: initial;
}

.wpArticle ol {
  margin: 10px 20px;
  padding: 0;
}

.wpArticle ul {
  margin: 10px 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

.wpArticle ul li {
  list-style: unset;
}

.wpArticle blockquote p {
  font-size: 1.8rem;
}

.wpArticle h1 {
  font-size: 3.5rem;
}

.wpArticle h2 {
  font-size: 3rem;
}

.wpArticle h3 {
  font-size: 2.3rem;
}

.wpArticle h4 {
  position: relative;
  margin: 40px 0 30px;
  padding-bottom: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #b30000;
  border-bottom: 3px solid #d8d8d8;
}

.wpArticle h4::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: #b30000;
  display: inline-block;
  width: 145px;
  height: 3px;
}

.wpArticle h5 {
  margin: 30px 0 20px;
  padding: 2px 0 0 10px;
  border-left: 4px solid #b30000;
  color: #b30000;
  font-weight: bold;
  vertical-align: middle;
}

.wpArticle h6 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0 5px;
}

.wpArticle img {
  height: auto;
}

.wpArticle table {
  border-collapse: collapse;
}

.wpArticle table a {
  text-decoration: underline;
}

.wpArticle table th,
.wpArticle table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.wpArticle table th {
  background: #eee;
}

.wpArticle .wp-block-button__link {
  font-size: 1.4rem;
}

.wpArticle .more-link {
  color: #019ab3;
}

.wpArticle .wp-caption {
  max-width: 100%;
}

.wpArticle .alignright {
  float: right;
  margin: 0 0 20px 30px;
}

.wpArticle .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.wpArticle .aligncenter {
  display: block;
  margin: 0 auto;
}

.pagination {
  margin: 70px 0;
}

.pagination ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.pagination ul li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  background: #b30000;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  margin: 0 5px 5px 0;
  color: #fff;
  border: 1px solid #b30000;
  overflow: hidden;
}

.pagination ul li.page-of {
  margin-right: 10px;
  padding-top: 7px;
  font-size: 1.3rem;
}

.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;
  color: #b30000;
}

.officeMap {
  width: 250px;
  margin: 0 auto;
}

.tokyoStoreMap {
  width: 250px;
}

.tokyoStoreMap.flImgContents_img {
  max-width: 100%;
}

.tokyoStoreMap iframe {
  display: block;
  width: 100%;
  height: 250px;
}

.tokyoStoreMap_btn {
  margin: 10px 0 0;
  text-align: center;
}

.companyTable th {
  width: 160px;
}

.contactTable th {
  width: 220px;
}

.contactTable .toiawasenaiyou select {
  margin-bottom: 15px;
}

.contactTable .radiobtn_wrap {
  display: flex;
  flex-wrap: wrap;
}

.contactTable .radiobtn_wrap .mwform-radio-field.horizontal-item {
  margin-right: 20px;
}

.contactTable .radiobtn_wrap input {
  margin-right: 5px;
}

.contactTable .noteText {
  font-size: 90%;
}

.mw_wp_form_confirm .contactTable .noteText {
  display: none;
}

.contactBtn_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.contactBtn {
  margin: 0 10px;
}

.icon_freedial {
  display: inline-block;
  width: 23px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.linksyuArea li a {
  text-decoration: underline;
}

.anFlow {
  max-width: 642px;
  margin: 50px auto 0;
}

.anFlow_img {
  width: 100%;
  margin-bottom: 30px;
}

.anFlow_btns {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.anFlow_btns_btn {
  width: 30%;
}

.anFlow_btns_btn a {
  min-width: 0;
  width: 100%;
}

.seijituArea {
  background: url(../img/manufacture/overseas/bg_map.jpg) center top/100%
    no-repeat;
}

.seijitu_wrap {
  position: relative;
  display: flex;
  min-height: 665px;
}

.seijitu.is_world {
  width: 45%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.seijitu.is_japan {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}

.seijituSection_title {
  color: #b30000;
}

.seijituSection_img img {
  width: 100%;
}

.seijituSection_text {
  font-size: 1.3rem;
}

.omakaseAn {
  overflow: hidden;
}

.omakaseAn_img {
  float: right;
  width: 80px;
  margin-left: 20px;
}

.anValiation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.anValiation_one {
  text-align: center;
}

.anValiation_one_text {
  font-size: 1.2rem;
}

.exampleItem {
  border: 5px solid #f2e5e5;
  padding: 25px 5% 0;
}

.exampleItem_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.oem {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.oem_content {
  position: relative;
  padding: 20px;
  background: #f7f7f7;
}

.oem_content + .oem_content {
  margin-top: 60px;
}

.oem_content + .oem_content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% + 20px);
  left: calc(50% - 40px);
  width: 0;
  height: 0;
  border-top: 20px solid #f2e5e5;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}

.oem_content_title {
  margin-bottom: 0;
}

.oem_content_text {
  margin-top: 10px;
}

.onlineshopBn {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.onlineshopBn_one {
  width: 40%;
}

.productContents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.productContents + .productContents {
  margin-top: 100px;
}

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

.productList {
  width: 22%;
}

.productList_icon {
  min-height: 30px;
}

.productList_icon_one {
  display: inline-block;
}

.productList_icon_one img {
  width: 30px;
}

.productList_icon_one + .productList_icon_one {
  margin-left: 3px;
}

.productList_icon_one.is_note {
  padding-top: 5px;
}

.productList_icon_one_text {
  margin-left: 4px;
  font-size: 1.2rem;
  vertical-align: text-bottom;
}

.is_note .productList_icon_one_text {
  margin-left: 0;
}

.productList_title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.productList_img {
  max-width: 218px;
  width: 100%;
  height: 157px;
  margin: 0 auto 10px;
}

.productList_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.productList_main {
  margin-bottom: 15px;
}

.productList_main_table {
  border-bottom: 1px solid #000;
}

.productList_main_table tr {
  border-top: 1px solid #000;
}

.productList_main_table th,
.productList_main_table td {
  padding: 10px 5px;
  font-size: 1.2rem;
}

.productList_main_table th {
  width: 60px;
  color: #b30000;
}

.productList_btn {
  width: 80%;
  margin: 0 auto;
}

.productList_btn a {
  padding: 5px 0;
  font-size: 1.3rem;
  min-width: 0;
  width: 100%;
}

.itemMainInfo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.itemMainInfo_mv {
  width: 45%;
}

.itemMainInfo_mv img {
  width: 100%;
  height: 440px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: contain;object-position: center top;";
}

.itemMainInfo_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48%;
}

.itemMainInfo_main_maincopy {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.itemMainInfoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #b30000;
  border-bottom: 1px solid #b30000;
}

.itemMainInfoList_sec {
  display: flex;
  width: 49%;
}

.itemMainInfoList_sec.is_nisugata {
  width: 100%;
  margin-top: 10px;
}

.itemMainInfoList_sec_title {
  width: 50%;
  min-width: 50%;
  color: #b30000;
}

.is_nisugata .itemMainInfoList_sec_title {
  width: 25%;
  min-width: 25%;
}

.itemMainInfoList_sec:last-child:nth-child(odd) {
  width: 100%;
  min-width: 50%;
  flex-grow: 1;
}

.detailSection {
  margin-bottom: 70px;
}

.detailSection.is_col2 {
  display: flex;
  justify-content: space-between;
}

.detailSection_sec {
  width: 46%;
}

.eiyo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.eiyo {
  width: 49%;
}

.eiyo:nth-child(n + 3) {
  margin-top: 10px;
}

.eiyo_title {
  display: inline-block;
  width: 80px;
  margin-right: 15px;
  padding: 1px;
  background: #f2e5e5;
  color: #b30000;
  text-align: center;
}

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

.recipeArea_one {
  width: 18%;
}

.allergies_l {
  display: flex;
}

.allergies_l_li {
  position: relative;
}

.allergies_s {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.allergies_s_li {
  position: relative;
}

.qa + .qa {
  margin-top: 15px;
}

.qa_title {
  display: flex;
  font-size: 1.3rem;
  padding: 10px 20px;
  background: #00aebb;
  color: #fff;
}

.qa_title_q {
  margin-right: 10px;
  padding-top: 2px;
}

.qa_aArea {
  display: flex;
  padding: 20px;
  border: 1px solid #00aebb;
  background: #fbfbf9;
  font-size: 1.3rem;
}

.qa_aArea_a {
  margin-right: 15px;
  color: #00aebb;
}

.zairyoTable th,
.zairyoTable td {
  padding: 7px;
}

.zairyoTable th {
  padding-right: 60px;
}

.zairyoTable th:not(.zairyoTable_sub)::before {
  content: "●";
  margin-right: 5px;
  font-size: 9px;
  color: #b30000;
}

.zairyoTable th.zairyoTable_sub {
  padding-left: 20px;
}

.zairyoTable th.zairyoTable_sub:before {
  content: "└";
  margin-right: 10px;
  color: #b30000;
}

.recipeList_wrap {
  display: flex;
  flex-flow: row wrap;
}

.recipeList {
  max-width: 31%;
  width: 100%;
  margin-bottom: 30px;
}

.recipeList_title {
  color: #b30000;
  font-weight: bold;
}

.recipeList_img {
  height: 200px;
}

.recipeList_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
}

.howtomake li {
  line-height: 190%;
}

.howtomake li + li {
  margin-top: 10px;
}

.recruitList_wrap {
  max-width: 750px;
  width: 100%;
  margin: 40px auto 0;
}

.recruitList {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b30000;
}

.recruitList + .recruitList {
  margin-top: 10px;
}

.recruitList_title {
  margin: 7px 10px 0 0;
  font-size: 1.6rem;
}

.recruitAppial {
  max-width: 750px;
  width: 100%;
  margin: 40px auto;
}

.recruitTable {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.recruitTable tr {
  vertical-align: top;
}

.recruitTable th {
  width: 200px;
}

.recuruitContents {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 30px;
}

.entryTable th {
  min-width: 220px;
  text-align: left;
  background: #f1f1f1;
}

.entryTable th::before {
  content: "";
  color: #b30000;
  font-weight: bold;
  margin-right: 17px;
}

.entryTable th.is_hissu::before {
  content: "※";
  margin-right: 4px;
}

.entryTable td textarea {
  height: auto;
}

.entryTable .toiawasenaiyou select {
  margin-bottom: 15px;
}

.entryTable .radiobtn_wrap {
  display: flex;
  flex-wrap: wrap;
}

.entryTable .radiobtn_wrap .mwform-radio-field.horizontal-item {
  margin-right: 20px;
}

.entryTable .radiobtn_wrap input {
  margin-right: 5px;
}

.entryTable .noteText {
  font-size: 90%;
}

.mw_wp_form_confirm .entryTable .noteText {
  display: none;
}

.sitemapArea li a {
  text-decoration: underline;
}

.topMainVisual {
  position: relative;
}

.topMainVisual_okame {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 1000px / 2);
  width: 328px;
}

.topMainVisual_okame a img {
  transform: scale(1);
}

.topSlider .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 34px;
  display: flex;
  justify-content: center;
}

.topSlider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  line-height: 0;
}

.topSlider .slick-dots li button {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: #fff;
  border: 1px solid #fff;
  color: #b30000;
  font-size: 0;
}

.topSlider .slick-dots li.slick-active button {
  background: #b30000;
}

.topProduct_wrap {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 40px;
}

.topProduct {
  margin-top: 30px;
  width: 48%;
}

.topProduct_title {
  margin-bottom: 10px;
  text-align: center;
}

.topProduct_title_main {
  font-size: 2.4rem;
  font-weight: bold;
}

.topProduct_title_main::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 24px;
  margin-right: 10px;
  background: url(../img/common/nav_product.png) center center/contain no-repeat;
  vertical-align: middle;
}

.topProduct_title_main_red {
  color: #b30000;
}

.topProduct_title_en {
  font-family: "acumin-pro-condensed", ヒラギノ明朝 ProN W3,
    Hiragino Mincho ProN, 游明朝, YuMincho, Noto Serif JP, HG明朝E, ＭＳ Ｐ明朝,
    ＭＳ 明朝, serif;
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

.topProduct_main {
  padding: 30px 0;
  border: 1px solid #b30000;
}

.topProduct_main_imgs {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

@supports (-ms-ime-align: auto) {
  .topProduct_main_imgs {
    justify-content: space-around;
  }
}

.topProduct_main_imgs_one {
  width: 100px;
}

.topProduct_main_imgs_one a {
  display: block;
}

.topProduct_main_btn {
  margin: 0 auto;
  text-align: center;
}

.topNews {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 40px;
}

.topNews_main {
  border: 1px solid #b30000;
  padding: 30px;
}

.topNews_main_btn {
  margin-top: 20px;
  text-align: center;
}

.topNews_main_btn a {
  width: 300px;
}

.newsSec {
  display: flex;
}

.newsSec_date {
  width: 180px;
}

.newsSec_main {
  flex: 1;
}

.newsSec_main_title {
  margin-bottom: 5px;
  font-weight: bold;
}

.topRecipe {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 40px;
}

.topRecipe_main {
  padding: 50px 30px 30px;
  border: 1px solid #b30000;
}

.topRecipe_main_imgs {
  display: flex;
  justify-content: center;
}

.topRecipe_main_imgs_one {
  width: 18%;
  height: 112px;
  margin: 0 1%;
}

.topRecipe_main_imgs_one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.topRecipe_main_btn {
  margin-top: 40px;
  text-align: center;
}

.topRecipe_main_btn a {
  width: 300px;
}

.contentsPanel_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 40px;
}

.contentsPanel {
  display: flex;
  width: 31%;
  border: 1px solid #b30000;
  border-radius: 10px;
  overflow: hidden;
}

.contentsPanel a {
  display: flex;
  width: 100%;
  height: 100%;
}

.contentsPanel:nth-child(n + 4) {
  margin-top: 30px;
}

.contentsPanel_img {
  width: 40%;
  min-width: 40%;
}

.contentsPanel_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

a:hover .contentsPanel_img img {
  opacity: 1;
}

.contentsPanel_main {
  flex: 1;
  padding: 20px 10px 10px;
}

.contentsPanel_main_title {
  margin-bottom: 2px;
  padding-bottom: 3px;
  color: #b30000;
  font-weight: bold;
}

.contentsPanel_main_text {
  font-size: 1.2rem;
}

.contentsPanel_main_text p {
  line-height: 160%;
}

.contentsPanel_main_text_insta {
  margin-top: 5px;
}

.newsTable {
  max-width: 700px;
  margin: 0 auto;
}

.newsTable th {
  width: 150px;
}

.newsTable td a {
  color: #019ab3;
}

@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #019ab3;
  }

  .js-panelTitle:hover {
    color: #019ab3;
  }

  .js-panelTitle:hover::before {
    top: 2px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2076%22%3E%3Crect%20width%3D%2260%22%20height%3D%2276%22%20fill%3D%22none%22%2F%3E%3Cpolyline%20points%3D%220%2038%2060%2038%200%2038%22%20fill%3D%22none%22%20stroke%3D%22%2300aebb%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%2F%3E%3C%2Fsvg%3E");
  }

  .btn_blue:hover {
    background: #099eda;
  }

  .btn_gray:hover {
    background: #5e5e5e;
  }

  .btn_s:hover {
    background: #c6a252;
  }

  .contents p a:hover {
    text-decoration: none;
  }

  .breadcrumb_ul li a:hover {
    color: #019ab3;
  }

  .cateNavi_ul li a:hover {
    color: #019ab3;
  }

  .cateLocalNavi_ul_li + li {
    border-left: 1px solid #b30000;
  }

  .cateLocalNavi_ul_li a:hover {
    background: #f2e5e5;
  }

  .footerGNavi_ul_li a:hover {
    background: #f2e5e5;
  }

  .footerNavi_ul li a:hover {
    color: #019ab3;
  }

  .header_top_contact a:hover {
    background: #f30707;
  }

  .header_top_onlineshop a:hover {
    background: #cd0000;
  }

  .gNavi_ul_li:hover {
    background: #f2e5e5;
  }

  .gNaviSub {
    box-shadow: -1px 0 0 #e5e5e5, 1px 0 0 #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s;
  }

  li:hover .gNaviSub {
    transform: scaleY(1);
  }

  .gNaviSub li a:hover {
    background: #ead4d4;
  }

  .pagination ul li a:hover {
    background: #f7f7f7;
  }

  .linksyuArea li a:hover {
    color: #019ab3;
  }

  .anValiation_one {
    width: 10%;
  }

  .anValiation_one:not(:nth-child(9n + 1)) {
    margin-left: calc(10% / 8);
  }

  .anValiation_one:nth-child(n + 10) {
    margin-top: 10px;
  }

  .productList:not(:nth-child(4n + 1)) {
    margin-left: 4%;
  }

  .productList:nth-child(n + 5) {
    margin-top: 60px;
  }

  .itemMainInfoList_sec:nth-child(n + 3) {
    margin-top: 10px;
  }

  .recipeArea_one:not(:nth-child(5n + 1)) {
    margin-left: calc(10% / 4);
  }

  .allergies_l_li {
    width: 13%;
  }

  .allergies_l_li:not(:nth-child(7n + 1)) {
    margin-left: calc(9% / 6);
  }

  .allergies_s_li {
    width: 13%;
  }

  .allergies_s_li:not(:nth-child(7n + 1)) {
    margin-left: calc(9% / 6);
  }

  .allergies_s_li:nth-child(n + 8) {
    margin-top: 15px;
  }

  .recipeList:not(:nth-child(3n + 1)) {
    margin-left: calc(3.5% - 1px);
  }

  .recruitCateList a:hover {
    color: #019ab3;
  }

  .sitemapArea li a:hover {
    color: #019ab3;
  }

  .topMainVisual_okame a img:hover {
    transform: scale(1.1);
    opacity: 1;
  }

  .contentsPanel:not(:nth-child(3n + 1)) {
    margin-left: 3.5%;
  }

  .contentsPanel a:hover {
    background: #f7f7f7;
  }

  .newsTable td a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active),
  (min-width: 768px) and (-ms-high-contrast: none) {
  .anValiation_one:not(:nth-child(9n + 1)) {
    margin-left: calc(10% / 8 - 1px);
  }
}

@media (min-width: 1100px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 1099px) {
  .contents_center {
    max-width: 90%;
    width: 90%;
  }

  .breadcrumb_inner {
    max-width: 90%;
    width: 90%;
  }

  .cateNavi_ul {
    max-width: 90%;
    width: 90%;
  }

  .cateLocalNavi_ul {
    max-width: 90%;
    width: 90%;
  }

  .productContents {
    max-width: 90%;
    width: 90%;
  }

  .topProduct_wrap {
    max-width: 90%;
    width: 90%;
  }

  .topNews {
    max-width: 90%;
    width: 90%;
  }

  .topRecipe {
    max-width: 90%;
    width: 90%;
  }

  .contentsPanel_wrap {
    max-width: 90%;
    width: 90%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 65%;
  }

  .pc {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #019ab3;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    width: 100%;
  }

  .js-panelTitle:active {
    color: #019ab3;
  }

  .js-panelTitle:active::before {
    top: 2px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2076%22%3E%3Crect%20width%3D%2260%22%20height%3D%2276%22%20fill%3D%22none%22%2F%3E%3Cpolyline%20points%3D%220%2038%2060%2038%200%2038%22%20fill%3D%22none%22%20stroke%3D%22%2300aebb%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%2F%3E%3C%2Fsvg%3E");
  }

  .btn_blue {
    font-size: 1.4rem;
  }

  .btn_gray {
    font-size: 1.4rem;
  }

  .btn_none {
    font-size: 1.4rem;
  }

  .col {
    display: block;
  }

  .col.is_sp_flex {
    display: flex;
  }

  #container .col:not(.is_sp_flex) .col_contents {
    max-width: 100%;
    margin: 0 auto 25px;
  }

  #container .col:not(.is_sp_flex) .is_oneline .col_contents + .col_contents {
    margin-left: auto;
    margin-top: 30px;
  }

  .flImgContents_img {
    max-width: 100%;
  }

  .flImgContents_img.is_s {
    max-width: 100%;
  }

  .flImgContents_img.is_l {
    max-width: 100%;
  }

  .is_img2 .flImgContents_img {
    max-width: 100%;
    width: 100%;
  }

  .flImgContents_img.is_fr {
    float: none;
    margin: 0 auto 20px;
  }

  .flImgContents_img.is_fl {
    float: none;
    margin: 0 auto 20px;
  }

  .img_full {
    max-width: 100%;
  }

  .size_30 {
    width: 100%;
  }

  .size_60 {
    width: 100%;
  }

  .sp_space {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
  }

  .table_01 th,
  .table_01 td {
    font-size: 1.3rem;
  }

  .table_01.sidetitle tr {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .table_01.sidetitle th {
    padding: 10px 0 5px;
  }

  .table_01.sidetitle td {
    padding: 0;
  }

  .sidetitle tr {
    display: block;
  }

  .sidetitle th,
  .sidetitle td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .sidetitle th {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .table_03.sidetitle tr + tr {
    margin-top: 20px;
  }

  .table_03.sidetitle td,
  .table_03.sidetitle th {
    border: none;
  }

  .table_03.sidetitle th {
    margin-bottom: 10px;
    padding: 10px;
  }

  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .pageTitle_ja {
    font-size: 2rem;
  }

  .title_s {
    margin-bottom: 15px;
  }

  .breadcrumb_ul li {
    padding: 3px;
  }

  .cateNavi_ul {
    justify-content: space-around;
  }

  .cateNavi_ul li {
    margin: 0;
  }

  .cateLocalNavi_ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cateLocalNavi_ul_li {
    width: 33%;
  }

  .cateLocalNavi_ul_li:not(:nth-child(3n)) {
    border-right: 1px solid #b30000;
  }

  .cateLocalNavi_ul_li:nth-child(n + 4) {
    margin-top: 5px;
  }

  .cateLocalNavi_ul_li a {
    padding: 0 5px;
    font-size: 1.3rem;
  }

  .footer {
    margin-top: 30px;
  }

  .footerGNavi_ul {
    flex-wrap: wrap;
  }

  .footerGNavi_ul_li {
    width: 32%;
  }

  .footerGNavi_ul_li a {
    height: auto;
  }

  .footerNavi_ul li {
    font-size: 1.2rem;
  }

  .footerCopy {
    font-size: 0.9rem;
  }

  .header_top {
    justify-content: space-evenly;
    height: 50px;
    padding-right: 55px;
  }

  .header_top_contact {
    width: 50%;
    font-size: 1.1rem;
    font-weight: normal;
  }

  .header_top_contact a {
    width: 100%;
    text-align: left;
    padding: 0 10px;
  }

  .header_top_contact a::before {
    width: 16px;
    height: 12px;
  }

  .header_top_logo {
    width: 70%;
    background: #fff;
  }

  .header_top_logo a {
    text-align: center;
    padding: 1px 5px 5px;
  }

  .header_top_contactSp {
    width: 25%;
  }

  .header_top_contactSp a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #da0606;
  }

  .header_top_contactSp a img {
    width: 20px;
  }

  .header_top_onlineshop {
    width: 40%;
    font-size: 1.1rem;
    font-weight: normal;
  }

  .header_top_onlineshop a {
    width: 100%;
  }

  .header_navArea_logo {
    width: 100%;
    margin: -3px 0 0;
    padding: 0 10px 10px;
  }

  .header_navArea_logo_img {
    margin: 0 auto;
  }

  .gNavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.4s ease-out;
    overflow: hidden;
    z-index: 10;
  }

  .dwMenu_active .gNavi {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .gNavi_inner {
    position: relative;
    height: 86vh;
    top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .gNavi_ul {
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
  }

  .gNavi_ul_li {
    display: block;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
  }

  .dwMenu_active .gNavi_ul_li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }

  .dwMenu_active .gNavi_ul_li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .dwMenu_active .gNavi_ul_li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }

  .dwMenu_active .gNavi_ul_li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .gNavi_ul_li a,
  .gNavi_ul_li > div {
    height: auto;
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .gNavi_ul_li_img {
    width: 35px;
    margin: 0 15px 0 0;
  }

  .gNavi_ul_li_text {
    font-size: 1.5rem;
  }

  .gNaviSub {
    position: static;
    transform: scale(1);
  }

  .gNaviSub li {
    border-top: 0;
    font-size: 1.3rem;
  }

  .gNaviSub li a {
    padding: 10px 10px 10px 70px;
    text-align: left;
  }

  .gNaviSub li a::before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
  }

  .wpArticle h1 {
    font-size: 2.3rem;
  }

  .wpArticle h2 {
    font-size: 2rem;
  }

  .wpArticle h3 {
    font-size: 1.8rem;
  }

  .wpArticle img {
    display: block;
    margin: 10px auto;
  }

  .wpArticle table th,
  .wpArticle table td {
    font-size: 1.3rem;
  }

  .wpArticle .alignright {
    float: none;
    margin: 10px auto;
  }

  .wpArticle .alignleft {
    float: none;
    margin: 10px auto;
  }

  .companyTable th {
    width: 85px;
  }

  .contactTable th {
    width: 100%;
  }

  .contactTable .radiobtn_wrap {
    padding: 0 5px;
  }

  .contactTable .radiobtn_wrap .mwform-radio-field.horizontal-item {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .contactBtn input {
    min-width: 0;
  }

  .linksyuArea li a:active {
    color: #019ab3;
  }

  .anFlow {
    margin-top: 20px;
  }

  .anFlow_btns_btn a {
    font-size: 1.2rem;
    padding: 5px 10px;
  }

  .seijituArea {
    background-position: -70px -20px;
  }

  .seijitu_wrap {
    display: block;
    min-height: 0;
    padding: 120px 20px 20px;
  }

  .seijitu.is_world {
    width: 100%;
    position: static;
  }

  .seijitu.is_japan {
    width: 100%;
    position: static;
  }

  .seijituSection {
    overflow: hidden;
  }

  .seijituSection_title {
    margin-bottom: 10px;
    order: 1;
    border-bottom: 1px dashed #b30000;
  }

  .seijituSection_img {
    width: 40%;
    float: right;
  }

  .seijituSection_text {
    width: 55%;
  }

  .anValiation_one {
    width: 24%;
  }

  .anValiation_one:not(:nth-child(4n + 1)) {
    margin-left: calc(4% / 3);
  }

  .anValiation_one:nth-child(n + 5) {
    margin-top: 10px;
  }

  .productList {
    width: 48%;
  }

  .productList:nth-child(even) {
    margin-left: 4%;
  }

  .productList:nth-child(n + 3) {
    margin-top: 50px;
  }

  .productList_icon_one img {
    width: 25px;
  }

  .productList_icon_one_text {
    font-size: 1rem;
  }

  .itemMainInfo {
    display: block;
  }

  .itemMainInfo_mv {
    width: 100%;
    margin: 0 0 10px;
  }

  .itemMainInfo_main {
    display: block;
    width: 100%;
  }

  .itemMainInfoList {
    display: block;
    padding: 20px 0;
  }

  .itemMainInfoList_sec {
    display: block;
    width: 100%;
  }

  .itemMainInfoList_sec + .itemMainInfoList_sec {
    margin-top: 10px;
  }

  .is_nisugata .itemMainInfoList_sec_title {
    min-width: 25%;
    width: auto;
  }

  .itemMainInfoList_sec_title {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }

  .detailSection.is_col2 {
    display: block;
  }

  .detailSection_sec {
    width: 100%;
  }

  .recipeArea_one {
    width: 48%;
  }

  .recipeArea_one:nth-child(even) {
    margin-left: 4%;
  }

  .recipeArea_one:nth-child(n + 3) {
    margin-top: 10px;
  }

  .allergies_l {
    flex-wrap: wrap;
  }

  .allergies_l_li {
    width: 19%;
  }

  .allergies_l_li:not(:nth-child(5n + 1)) {
    margin-left: calc(5% / 4);
  }

  .allergies_l_li:nth-child(n + 6) {
    margin-top: 5px;
  }

  .allergies_s_li {
    width: 19%;
  }

  .allergies_s_li:not(:nth-child(5n + 1)) {
    margin-left: calc(5% / 4);
  }

  .allergies_s_li:nth-child(n + 6) {
    margin-top: 5px;
  }

  .zairyoTable th,
  .zairyoTable td {
    padding: 5px;
  }

  .zairyoTable th {
    padding-right: 15px;
  }

  .recipeList {
    max-width: 48%;
  }

  .recipeList:not(:nth-child(2n + 1)) {
    margin-left: 4%;
  }

  .recipeList_title {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .recipeList_img {
    height: 100px;
  }

  .recruitList_title {
    margin-top: 3px;
    font-size: 1.4rem;
  }

  .recruitList_btn a {
    min-width: 0;
    padding: 5px 15px;
    font-size: 1.2rem;
  }

  .recruitAppial {
    padding-right: 5%;
    padding-left: 5%;
  }

  .entryTable th {
    min-width: 0;
    width: 100%;
  }

  .entryTable .radiobtn_wrap {
    padding: 0 5px;
  }

  .entryTable .radiobtn_wrap .mwform-radio-field.horizontal-item {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .sitemapArea li a:active {
    color: #019ab3;
  }

  .topSlider .slick-dots {
    bottom: 20px;
  }

  .topProduct_wrap {
    display: block;
  }

  .topProduct {
    width: 100%;
  }

  .topProduct_title_main {
    font-size: 1.8rem;
  }

  .topProduct_title_en {
    font-size: 1.4rem;
  }

  .topNews_main {
    padding: 20px;
  }

  .topNews_main_btn a {
    width: 80%;
  }

  .newsSec {
    display: block;
  }

  .newsSec_date {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .topRecipe_main {
    padding: 30px 10px 30px;
  }

  .topRecipe_main_imgs {
    flex-wrap: wrap;
  }

  .topRecipe_main_imgs_one {
    width: 31%;
    height: 70px;
  }

  .topRecipe_main_imgs_one:nth-child(n + 4) {
    margin-top: 15px;
  }

  .topRecipe_main_btn {
    margin-top: 30px;
  }

  .topRecipe_main_btn a {
    width: 80%;
  }

  .contentsPanel_wrap {
    display: block;
  }

  .contentsPanel {
    width: 100%;
  }

  .contentsPanel + .contentsPanel {
    margin-top: 10px;
  }

  .newsTable th {
    font-size: 1.2rem;
    font-weight: normal;
    color: #666;
  }
}

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

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

  .header_navArea_logo {
    padding: 15px 20px;
  }

  .recruitAppial {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .topMainVisual_okame {
    left: 10px;
  }

  .newsSec_date {
    min-width: 140px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "Noto Sans JP", "游ゴシック Medium", "游ゴシック", YuGothic, Meiryo,
      メイリオ, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  }

  .topProduct_main_imgs {
    justify-content: space-around;
  }
}

/* =====================================================
# banners
===================================================== */

.banner {
  padding: 50px 30px 20px;
}

.banner__cards {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 30px 15px 0;
  }

  .banner__cards {
    gap: 15px;
  }
}

/* =====================================================
# Slider
===================================================== */
/* 画像がホバー時に薄くならないようにする */
.topMainVisual .topSlider a:hover {
  opacity: 1 !important;
}