@charset "UTF-8";
/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
/* header, */
hgroup,
main,
nav,
div {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* ▼農水省CMS仕様 */

/* 全ページに連絡先を一律追加するため */
#bottom_contents {
  background-color: #ffe6d8;
}

div#bottom_contents:before {
  content: "お問合せ先：新事業・食品産業部 外食・食文化課";
  font-size: 1.5em;
  text-align: center;
  display: block;
  padding: 0.5em 0 0;
}

#bottom_contents:after {
  content: "03-3502-5516（ダイヤルイン）";
  display: block;
  text-align: center;
  font-size: 1.2em;
  padding: 0 0 0.5em;
}

/* アクセシビリティ対策 */
.tri_mark_up:before {
  content: "▲";
}

.tri_mark_down:before {
  content: "▼";
}

.harf_mark:before {
  content: "･";
}

.kome_mark:before {
  content: "※";
}

.dl--attention p span.kome_mark {
  display: inline-block;
}

.ast_mark:before {
  content: "＊";
}

p,
.content p {
  /* content pは農水省全体のcssを変更するため */
  margin: 0;
  padding: 0;
  /* text-align: justify;
  font-feature-settings: "palt" 1;
  word-break: break-all; */
  text-align: left;
}

.content {
  /* contentは農水省全体のcssを変更するため */
  padding: 0;
}

#search-area {
  margin-top: -4em;
  padding-top: 4em;
}

#fermentedfood {
  margin-top: -2em;
  padding-top: 2em;
}

#dento-shoku {
  margin-top: -2em;
  padding-top: 2em;
}

/* 各メニューのタイトル */
.content h2.menu_title {
  font-size: 2.5em;
  width: calc(100% - 80px);
}

/* 連絡先のpを元に戻す 20240703追加 */
.outline p {
  margin: 0 0 20px 0;
  padding: 0 30px;
}


/* 問い合わせ先の設置 */

.outline:before {
	content: "Contact";
	display: block;
	color: #000;
	font-size: 1.2em;
	background-color: #eee;
	padding: 8px 0 8px 16px;
	font-weight: bold;
}

.outline:after {
	content: "Food Cultures Office, Food Service Industry and Food Cultures Division, New Business and Food Industry Department, Minister's Secretariat, Ministry of Agriculture, Forestry and Fisheries\ATel:+81-3-3502-5516";
	width: 100%;
	display: block;
	/* margin: 50px 0 20px 0; */
	font-size: 1.2em;
	border: 3px solid #eee;
	padding: 1em 1.5em;
	white-space: pre-wrap;
	line-height: 1.7;
}

.outline {
	border: 0;
}
.outline p {
	display: none;
}


/* -- ▼▼▼スマートフォン▼▼▼ -- */
@media screen and (max-width: 767px) {

  /* 各メニューのタイトル */
  .content h2.menu_title {
    font-size: 2em;
    width: calc(100% - 55px);
  }
}

/* ▲農水省CMS仕様 */

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
} */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

/* dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
} */

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* a {
  text-decoration: none;
} */

.dento_wrap {
  font-family: serif;
  line-height: 2;
  margin: -2em 0 0;
}

.dento_wrap a {
  text-decoration: none;
}

/* PDFマークなしの設定 */
.dento_wrap a.no_mark[href$=".pdf"] {
  background-image: none;
  padding: 0;
}

a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* PDFリンク下線 */
.hakko_pdf a {
  text-decoration: underline;
  transition: 0s;
}

.hakko_pdf a:hover {
  text-decoration: none;
  transition: 0s;
}

.hakko a[href$=".pdf"] {
  background-size: 1.2em;
}

.hakko_pdf {
  text-align: right;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
  text-align: center;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --gray-bg: #A6A6A6;
  --light-gray: #F0F0F0;
  --primary: #071957;
  --second: #930000;
  --text-body: #4D4D4D;
  --blue-sky: #0470B7;
  --blue-rgb: rgba(4, 111, 183, 0.2);
  --black-rgb: rgba(0, 0, 0, 0.2);
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

/* body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  overflow-wrap: break-word;
  font-weight: 500;
  color:#44444e;
  overflow-x: hidden;
  line-height: 2;
  position: relative;
  width: 100%;
  background: #ffffff;
  letter-spacing: 0.1em;
  text-align: left;
} */

a {
  transition: all 0.3s;
  color: #44444e;
  outline: none !important;
}

a:hover {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #44444e;
  letter-spacing: 2px;
}

h1 {
  /* font-size: 36px;
  line-height: 1.3; */
  display: none;
}

.content h2 {
  line-height: 1.15;
  font-family: serif;
  font-size: 2em;
  background-color: unset;
  padding: 0;
}

/* h2 {
  font-size: 40px;
  line-height: 1.15;
} */
h3 {
  font-size: 34px;
  line-height: 1.16;
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}

.content h4 {
  font-size: 2em;
  border-left: 0px;
  font-family: serif;
}

h5 {
  font-size: 20px;
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* ヘッダーメニュー付近 */
.header_menu {
  position: sticky;
  z-index: 99;
  background-color: var(--white);
  top: 0;
}

.content .container ul li {
  background-image: none;
}

.header__nav nav ul,
.footer__nav nav ul,
.hero__slides .container ul,
.products__item--body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="tel"],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

/* .btn,
button,
input[type="button"],
input[type="submit"] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
} */

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 0.9;
  color: var(--white);
}

.btn svg,
button svg,
input[type="button"] svg,
input[type="submit"] svg {
  margin-right: 15px;
  max-height: 20px;
}

.btn.btn-white,
button.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  font-size: 14px;
  padding: 9px 35px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: 100px;
  background: none;
  text-transform: uppercase;
  border: 2px solid var(--primary);
}

.btn-outline:hover {
  opacity: 0.9;
  color: var(--second);
  border-color: var(--second);
}

.container-fluid {
  max-width: 1920px;
}

@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
  margin: 0 0 0 auto;
}

.hamburger span {
  width: 29px;
  height: 3px;
  background: var(--primary);
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1.5px);
  left: calc(50% - 14.5px);
}

.hamburger span::before,
.hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 29px;
  height: 3px;
  background: var(--primary);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}

.hamburger span::after {
  top: -10px;
}

.hamburger.active span {
  transform: rotate(225deg);
}

.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}

.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}

.div__heading {
  text-align: center;
  margin-bottom: 45px;
}

body.show-nav .header__top .hamburger span {
  background: #44444e;
}

body.show-nav .header__top .hamburger span::before,
body.show-nav .header__top .hamburger span::after {
  background: #44444e;
}

body.show-nav .header__nav {
  opacity: 1;
  visibility: visible;
}

/* .header {
  position: sticky;
  z-index: 99;
  background-color: var(--white);
  top: 0;
} */

.header__top {
  padding: 0;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 992px) {
  .header__top {
    padding: 0;
  }
}

.header__top--inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__logo {
  max-width: 60%;
}

.header__logo img {
  display: block;
  height: 33px;
}

.header__control {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .header__control {
    display: none;
  }
}

.header__control a {
  color: var(--text-body);
  padding-bottom: 5px;
  transition: 0.3s;
}

.header__control a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.header__control a.current {
  border-bottom: 2px solid #dc1523;
}

.header__control--hotline {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  margin-right: 60px;
}

.header__control--hotline img {
  height: 21px;
  margin-right: 5px;
}

.header__control--hotline strong {
  font-size: 21px;
  line-height: 1;
}

.header__control--hotline span {
  font-size: 14px;
  width: 100%;
  line-height: 17px;
}

.header__control--button {
  text-align: center;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #e2c57a;
  width: 185px;
  position: relative;
}

.header__control--button:hover {
  cursor: pointer;
}

/* .header__control--button img {
  height: 22px;
  margin-bottom: 6px;
} */

.header__control--button span {
  display: block;
  line-height: 15.6px;
  white-space: nowrap;
}

.header__control--button+.header__control--button {
  margin-left: 16px;
}

.header__nav {
  background: #ffffff;
}

@media only screen and (max-width: 991px) {
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }


/* ハンバーガーメニューのリストの行間 */
  .content .container ul li {
    margin: 0;
  }

}

@media only screen and (max-width: 991px) {
  .header__nav nav {
    padding: 50px 0;
    display: flex;
    height: 100vh;
  }
}

.header__nav nav ul li {
  position: relative;
}

.header__nav nav ul li a {
  color: #44444e;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  display: block;
  padding: 16px 20px;
  letter-spacing: 2px;
}

.header__nav nav ul li.active>a {
  background: #316EB2;
}

.header__nav nav ul li:hover>a {
  /* background: #316EB2; */
  /* background: #f1f1f1; */
  opacity: 0.8;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) {
  .header__nav nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }
}

