@charset "UTF-8";
/*!
Theme Name: beni-shoga
Theme URI: http://underscores.me/
Author: ende_bataro
Author URI: https://hajimete.org/
Description: 日本紅生姜団体のHP専用テーマ。
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beni-shoga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

beni-shoga is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

* {
  box-sizing: border-box;
}

body {
  background: #f9db2b;
  margin: 0;
  padding: 0;
}
body.post, body.page {
  margin: 0;
  padding: 0;
}

.post, .page {
  margin: 0 !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

figure {
  margin: 0;
}

.title_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 34px;
}
.title_area h2 {
  font-size: 43px;
  font-weight: 600;
  color: #ef4b3a;
}
.title_area a {
  display: block;
  font-size: 18px;
  color: #060705;
}
.title_area a:hover {
  opacity: 0.4;
}

.blog_list ul li {
  border-bottom: 2px solid #ef4b3a;
}
.blog_list ul li:first-child a {
  padding-top: 0;
}
.blog_list ul li a {
  display: block;
  padding: 22px 3%;
  transition: 0.3s;
  color: #ef4b3a;
  text-decoration: none;
  line-height: 0;
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.blog_list ul li a:hover {
  opacity: 0.4;
}
.blog_list ul li a img {
  width: 80px;
  border: 2px solid #ef4b3a;
}
.blog_list ul li a h3 {
  line-height: 1.35;
  color: #ef4b3a;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}

.recipe_list > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 5%;
  flex-wrap: wrap;
}
.recipe_list > ul li {
  width: 30%;
}
.recipe_list > ul li a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.recipe_list > ul li a:hover {
  opacity: 0.4;
}
.recipe_list > ul li a:hover .img img {
  transform: scale(1.06);
}
.recipe_list > ul li a .img {
  width: 100%;
  border: 2px solid #ef4b3a;
  overflow: hidden;
  background: #ef4b3a;
}
.recipe_list > ul li a .img img {
  width: 100%;
  display: block;
  transition: 0.6s ease-out;
}
.recipe_list > ul li a h3 {
  color: #ef4b3a;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  margin-top: 8px;
}
.recipe_list .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 40px auto 0;
}
.recipe_list .pagination a, .recipe_list .pagination span {
  color: #ef4b3a;
  text-decoration: none;
}

.title_wrapp {
  margin: 128px auto 35px;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title_wrapp h1 {
  background: #fffbe6;
  padding: 4px 6px;
  color: #ef4b3a;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-block;
}
.title_wrapp ul {
  width: 148px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 11%;
}
.title_wrapp ul li {
  width: 21.6666666667%;
}
.title_wrapp ul li a {
  display: block;
  transition: 0.3s;
}
.title_wrapp ul li a:hover {
  opacity: 0.4;
}
.title_wrapp ul li a img {
  display: block;
}

.entry-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
  background: #fffbe6;
  padding: 80px 5%;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 0.8;
  letter-spacing: 0;
}
.pagination > span, .pagination > a {
  display: block;
  padding: 6px 7px;
}
.pagination > span {
  color: #ef4b3a;
}
.pagination > a {
  color: #060705;
  text-decoration: none;
  transition: 0.2s;
  will-change: transform, left, color;
}
.pagination > a:hover {
  color: #ef4b3a;
}
.pagination > a:hover.prev::before, .pagination > a:hover.prev::after {
  background: #ef4b3a;
  left: 45%;
}
.pagination > a:hover.next::before, .pagination > a:hover.next::after {
  background: #ef4b3a;
  left: 55%;
}
.pagination > a.prev, .pagination > a.next {
  position: relative;
  width: 25px;
  height: 28px;
  display: block;
  padding: 6px 4px;
}
.pagination > a.prev::before, .pagination > a.prev::after, .pagination > a.next::before, .pagination > a.next::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 34%;
  height: 2px;
  display: block;
  background: #060705;
  transition: 0.3s;
}
.pagination > a.prev::before {
  top: 42%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pagination > a.prev::after {
  top: 58%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagination > a.next::before {
  top: 42%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagination > a.next::after {
  top: 58%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.beni_map {
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  border: none;
  box-shadow: 0 12px 40px -12px rgba(84, 54, 2, 0.3);
  background: rgba(0, 0, 0, 0);
  border-radius: 21px;
  overflow: hidden;
}

.QUIbkc {
  display: none !important;
}

/* ヘッダー */
header {
  z-index: 9999;
}
header .site-title {
  position: fixed;
  z-index: 2;
  top: 20px;
  left: 25px;
  width: 288px;
  display: block;
}
header .site-title path {
  fill: #ef4b3a;
  transition: 0.4s ease-out;
}
header .site-title:hover path {
  fill: #060705;
}
header .drw {
  position: fixed;
  z-index: 2;
  top: 20px;
  right: 25px;
  width: 46px;
  height: 40px;
  display: block;
  cursor: pointer;
  transition: 0.4s;
}
header .drw img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.3s;
  will-change: top;
}
header .drw img:nth-of-type(1) {
  top: 16%;
}
header .drw img:nth-of-type(3) {
  top: 84%;
}
header .drw:hover {
  transform: scale(0.92);
}
header .drw.active img:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .drw.active img:nth-of-type(2) {
  opacity: 0;
}
header .drw.active img:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .nav_menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  display: none;
  will-change: display;
}
header .nav_menu .inner {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  max-width: 1200px;
  border-radius: 34px;
  background: #ef4b3a;
  padding: 64px 0 87px;
}
header .nav_menu .inner > img {
  position: absolute;
  top: -54px;
  left: 5.4%;
  transform: translateX(-50%);
  width: 235px;
  display: block;
}
header .nav_menu .inner a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
header .nav_menu .inner a path {
  fill: #fff;
}
header .nav_menu .inner .menu_logo {
  width: 100%;
  max-width: 349px;
  margin: 0 auto 35px;
}
header .nav_menu .inner .menu_logo a {
  display: block;
}
header .nav_menu .inner nav {
  width: 89%;
  max-width: 885px;
  margin: 0 auto;
}
header .nav_menu .inner nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
header .nav_menu .inner nav ul li {
  width: calc((100% - 40px) / 2);
  border-bottom: 2px solid #fff;
}
header .nav_menu .inner nav ul li a {
  display: block;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 25px 0 12px;
  transition: 0.2s;
}
header .nav_menu .inner nav ul li a:hover {
  opacity: 0.4;
}

