/*
Theme Name: minami
Author: minami
Author URI: https://minamisangyo.com
Text Domain: minami
*/
/*----------------------
1.0 Normalize
Styles based on Normalize v8.0.0 @link https://github.com/necolas/normalize.css
----------------------*/
:root{
  --mainfontcolor : #333333;
  --gothic : 'Noto Sans JP', sans-serif;
  --mincho : "Noto Serif JP", serif;
}
html {
	font-size:16px;
	font-size:100%;
	line-height: 1.7; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
small {
	font-size: 80%;
}
.small {
	font-size: 80%;
}
.Forange {
  color: #de6243;
  font-weight: 700;
}
sub,
sup {
	font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
button,
input { /* 1 */
	overflow: visible;
}
button,
select { /* 1 */
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
/*----------------------
2.0 Accessibility
----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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; /* Above WP toolbar. */
}
/*----------------------
3.0 Alignments
----------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*----------------------
5.0 Typography
----------------------*/
body,
button,
input,
select,
textarea {
	color: #1a1a1a;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 1em 0;
	padding: 1.5em 0 0;
	font-weight: 700;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}
h1 {
	font-size: 60px;
}
h2 {
	color: #1a1a1a;
	font-size: 45px;
}
h3 {
	color: #1a1a1a;
	font-size: 25px;
}
h4 {
	color: #1a1a1a;
	font-size: 21px;
}
h6 {
	color: #1a1a1a;
	font-size: 16px;
}
p {
	margin: 0 0 1.5em;
	padding: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	color: #666;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 400;
	margin-top: 0.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #FFF;
	text-decoration: none;
}
big {
	font-size: 125%;
}
blockquote {
	quotes: "" "";
}
q {
	quotes: "“" "”" "‘" "’";
}
blockquote:before,
blockquote:after {
	content: "";
}
:focus {
	outline: none;
}
/*----------------------
6.0 Forms
----------------------*/
label {
	color: #1a1a1a;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}
fieldset {
	margin-bottom: 1em;
}
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;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.3em;
	width: 100%;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
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: #222;
	border-color: #1a1a1a;
}
select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}
button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #1a1a1a;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
:-moz-placeholder {
	color: #1a1a1a;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
::-moz-placeholder {
	color: #1a1a1a;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #1a1a1a;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
/*----------------------
7.0 Formatting
----------------------*/
hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/*----------------------
8.0 Lists
----------------------*/
ul,
ol {
    -webkit-margin-before: 1.5em;
    -webkit-margin-after: 1.5em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0.5em;
    -webkit-padding-start: 40px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/*----------------------
9.0 Tables
----------------------*/
.wp-block-table table,
table {
  margin: 0 0 1.5em;
	width: auto;
  border-top: solid 2px var(--maincolor);
  border-bottom: solid 2px var(--maincolor);
  border-left: none;
  border-right: none;
	border-collapse: collapse;
}
thead th {
  padding-bottom: 0.5em;
	border: none;
}
.wp-block-table th {
  padding: 1em 0.5em;
	text-align: left;
  font-weight: 700;
  border: none;
}
.wp-block-table tr {
	border-bottom: 1px solid #ccc;
}
.wp-block-table td {
	padding: 0.4em 1em;
  border: none;
}
.wp-block-table tr:last-child,
.wp-block-table th:last-child,
.wp-block-table td:last-child {
  border-bottom: none;
	padding-right: 0;
}
.wp-block-table tr td:first-child {
  font-weight: 700;
}
.wp-block-table tr:nth-child(odd) td:first-child {
  background-color: #f6f9fc;
}
.oem-table tr td:nth-child(2) {
  padding: 3px 8px;
  width: 25%;
}
.wp-block-table.product-details {
  margin: 50px auto 0 auto;
}
/*----------------------
10.0 Links
----------------------*/
a {
	color: #1a1a1a;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:link,
a:visited {
	color: #1a1a1a;
}
a:hover,
a:active {
	color: #999;
	outline: 0;
}
a img {
	-webkit-box-shadow: none;
	box-shadow: none;
  outline: 0;
}
a:hover img {
	opacity:0.5;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  outline: 0;
}
/*----------------------
Layout
----------------------*/
html,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
}
/** layout **/
#header {
	margin: 0 auto;
	padding: 0;
  max-width: 1400px;
	width: 100%;
	height: auto;
	background: #eab905;
	display: block;
}
#container {
	margin: 0 auto;
	padding: 0;
  width: 100%;
}
#content-onecolumn {
  margin: 0 auto;
	padding: 0 0 80px 0;
	max-width: 1200px;
  width: 100%;
	display: block;
  overflow-x: hidden;
}
#footer {
	margin: 0 auto 45px auto;
	padding: 0;
  max-width: 1200px;
	width: 100%;
	display: block;
}
/** Header **/
#masthead {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.mainimage {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.mainimage-sp {
  display: none;
}
.mainimage img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.marugoto-title {
  position: absolute;
  top: 10%;
  left: 3%;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}