.header__nav nav ul li .toggle-sub {
  position: absolute;
  right: 0;
  background: url("/files/user/images/arrow-white.svg") no-repeat 50% 50%;
  top: 3px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .header__nav nav ul li .toggle-sub {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav nav ul li.shown-sub>ul {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .header__nav nav ul ul {
    position: absolute;
    background: var(--white);
    left: 100%;
    top: 0;
    width: 240px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header__nav nav ul ul li a {
    color: var(--primary);
  }
}

@media only screen and (min-width: 992px) {
  .header__nav nav>ul {
    display: flex;
    justify-content: center;
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav nav>ul {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .header__nav nav>ul>li+li {
    margin-left: 2.75%;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav nav>ul>li+li {
    border-top: 1px solid #44444e;
  }

  .header__nav nav>ul>li+li.language-sp {
    padding: 15px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    display: flex;
    letter-spacing: 2px;
    align-items: center;
    background-color: #e2c57a;
    border-top: 1px solid #e2c57a;
    color: #fff;
  }

  .header__nav nav>ul>li+li:nth-child(7) {
    border-top: 1px solid #e2c57a;
  }

  .header__nav nav>ul>li+li.language-sp img {
    max-height: 20px;
    margin-right: 12px;
  }
}

.header__nav nav>ul>li>a {
  font-weight: 600;
  padding: 15px 30px;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) {
  .header__nav nav>ul>li>ul {
    top: 100%;
    left: 0;
  }
}

.header__nav nav>ul ul {
  display: none;
}

@media only screen and (min-width: 992px) {
  .header__nav nav>ul ul {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav nav>ul ul {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav nav>ul ul li {
    border-top: 1px solid var(--white);
  }
}

@media only screen and (min-width: 992px) {
  .header_menu .hamburger {
    display: none;
  }
}

.footer {
  background: #ffffff;
  color: #44444e;
  border-top: 1px solid #E6E6E6;
}

/* .footer a {
  color: #44444e;
} */

.footer__top h3 {
  font-size: 22px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 700;
  margin: 0 0 12px;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__nav figure {
  text-align: left;
}

.footer__nav nav {
  width: calc(27% - 15px);
}

.footer__nav nav:first-child {
  width: calc(46% - 15px);
}

.footer__nav nav ul li {
  margin-bottom: 30px;
}

.footer__nav nav ul li a::before {
  content: '»';
  margin-right: 8px;
}

.footer__bottom {
  border-top: 1px solid #E6E6E6;
  text-align: center;
  padding: 4px 0;
  font-size: 11px;
  letter-spacing: 2px;
}

.footer__bottom p {
  text-align: center;
  margin: 0;
  color: #999999;
}

.back-to-top {
  position: fixed;
  border: 2px solid var(--second);
  color: var(--second);
  font-family: "Libre Baskerville", serif;
  right: 4%;
  bottom: -80px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  padding: 7px 0 0;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s;
  background: var(--white);
}

@media only screen and (min-width: 768px) {
  .back-to-top {
    width: 80px;
    height: 80px;
    font-size: 17px;
  }
}

.back-to-top.show {
  bottom: 8%;
  opacity: 1;
}

/** divs **/
.hero .slick-arrow {
  min-width: 50px;
  min-height: 50px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  top: 50%;
  z-index: 1;
  background-color: var(--blue-rgb);
}

.hero .slick-arrow.slick-next {
  right: 0;
}

.hero .slick-arrow.slick-prev {
  left: 0;
}

.hero .slick-track {
  display: flex;
}

.hero .slick-track .slick-slide {
  height: auto;
}

.hero__slides {
  background: #A6A6A6;
}

.hero__slides--inner {
  padding: 15.4% 0 16%;
}

.hero__slides .container p {
  text-align: center;
  font-size: 24px;
  color: var(--white);
  margin-bottom: 25px;
}

.hero__slides .container h3 {
  font-size: 35px;
  letter-spacing: 4px;
  color: var(--black);
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .hero__slides .container h3 {
    font-size: 50px;
    letter-spacing: 7px;
    padding-left: 20px;
  }
}

.hero__slides .container h3 span {
  color: var(--blue-sky);
}

.hero__slides .container ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: self-start;
  margin-top: 25px;
}

.hero__slides .container ul li {
  background-color: var(--white);
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  box-sizing: content-box;
  padding: 5px 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .hero__slides .container ul li {
    font-size: 30px;
    letter-spacing: 12px;
    padding: 5px 17px 5px 23px;
    margin-bottom: 15px;
  }
}

.hero__slides .container ul li span {
  color: var(--blue-sky);
}

.hero__slides .container a {
  height: 50px;
  display: inline-block;
  background: var(--white);
  margin-top: 34px;
  padding: 12px 44px;
  border-radius: 25px;
  color: var(--text-body);
}

.info {

  position: relative;
  padding: 60px 0 102px;
}

@media only screen and (min-width: 768px) {
  .info {
    padding: 72px 0 102px;
  }
}

.info .container {
  max-width: 1030px;
}

@media only screen and (min-width: 768px) {
  .info__content {
    display: flex;
    margin: 0 -15px;
  }
}

@media only screen and (min-width: 1200px) {
  .info__content {
    margin: 0 -30px;
  }
}

.info__card {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .info__card {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .info__card {
    padding: 0 30px;
  }
}

.info__card--image figure {
  padding-top: 56%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px var(--black-rgb);
}

.info__card--image figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.info__card--image figure figcaption {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 3;
  font-size: 24px;
  background: var(--second);
  color: var(--white);
  font-weight: 500;
  padding: 4px 11px;
  line-height: 1.5;
  letter-spacing: 2px;
}

.info__card--content {
  margin-top: 27px;
}

.info__card--buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.info__card--buttons a {
  width: 100%;
  margin-bottom: 15px;
  padding: 9px 10px;
}

@media only screen and (min-width: 600px) {
  .info__card--buttons a {
    width: calc(50% - 7px);
  }
}

@media only screen and (min-width: 1200px) {
  .info__card--buttons a {
    width: calc(50% - 15px);
  }
}

.service {
  background: var(--light-gray);
  padding: 58px 0;
}

@media only screen and (min-width: 992px) {
  .service {
    padding: 58px 0 92px;
  }
}

@media only screen and (min-width: 768px) {
  .service .div__heading {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .service__content {
    display: flex;
    align-items: flex-end;
    margin: 0 -15px;
  }
}

.service__card {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .service__card {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .service__card--item {
    transform: translateY(20px);
  }
}

@media only screen and (min-width: 768px) {
  .service__card--item .service__image {
    width: 79%;
  }
}

.service__card--item .service__element {
  padding: 87px 20px 50px;
}

@media only screen and (min-width: 992px) {
  .service__card--item .service__element {
    padding: 87px 30px 50px;
  }
}

.service__card .btn-outline {
  margin-top: 6px;
}

.service__image {
  width: 62%;
  position: relative;
  z-index: 1;
  margin: 0 auto -50px;
}

.service__image figure {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 50%;
}

.service__image figure img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.service__element {
  box-shadow: 0px 0px 15px var(--black-bg);
  background: var(--white);
  border-radius: 10px;
  padding: 67px 20px 30px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .service__element {
    padding: 67px 30px 30px;
  }
}

.service__element h5 {
  color: var(--second);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 19px;
}

.service__element h5 img {
  height: 35px;
  margin-right: 15px;
}

.service__element p {
  text-align: left;
}

.content-div {
  padding: 90px 0;
}

@media only screen and (min-width: 768px) {
  .content-div {
    padding: 60px 0;
  }
}

.content-div__inner {
  box-shadow: 0 0 15px var(--black-rgb);
  border-radius: 10px;
  background: var(--white);
}

@media only screen and (min-width: 992px) {
  .content-div__inner {
    display: flex;
  }
}

.content-div figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .content-div figure {
    width: 50%;
    position: relative;
    border-radius: 10px 0 0 10px;
  }
}

.content-div figure img {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .content-div figure img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
  }
}

.content-div__body {
  text-align: center;
  padding: 30px 25px;
}

@media only screen and (min-width: 768px) {
  .content-div__body {
    padding: 33px 55px;
  }
}

@media only screen and (min-width: 992px) {
  .content-div__body {
    width: 50%;
  }
}

.content-div__body h3 {
  margin: 0 0 22px;
}

.content-div__body p {
  text-align: left;
}

.content-div__body .btn-outline {
  margin-top: 8px;
}

.news {
  background: #4D4D4D;
  padding-block: 60px;
}

@media only screen and (min-width: 768px) {
  .news {
    padding-block: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .news__inner {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .news__list {
    display: flex;
  }
}

@media only screen and (min-width: 992px) {
  .news__list {
    width: calc(100% - 315px);
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .news__list--heading {
    width: 30%;
  }
}

.news__list--heading figure {
  position: relative;
  background: var(--second);
  height: 100%;
  padding: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .news__list--heading figure {
    padding: 100% 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .news__list--heading figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 80%;
    max-height: 80%;
  }
}

.news__list--scroll {
  height: 100%;
  overflow-y: auto;
  position: relative;
  max-height: 300px;
}

@media only screen and (min-width: 768px) {
  .news__list--scroll {
    width: 70%;
  }

  .news__list--scroll::-webkit-scrollbar {
    width: 10px;
  }

  .news__list--scroll::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  .news__list--scroll::-webkit-scrollbar-thumb {
    background: #BFBFBF;
    border-radius: 10px;
  }

  .news__list--scroll::-webkit-scrollbar-thumb:hover {
    background: #BFBFBF;
  }
}

@media only screen and (min-width: 992px) {
  .news__list--scroll {
    height: 270px;
    max-height: none;
  }
}

.news__list--inner {
  background: #3A3A3A;
  padding: 7px 20px;
}

@media only screen and (min-width: 768px) {
  .news__list--inner {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .news__list--inner {
    padding: 7px 29px;
  }
}

.news__list--inner article {
  padding: 17px 10px;
}

.news__list--inner article+article {
  border-top: 1px solid var(--white);
}

.news__list--inner article a {
  display: block;
  color: var(--white);
}

.news__list--inner article time {
  display: block;
  margin: 0;
  letter-spacing: 0px;
  font-weight: 400;
}

.news__list--inner article h3 {
  color: var(--white);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}

.news__featured {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .news__featured {
    width: 315px;
    margin-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .news__featured {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .news__featured article {
    width: calc(50% - 10px);
  }
}

.news__featured article figure {
  width: 60px;
  margin-right: 20px;
}

.news__featured article figure img {
  width: 100%;
}

.news__featured article+article {
  margin-top: 20px;
}

@media (min-width: 600px) and (max-width: 991px) {
  .news__featured article+article {
    margin-top: 0;
  }
}

.news__featured article a {
  display: flex;
  background: var(--white);
  border-bottom: 5px solid #BFBFBF;
  border-radius: 10px;
  padding: 30px 27px;
}

.news__featured article h4 {
  font-size: 22px;
  color: var(--second);
  font-weight: 500;
  margin: 0;
  letter-spacing: 1px;
}

.news__featured article p {
  font-size: 22px;
  margin: 0;
  color: var(--primary);
  line-height: 1.5;
}

@media only screen and (min-width: 1200px) {
  .news__featured article p {
    letter-spacing: 4px;
  }
}

.products {
  position: relative;
  z-index: 1;
  padding: 60px 0 40px;
}

@media only screen and (min-width: 768px) {
  .products {
    padding: 90px 0;
  }
}

.products::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 53%;
  z-index: -1;
  background: #F0F0F0;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .products__inner {
    display: flex;
    margin: 0 -15px;
  }
}

.products__item {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .products__item {
    padding: 0 15px;
  }
}

.products__item--inner {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.products__item figure img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.products__item--body {
  font-size: 13px;
  padding: 20px 25px 25px;
}

.products__item--body h3 {
  font-size: 18px;
  font-weight: 700;
}

.products__item--body h3 img {
  height: 20px;
  margin-right: 10px;
}

.products__item--buttons {
  margin-top: 13px;
}

@media only screen and (min-width: 1200px) {
  .products__item--buttons {
    display: flex;
    justify-content: space-between;
  }
}

.products__item--buttons a {
  width: 100%;
  padding: 6px 0;
}

@media only screen and (min-width: 1200px) {
  .products__item--buttons a {
    width: calc(50% - 7px);
  }
}

@media only screen and (max-width: 1199px) {
  .products__item--buttons a+a {
    margin-top: 10px;
  }
}

.ads {
  padding: 60px 0 90px;

}

@media only screen and (min-width: 768px) {
  .ads {
    padding: 90px 0;
  }
}

@media only screen and (min-width: 768px) {
  .ads__inner {
    display: flex;
    margin: 0 -15px;
  }
}

.ads__col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (min-width: 768px) {
  .ads__col {
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.ads__col a {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .ads__col a {
    margin-bottom: 30px;
  }
}

.ads__col a.ads__item--full {
  width: 100%;
}

.ads__col a img {
  border-radius: 10px;
}


/** add class **/
/* .header__top .container {
  max-width: 100%;
    padding-left: calc((100% - 1140px) / 2);
} */

.header__control ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  flex-wrap: wrap;
}

.header__control ul li {
  list-style: none;
  padding: 0 30px;
}

.header__control ul li:last-child {
  padding-right: 0;
}

.header__control--button a,
.header__control--button .language {
  color: #44444e;
  display: flex;
  align-items: center;
}

.header__control--button a img,
.header__control--button .language img {
  max-height: 20px;
  margin-right: 15px;
}

.header__control--button.min1630 {
  display: none;
}

div.bunrui__header {
  background: url(../files/topics/158_ext_01_0.jpg);
  background-size: cover;
  background-position: center;
}

div.area--top__header {
  background-size: cover;
  background-position: center;
}

div.search--menu__header {
  background: url(../files/user/images/search_top.jpg);
  background-size: cover;
  background-position: center;
}

div.about__header {
  background: url(../files/user/images/search_top.jpg);
  background-size: cover;
  background-position: center;
}

div.top__header {
  background: url(../img/title_back.jpg);
  background-size: cover;
  background-position: center;
}

div.area--top__header.fukui__header {
  /* background: url(../files/user/images/area_sample_top.jpg); */
  background-size: cover;
  background-position: right center;
}

.bunrui__header__inner,
.area--top__header__inner,
.about__header__inner,
.search--menu__header__inner {
  position: relative;
  min-height: 273px;
}

.bunrui__header__col,
.area--top__header__col,
.about__header__col,
.search--menu__header__col {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top__header__inner {
  position: relative;
  min-height: 400px;
}

.top__header__col {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top__header__col h1 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
  background-color: unset;
}

.top__header__col img {
  max-width: 138px;
  margin: 0 auto;
  display: block;
  height: auto;
}

.en .top__header__col img {
  max-width: 800px;
}

.bunrui__header__col .bunrui_title,
.area--top__header__col .bunrui_title,
.about__header__col .bunrui_title,
.search--menu__header__col .bunrui_title {
  font-size: 30px;
  padding: 20px 30px 15px;
  line-height: 1.3em;
  background-color: #ffffff;
  margin: 0;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.bunrui__header__col img,
.area--top__header__col img,
.about__header__col img,
.search--menu__header__col img {
  position: absolute;
  max-width: 40px;
  top: -10px;
  left: -10px;
}

div.bunrui__sec01,
div.area--top__sec01,
div.about__sec01,
div.top__sec01,
div.search--menu__sec01 {
  padding: 30px 0 100px;
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: top -80px left -200px;
}

div.bunrui__sec03 {
  padding: 100px 0;
  background: none;
}

div.menu__sec01,
section.menu__sec01 {
  padding: 0 0 100px 0;
  /* background-repeat: no-repeat, repeat-y, repeat-y;
  background-size: 400px, 400px, 370px;
  background-position: top left -200px, bottom left -185px, bottom 100px right -150px; */
  background: url(../img/back_left.png), url(../img/back_right.png), url(../img/back_white.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top 300px left -185px, bottom 100px right -150px, center;
  background-size: 400px, 370px, auto;
  position: relative;
}

.area--top__sec01__inner02 {
  margin-top: 80px;
}

div.area--top__sec01,
div.about__sec01,
div.top__sec03,
div.top__sec01,
div.menu__sec01,
div.search--menu__sec01 {
  padding-bottom: 120px;
}

.area--top__sec01__inner h3,
.about__sec01__inner h3,
.bunrui__sec01__inner h3,
.bunrui__sec03__inner h3,
.top__sec01__inner h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 0;
}

.bunrui__sec03__inner h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2c57a;
  margin-bottom: 30px;
}

.area--top__sec01__inner p,
.about__sec01__inner p,
.top__sec01__inner p,
.bunrui__sec01__inner p,
.top__sec01__col p {
  line-height: 2;
  margin-top: 20px;
  padding: 0;
}

div.menu__sec01,
div.bunrui__sec02,
div.area--top__sec02,
div.area--top__sec03,
div.about__sec02,
div.top__sec04,
div.top__sec02,
div.search--menu__sec02 {
  padding: 50px 0 100px;
  background: url(../img/back_left.png), url(../img/back_right.png), url(../img/back_white.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top 300px left -185px, bottom 100px right -150px, center;
  background-size: 400px, 370px, auto;
  position: relative;
}

div.menu__sec01 {
  padding: 0 0 100px;
}

div.area--top__sec02,
div.about__sec02,
div.top__sec04,
div.area--top__sec03,
div.top__sec02,
div.search--menu__sec02 {
  padding-top: 120px;
}

div.area--top__sec03 {
  background-image: url(../files/user/images/back_left.png), url(../img/back_right.png);
  background-color: #FAF7EF;
  padding-top: 50px;
  background-repeat: repeat-y;
}

.area--top__sec02__col a:hover,
.top__sec03__child a:hover,
.search--menu__sec02__child a:hover,
.bunrui__sec03__child a:hover {
  opacity: 0.8;
}

/** 2023.1.23 コメントアウト **/
/* .bunrui__sec02__inner {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} */

/** 2023.1.23 追記 **/
.bunrui__sec02__inner.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.area--top__sec02__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.area--top__sec02__col,
.top__sec03__child,
.search--menu__sec02__child,
.bunrui__sec03__child {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
}

.area--top__sec02__col:nth-child(3n),
.top__sec03__child:nth-child(3n),
.search--menu__sec02__child:nth-child(3n),
.bunrui__sec03__child:nth-child(3n) {
  margin-right: 0;
}

.area--top__sec02__col:nth-child(n+4),
.top__sec03__child:nth-child(n+4),
.search--menu__sec02__child:nth-child(n+4),
.bunrui__sec03__child:nth-child(n+4) {
  margin-top: 30px;
}

.area--top__sec02__col h4,
.top__sec03__child h4,
.search--menu__sec02__child h4,
.bunrui__sec03__child h4 {
  font-size: 1.1em;
  margin: 15px 0 3px;
  line-height: 1em;
  border-bottom: 1px solid #e2c57a;
  padding: 0 0 10px;
}

.top__sec03__child p,
.search--menu__sec02__child p,
.bunrui__sec03__child p {
  /* font-size: 18px; */
  line-height: 1em;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.area--top__sec02__col p {
  font-size: 1.3em;
}

.top__sec02__category {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.top__sec02__category h5 {
  margin-bottom: 0;
  line-height: 1em;
  font-size: 23px;
}

.bunrui__sec02__inner:nth-child(n+2) {
  margin-top: 4em;
}

/* .bunrui__sec02__col { */
/** 2023.1.23 コメントアウト **/
/* width: calc(58% - 30px); */
/* }  */

.bunrui__sec02__col:first-child {
  width: calc(42% - 30px);
  /** 2023.1.23 追記 **/
  float: left;
  margin: 0 35px 10px 0;
}

.bunrui__sec02__inner.noimage .bunrui__sec02__col:first-child {
  display: none;
}

.bunrui__sec02__inner.noimage .bunrui__sec02__col:last-child {
  width: 100%;
}

.bunrui__sec02__col h3 {
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  color: #44444e;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2c57a;
  /** 2023.1.23 追記 **/
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 0 20px;
}

.bunrui__sec02__inner.img__right__child .bunrui__sec02__col:first-child {
  /** 2023.1.23 コメントアウト **/
  /* order: 2; */
  /** 2023.1.23 追記 **/
  float: right;
  margin: 0 0 10px 35px;
}

/* .bunrui__sec02__inner.img__right__child .bunrui__sec02__col:last-child { */
/** 2023.1.23 コメントアウト **/
/* order: 1; */
/* } */

img.section--divider {
  position: absolute;
  max-width: 140px;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.section--title {
  text-align: center;
  margin-bottom: 30px;
}

.section--title h3 {
  letter-spacing: 1px;
  padding: 0 0 10px;
  text-indent: 0.2em;
  line-height: 1.3em;
  font-size: 3em;
  margin-bottom: 30px;
  border-bottom: 0px solid #a0a0a0;
  font-family: serif;
}

.section--title h3:before {
  content: "";
  display: inline-block;
  width: 104px;
  height: 46px;
  background: url(../img/side_left.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
  top: 10px;
  position: relative;
}

/* .en .section--title h3:before {
  display: none;
} */
.section--title h3:after {
  content: "";
  display: inline-block;
  width: 104px;
  height: 46px;
  background: url(../img/side_right.png) no-repeat;
  background-size: contain;
  margin-left: 20px;
  top: 10px;
  position: relative;
}

/* .en .section--title h3:after {
  display: none;
} */
.section--title img {
  max-width: 46px;
}

.section--title p {
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
}

.content .about__sec02__inner {
  margin-bottom: 40px;
}

.content .about__sec02__inner:last-child {
  margin-bottom: 0;
}

.about__sec02__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about__sec02__child {
  width: calc(100% - 135px);
}

.about__sec02__child:last-child {
  width: 120px;
  text-align: right;
}

.about__sec02__child h4 {
  font-size: 15px;
  margin: 0;
  padding: 10px 0;
  line-height: 1em;
  color: #e2c57a;
  border-bottom: 1px solid #e2c57a;
}

.about__sec02__child h5 {
  font-size: 90px;
  margin-bottom: 0;
  line-height: 1em;
  color: #e2c57a;
}

.content .about__sec02__inner h3 {
  font-size: 20px;
  margin-bottom: 15px;
  /* text-align: justify; */
  border-bottom: 0;
  padding: 0;
}

.content .about__sec02__inner p {
  padding: 0;
  margin: 0;
}

.top__sec04__inner01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top__sec04__inner01 .hakko {
  width: calc(50% - 15px);
}

.top__sec04__inner02 p {
  text-align: center;
  margin-top: 30px;
}

.top__sec03__inner {
  margin-bottom: 80px;
}

div.top__sec03 {
  padding: 0 0 100px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 100px left;
}

.top__sec02__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* .en .top__sec02__inner {
    align-items: flex-start;
} */
.top__sec02__col {
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
  /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ffffff; */
  background-color: #ffffff;
}

.top__sec02__col:nth-child(4n) {
  margin-right: 0;
}

.top__sec02__col:nth-child(n+5) {
  margin-top: 30px;
}

/* .top__sec02__col figure { */
/* width: 100%; */
/* } */

.top__sec02__col h5 {
  text-align: center;
  /* font-size: 14px; */
  background-color: #fff;
  /* padding: 15px 5px; */
  padding: 15px 30px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  position: relative;
  /* width: 100% */
  font-family: serif;
  font-size: 1.2em;
}

/* .en .top__sec02__col h5 {
    padding: 15px 30px;
} */
.top__sec02__col h5 a {
  display: block;
}

.top__sec01__readmore {
  line-height: 1em;
  margin-top: 30px;
  text-align: right;
}

.top__sec01__readmore a {
  position: relative;
  /* padding-right: 20px; */
  padding: 15px 35px 15px 20px;
  background-color: #dc1523;
  color: #fff;
  display: inline-block;
}

.top__sec01__readmore a:hover {
  /* color: #e2c57a; */
  opacity: 0.8;
}

.top__sec01__readmore a:before {
  content: '';
  border-top: 1px solid #e2c57a;
  width: 100px;
  /* display: inline-block; */
  display: block;
  /* top: -4px; */
  top: 50%;
  left: -115px;
  /* position: relative; */
  position: absolute;
  /* margin-right: 20px; */
}

.top__sec01__readmore a:after {
  content: '';
  border: 0;
  /* border-top: solid 1px #e2c57a;
    border-right: solid 1px #e2c57a; */
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  /* right: 0; */
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.top__sec01__inner02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.menu__sec01__inner01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
}

.top__sec01__inner02 img {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.menu__sec01__inner02 {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}

.top__sec01__col {
  width: calc(50% - 30px);
  position: relative;
}

.top__sec01__col:first-child img:nth-child(2) {
  position: absolute;
  top: -50px;
  right: -30px;
  max-width: 147px;
  z-index: -1;
  height: auto;
}

.top__sec01__col:first-child img:nth-child(3) {
  position: absolute;
  bottom: -50px;
  left: -20px;
  max-width: 203px;
  z-index: -1;
  height: auto;
}

.top__sec01__col h3 {
  font-size: 28px;
  margin: 0 0 30px;
  line-height: 1em;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2c57a;
}

/* .en .top__sec01__col h3 {
    line-height: 1.3em;
} */
.menu__sec01__col02 {
  /* width: calc(25% - 15px); */
  text-align: center;
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
}

.menu__sec01__col02:nth-child(4) {
  margin-right: 0;
}

.menu__sec01__col02 p {
  font-size: 13px;
  text-align: center;
  line-height: 1.5em;
  margin-top: 10px;
}

.menu__sec01__col02 a,
.menu__sec01__col02 span {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  display: block;
  line-height: 1.5em;
  color: #b98500;
  border: 1px solid #b98500;
  /* border-radius: 50px; */
  letter-spacing: 0;
  padding: 8px 5px;
  font-weight: bold;
}

.menu__sec01__col02 span {
  color: #bbbbbb;
  border: 1px solid #bbbbbb;
}

.menu__sec01__col02 a:hover {
  color: #ffffff;
  border: 1px solid #e2c57a;
  background-color: #e2c57a;
}

.menu__sec01__inner03 {
  margin-top: 80px;
}

.menu__sec01__col {
  width: calc(60% - 30px);
}

.menu__sec01__col:last-child {
  width: calc(40% - 30px);
}

.menu__sec01__col .cate_name {
  color: #e2c57a;
  font-size: 15px;
  line-height: 1em;
  padding: 6px 12px;
  border: 1px solid #e2c57a;
  display: inline-block;
  margin-bottom: 0;
}

.menu__sec01__col h3 {
  font-size: 18px;
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2c57a;
  padding: 0 0 15px 0;
}

.menu__sec01__col h3 span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.menu__sec01__child {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  margin: 25px 0;
}

.menu__sec01__child h4 {
  font-size: 16px;
  margin-bottom: 0;
  color: #e2c57a;
  line-height: 1em;
  padding: 0;
}

.menu__sec01__child p {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.3em;
}

.menu__sec01__child:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.menu__sec01__child:last-child p {
  line-height: 1.3em;
}

.dl--attention {
  margin-top: 30px;
}

.dl--attention02 {
  margin-top: 10px;
}

.dl--attention02 p {
  /* text-align: justify; */
  color: #999999;
}

.menu__sec01__col03 .dl--attention02 p {
  margin-top: 0;
}

.dl--attention p {
  text-align: center;
}

.dl--attention p span {
  display: block;
  text-align: left;
}

.dl--attention p span:last-child {
  margin-top: 10px;
}

.dl--attention a {
  text-decoration: underline;
}

.dl--attention a:hover {
  text-decoration: none;
}

button.tooltip--btn {
  background: #fff;
  color: #e2c57a;
  min-width: auto;
  padding: 0;
  border: 2px solid #e2c57a;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* .tippy-box[data-theme~='bunrui'] {
  background-color: #fff;
  color: #e2c57a;
}
.tippy-box[data-theme~='bunrui'][data-placement^='top-start'] > .tippy-arrow::before {
  border-top-color: #e2c57a;
} */
.tippy-box[data-theme~=light-border] {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2c57a;
  color: #8c6213;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, .08)
}

.tippy-box[data-theme~=light-border]>.tippy-backdrop {
  background-color: #fff
}

.tippy-box[data-theme~=light-border]>.tippy-arrow,
.tippy-box[data-theme~=light-border]>.tippy-svg-arrow {
  width: 15px;
  height: 15px
}

.tippy-box[data-theme~=light-border]>.tippy-arrow:after,
.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1
}

.tippy-box[data-theme~=light-border]>.tippy-arrow:after {
  border-color: transparent;
  border-style: solid
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before {
  border-top-color: #fff
}

.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after {
  border-top-color: #e2c57a;
  border-width: 7px 7px 0;
  top: 16px;
  left: 1px
}

.section--divider02 {
  width: 100%;
  position: relative;
  height: 180px;
}

.section--divider02__border {
  position: absolute;
  background: #e2c57a;
  width: 1px;
  height: 45%;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.standard--btn {
  text-align: center;
}

.standard--btn a {
  font-size: 15px;
  border: 1px solid #44444e;
  line-height: 1em;
  padding: 15px;
  width: 230px;
  display: inline-block;
  position: relative;
}

.standard--btn a:after {
  content: '';
  border: 0;
  border-top: solid 1px #44444e;
  border-right: solid 1px #44444e;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.standard--btn a:hover {
  border: 1px solid #da1128;
  background-color: #da1128;
  color: #fff;
}

.standard--btn a:hover:after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.search--menu__sec01__inner form .search--box--area,
.search--menu__sec01__inner form .search--box--genre,
.search--menu__sec01__inner form .search--box--other,
.search--menu__sec01__inner form .search--box--word {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.search--menu__sec01__inner form .search--box--genre {
  margin-bottom: 40px;
}

.search--menu__sec01__inner form .search--box--genre:last-child {
  margin-bottom: 50px;
}

.search--box--area--1,
.search--box--genre--1,
.search--box--other--1 {
  width: calc(100% / 4);
  text-align: left;
  line-height: 1em;
  font-size: 15px;
  position: relative;
  /* padding-left: 18px; */
}

/* .en .search--box--area--1,
.en .search--box--genre--1,
.en .search--box--other--1 {
    position: relative;
    padding-left: 15px;
}
.en .search--box--area--1 input,
.en .search--box--genre--1 input,
.en .search--box--other--1 input {
    position: absolute;
    top: 2px;
    left: 0;
} */
.search--box--area--1:nth-child(n+5),
.search--box--genre--1:nth-child(n+5),
.search--box--other--1:nth-child(n+5) {
  margin-top: 20px;
}

.search--box--inner h5 {
  margin-bottom: 20px;
  line-height: 1em;
}

.search--menu__sec01__inner form p {
  margin-bottom: 0;
}

.search--box--submit {
  text-align: center;
}

.search--box--submit input[type="submit"] {
  font-size: 16px;
  padding: 15px 25px;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #44444e;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #44444e;
  text-transform: none;
}

.search--box--submit input[type="submit"]:hover {
  color: #ffffff;
  background: #dc1523;
  border: 1px solid #dc1523;
}

.search--box--word--1 {
  width: 100%;
}

.search--box--word--1 input[type="text"] {
  width: 100%;
  line-height: 1.3em;
  padding: 10px 25px;
  border: 1px solid #cccccc;
  border-radius: 0;
}

div.area--search__sec01 {
  padding: 0 0 100px 0;
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: top left -200px;
}

div.notfound__sec01,
div.termofuse__sec01 {
  padding: 100px 0;
}

.area--search__header,
.menu__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.area--search__header img,
.menu__header img {
  max-width: 60px;
  margin-right: 15px;
}

.area--search__header h1,
.menu__header h1 {
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  width: calc(100% - 75px);
}

.area--search__sec01__inner h3,
.top__sec03__inner h3,
.search--menu__sec01 h3,
.notfound__sec01__inner h3,
.termofuse__sec01__inner1 h3 {
  margin-bottom: 30px;
  font-size: 1.8em;
  padding: 10px 30px;
  margin-bottom: 30px;
  background: url(../img/back_red.png);
  background-repeat: repeat;
  color: #ffffff;
  letter-spacing: 0.2em;
  font-family: serif;
  border-bottom: 0px;
}

.top__sec03__inner p.sub--description {
  margin-bottom: 30px;
  line-height: 1.5em;
  text-align: center;
}

.area--search__sec01__inner p {
  text-align: center;
  font-size: 15px;
}

.area--search__sec01__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top__sec03__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.bunrui__sec03__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.search--menu__sec02__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.area--search__sec01__child {
  width: calc(100% / 8 - 15px);
  text-align: center;
}

.area--search__sec01__child h4 {
  font-size: 18px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
  margin-bottom: 25px;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.en .area--search__sec01__child h4 {
  font-size: 15px;
  letter-spacing: 0;
}

.area--search__sec01__child a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  background-color: #dc1523;
  line-height: 1.3em;
  border-radius: 50px;
  padding: 10px 5px !important;
  margin-bottom: 10px !important;
  transition: 0.3s;
  letter-spacing: 0.05em;
}

.area--search__sec01__child a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.area--search__sec01__child a:last-child {
  margin-bottom: 0;
}

.area--search__sec01__child a.comingsoon {
  pointer-events: none;
  background-color: #dcdcda;
}

.content .about__sec01__point h4 {
  font-size: 17px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  /* margin-top: 15px; */
}

/* .en .content .about__sec01__point h4 {
    position: relative;
    padding-left: 30px;
} */
.content .about__sec01__point h4 span {
  background-color: #dc1523;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
}

/* .en .content .about__sec01__point h4 span {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
} */
.content .about__sec01__point h4 span {
  background-color: #dc1523;
  color: #fff;
  margin-right: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0;
}

.about__sec01__inner,
.top__sec01__inner {
  margin-bottom: 30px;
}

.about__sec01__file h3,
.menu__sec01__col03 h3,
.area--top__sec01__inner02 h3 {
  font-size: 18px;
  margin: 0;
  /* padding-bottom: 15px; */
  border-bottom: 1px solid #e2c57a;
  padding: 0 9px 10px 0;
}

.menu__sec01__col03 h3 {
  /* text-align: justify; */
  text-align: left;
}

.content .about__sec01__file a,
.content .about__sec01__file p {
  display: inline-block;
  line-height: 1.5em;
  /* margin-top: 15px; */
  font-size: 1em;
  padding: 0 2em 0 0;
  margin: 15px 0 0;
}

.area--top__sec01__inner02 p {
  line-height: 1.5em;
  margin-top: 15px;
  font-size: 15px;
  word-break: break-all;
}

.area--top__sec01__inner02 p span {
  font-size: 14px;
}

.area--top__sec01__inner02 p a {
  text-decoration: underline;
  color: #0000EE;
}

.area--top__sec01__inner02 p a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* .about__sec01__file a:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 14px;
  background: url(/files/user/images/pdf.jpg?v=1675849357) no-repeat;
  background-size: contain;
  margin-left: 15px;
  top: 2px;
  position: relative;
} */

.about__sec01__file__inner:first-child,
.menu__sec01__child03:first-child {
  margin-top: 0;
}

.about__sec01__file__inner,
.menu__sec01__child03 {
  margin-top: 50px;
}

.menu__sec01__col03 p {
  margin-top: 15px;
}

.menu__sec01__recipe {
  margin-top: 50px;
  text-align: center;
}

.menu__sec01__recipe img.recipe--img {
  margin-top: 50px;
}

.menu__sec01__recipe h4 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 15px;
  margin-top: 50px;
  color: #e2c57a;
  /* text-align: justify; */
  text-align: left;
  padding: 0 0 15px;
}

.menu__sec01__recipe__inner01,
.menu__sec01__recipe__col02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu__sec01__recipe__col01 {
  /* width: calc(50% - 15px); */
  width: 100%;
}

.menu__sec01__recipe__child2 {
  width: calc(75% - 15px);
}

.menu__sec01__recipe__child2:last-child {
  width: calc(25% - 15px);
}

.menu__sec01__recipe__child01 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E6E6E6;
  align-items: flex-start;
}

.menu__sec01__recipe__child01 p {
  width: calc(70% - 15px);
  margin: 0;
  padding: 10px 0;
}

.menu__sec01__recipe__child01.sub--long p {
  width: 100%;
}

.menu__sec01__recipe__child01.sub--long p:last-child {
  width: 0;
}

.menu__sec01__recipe__child01 p:last-child {
  width: calc(30% - 15px);
  text-align: right;
}

.menu__sec01__recipe__child01:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.menu__sec01__recipe__col02 {
  align-items: center;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
}

.menu__sec01__recipe__child2:first-child {
  display: flex;
}

.menu__sec01__recipe__child2:first-child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu__sec01__recipe__child2 span {
  width: 50px;
  display: block;
  font-size: 30px;
  color: #e2c57a;
  text-align: center;
  line-height: 1em;
}

.menu__sec01__recipe__child2 p {
  width: calc(100% - 70px);
  margin-top: 0;
}

.menu__sec01__recipe__col02:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.menu__sec01__col03 .dl--attention02 p a {
  color: #999999;
  text-decoration: underline;
}

.menu__sec01__col03 .dl--attention02 p a:hover {
  text-decoration: none;
}

.footer__nav nav:first-child img {
  max-width: 231px;
}

.footer__nav nav:first-child p {
  margin-top: 30px;
  font-size: 13px;
  margin-bottom: 0;
}

.footer__nav nav ul li:last-child {
  margin-bottom: 0;
}

.top__sec04__inner03 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.top__sec04__inner03 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

/* .pagination>*+* { */
/* margin-left: 12px; */
/* } */

.pagination-item {
  margin: 0 5px;
}

.pagination-item.inActive {
  display: none;
}

.pagination-item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  transition: all 0.15s linear;
}

.pagination-item-number.isActive {
  pointer-events: none;
  background: #dc1523;
  color: #fff;
}

.pagination-item-number:not(.isActive):hover {
  background: #dc1523;
  color: #fff;
}

.notfound__sec01__inner ul {
  font-size: 16px;
  letter-spacing: 0.15em;
  /* text-align: justify;
    font-feature-settings: "palt" 1; */
  text-align: left;
  padding-left: 30px;
}

.notfound__sec01__inner ul li {
  list-style: disc;
  margin-bottom: 15px;
}

.notfound__sec01__inner ul li:last-child {
  margin-bottom: 0;
}

.notfound__sec01__inner.en h3 {
  margin-bottom: 0;
}

.termofuse__sec01__inner2 h3 {
  font-size: 22px;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2c57a;
  line-height: 1.3em
}

.termofuse__sec01__inner2 p {
  margin-top: 15px;
}

.termofuse__sec01__inner3 {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}

.termofuse__sec01__inner3 h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1.3em;
  font-weight: 800;
}

.termofuse__sec01__inner3 p {
  margin-top: 20px;
}

div.termofuse__sec01 .termofuse__sec01__inner2:last-child {
  margin-top: 40px;
}

.termofuse__sec01__inner3 a {
  text-decoration: underline;
}

.termofuse__sec01__inner3 a:hover {
  text-decoration: none;
}

.termofuse__sec01__inner2 p span {
  font-weight: 700;
}

.termofuse__sec01__inner2 p,
.termofuse__sec01__inner3 p {
  text-align: left;
  font-feature-settings: unset;
}

.table__sec {
  width: 650px;
  margin: 0 auto;
}

.table__sec.small-table {
  width: 350px;
}

.table__sec p.reference {
  font-size: 13px;
  margin-top: 5px;
  /* text-align: justify;
    font-feature-settings: "palt" 1; */
  text-align: left;
}

.table__sec h3.table-title {
  font-size: 17px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 20px;
  border-bottom: 0px;
}

table.bunrui01-1,
table.bunrui01-2,
table.bunrui04-2 {
  table-layout: fixed;
}

table {
  width: 100%;
}

table,
td,
th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

td,
th {
  padding: 8px 15px;
  width: 100%;
}

th {
  text-indent: 0.1em;
}

td.nowrap-block,
th.nowrap-block,
.bunrui04-1 td:not(:last-child),
.bunrui04-1 th:not(:last-child) {
  width: 0;
  white-space: nowrap;
}

td.unset-block,
th.unset-block {
  white-space: unset;
}

td.unset-block.block100,
th.unset-block.block100 {
  width: 100px;
}

td.unset-block.block110,
th.unset-block.block110 {
  width: 110px;
}

td.unset-block.block120,
th.unset-block.block120 {
  width: 120px;
}

td.unset-block.block130,
th.unset-block.block130 {
  width: 130px;
}

td.unset-block.block140,
th.unset-block.block140 {
  width: 140px;
}

td.unset-block.block150,
th.unset-block.block150 {
  width: 150px;
}

th {
  background: #fbf1d8;
  text-align: center;
}

td {
  background-color: #fff;
  /* text-align: justify;
    font-feature-settings: "palt" 1; */
  text-align: left;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.header__top .dropdown__lists {
  visibility: hidden;
  /*デフォルトでは非表示の状態にしておく*/
  opacity: 0;
  /*不透明度0*/
  transition: all .3s;
  /*表示の変化を0.3秒に指定*/
  display: block;
  width: 95%;
  position: absolute;
  top: 52px;
  left: 10px;
  border: 1px solid #bbb;
}

.header__top .header__control--button:hover .dropdown__lists {
  /* display: block; */
  visibility: visible;
  /*Gナビメニューにホバーしたら表示*/
  opacity: 1;
  /*不透明度1*/
}

.header__top .dropdown__list {
  background-color: #fff;
  transition: all .3s;
  position: relative;
  padding: 0;
}

.header__top .dropdown__list:last-child {
  padding-right: 0;
}

.header__top .dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  /* background-color: #3492d1; */
  background-color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
}

.header__top .dropdown__list:hover {
  /* background-color: #003558; */
  background-color: #e2c57a;
}

.header__top .dropdown__list:hover a {
  color: #fff;
}

.header__top .dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
  text-decoration: none;
  position: relative;
  height: 50px;
  padding-bottom: 0;
}

.header__top .dropdown__list a:hover {
  opacity: 1;
}

.header__top .dropdown__list a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}

.header__top .dropdown__list a:hover::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.accordion-btn {
  max-width: 340px;
  background-color: #ffffff;
  margin: 15px auto 0;
}

.accordion-btn.en {
  max-width: 500px;
}

.accordion-btn:not([open]) {
  margin: 15px auto 0;
}

.accordion-btn summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5em 2em;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #000000;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
}

.accordion-btn summary::-webkit-details-marker {
  display: none;
}

.accordion-btn summary::before,
.accordion-btn summary::after {
  width: 1px;
  height: 0.8em;
  background-color: #000000;
  content: '';
}

.accordion-btn summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion-btn summary::after {
  position: absolute;
  right: 2em;
  transition: rotate .3s;
}

.accordion-btn[open] summary::after {
  rotate: 90deg;
}

.accordion-btn p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 0 0;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-btn[open] p {
  transform: none;
  opacity: 1;
}

.more-btn {
  text-align: center;
  margin-top: 50px;
}

.more-btn a {
  font-size: 16px;
  padding: 15px 25px;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #44444e;
  border-radius: 0;
  border: 1px solid #44444e;
  transition: all 0.3s;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
}

div.divider-title-sec {
  padding: 30px 0;
  background-image: url(../files/user/images/area_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

div.divider-title-sec.en {
  background-image: url(/files/user/images/area_back_en.jpg?v=1699326569);
}

div.divider-title-sec h3,
div.divider-title-sec h4,
div.divider-title-sec h5,
div.divider-title-sec p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  line-height: 1em;
  font-size: 1.5em;
}

div.divider-title-sec hr {
  width: 80px;
  height: 2px;
  background-color: #fff;
  border: none;
}

div.divider-title-sec h3 {
  font-size: 44px;
  margin-bottom: 15px;
  border-bottom: 0;
}

div.divider-title-sec.en h3 {
  margin-bottom: 20px;
}

div.divider-title-sec h5 {
  font-size: 20px;
  margin-bottom: 18px;
}

div.divider-title-sec p {
  font-size: 2em;
  margin-top: 15px;
}

div.area--top__sec03 .section--title p {
  margin-top: 0;
}

div.area--top__sec03 .section--title p span {
  display: block;
  margin-top: 5px;
  color: #999999;
}

div.area--top__sec03 .area--top__sec02__col p {
  margin-top: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .more-btn a:hover {
    color: #ffffff;
    background: #dc1523;
    border: 1px solid #dc1523;
  }
}

@media only screen and (max-width: 1799px) {
  .top__header__inner {
    min-height: 400px;
  }

  .top__header__col h1 img {
    max-width: 138px;
  }
}

@media only screen and (max-width: 1699px) {
  .top__header__inner {
    min-height: 400px;
  }

  .top__header__col h1 img {
    max-width: 138px;
  }
}

@media only screen and (max-width: 1629px) {
  .header__top .container {
    max-width: 100%;
    padding-left: calc((100% - 1140px) / 2);
  }

  .header__control ul li:last-child {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1630px) {
  .header__control--button {
    display: none;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .header__control--button.min1630 {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
  }
}

@media only screen and (max-width: 1599px) {

  div.bunrui__sec01,
  div.area--top__sec01,
  div.about__sec01,
  div.top__sec01,
  div.search--menu__sec01 {
    background-size: 350px;
    background-position: top -100px left -180px;
  }

  div.bunrui__sec02,
  div.area--top__sec02,
  div.area--top__sec03,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    background-position: top 300px left -205px, bottom 100px right -170px, center;
    background-size: 380px, 350px, auto;
  }

  div.area--search__sec01 {
    background-size: 350px;
    background-position: top left -180px;
  }

  div.menu__sec01 {
    background-size: 350px, 380px, 350px;
    background-position: top left -180px, bottom left -205px, bottom 100px right -170px;
  }

  .top__header__inner {
    position: relative;
    min-height: 400px;
  }

  .top__header__col h1 img {
    max-width: 138px;
  }

  .en .top__header__col h1 img {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1499px) {

  div.bunrui__sec01,
  div.area--top__sec01,
  div.about__sec01,
  div.top__sec01,
  div.search--menu__sec01 {
    background-size: 320px;
    background-position: top -110px left -190px;
  }

  div.bunrui__sec02,
  div.area--top__sec02,
  div.area--top__sec03,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    background-position: top 60px left -205px, bottom 100px right -170px, center;
    background-size: 350px, 310px, auto;
  }

  div.area--search__sec01 {
    background-size: 320px;
    background-position: top left -190px;
  }

  div.menu__sec01 {
    background-size: 320px, 350px, 310px;
    background-position: top left -190px, bottom left -205px, bottom 100px right -170px;
  }
}

@media only screen and (max-width: 1399px) {

  div.bunrui__sec01,
  div.area--top__sec01,
  div.about__sec01,
  div.top__sec01,
  div.search--menu__sec01,
  div.area--search__sec01 {
    background-size: 0;
  }

  div.menu__sec01 {
    background-size: 0, 400px, 370px;
    background-position: top -110px left -190px, bottom left -185px, bottom 100px right -150px;
  }

  .top__header__col h1 img {
    max-width: 138px;
  }

  .top__header__inner {
    min-height: 400px;
  }

  div.top__sec03 {
    background-size: 0;
  }

  .en .top__header__col h1 img {
    max-width: 720px;
  }
}

@media only screen and (max-width: 1199px) {
  .header__control ul li {
    padding: 0 15px;
    font-size: 13px;
  }

  .header__control--button {
    font-size: 13px;
    padding: 10px 0 10px 25px;
    width: 170px;
  }

  .header__control ul li:last-child {
    padding-right: 25px;
  }

  .header__top .container {
    padding-left: 20px;
  }

  .bunrui__header__col img,
  .area--top__header__col img,
  .about__header__col img,
  .search--menu__header__col img {
    max-width: 40px;
    top: -15px;
    left: -15px;
  }

  div.menu__sec01 {
    padding: 0 0 90px 0;
  }

  div.bunrui__sec02,
  div.area--top__sec02,
  div.area--top__sec03,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding: 90px 0;
    background-size: 0, 0, auto;
  }

  div.bunrui__sec01,
  div.area--top__sec01,
  div.about__sec01,
  div.top__sec01,
  div.search--menu__sec01,
  div.top__sec03,
  div.bunrui__sec03 {
    padding: 90px 0;
  }

  div.area--top__sec01,
  div.about__sec01,
  div.top__sec03,
  div.top__sec01,
  div.search--menu__sec01 {
    padding-bottom: 110px;
  }

  div.area--top__sec02,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding-top: 110px;
  }

  div.area--search__sec01 {
    padding: 0 0 90px 0;
  }

  img.div--divider {
    max-width: 130px;
    top: -65px;
  }

  .area--search__header h1,
  .menu__header h1 {
    font-size: 34px;
    width: calc(100% - 55px);
  }

  .area--search__header,
  .menu__header,
  div.notfound__sec01,
  div.termofuse__sec01 {
    padding: 0;
  }

  .area--search__header img,
  .menu__header img {
    max-width: 45px;
    margin-right: 10px;
  }

  .bunrui__sec02__col:first-child {
    width: calc(42% - 25px);
    /** 2023.1.23 追記 **/
    margin: 0 25px 10px 0;
  }

  /** 2023.1.23 追記 **/
  .bunrui__sec02__inner.img__right__child .bunrui__sec02__col:first-child {
    margin: 0 0 10px 25px;
  }

  /* .bunrui__sec02__col { */
  /** 2023.1.23 コメントアウト **/
  /* width: calc(58% - 25px); */
  /* } */

  .bunrui__sec02__inner:nth-child(n+2) {
    margin-top: 70px;
  }

  div.menu__sec01 {
    background-size: 0;
  }

  .menu__sec01__col {
    width: calc(60% - 25px);
  }

  .menu__sec01__col:last-child {
    width: calc(40% - 25px);
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    font-size: 11px;
  }

  .top__sec01__col {
    width: calc(50% - 25px);
  }

  .section--divider02 {
    height: 250px;
  }

  .top__header__col h1 img {
    max-width: 138px;
  }

  .top__header__inner {
    min-height: 400px;
  }

  .en .area--search__sec01__child a {
    letter-spacing: 0;
  }

  .en .top__header__col h1 img {
    max-width: 700px;
  }

  div.divider-title-sec h3 {
    font-size: 42px;
  }

  div.divider-title-sec h5 {
    font-size: 19px;
  }

  div.divider-title-sec p {
    font-size: 21px;
  }

  div.area--top__sec03 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__logo img {
    height: 27px;
  }

  .footer__nav nav:first-child img {
    max-width: 100%;
    height: 27px;
  }

  .bunrui__header__inner,
  .area--top__header__inner,
  .about__header__inner,
  .search--menu__header__inner {
    min-height: 380px;
  }

  .about__sec02__child h5 {
    font-size: 84px;
  }

  .about__sec02__child {
    width: calc(100% - 125px);
  }

  .about__sec02__child:last-child {
    width: 110px;
  }

  .about__sec01__inner,
  .top__sec01__inner {
    margin-bottom: 70px;
  }

  .area--search__sec01__inner h3,
  .top__sec03__inner h3,
  .search--menu__sec01 h3,
  .notfound__sec01__inner h3,
  .termofuse__sec01__inner1 h3 {
    font-size: 24px;
    letter-spacing: 0.15em;
  }

  .bunrui__sec02__col:first-child {
    width: calc(42% - 20px);
  }

  /* .bunrui__sec02__col { */
  /** 2023.1.23 コメントアウト **/
  /* width: calc(58% - 20px); */
  /* } */

  .menu__sec01__col {
    width: calc(60% - 20px);
  }

  .menu__sec01__col:last-child {
    width: calc(40% - 20px);
  }

  .top__sec01__col {
    width: calc(50% - 20px);
  }

  .top__sec01__col:first-child img:nth-child(2) {
    top: -60px;
    right: -60px;
  }

  .top__sec01__col h3 {
    margin: 0 0 20px;
    padding-bottom: 20px;
  }

  .area--top__sec01__inner02 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  div.menu__sec01 {
    padding: 0 0 80px 0;
  }

  div.bunrui__sec01,
  div.area--top__sec01,
  div.about__sec01,
  div.top__sec01,
  div.search--menu__sec01,
  div.top__sec03,
  div.bunrui__sec03 {
    padding: 80px 0;
  }

  div.bunrui__sec02,
  div.area--top__sec02,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding: 80px 0;
  }

  div.area--top__sec01,
  div.about__sec01,
  div.top__sec03,
  div.top__sec01,
  div.search--menu__sec01 {
    padding-bottom: 100px;
  }

  div.area--top__sec02,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding-top: 100px;
  }

  img.div--divider {
    max-width: 120px;
    top: -60px;
  }

  .about__sec02__child h5 {
    font-size: 80px;
  }

  .footer__top {
    padding: 70px 0;
  }

  .bunrui__header__inner,
  .area--top__header__inner,
  .about__header__inner,
  .search--menu__header__inner {
    min-height: 360px;
  }

  .header__nav nav>ul>li>a {
    padding: 15px !important;
  }

  /* .header__nav nav>ul>li:last-child {
      padding: 15px;
  }
  .header__nav nav>ul>li:last-child>a {
      padding: 0;
      display: inline-block;
  }
  .header__nav nav>ul>li:last-child>a:hover {
    color: #dc1523;
  }
  .header__nav nav>ul>li:last-child:hover>a {
    opacity: unset;
  } */
  .header__nav nav>ul>li>a.current {
    color: #dc1523;
  }

  div.area--search__sec01 {
    padding: 0 0 80px 0;
  }

  .area--search__header h1,
  .menu__header h1 {
    font-size: 32px;
  }

  .area--search__header,
  .menu__header,
  div.notfound__sec01,
  div.termofuse__sec01 {
    padding: 0;
  }

  .area--search__sec01__child h4 {
    font-size: 17px;
  }

  .area--search__sec01__child {
    width: calc(100% / 4 - 15px);
  }

  .area--search__sec01__child:nth-child(n+5) {
    margin-top: 50px;
  }

  .area--search__sec01__child a {
    margin-bottom: 15px;
  }

  .bunrui__sec02__col h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 12px;
  }

  .bunrui__sec02__col:first-child {
    width: calc(42% - 15px);
  }

  /* .bunrui__sec02__col { */
  /** 2023.1.23 コメントアウト **/
  /* width: calc(58% - 15px); */
  /* } */

  .bunrui__sec02__inner:nth-child(n+2) {
    margin-top: 60px;
  }

  .search--box--area--1,
  .search--box--genre--1,
  .search--box--other--1 {
    width: calc(100% / 3);
  }

  .search--box--area--1:nth-child(n+4),
  .search--box--genre--1:nth-child(n+4),
  .search--box--other--1:nth-child(n+4) {
    margin-top: 20px;
  }

  .area--search__sec01__inner h3,
  .top__sec03__inner h3,
  .search--menu__sec01 h3,
  .notfound__sec01__inner h3,
  .termofuse__sec01__inner1 h3 {
    font-size: 23px;
  }

  .menu__sec01__col {
    width: calc(60% - 15px);
  }

  .menu__sec01__col:last-child {
    width: calc(40% - 15px);
  }

  .top__header__col h1 img {
    max-width: 166px;
  }

  .top__header__inner {
    min-height: 400px;
  }

  .search--box--inner h5 {
    font-size: 19px;
  }

  .en .top__header__col h1 img {
    max-width: 650px;
  }

  .termofuse__sec01__inner2 h3 {
    font-size: 21px;
  }

  .termofuse__sec01__inner3 h3 {
    font-size: 19px;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    min-height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.divider-title-sec h3 {
    font-size: 40px;
  }

  div.divider-title-sec h5 {
    font-size: 18px;
  }

  div.divider-title-sec p {
    font-size: 20px;
  }

  div.divider-title-sec hr {
    width: 70px;
  }

  /* div.area--top__sec03 { */
  /* padding-top: 50px; */
  /* } */
}

@media only screen and (min-width: 992px) {
  .footer__top {
    padding: 80px 0;
  }

  .menu__sec01__col02 a br.none992 {
    display: none;
  }
}

@media only screen and (max-width: 899px) {

  .bunrui__header__col h1,
  .area--top__header__col h1,
  .about__header__col h1,
  .search--menu__header__col h1 {
    font-size: 27px;
    padding: 15px 30px 10px;
  }

  .area--top__sec01__inner h3,
  .about__sec01__inner h3,
  .bunrui__sec01__inner h3,
  .bunrui__sec03__inner h3,
  .top__sec01__inner h3,
  .top__sec01__col h3 {
    font-size: 27px;
  }

  .section--title h3 {
    font-size: 30px;
  }

  .about__sec02__child {
    width: calc(100% - 115px);
  }

  .about__sec02__child h5 {
    font-size: 76px;
  }

  .about__sec02__child:last-child {
    width: 100px;
  }

  img.div--divider {
    max-width: 110px;
    top: -55px;
  }

  .bunrui__sec02__col:first-child {
    width: calc(45% - 15px);
  }

  /* .bunrui__sec02__col { */
  /** 2023.1.23 コメントアウト **/
  /* width: calc(55% - 15px); */
  /* } */

  .top__sec01__col {
    width: calc(50% - 15px);
  }

  .menu__sec01__child {
    padding-bottom: 20px;
    margin: 20px 0;
  }

  .menu__sec01__col h3 {
    font-size: 17px;
  }

  .menu__sec01__child p {
    margin-top: 10px;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    font-size: 10px;
    min-height: 78px;
  }

  .top__sec02__col {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
  }

  .top__sec02__col:nth-child(4n) {
    margin-right: 15px;
  }

  .top__sec02__col:nth-child(3n) {
    margin-right: 0;
  }

  .top__sec02__col:nth-child(n+4) {
    margin-top: 30px;
  }

  .top__sec01__col:first-child img:nth-child(2) {
    top: -50px;
    right: -50px;
  }

  .top__sec02__category h5 {
    font-size: 22px;
  }

  .area--top__sec02__col,
  .top__sec03__child,
  .search--menu__sec02__child,
  .bunrui__sec03__child {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
  }
}

@media only screen and (max-width: 799px) {
  .about__sec01__file p {
    line-height: 2em;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {

  .top__sec04__inner01 {
    flex-direction: column;
  }

  .top__sec04__inner01 .hakko {
    width: 100%;
    margin: 0 0 3em;
  }

  .bunrui__header__inner,
  .area--top__header__inner,
  .about__header__inner,
  .search--menu__header__inner {
    min-height: 350px;
  }

  div.menu__sec01 {
    padding: 0 0 70px 0;
  }

  div.bunrui__sec01,
  div.area--top__sec01,
  div.about__sec01,
  div.top__sec01,
  div.search--menu__sec01,
  div.top__sec03,
  div.bunrui__sec03 {
    padding: 70px 0;
  }

  div.bunrui__sec02,
  div.area--top__sec02,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding: 70px 0;
  }

  div.area--top__sec01,
  div.about__sec01,
  div.top__sec03,
  div.top__sec01,
  div.search--menu__sec01 {
    padding-bottom: 90px;
    margin-bottom: 2em;
  }

  div.area--top__sec02,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding-top: 90px;
  }

  img.div--divider {
    max-width: 100px;
    top: -50px;
  }

  .area--top__sec01__inner h3,
  .about__sec01__inner h3,
  .bunrui__sec01__inner h3,
  .bunrui__sec03__inner h3,
  .top__sec01__inner h3,
  .top__sec01__col h3 {
    font-size: 26px;
  }

  .section--title h3 {
    font-size: 28px;
  }

  .section--title h3:before {
    width: 90px;
    height: 40px;
    margin-right: 15px;
  }

  .section--title h3:after {
    width: 90px;
    height: 40px;
    margin-left: 15px;
  }

  .about__sec02__child h5 {
    font-size: 72px;
  }

  .about__sec02__child:last-child {
    width: 95px;
  }

  .about__sec02__child {
    width: calc(100% - 110px);
  }

  .content .about__sec02__inner h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .about__sec01__inner,
  .top__sec01__inner {
    margin-bottom: 60px;
  }

  .content .about__sec01__point h4 {
    font-size: 16px;
  }

  .content .about__sec01__point h4 span {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer__top {
    padding: 60px 0;
  }

  .footer__nav nav {
    width: calc(23% - 15px);
  }

  .footer__nav nav:last-child {
    width: calc(27% - 15px);
  }

  .footer__nav nav:first-child {
    width: calc(50% - 15px);
  }

  .footer__nav nav ul li {
    margin-bottom: 25px;
  }

  .footer__nav nav:first-child p {
    margin-top: 25px;
  }

  div.area--search__sec01 {
    padding: 0 0 70px 0;
  }

  .area--search__header,
  .menu__header,
  div.notfound__sec01,
  div.termofuse__sec01 {
    padding: 0;
  }

  .area--search__header h1,
  .menu__header h1 {
    font-size: 30px;
    letter-spacing: 0.15em;
  }

  .area--search__sec01__inner h3,
  .top__sec03__inner h3,
  .search--menu__sec01 h3,
  .notfound__sec01__inner h3,
  .termofuse__sec01__inner1 h3 {
    font-size: 22px;
    padding: 12px 20px;
  }

  .area--search__sec01__child h4 {
    margin-bottom: 20px;
  }

  .area--top__sec02__col h5,
  .top__sec03__child h5,
  .search--menu__sec02__child h5,
  .bunrui__sec03__child h5 {
    margin: 12px 0 10px;
    padding-bottom: 12px;
  }

  .area--top__sec02__col p,
  .top__sec03__child p,
  .search--menu__sec02__child p,
  .bunrui__sec03__child p {
    font-size: 17px;
  }

  .area--top__sec02__col:nth-child(n+4),
  .top__sec03__child:nth-child(n+4),
  .search--menu__sec02__child:nth-child(n+4),
  .bunrui__sec03__child:nth-child(n+4) {
    margin-top: 45px;
  }

  .bunrui__sec02__col:first-child,
  .bunrui__sec02__col {
    width: 100%;
  }

  .bunrui__sec02__col:first-child {
    margin-bottom: 25px;
    /** 2023.1.23 追記 **/
    margin-right: 0;
    float: none;
  }

  .bunrui__sec02__inner.img__right__child .bunrui__sec02__col:first-child {
    /** 2023.1.23 コメントアウト **/
    /* order: 1; */
    /** 2023.1.23 追記 **/
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
  }

  /* .bunrui__sec02__inner.img__right__child .bunrui__sec02__col:last-child { */
  /** 2023.1.23 コメントアウト **/
  /* order: 2; */
  /* } */

  .bunrui__sec02__inner:nth-child(n+2) {
    margin-top: 50px;
  }

  .search--box--genre--1 {
    width: calc(100% / 2);
  }

  .search--box--genre--1:nth-child(n+3) {
    margin-top: 20px;
  }

  .search--box--word--1 input[type="text"] {
    padding: 8px 20px;
  }

  .menu__sec01__col,
  .menu__sec01__col:last-child {
    width: 100%;
  }

  .menu__sec01__col:last-child {
    margin-top: 30px;
  }

  .menu__sec01__col02 {
    width: calc(50% - 10px);
  }

  .menu__sec01__col02 a br.none992 {
    display: none;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    font-size: 13px;
    min-height: unset;
  }

  .menu__sec01__col02:nth-child(n+3) {
    margin-top: 40px;
  }

  .menu__sec01__inner03 {
    margin-top: 70px;
  }

  .top__sec03__inner {
    margin-bottom: 70px;
  }

  .section--divider02 {
    height: 230px;
  }

  .top__header__col h1 img {
    max-width: 154px;
  }

  .top__header__inner {
    min-height: 400px;
  }

  .top__sec02__category {
    margin-bottom: 25px;
  }

  .top__sec02__category h5 {
    font-size: 21px;
  }

  .search--box--inner h5 {
    font-size: 18px;
  }

  .en .top__header__col h1 img {
    max-width: 600px;
  }

  .menu__sec01__recipe__child01 p {
    width: calc(60% - 15px);
  }

  .menu__sec01__recipe__child01 p:last-child {
    width: calc(40% - 15px);
  }

  .pagination {
    margin-top: 50px;
  }

  .pagination-item-number {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

  .area--top__sec01__inner02 {
    margin-top: 60px;
  }

  .notfound__sec01__inner ul li::marker {
    font-size: 14px;
  }

  .notfound__sec01__inner ul {
    font-size: 15px;
    padding-left: 25px;
    line-height: 1.8em;
  }

  .termofuse__sec01__inner2 h3 {
    font-size: 20px;
  }

  .termofuse__sec01__inner3 h3 {
    font-size: 18px;
  }

  .menu__sec01__col02:nth-child(2) {
    margin-right: 0;
  }

  .table__sec {
    width: 100%;
  }

  .more-btn {
    margin-top: 45px;
  }

  div.divider-title-sec h3 {
    font-size: 36px;
  }

  div.divider-title-sec h5 {
    font-size: 17px;
  }

  div.divider-title-sec p {
    font-size: 19px;
  }

  div.divider-title-sec hr {
    width: 65px;
  }
}

@media only screen and (max-width: 699px) {
  .footer__nav nav {
    width: calc(50% - 15px);
  }

  .footer__nav nav:last-child {
    width: calc(50% - 15px);
  }

  .footer__nav nav:first-child {
    width: 100%;
    margin-bottom: 30px
  }

  .footer__nav nav ul li {
    margin-bottom: 15px;
  }

  .footer__nav nav:first-child p {
    margin-top: 15px;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    font-size: 12px;
  }

  .top__sec02__col h5 {
    font-size: 13px;
    letter-spacing: 0;
  }

  .tippy-box[data-theme~=light-border] {
    font-size: 13px;
  }

  .top__header__inner {
    min-height: 400px;
  }

  .top__header__col h1 img {
    max-width: 136px;
  }

  button.tooltip--btn {
    right: 10px;
  }

  .en .top__header__col h1 img {
    max-width: 550px;
  }

  .notfound__sec01__inner h3,
  .termofuse__sec01__inner1 h3 {
    letter-spacing: 0.1em;
  }

  td,
  th {
    padding: 5px 10px;
  }

  .dl--attention p {
    /* text-align: justify;
    font-feature-settings: "palt" 1; */
    text-align: left;
  }

  /* .dl--attention p span { */
  /* text-align: center; */
  /* } */

  .dl--attention p>br {
    display: none;
  }
}

@media only screen and (min-width: 700px) {
  br.none700 {
    display: none;
  }
}

@media only screen and (max-width: 575px) {

  .bunrui__header__inner,
  .area--top__header__inner,
  .about__header__inner,
  .search--menu__header__inner {
    min-height: 300px;
  }

  div.menu__sec01 {
    padding: 0 0 60px 0;
  }

  div.bunrui__sec01,
  div.area--top__sec01,
  div.about__sec01,
  div.top__sec01,
  div.search--menu__sec01,
  div.top__sec03,
  div.bunrui__sec03 {
    padding: 60px 0;
  }

  div.bunrui__sec02,
  div.area--top__sec02,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding: 60px 0;
  }

  div.area--top__sec01,
  div.about__sec01,
  div.top__sec03,
  div.top__sec01,
  div.search--menu__sec01 {
    padding-bottom: 80px;
  }

  div.area--top__sec02,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding-top: 80px;
    margin-bottom: 2em;
  }

  img.div--divider {
    max-width: 90px;
    top: -45px;
  }

  .about__sec02__child h5 {
    font-size: 60px;
  }

  .about__sec02__child:last-child {
    width: 85px;
  }

  .about__sec02__child {
    width: calc(100% - 95px);
  }

  .content .about__sec02__inner h3 {
    font-size: 18px;
  }

  .section--title h3 {
    font-size: 27px;
    letter-spacing: 2px;
    text-indent: 0.15em;
    margin-bottom: 25px;
  }

  .section--title h3:before {
    width: 80px;
    height: 35px;
    margin-right: 10px;
    top: 8px;
  }

  .section--title h3:after {
    width: 80px;
    height: 35px;
    margin-left: 10px;
  }

  .section--title p {
    margin-top: 25px;
    text-align: left;
  }

  .section--title {
    margin-bottom: 45px;
  }

  .area--top__sec01__inner h3,
  .about__sec01__inner h3,
  .bunrui__sec01__inner h3,
  .bunrui__sec03__inner h3,
  .top__sec01__inner h3,
  .top__sec01__col h3 {
    font-size: 25px;
  }

  .bunrui__header__col h1,
  .area--top__header__col h1,
  .about__header__col h1,
  .search--menu__header__col h1 {
    font-size: 26px;
  }

  .header__logo img {
    height: 22px;
  }

  .footer__nav nav:first-child img {
    height: 22px;
  }

  .footer__top {
    padding: 50px 0;
  }

  .section--title img {
    max-width: 36px;
  }

  div.area--search__sec01 {
    padding: 0 0 60px 0;
  }

  .area--search__header,
  .menu__header,
  div.notfound__sec01,
  div.termofuse__sec01 {
    padding: 0;
  }

  .area--search__header h1,
  .menu__header h1 {
    font-size: 28px;
    width: calc(100% - 48px);
  }

  .area--search__header img,
  .menu__header img {
    max-width: 40px;
    margin-right: 8px;
  }

  .area--search__sec01__inner h3,
  .top__sec03__inner h3,
  .search--menu__sec01 h3 {
    font-size: 21px;
    margin-bottom: 25px;
  }

  .notfound__sec01__inner h3,
  .termofuse__sec01__inner1 h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .top__sec03__inner p.sub--description {
    margin-bottom: 25px;
  }

  .area--search__sec01__child {
    width: calc(100% / 2 - 15px);
  }

  .area--search__sec01__child:nth-child(n+3),
  .area--search__sec01__child:nth-child(n+5) {
    margin-top: 40px;
  }

  .area--top__sec02__col,
  .top__sec03__child,
  .search--menu__sec02__child,
  .bunrui__sec03__child {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
  }

  .area--top__sec02__col:nth-child(3n),
  .top__sec03__child:nth-child(3n),
  .search--menu__sec02__child:nth-child(3n),
  .bunrui__sec03__child:nth-child(3n) {
    margin-right: 20px;
  }

  .area--top__sec02__col:nth-child(2n),
  .top__sec03__child:nth-child(2n),
  .search--menu__sec02__child:nth-child(2n),
  .bunrui__sec03__child:nth-child(2n) {
    margin-right: 0;
  }

  .area--top__sec02__col:nth-child(n+3),
  .top__sec03__child:nth-child(n+3),
  .search--menu__sec02__child:nth-child(n+3),
  .bunrui__sec03__child:nth-child(n+3) {
    margin-top: 35px;
  }

  .area--top__sec02__col p,
  .top__sec03__child p,
  .search--menu__sec02__child p,
  .bunrui__sec03__child p {
    font-size: 16px;
  }

  .area--top__sec02__col h5,
  .top__sec03__child h5,
  .search--menu__sec02__child h5,
  .bunrui__sec03__child h5 {
    font-size: 13px;
  }

  .bunrui__sec02__col h3 {
    font-size: 19px;
  }

  .bunrui__sec02__col:first-child {
    margin-bottom: 20px;
  }

  .bunrui__sec02__inner:nth-child(n+2) {
    margin-top: 40px;
  }

  .search--menu__sec01__inner form .search--box--area,
  .search--menu__sec01__inner form .search--box--genre,
  .search--menu__sec01__inner form .search--box--other,
  .search--menu__sec01__inner form .search--box--word {
    margin-bottom: 45px;
  }

  .search--menu__sec01__inner form .search--box--genre {
    margin-bottom: 35px;
  }

  .search--menu__sec01__inner form .search--box--genre:last-child {
    margin-bottom: 45px;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    font-size: 11px;
  }

  .menu__sec01__inner03 {
    margin-top: 60px;
  }

  .menu__sec01__recipe img.recipe--img {
    margin-top: 40px;
  }

  .menu__sec01__recipe h4 {
    margin-top: 40px;
  }

  .menu__sec01__recipe__child2 span {
    width: 40px;
    font-size: 28px;
  }

  .menu__sec01__recipe__child2 p {
    width: calc(100% - 55px);
    margin-top: 0;
  }

  .menu__sec01__recipe__child2:last-child {
    width: calc(25% - 10px);
  }

  .menu__sec01__recipe__child2 {
    width: calc(75% - 10px);
  }

  .top__sec01__col {
    width: 100%;
  }

  .top__sec01__col:first-child img:nth-child(2) {
    top: -20px;
    right: -20px;
    max-width: 100px;
  }

  .top__sec01__col:first-child img:nth-child(3) {
    bottom: -20px;
    left: -20px;
    max-width: 100px;
  }

  .top__sec01__col:last-child {
    margin-top: 30px;
  }

  button.tooltip--btn {
    height: 16px;
    width: 16px;
    font-size: 10px;
  }

  .top__sec02__col {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
  }

  .top__sec02__col:nth-child(3n) {
    margin-right: 20px;
  }

  .top__sec02__col:nth-child(2n) {
    margin-right: 0;
  }

  .top__sec02__col:nth-child(n+3) {
    margin-top: 30px;
  }

  .top__sec04__inner01 a {
    width: calc(50% - 10px);
  }

  .section--divider02 {
    height: 200px;
  }

  .top__sec02__category {
    margin-top: 45px;
  }

  .top__sec02__category h5 {
    font-size: 21px;
  }

  .en .top__header__col h1 img {
    max-width: 500px;
  }

  .pagination {
    margin-top: 45px;
  }

  .pagination>*+* {
    margin-left: 10px;
  }

  .termofuse__sec01__inner2 h3 {
    font-size: 19px;
    letter-spacing: 0.05em;
  }

  .termofuse__sec01__inner3 h3 {
    font-size: 17px;
    letter-spacing: 0.05em;
  }

  .termofuse__sec01__inner2 p,
  .termofuse__sec01__inner3 p {
    font-size: 13px;
    line-height: 1.8em;
  }

  .termofuse__sec01__inner2 p {
    margin-top: 10px;
  }

  .termofuse__sec01__inner3 p {
    margin-top: 15px;
  }

  .termofuse__sec01__inner3 {
    margin-top: 35px;
    padding-bottom: 35px;
  }

  div.termofuse__sec01 .termofuse__sec01__inner2:last-child {
    margin-top: 35px;
  }

  .table__sec h3.table-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  td,
  th {
    letter-spacing: 0.05em;
    line-height: 1.8em;
  }

  th {
    text-indent: 0.05em;
  }

  td.unset-block.s-block80,
  th.unset-block.s-block80 {
    width: 80px;
  }

  td.unset-block.s-block85,
  th.unset-block.s-block85 {
    width: 85px;
  }

  td.unset-block.s-block90,
  th.unset-block.s-block90 {
    width: 90px;
  }

  td.unset-block.s-block100,
  th.unset-block.s-block100 {
    width: 100px;
  }

  td.unset-block.s-block110,
  th.unset-block.s-block110 {
    width: 110px;
  }

  td.unset-block.s-block120,
  th.unset-block.s-block120 {
    width: 120px;
  }

  .more-btn {
    margin-top: 35px;
  }

  div.divider-title-sec h3 {
    font-size: 34px;
  }

  div.divider-title-sec h5 {
    font-size: 16px;
  }

  div.divider-title-sec p {
    font-size: 18px;
  }

  div.divider-title-sec h3,
  div.divider-title-sec h5,
  div.divider-title-sec p {
    letter-spacing: 0.12em;
    text-indent: 0.12em;
  }

  div.area--top__sec03 .area--top__sec02__col p {
    margin-top: 10px;
  }

  div.divider-title-sec.en h3 {
    margin-bottom: 14px;
    line-height: 1.3em;
  }
}

@media only screen and (min-width: 576px) {
  br.none576 {
    display: none;
  }
}

@media only screen and (max-width: 530px) {

  /* 全ページに連絡先を一律追加するため */
  div#bottom_contents:before {
    content: "新事業・食品産業部 外食・食文化課";
    font-size: 1.5em;
    text-align: center;
    display: block;
    padding: 0;
  }

  #bottom_contents:after {
    content: "03-3502-5516（ダイヤルイン）";
    display: block;
    text-align: center;
    font-size: 1.2em;
  }


  .section--title h3 {
    font-size: 26px;
    letter-spacing: 2px;
    text-indent: 0.1em;
  }

  .section--title h3:before {
    width: 70px;
    height: 30px;
    margin-right: 8px;
    top: 6px;
  }

  .section--title h3:after {
    width: 70px;
    height: 30px;
    margin-left: 8px;
    top: 6px;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    font-size: 10px;
  }

  .en .top__header__col h1 img {
    max-width: 450px;
  }

  .notfound__sec01__inner h3,
  .termofuse__sec01__inner1 h3 {
    letter-spacing: 0.05em;
  }

  .notfound__sec01__inner ul {
    letter-spacing: 0.1em;
  }

  .accordion-btn.en summary {
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 531px) {
  br.none531 {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  div.area--top__sec03 .section--title p {
    margin-top: 0;
    text-align: justify;
    line-height: 1.5em;
  }

  div.area--top__sec03.en .section--title p {
    text-align: left;
  }

  br.none700 {
    display: none;
  }

  div.area--top__sec03 .section--title p span {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 479px) {

  .bunrui__header__inner,
  .area--top__header__inner,
  .about__header__inner,
  .search--menu__header__inner {
    min-height: 270px;
  }

  .about__sec01__inner,
  .top__sec01__inner {
    margin-bottom: 50px;
  }

  .about__sec01__file h3,
  .menu__sec01__col03 h3,
  .area--top__sec01__inner02 h3 {
    font-size: 17px;
    padding-bottom: 12px;
  }

  .about__sec01__file a,
  .area--top__sec01__inner02 p {
    margin-top: 12px;
  }

  .menu__sec01__col03 p {
    margin-top: 12px;
  }

  .menu__sec01__recipe__child01 p {
    margin-top: 0;
  }

  .menu__sec01__recipe__col01 {
    width: 100%;
  }

  .menu__sec01__recipe__col01:last-child .menu__sec01__recipe__child01:first-child {
    border-top: 0;
  }

  .about__sec01__file__inner,
  .menu__sec01__child03 {
    margin-top: 45px;
  }

  .about__sec02__child h5 {
    font-size: 48px;
  }

  .about__sec02__child:last-child {
    width: 70px;
  }

  .about__sec02__child {
    width: calc(100% - 80px);
  }

  .about__sec02__col {
    margin-bottom: 8px;
  }

  .section--title h3:before {
    width: 60px;
    height: 27px;
    margin-right: 5px;
    top: 4px;
  }

  .section--title h3:after {
    width: 60px;
    height: 27px;
    margin-left: 5px;
    top: 4px;
  }

  .area--search__header h1,
  .menu__header h1 {
    font-size: 27px;
    width: calc(100% - 43px);
  }

  .area--search__header img,
  .menu__header img {
    max-width: 35px;
    margin-right: 8px;
  }

  .area--search__sec01__inner h3,
  .top__sec03__inner h3,
  .search--menu__sec01 h3 {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }

  .notfound__sec01__inner h3,
  .termofuse__sec01__inner1 h3 {
    font-size: 19px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }

  .top__sec03__inner p.sub--description {
    margin-bottom: 20px;
    line-height: 2em;
  }

  .search--menu__sec01__inner form .search--box--area,
  .search--menu__sec01__inner form .search--box--genre,
  .search--menu__sec01__inner form .search--box--other,
  .search--menu__sec01__inner form .search--box--word {
    margin-bottom: 40px;
  }

  .search--menu__sec01__inner form .search--box--genre {
    margin-bottom: 30px;
  }

  .search--menu__sec01__inner form .search--box--genre:last-child {
    margin-bottom: 40px;
  }

  .area--search__sec01__col,
  .top__sec03__col {
    margin-bottom: 45px;
  }

  .bunrui__sec02__col:first-child {
    margin-bottom: 15px;
  }

  .bunrui__sec02__col h3 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }

  .bunrui__header__col h1,
  .area--top__header__col h1,
  .about__header__col h1,
  .search--menu__header__col h1 {
    font-size: 25px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    padding: 15px 25px 10px;
  }

  .area--top__sec01__inner h3,
  .about__sec01__inner h3,
  .bunrui__sec01__inner h3,
  .bunrui__sec03__inner h3,
  .top__sec01__inner h3,
  .top__sec01__col h3 {
    font-size: 24px;
  }

  .search--box--area--1,
  .search--box--other--1 {
    width: calc(100% / 2);
  }

  .search--box--area--1:nth-child(n+3),
  .search--box--other--1:nth-child(n+3) {
    margin-top: 20px;
  }

  .search--box--word--1 input[type="text"] {
    padding: 8px 15px;
  }

  .search--box--area--1,
  .search--box--genre--1,
  .search--box--other--1 {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .search--box--submit input[type="submit"] {
    font-size: 15px;
  }

  .menu__sec01__col:last-child {
    margin-top: 25px;
  }

  .menu__sec01__col .cate_name {
    font-size: 14px;
  }

  .menu__sec01__child h4 {
    font-size: 15px;
  }

  .menu__sec01__col h3 span,
  .dl--attention p,
  .accordion-btn summary {
    font-size: 13px;
  }

  .menu__sec01__col02 a br.none992 {
    display: block;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    font-size: 11px;
    min-height: 84px;
  }

  .menu__sec01__inner03 {
    margin-top: 50px;
  }

  .menu__sec01__recipe img.recipe--img {
    margin-top: 30px;
  }

  .menu__sec01__recipe h4 {
    margin-top: 30px;
    font-size: 17px;
  }

  .menu__sec01__col03 .dl--attention02 p {
    font-size: 13px;
  }

  .menu__sec01__recipe__child2 p {
    margin-top: 0;
    width: calc(100% - 45px);
  }

  .menu__sec01__recipe__child2 span {
    width: 35px;
    font-size: 25px;
  }

  .menu__sec01__col02:nth-child(n+3) {
    margin-top: 35px;
  }

  .menu__sec01__col02 {
    width: calc(50% - 10px);
  }

  .top__header__col h1 img {
    max-width: 130px;
  }

  .top__header__inner {
    min-height: 400px;
  }

  .top__sec03__inner {
    margin-bottom: 60px;
  }

  .section--divider02 {
    height: 180px;
  }

  .top__sec04__inner02 p {
    margin-top: 25px;
  }

  .top__sec04__inner01 a {
    width: 100%;
  }

  .top__sec04__inner01 a:last-child {
    margin-top: 25px;
  }

  .top__sec02__category {
    margin-bottom: 20px;
  }

  .top__sec02__category h5 {
    font-size: 20px;
  }

  .search--box--area--1,
  .search--box--genre--1,
  .search--box--other--1 {
    line-height: 1.3em;
  }

  .search--box--area--1:nth-child(n+3),
  .search--box--genre--1:nth-child(n+3),
  .search--box--other--1:nth-child(n+3) {
    margin-top: 15px;
  }

  .search--box--inner h5 {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .en .top__header__col h1 img {
    max-width: 100%;
  }

  .area--top__sec01__inner02 {
    margin-top: 50px;
  }

  .area--top__sec01__inner02 p {
    font-size: 14px;
  }

  .area--top__sec01__inner02 p span {
    font-size: 13px;
  }

  .notfound__sec01__inner ul {
    font-size: 14px;
    padding-left: 20px;
  }

  .notfound__sec01__inner ul li::marker {
    font-size: 12px;
  }

  .termofuse__sec01__inner2 h3 {
    font-size: 18px;
  }

  .termofuse__sec01__inner3 h3 {
    font-size: 16px;
  }

  .table__sec__inner {
    overflow-x: scroll;
    width: 100%;
  }

  .table__sec__inner table {
    width: 650px;
  }

  .small-table .table__sec__inner table {
    width: 100%;
  }

  .small-table .table__sec__inner {
    overflow-x: hidden;
  }

  br.none576 {
    display: none;
  }

  td.unset-block.xs-block100,
  th.unset-block.xs-block100 {
    width: 100px;
  }

  td.unset-block.xs-block130,
  th.unset-block.xs-block130 {
    width: 130px;
  }

  td.unset-block.xs-block140,
  th.unset-block.xs-block140 {
    width: 140px;
  }

  td.unset-block.xs-block150,
  th.unset-block.xs-block150 {
    width: 150px;
  }

  .table__sec.small-table {
    width: 100%;
  }

  .accordion-btn {
    max-width: 280px;
  }

  .more-btn a {
    font-size: 15px;
  }

  div.divider-title-sec h3 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  div.divider-title-sec h5 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  div.divider-title-sec p {
    font-size: 17px;
    margin-top: 12px;
  }

  div.divider-title-sec hr {
    width: 60px;
  }

  div.divider-title-sec h3,
  div.divider-title-sec h5,
  div.divider-title-sec p {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }

  div.divider-title-sec {
    padding: 50px 0;
  }

  div.area--top__sec03 {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 440px) {
  .section--title h3 {
    font-size: 25px;
  }

  .section--title h3:before {
    width: 52px;
    height: 23px;
    top: 3px;
  }

  .section--title h3:after {
    width: 52px;
    height: 23px;
    top: 3px;
  }

  .bunrui__header__inner,
  .area--top__header__inner,
  .about__header__inner,
  .search--menu__header__inner {
    min-height: 250px;
  }

  .bunrui__header__col h1,
  .area--top__header__col h1,
  .about__header__col h1,
  .search--menu__header__col h1 {
    font-size: 24px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 12px 20px 8px;
  }

  .area--top__sec01__inner h3,
  .about__sec01__inner h3,
  .bunrui__sec01__inner h3,
  .bunrui__sec03__inner h3,
  .top__sec01__inner h3,
  .top__sec01__col h3 {
    font-size: 23px;
  }

  .search--box--genre--1 {
    width: calc(100% / 2 - 10px);
  }

  .search--menu__sec01__inner form .search--box--genre {
    justify-content: space-between;
  }

  .top__sec01__readmore a:before {
    width: 80px;
    /* margin-right: 15px; */
    left: -95px;
  }

  .notfound__sec01__inner h3,
  .termofuse__sec01__inner1 h3 {
    line-height: 1.3em;
    /* text-align: justify;
    font-feature-settings: "palt" 1; */
    text-align: left;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 428px) {
  div.divider-title-sec h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 414px) {
  div.menu__sec01 {
    padding: 0 0 50px 0;
  }

  div.bunrui__sec01,
  div.area--top__sec01,
  div.about__sec01,
  div.top__sec01,
  div.search--menu__sec01,
  div.top__sec03,
  div.bunrui__sec03 {
    padding: 50px 0;
  }

  div.bunrui__sec02,
  div.area--top__sec02,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding: 50px 0;
  }

  div.area--top__sec01,
  div.about__sec01,
  div.top__sec03,
  div.top__sec01,
  div.search--menu__sec01 {
    padding-bottom: 70px;
  }

  div.area--top__sec02,
  div.about__sec02,
  div.top__sec04,
  div.top__sec02,
  div.search--menu__sec02 {
    padding-top: 60px;
  }

  img.div--divider {
    max-width: 70px;
    top: -35px;
  }

  .area--top__sec01__inner h3,
  .about__sec01__inner h3,
  .bunrui__sec01__inner h3,
  .bunrui__sec03__inner h3,
  .top__sec01__inner h3,
  .top__sec01__col h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
  }

  .area--top__sec01__inner p,
  .about__sec01__inner p,
  .top__sec01__inner p,
  .bunrui__sec01__inner p,
  .top__sec01__col p {
    line-height: 2.3em;
    margin-top: 15px;
  }

  .content .about__sec01__point h4 {
    font-size: 15px;
  }

  /* .en .content .about__sec01__point h4 {
    padding-left: 25px;
  } */
  .content .about__sec01__point h4 span {
    font-size: 13px;
  }

  .about__sec01__file h3,
  .menu__sec01__col03 h3,
  .area--top__sec01__inner02 h3 {
    font-size: 16px;
  }

  body {
    font-size: 13px;
  }

  .about__sec01__inner,
  .top__sec01__inner {
    margin-bottom: 45px;
  }

  .about__sec01__file__inner,
  .menu__sec01__child03 {
    margin-top: 40px;
  }

  .section--title h3 {
    font-size: 2.2em;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-indent: 0.05em;
  }

  .section--title h3:before,
  .section--title h3:after {
    content: none;
  }

  .section--title p {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }

  .section--title {
    margin-bottom: 40px;
  }

  .about__sec02__child h4 {
    font-size: 14px;
  }

  .about__sec02__child h5 {
    font-size: 42px;
  }

  .about__sec02__child:last-child {
    width: 60px;
  }

  .about__sec02__child {
    width: calc(100% - 65px);
  }

  .content .about__sec02__inner h3 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .content .about__sec02__inner {
    margin-bottom: 30px;
  }

  .footer__top {
    padding: 40px 0;
  }

  .area--top__sec01__inner02 p {
    line-height: 1.5em;
  }

  .section--title img {
    max-width: 32px;
  }

  div.area--search__sec01 {
    padding: 0 0 50px 0;
  }

  .area--search__header,
  .menu__header,
  div.notfound__sec01,
  div.termofuse__sec01 {
    padding: 0;
  }

  .area--search__header h1,
  .menu__header h1 {
    font-size: 26px;
  }

  .area--search__sec01__inner h3,
  .top__sec03__inner h3,
  .search--menu__sec01 h3,
  .notfound__sec01__inner h3,
  .termofuse__sec01__inner1 h3 {
    font-size: 19px;
    padding: 10px 15px;
  }

  .area--search__sec01__child h4 {
    font-size: 16px;
  }

  .area--search__sec01__child h4 {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }

  .area--search__sec01__child a {
    font-size: 14px;
  }

  .area--top__sec02__col p,
  .top__sec03__child p,
  .search--menu__sec02__child p,
  .bunrui__sec03__child p {
    font-size: 15px;
  }

  .area--top__sec02__col h5,
  .top__sec03__child h5,
  .search--menu__sec02__child h5,
  .bunrui__sec03__child h5 {
    margin: 10px 0 8px;
    padding-bottom: 10px;
  }

  .area--top__sec02__col:nth-child(n+3),
  .top__sec03__child:nth-child(n+3),
  .search--menu__sec02__child:nth-child(n+3),
  .bunrui__sec03__child:nth-child(n+3) {
    margin-top: 30px;
  }

  .bunrui__header__col h1,
  .area--top__header__col h1,
  .about__header__col h1,
  .search--menu__header__col h1 {
    font-size: 23px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }

  .search--box--submit input[type="submit"] {
    font-size: 14px;
  }

  .menu__sec01__col:last-child {
    margin-top: 20px;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    font-size: 10px;
    border-radius: 0;
    min-height: 78px;
  }

  .menu__sec01__recipe img.recipe--img {
    margin-top: 25px;
  }

  .menu__sec01__recipe h4 {
    margin-top: 25px;
    font-size: 16px;
  }

  .menu__sec01__recipe__child2,
  .menu__sec01__recipe__child2:last-child {
    width: 100%;
  }

  .menu__sec01__recipe__child2:first-child {
    order: 2;
  }

  .menu__sec01__recipe__child2:last-child {
    order: 1;
    text-align: center;
  }

  .menu__sec01__recipe__child2:last-child img {
    margin-bottom: 20px;
  }

  .menu__sec01__recipe__child2 span {
    width: 30px;
    font-size: 22px;
  }

  .menu__sec01__recipe__child2 p {
    width: calc(100% - 40px);
  }

  .menu__sec01__inner03 {
    margin-top: 50px;
  }

  .top__sec04__inner02 p {
    margin-top: 20px;
  }

  .section--divider02 {
    height: 150px;
  }

  .top__sec03__inner {
    margin-bottom: 55px;
  }

  .top__header__col h1 img {
    max-width: 122px;
  }

  .top__header__inner {
    min-height: 400px;
  }

  .top__sec01__col h3 {
    margin: 0 0 15px;
    padding-bottom: 15px;
  }

  .top__sec02__col h5 {
    padding: 15px 30px;
  }

  button.tooltip--btn {
    height: 15px;
    width: 15px;
    font-size: 10px;
    right: 10px;
    border: 1px solid #e2c57a;
  }

  .top__sec02__col:nth-child(n+3) {
    margin-top: 25px;
  }

  .area--search__sec01__child {
    width: calc(100% / 2 - 10px);
  }

  .top__sec02__category {
    margin-top: 40px;
  }

  .top__sec02__category h5 {
    font-size: 18px;
  }

  .top__sec02__col h5.padding--414 {
    padding: 23px 30px;
  }

  .pagination {
    margin-top: 40px;
  }

  .pagination-item-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .pagination>*+* {
    margin-left: 8px;
  }

  .area--top__sec01__inner02 {
    margin-top: 45px;
  }

  .termofuse__sec01__inner2 h3 {
    font-size: 17px;
  }

  .termofuse__sec01__inner3 h3 {
    font-size: 15px;
  }

  .termofuse__sec01__inner3 {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  div.termofuse__sec01 .termofuse__sec01__inner2:last-child {
    margin-top: 30px;
  }

  div.top__header {
    background: url(../img/title_back.jpg);
    background-size: cover;
    background-position: center;
  }

  .more-btn {
    margin-top: 30px;
  }

  .more-btn a {
    font-size: 14px;
  }

  div.area--top__sec03 {
    padding-top: 40px;
  }

  div.divider-title-sec {
    padding: 45px 0;
  }
}

@media only screen and (min-width: 415px) {
  /* .top__sec02__col h5 a br { */
  /* display: none; */
  /* } */
}

@media only screen and (max-width: 390px) {

  .bunrui__header__col h1,
  .area--top__header__col h1,
  .about__header__col h1,
  .search--menu__header__col h1 {
    font-size: 22px;
  }

  .area--top__sec01__inner h3,
  .about__sec01__inner h3,
  .bunrui__sec01__inner h3,
  .bunrui__sec03__inner h3,
  .top__sec01__inner h3,
  .top__sec01__col h3 {
    font-size: 21px;
  }

  div.divider-title-sec h5 {
    font-size: 14px;
  }

  div.divider-title-sec hr {
    width: 55px;
  }

  div.divider-title-sec p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 360px) {

  .bunrui__header__col h1,
  .area--top__header__col h1,
  .about__header__col h1,
  .search--menu__header__col h1 {
    font-size: 21px;
  }

  .area--top__sec01__inner h3,
  .about__sec01__inner h3,
  .bunrui__sec01__inner h3,
  .bunrui__sec03__inner h3,
  .top__sec01__inner h3,
  .top__sec01__col h3 {
    font-size: 20px;
  }

  .section--title h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .about__sec02__child h5 {
    font-size: 36px;
  }

  .about__sec02__child:last-child {
    width: 50px;
  }

  .about__sec02__child {
    width: calc(100% - 55px);
  }

  .content .about__sec02__inner h3 {
    margin-bottom: 8px;
  }

  .about__sec02__child h4 {
    font-size: 13px;
    padding-bottom: 8px;
  }

  .content .about__sec02__inner {
    margin-bottom: 25px;
  }

  .area--search__header h1,
  .menu__header h1 {
    font-size: 24px;
    width: calc(100% - 35px);
  }

  .area--search__header img,
  .menu__header img {
    max-width: 30px;
    margin-right: 5px;
  }

  .area--search__sec01__inner h3,
  .top__sec03__inner h3,
  .search--menu__sec01 h3,
  .notfound__sec01__inner h3 {
    font-size: 18px;
  }

  .notfound__sec01__inner ul {
    font-size: 13px;
  }

  .notfound__sec01__inner ul li::marker {
    font-size: 10px;
  }

  .notfound__sec01__inner ul li {
    list-style: disc;
    margin-bottom: 12px;
  }

  .area--search__sec01__child a {
    margin-bottom: 12px;
  }

  .area--search__sec01__child:nth-child(n+3),
  .area--search__sec01__child:nth-child(n+5) {
    margin-top: 35px;
  }

  .area--search__sec01__col,
  .top__sec03__col {
    margin-bottom: 40px;
  }

  .area--search__sec01__inner p {
    font-size: 14px;
  }

  .area--search__sec01__child h4 {
    font-size: 15px;
  }

  .area--search__sec01__child a {
    font-size: 13px;
  }

  .area--top__sec02__col h5,
  .top__sec03__child h5,
  .search--menu__sec02__child h5,
  .bunrui__sec03__child h5 {
    font-size: 12px;
  }

  .area--top__sec02__col p,
  .top__sec03__child p,
  .search--menu__sec02__child p,
  .bunrui__sec03__child p {
    font-size: 14px;
  }

  .bunrui__sec02__inner:nth-child(n+2) {
    margin-top: 35px;
  }

  .bunrui__sec02__col h3 {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }

  .search--menu__sec01__inner form .search--box--area,
  .search--menu__sec01__inner form .search--box--genre,
  .search--menu__sec01__inner form .search--box--other,
  .search--menu__sec01__inner form .search--box--word {
    margin-bottom: 35px;
  }

  .search--menu__sec01__inner form .search--box--genre {
    margin-bottom: 25px;
  }

  .search--menu__sec01__inner form .search--box--genre:last-child {
    margin-bottom: 35px;
  }

  .menu__sec01__col .cate_name {
    font-size: 13px;
  }

  .menu__sec01__col02 p {
    font-size: 12px;
  }

  .menu__sec01__recipe img.recipe--img {
    margin-top: 20px;
  }

  .top__header__col h1 img {
    max-width: 117px;
  }

  .top__header__inner {
    min-height: 400px;
  }

  .top__sec01__readmore a:before {
    width: 60px;
    left: -75px;
  }

  .top__sec02__category h5 {
    font-size: 17px;
  }

  .search--box--inner h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .search--box--area--1:nth-child(n+3),
  .search--box--genre--1:nth-child(n+3),
  .search--box--other--1:nth-child(n+3) {
    margin-top: 12px;
  }

  .pagination-item-number {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }

  .pagination {
    margin-top: 35px;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    letter-spacing: -0.05em;
    text-indent: -0.05em;
  }
}

@media only screen and (max-width: 340px) {

  .bunrui__header__col h1,
  .area--top__header__col h1,
  .about__header__col h1,
  .search--menu__header__col h1 {
    font-size: 20px;
    letter-spacing: 0;
    text-indent: 0;
  }

  .top__sec02__col h5 {
    padding: 12px 25px;
    font-size: 12px;
  }

  .top__sec02__col h5.padding--414 {
    padding: 19px 30px;
  }

  .menu__sec01__col02 a,
  .menu__sec01__col02 span {
    letter-spacing: -0.1em;
    text-indent: -0.1em;
  }

  div.divider-title-sec h3 {
    font-size: 28px;
  }

  div.divider-title-sec {
    padding: 45px 0;
  }
}