body.admin-bar header .site-title {
  top: 52px;
}
body.admin-bar header .drw {
  top: 52px;
}

/* フッター */
.top_top {
  position: fixed;
  z-index: 9999;
  bottom: -190px;
  right: 12px;
  width: 147px;
  display: block;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.top_top img {
  transition: 0.4s ease-out;
}
.top_top:hover img {
  transform: translateY(-8px);
}
.top_top.active {
  bottom: 0;
}

.footer {
  border-top: 2px solid #ef4b3a;
  padding: 10% 0 0;
}
.footer a {
  transition: 0.3s;
}
.footer a:hover {
  opacity: 0.4;
}
.footer__page_link {
  text-align: center;
  margin-bottom: 6%;
}
.footer__page_link > a {
  display: block;
}
.footer__page_link > a:nth-of-type(1) {
  width: 90%;
  max-width: 320px;
  margin: 0 auto 30px;
}
.footer__page_link > a:nth-of-type(1) path {
  fill: #ef4b3a;
}
.footer__page_link > a:nth-of-type(2) {
  display: inline-block;
  vertical-align: top;
}
.footer__page_link > a:nth-of-type(2) img {
  width: 70px;
  display: block;
  margin: 0 auto 12px;
}
.footer__page_link > a:nth-of-type(2) p {
  font-size: 20px;
  font-weight: 600;
  color: #060705;
}
.footer__page_link ul {
  margin: 7% auto 0;
}
.footer__page_link ul li {
  display: block;
  text-align: center;
}
.footer__page_link ul li a {
  display: inline-block;
  margin: 0 auto;
  color: #060705;
  padding: 8px 8px;
  font-size: 20px;
  font-weight: 600;
}
.footer__last {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.footer__last__koji_tweet {
  position: relative;
  display: inline-block;
  width: 59%;
  margin-bottom: 4%;
}
.footer__last__koji_tweet > img {
  margin-left: -7%;
  width: 100%;
}
.footer__last__koji_tweet > p {
  position: absolute;
  top: 19%;
  right: 7%;
  transform: translateY(-50%) rotate(-32deg);
  color: #ef4b3a;
  font-size: 1.85vw;
  font-weight: 600;
  width: 40%;
}
.footer__last__koji_tweet__name {
  position: absolute;
  bottom: 10%;
  right: 3%;
  width: 37%;
}
.footer__last__koji_tweet__name > img {
  width: 100%;
}
.footer__last__koji_tweet__name ul {
  display: flex;
  gap: 0 16px;
  width: 71%;
  margin: 7% 0 0;
}
.footer__last__koji_tweet__name ul li {
  width: calc((100% - 32px) / 3);
}
.footer__last__koji_tweet__name ul li a {
  display: block;
}
.footer__last > img {
  position: absolute;
  bottom: -7%;
  right: -11%;
  width: 40%;
  display: block;
}
.footer__last > p {
  position: relative;
  text-align: center;
}
.footer__last > p a {
  color: #060705;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

/* main */
#beni-shoga_particles {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  pointer-events: none;
}

/* トップページ */
.home_top {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0 auto;
}
.home_top_anime {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 88%;
  display: block;
  padding: 0 0 0;
}
.home_top_anime image {
  width: 100%;
}
.home_top .character {
  position: absolute;
  top: 70%;
  right: 1%;
  transform: translateY(-50%);
  width: 19%;
  display: block;
}
.home_top .character > img {
  display: block;
}
.home_about {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.home_about > p:nth-of-type(1) {
  font-size: 50px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.04em;
  color: #ef4b3a;
}
.home_about > p:nth-of-type(1) svg {
  display: inline-block;
  vertical-align: bottom;
  width: 577px;
  margin-right: 13px;
}
.home_about > p:nth-of-type(1) svg path {
  fill: #ef4b3a;
}
.home_about > p:nth-of-type(2) {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ef4b3a;
  text-align: justify;
  margin: 46px 0 0;
}
.home_about > p:nth-of-type(2) span {
  display: block;
  font-size: 42px;
  font-weight: 800;
  margin-top: 25px;
  line-height: 1.35;
}
.home_news {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto;
  border: 2px solid #ef4b3a;
  padding-bottom: 60px;
}
.home_blog {
  width: 100%;
  margin: 16% auto 10%;
  background: #fffbe6;
}
.home_blog__scroll, .home_blog__scroll2 {
  background: #ef4b3a;
  padding: 12px 0 13px;
  display: flex;
  gap: 0 10px;
  overflow-x: hidden;
  will-change: transform;
  backface-visibility: hidden;
}
.home_blog__scroll img, .home_blog__scroll2 img {
  width: 240px;
  display: block;
}
.home_blog__article {
  width: 90%;
  max-width: 1200px;
  margin: 90px auto 111px;
}
.home_blog__article .blog_list {
  margin-bottom: 77px;
}
.home_map {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 14%;
}
.home_map > p {
  font-size: 22px;
  font-weight: 600;
  color: #ef4b3a;
  line-height: 1.65;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.home_map > img {
  width: 100%;
}

/* 日本紅生姜団体とは howto */
.howto .first > p {
  font-size: 24px;
  font-weight: 600;
  color: #ef4b3a;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.04em;
  margin-bottom: 66px;
}
.howto .first .flex {
  padding-bottom: 12%;
  border-bottom: 2px solid #ef4b3a;
  margin-bottom: 12%;
}
.howto .first .flex ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.howto .first .flex ul li {
  width: 43%;
}
.howto .first .flex ul li h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.35;
  color: #ef4b3a;
}
.howto .first .flex ul li img {
  width: 100%;
  margin: 23px auto 18px;
}
.howto .first .flex ul li p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #ef4b3a;
}
.howto .greeting h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ef4b3a;
}
.howto .greeting .flex {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 40px;
}
.howto .greeting .flex .img {
  width: 30%;
}
.howto .greeting .flex .img > img {
  width: 100%;
  max-width: 155px;
  display: block;
  margin: 0 auto 21px;
}
.howto .greeting .flex .img h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #ef4b3a;
  text-align: center;
}
.howto .greeting .flex .img h3 span {
  display: block;
  font-size: 20px;
}
.howto .greeting .flex .img ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 165px;
  margin: 23px auto 0;
  align-items: center;
}
.howto .greeting .flex .img ul li {
  width: 22.6666666667%;
}
.howto .greeting .flex .img ul li a {
  display: block;
  transition: 0.3s;
}
.howto .greeting .flex .img ul li a:hover {
  opacity: 0.4;
}
.howto .greeting .flex .img ul li a img {
  display: block;
}
.howto .greeting .flex .txt {
  width: 65%;
}
.howto .greeting .flex .txt p {
  color: #ef4b3a;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* お知らせ一覧 */
.news .news_list ul li {
  border-bottom: 2px solid #ef4b3a;
}
.news .news_list ul li:first-child {
  border-top: 2px solid #ef4b3a;
}
.news .news_list ul li a {
  display: block;
  padding: 12px 2%;
  display: flex;
  gap: 0 19px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
}
.news .news_list ul li a:hover {
  opacity: 0.6;
}
.news .news_list ul li a .img {
  display: none;
}
.news .news_list ul li a p, .news .news_list ul li a span, .news .news_list ul li a h3 {
  color: #ef4b3a;
}

/* 紅生姜マップ */
.map .entry-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #ef4b3a;
}
.map .entry-content p a {
  color: #060705;
}