.marugototitle-img {
  margin: auto 0;
  max-width: 118px;
  width: 12%;
}
.marugototitle-img img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.marugoto-title h1{
  margin: 0;
  padding: 0 0 0 10px;
  font-family: var(--mincho);
  font-size: 45px;
  line-height: 1.33;
}
/** Content **/
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
  flex-grow: unset !important;
  flex-basis: unset !important;
}
br.br-sp {
  display: none;
}
/** concept **/
section#concept {
  margin: 0 auto 50px auto;
  max-width: 1200px;
  width: 100%;
}
.concept-container {
  margin: 0 auto;
  padding: 75px 0 0 0;
  width: 100%;
  text-align: center;
}
h2.concept-title {
  margin: 0 0 15px 0;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.concept-subtitle {
  margin: 0 0 45px 0;
  color: #4b7929;
  font-family: var(--mincho);
  font-weight: 200;
  line-height: 1;
}
.concept-content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #727171;
  font-family: var(--mincho);
}
/** ufb-method **/
section#ufb-method {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
h2.ufb-method-title {
  margin: 0 auto 50px auto;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.image-ufbmethod {
  margin: 0 auto 40px auto;
  padding: 0;
  max-width: 900px;
  width: 100%;
}
.image-ufbmethod img {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  height: auto;
}
.wp-block-columns.ufb-features {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  gap: 0;
}
.wp-block-column.ufb-features-box {
  margin: 0;
  padding: 60px 40px 20px 40px;
  max-width: 400px;
  width: 33.3%;
}
.wp-block-column.ufb-features-box::nth-child(2)  {
  width: 33.4%;
}
.wp-block-column.ufb-features-box h3 {
  margin: 0 auto 20px auto;
  padding: 0;
  font-family: var(--mincho);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  border: none;
}
.wp-block-column.ufb-features-box img {
  margin: 0 auto;
  padding: 0;
  width: 104px;
  height: 104px;
}
.wp-block-column.ufb-features-box p {
  color: #727171;
  font-family: var(--mincho);
  font-size: 15px;
}
/** wholegrain **/
section#wholegrain {
  margin: 0 auto;
  padding: 0 0 30px 0;
  max-width: 1200px;
  width: 100%;
  background-image: url(images/marugoto/bg_marugoto_wholegrain.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 30px center;
}
.wholegrain-header {
  margin: 0 -20px 30px -20px;
  padding: 75px 0 0 0;
  width: calc(100% + 40px);
  background-color: #eab905;
  text-align: center;
  border-radius: 50% / 0 0 100% 100%;
}
h2.wholegrain-title {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 40px);
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}
.wholegrain-description {
  margin: 0 auto;
  padding: 40px 0 80px 0;
  width: calc(100% - 40px);
  height: auto;
  color: #727171;
  font-family: var(--mincho);
  font-size: 16px;
  text-align: center;
}
.wp-block-columns.wholegrain-nutrition {
  margin: 0 auto 20px auto;
  max-width: 650px;
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: unset;
}
.wp-block-column.wholegrain-nutrition-box {
  margin: 0;
  padding: 25px 10px 15px 10px;
  max-width: 282px;
  width: 43.38%;
  background-color: rgba(255, 255, 255, 0.7);
  flex-grow: unset;
  flex-basis: unset;
}
.wp-block-column.wholegrain-nutrition-box p {
  margin: 0 auto 10px auto;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.wp-block-columns.wholegrain-environment {
  margin: 0 auto;
  max-width: 1100px;
  width: 91.66%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: unset;
}
.wp-block-column.wholegrain-environment-box {
  margin: 0;
  padding: 25px 10px 15px 10px;
  max-width: 282px;
  width: 23.5%;
  background-color: rgba(255, 255, 255, 0.7);
  flex-grow: unset;
  flex-basis: unset;
}
.wp-block-column.wholegrain-nutrition-box h3,
.wp-block-column.wholegrain-environment-box h3 {
  margin: 0 auto 20px auto;
  padding: 0;
  color: #4b7929;
  font-family: var(--gothic);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: none;
}
.wholegrain-nutrition-image,
.wholegrain-environment-image {
  margin: 0 auto 10px auto;
  max-width: 256px;
  width: 91%;
  text-align: center;
}
.wholegrain-nutrition-image img,
.wholegrain-environment-image img {
  margin: 0 auto;
  max-width: 256px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wp-block-column.wholegrain-environment-box p {
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
}
/** lineup **/
section#lineup {
  margin: 0 auto 45px auto;
  padding: 70px 0 40px 0;
  max-width: 1200px;
  width: 100%;
  background-image: url(images/marugoto/bg_lineup.png);
}
.lineup-container {
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
  width: 95%;
}
h2.lineup-title {
  margin: 0 auto 15px auto;
  font-family: var(--mincho);
  font-weight: 400;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.lineup-subtitle {
  margin: 0 auto 45px auto;
  color: #4b7929;
  font-family: var(--mincho);
  font-weight: 200;
  line-height: 1;
  text-align: center;
}
.wp-block-columns.lineup-flex {
  margin: 0 auto 20px auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: unset;
}
.wp-block-column.lineup-flex-box {
  max-width: 0;
  padding: 15px 15px 20px 30px;
  max-width: 342px;
  width: 30%;
  background-color: #fff;
}
.lineup-flex-box img {
  margin: 0 auto 15px auto;
  padding: 0;
  max-width: 304px;
  width: 88%;
  height: auto;
}
.lineup-flex-box h3 {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
  font-family: var(--mincho);
  font-size: 20px;
  font-weight: 400;
  border-left: solid 3px #eab905;
}
.lineup-flex-box p {
  margin: 0;
  padding: 0;
  font-family: var(--mincho);
  font-size: 15px;
}
/** goshop **/
section#shop {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
}
.shop-container {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h2.shop-title {
  margin: 0;
  padding: 0;
  max-width: 480px;
  width: 40%;
  font-family: var(--mincho);
  font-size: 30px;
}
.shop-banner {
  margin: 0;
  padding: 0;
  max-width: 615px;
  width: 51.25%;
  text-align: right;
}
.shop-banner img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
/** Footer **/
.pageup {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 60px;
  right: 4%;
  opacity: 0.9;
}
.footer-info-area {
  margin: 0 auto 30px auto;
  padding: 45px 0 0 0;
  max-width: 1100px;
  width: 91.66%;
  border-top: solid 1px #727171;
}
.footer-company {
  margin: 0 auto 15px auto;
  padding: 0;
  max-width: 460px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-company-logo {
  margin: 0 auto;
  max-width: 90px;
  width: 18%;
  text-align: left;
}
.footer-company-logo img {
  margin: 0 auto;
  max-width: 90px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.footer-company-companyname {
  margin: 0;
  max-width: 325px;
  width: 72%;
}
.company-catch {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.company-companyname {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
}
.footer-company-companyname a:link,
.footer-company-companyname a:visited {
  color: #333333;
}
.footer-companyname a:hover {
  color: #eab905;
}
.footer-address {
  margin: 0 auto 20px auto;
  font-size: 15px;
  font-style: normal;
  text-align: center;
}
.footer-address br {
  display: none;
}
.footer-btn-contact {
  margin: 0 auto 20px auto;
  width: 250px;
  height: 40px;
  text-align: center;
  font-family: var(--mincho);
  display: block;
}
.footer-btn-contact i {
  margin: 0 15px 0 0;
}
.footer-btn-contact a:link,
.footer-btn-contact a:visited {
  padding: 4px 0;
  width: 250px;
  height: 40px;
  background-color: #1a1a1a;
  color: #fff;
  display: block;
}
.footer-btn-contact a:hover {
  padding: 4px 0;
  width: 250px;
  height: 40px;
  opacity: 80%;
  display: block;
}
.copy {
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 13px;
}
.copy a:link,
.copy a:visited {
  color: #727171;
}
.copy a:hover {
  color: #eab905;
}
@media screen and (max-width:1200px) {
  section#concept{
    padding: 0 4% 50px 4%;
  }
  .image-ufbmethod {
    margin: 0 auto 40px auto;
    padding: 0 4%;
  } 
  section#lineup {
    padding: 70px 4% 40px 4%;
  }
  .wp-block-columns.wholegrain-nutrition {
    margin: 0 auto 20px auto;
    max-width: 650px;
    width: 100%;
    gap: unset;
  }
  .lineup-container {
    margin: 0 auto;
    padding: 0 4%;
    width: 100%;
  }
  .wp-block-column.lineup-flex-box {
    max-width: 0;
    padding: 15px 15px 20px 30px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 30px;
    max-width: 342px;
    width: 32%;
    background-color: #fff;
  }
  section#shop {
    padding: 0 4%;
  }
  h2.shop-title {
    margin: 0 auto 20px auto;
    width: 100%;
    font-size: 28px;
    display: block;
    text-align: center;
  }
  .shop-banner {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width:1100px) {
  /** Header **/
  .marugoto-title h1 {
    font-size: 38px;
  }
}
@media screen and (max-width:980px) {
  /** Header **/
  .marugoto-title h1 {
    font-size: 32px;
  }
  /** Content **/
  /** ufb-method **/
  .wp-block-columns.ufb-features {
    display: block;
    gap: 0;
  }
  .wp-block-column.ufb-features-box {
    margin: 0 auto;
    padding: 60px 40px 20px 40px;
    max-width: 980px;
    width: 100%;
    display: block;
  }
  .wp-block-column.ufb-features-box::nth-child(2)  {
    width: 100%;
  }
  h3.wp-block-heading {
    font-size: 24px;
  }
  .wp-block-column.ufb-features-box img {
    width: 150px;
    height: 150px;
  }
  /** wholegrain **/
  .wp-block-columns.wholegrain-nutrition {
    width: 80%;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-grow: unset !important;
    flex-basis: unset !important;
  }
  .wp-block-column.wholegrain-nutrition-box {
    flex-grow: unset !important;
    flex-basis: unset !important;
  }
  .wp-block-column.wholegrain-environment-box {
    width: 31%;
    flex-grow: unset !important;
    flex-basis: unset !important;
  }
  .wp-block-column.wholegrain-nutrition-box h3,
  .wp-block-column.wholegrain-environment-box h3 {
    font-size: 15px;
  }
  .wp-block-columns.lineup-flex {
      margin: 0 auto 30px auto;
    max-width: 600px;
    width: 100%;
    display: block;
  }
  .wp-block-column.lineup-flex-box {
    margin: 0 auto 20px auto;
    padding: 15px 15px 20px 20px;
    max-width: 500px;
    width: 100%;
    display: block;
  }
  .lineup-flex-box img {
    margin: 0 auto 15px auto;
    padding: 0;
    max-width: 400px;
    width: 100%;
    height: auto;
  }
  .lineup-flex-box h3 {
    margin: 0 auto 20px auto;
    max-width: 400px;
    width: 100%;
  }
  .lineup-flex-box p {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width:781px) {
  /** Header **/
  .mainimage {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    display: none;
  }
  .mainimage-sp {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .marugoto-title {
    margin: 0 auto;
    width: 92%;
    top: 10%;
    left: 0;
    right: 0;
  }
  .marugototitle-img {
    margin: auto 0;
    max-width: 118px;
    width: 10%;
  }
  .marugoto-title h1{
    font-size: 29px;
    line-height: 1.5;
  }
  /** Content **/
  br.br-sp {
    display: block;
  }
  br.br-pc {
    display: none;
  }
  .concept-content {
    text-align: left;
  }
  .wholegrain-header {
    padding: 65px 0 0 0;
  }
  .wholegrain-description {
    padding: 40px 0 90px 0;
  }
  .wp-block-columns.wholegrain-nutrition,
  .wp-block-columns.wholegrain-environment {
    max-width: 400px;
    width: 92%;
    display: block;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-grow: unset !important;
    flex-basis: unset !important;
  }
  .wp-block-column.wholegrain-nutrition-box,
  .wp-block-column.wholegrain-environment-box {
    margin: 0 auto 15px;
    display: block;
    max-width: 400px;
    width: 100%;
    flex-grow: unset !important;
    flex-basis: unset !important;
  }
  .wp-block-column.wholegrain-nutrition-box h3,
  .wp-block-column.wholegrain-environment-box h3 {
    font-size: 18px;
  }
  .wp-block-column.ufb-features-box img {
    width: 120px;
    height: 120px;
  }
  section#shop {
    padding: 0 4%;
  }
  /** Footer **/
  .footer-info {
    margin: 0 auto 20px auto;
    width: 100%;
    text-align: center;
  }
  .footer-company-companyname {
    margin: 0;
    max-width: 400px;
    width: 80%;
  }
  .company-companyname {
    font-size: 30px;
  }
  .footer-address br {
    display: block;
  }
  .footer-contact {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .footer-btn-contact {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width:600px) {
  /** Header **/
  .marugototitle-img {
    display: none;
  }
  .marugoto-title h1 {
    font-size: 25px;
  }
  .company-companyname {
    font-size: 28px;
  }
  h2.shop-title {
    font-size: 24px;
  }
}
@media screen and (max-width:480px) {
  /** layout **/
  #content-onecolumn {
    padding: 0 0 50px 0;
  }
  .marugoto-title h1 {
    font-size: 20px;
  }
  h2.concept-title,
  h2.lineup-title {
    font-size: 28px;
  }
  .concept-subtitle,
  .lineup-subtitle {
    font-size: 14px;
  }
  h2.ufb-method-title,
  h2.wholegrain-title {
    font-size: 19px;
    font-weight: 700;
  }
  .wp-block-column.ufb-features-box img {
    width: 90px;
    height: 90px;
  }
  .lineup-flex-box h3 {
    font-size: 18px;
  }
  h2.shop-title {
    font-size: 20px;
  }

}