/* 紅生姜について */
.about__contents__top h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #ef4b3a;
  line-height: 1.35;
  margin-bottom: 44px;
}
.about__contents__top > p {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #ef4b3a;
  line-height: 1.65;
  width: 100%;
  max-width: 782px;
  margin: 0 auto 95px;
}
.about__contents__top__flex_wrapp ul {
  padding-bottom: 10%;
  border-bottom: 2px solid #ef4b3a;
  margin-bottom: 10%;
}
.about__contents__top__flex_wrapp ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
}
.about__contents__top__flex_wrapp ul li:nth-child(even) .img {
  order: 2;
}
.about__contents__top__flex_wrapp ul li:last-child {
  margin: 0;
}
.about__contents__top__flex_wrapp ul li .img {
  width: 48%;
}
.about__contents__top__flex_wrapp ul li .img img {
  display: block;
}
.about__contents__top__flex_wrapp ul li .txt {
  width: 48%;
  color: #ef4b3a;
}
.about__contents__top__flex_wrapp ul li .txt h3 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 26px;
}
.about__contents__top__flex_wrapp ul li .txt p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: justify;
}
.about__contents__health h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #ef4b3a;
  line-height: 1.35;
  margin-bottom: 44px;
}
.about__contents__health > p {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #ef4b3a;
  line-height: 1.65;
  width: 100%;
  max-width: 580px;
  margin: 0 auto 95px;
}
.about__contents__health__ingredient h3 {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 50px;
  color: #ef4b3a;
}
.about__contents__health__ingredient ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.about__contents__health__ingredient ul li {
  width: 31.3333333333%;
  background: #ef4b3a;
  padding: 33px 3% 33px;
  color: #fffbe6;
  font-weight: 600;
}
.about__contents__health__ingredient ul li h4 {
  text-align: center;
  margin-bottom: 19px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}
.about__contents__health__ingredient ul li p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
.about__contents__health__impact > h3 {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 50px;
  color: #ef4b3a;
}
.about__contents__health__impact .flex ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 30px;
}
.about__contents__health__impact .flex ul li {
  border-radius: 30px;
  padding: 29px 3% 25px;
  width: 48.5%;
  min-height: 268px;
  border: 3px solid #ef4b3a;
  color: #ef4b3a;
}
.about__contents__health__impact .flex ul li h4 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.about__contents__health__impact .flex ul li p {
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.about__contents__health__impact .other {
  border-radius: 30px;
  padding: 27px 3% 49px;
  width: 100%;
  border: 3px solid #ef4b3a;
  color: #ef4b3a;
  margin-bottom: 30px;
}
.about__contents__health__impact .other h4 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 21px;
}
.about__contents__health__impact .other ul {
  display: flex;
  gap: 0 9%;
}
.about__contents__health__impact .other ul li {
  position: relative;
}
.about__contents__health__impact .other ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
  width: 3px;
  height: 74%;
  display: block;
  background: #ef4b3a;
}
.about__contents__health__impact .other ul li h5 {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 7px;
}
.about__contents__health__impact .other ul li p {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}
.about__contents__health__impact .other p {
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.about__contents__health__impact > p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #ef4b3a;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
}

/* 「生姜こうじ」とは */
.shoga-koji__contents__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8%;
  border-bottom: 2px solid #ef4b3a;
  margin-bottom: 10%;
}
.shoga-koji__contents__top .txt {
  width: 50%;
}
.shoga-koji__contents__top .txt > img {
  width: 80%;
  display: block;
}
.shoga-koji__contents__top .txt ul {
  width: 100%;
  max-width: 154px;
  margin: 30px 0 40px;
  display: flex;
  justify-content: space-between;
}
.shoga-koji__contents__top .txt ul li {
  width: 26%;
}
.shoga-koji__contents__top .txt ul li a {
  display: block;
}
.shoga-koji__contents__top .txt > p {
  font-size: 18px;
  font-weight: 600;
  color: #ef4b3a;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
.shoga-koji__contents__top .img {
  width: 39%;
  margin: 0 4% 0 0;
}
.shoga-koji__contents__howto h2 img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 8%;
  display: block;
}
.shoga-koji__contents__howto ul {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.shoga-koji__contents__howto ul li {
  margin-bottom: 45px;
}
.shoga-koji__contents__howto ul li p {
  position: relative;
  color: #ef4b3a;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
.shoga-koji__contents__howto ul li p span {
  display: block;
  padding: 20px 28px 18px;
  margin-bottom: 14px;
}
.shoga-koji__contents__howto ul li p::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 50px;
  height: 50px;
  display: block;
}
.shoga-koji__contents__howto ul li p:nth-child(odd)::before {
  left: 0;
  background: url(../img/shoga-koji_img1.svg);
  background-size: 100% auto;
  background-position: center center;
}
.shoga-koji__contents__howto ul li p:nth-child(odd) span {
  border-radius: 22px 22px 22px 0;
  background: rgba(249, 219, 43, 0.17);
  margin-left: 60px;
  width: calc(100% - 60px);
}
.shoga-koji__contents__howto ul li p:nth-child(even)::before {
  right: 0;
  background: url(../img/shoga-koji_img2.svg);
  background-size: 100% auto;
  background-position: center center;
}
.shoga-koji__contents__howto ul li p:nth-child(even) span {
  width: calc(100% - 60px);
  border-radius: 22px 22px 0 22px;
  background: rgba(255, 165, 57, 0.17);
}
.shoga-koji__contents__howto ul li p:last-child span {
  margin-bottom: 0;
}

/* 「生姜こうじ」とは */
.privacy__contents {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  color: #ef4b3a;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.75;
  letter-spacing: 0.05em;
}
.privacy__contents h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 9px;
}
.privacy__contents p {
  font-size: 18px;
}
.privacy__contents a {
  color: #060705;
  text-decoration: underline;
  transition: 0.2s;
}
.privacy__contents a:hover {
  opacity: 0.6;
}
.privacy__contents > ul > li {
  list-style: decimal;
  margin-bottom: 40px;
}
.privacy__contents > ul > li:last-child {
  margin-bottom: 0;
}
.privacy__contents > ul > li ul li {
  list-style: disc;
  font-size: 18px;
}

/* お問い合わせ */
.contact-form {
  color: #ef4b3a;
}
.contact-form h2 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 48px;
}
.contact-form p {
  font-size: 18px;
  font-weight: 600;
}
.contact-form p br {
  display: none;
}
.contact-form:has(.mw_wp_form_input) .conf_title {
  display: none;
}
.contact-form:has(.mw_wp_form_confirm) .input_form_title {
  display: none;
}
.contact-form:has(.mw_wp_form_confirm) ul li:last-child p:last-child {
  margin-bottom: 0;
}
.contact-form:has(.mw_wp_form_confirm) ul li p:first-child {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding-left: 7px;
}
.contact-form:has(.mw_wp_form_confirm) ul li p:last-child {
  font-size: 18px;
  line-height: 1.35;
  border-bottom: 2px solid #ef4b3a;
  padding: 11px 7px 14px;
  margin-bottom: 20px;
}
.contact-form form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.contact-form form .error {
  color: #060705;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  font-size: 16px !important;
  color: #ef4b3a !important;
  line-height: 1.35;
  background: none;
  border: 2px solid #ef4b3a;
  border-radius: 14px;
  margin: 6px 0 18px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #e9a49c;
}
.contact-form input:focus, .contact-form textarea:focus {
  border: 2px solid #060705;
  outline: none;
}
.contact-form button {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 30px auto 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #060705;
  border: 2px solid #060705;
  border-radius: 14px;
  padding: 18px 0;
  text-align: center;
  background: none;
  cursor: pointer;
  transition: 0.2s;
}
.contact-form button:hover {
  opacity: 0.6;
}
.contact-form .btn_set:has(button[name=send-btn]) {
  display: flex;
  justify-content: space-between;
}
.contact-form .btn_set:has(button[name=send-btn]) button {
  width: 48%;
  max-width: none;
  margin: 30px 0 0;
}
.contact-form:has(.mw_wp_form_complete) .input_form_title, .contact-form:has(.mw_wp_form_complete) .conf_title {
  display: none;
}
.contact-form:has(.mw_wp_form_complete) p {
  font-size: 18px;
  text-align: center;
}
.contact-form:has(.mw_wp_form_complete) p br {
  display: block;
}
.contact-form:has(.mw_wp_form_complete) a {
  display: block;
  margin: 24px auto 0;
  color: #060705;
  text-decoration: underline;
}
.contact-form .mw_wp_form ul li:last-child input, .contact-form .mw_wp_form ul li:last-child textarea {
  margin-bottom: 0;
}
.contact-form .recaptcha_txt {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 51px;
}
.contact-form .recaptcha_txt a {
  color: #060705;
}

.grecaptcha-badge {
  visibility: hidden;
}