/*
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 : #1a1a1a;
  --nouveaufont : 'Kokoro', serif;
  --englishfont : 'Belleza', sans-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: 18px;
	font-weight: 400;
	line-height: 1.66;
}
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: 18px;
	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;
	width: 100%;
	height: 160px;
	background: #1a1a1a;
	display: block;
}
#container {
	margin: 0 auto;
	padding: 0;
  width: 100%;
}
#content-onecolumn {
  margin: 0 auto;
	padding: 30px 0 0 0;
	max-width: 1200px;
  width: 100%;
	display: block;
  background-image: url(images/bg_nouveau.png);
}
#footer {
	margin: 0 auto;
	padding: 15px 0 25px 0;
	width: 100%;
  height: 140px;
	background-color: #FFF;
	display: block;
}
/** Header **/
#masthead {
  margin: 0 auto;
  padding: 34px 0 42px 0;
  max-width: 1200px;
  width: 100%;
  height: 160px;
  text-align: center;
}
#logo-nouveau {
  margin: 0 auto;
  padding: 0;
  width: 84px;
  height: 84px;
}
#logo-nouveau img {
  margin: 0;
  padding: 0;
  width: 84px;
  height: 84px;
}
/** Content **/
section#prologue {
  margin: 0 auto 25px auto;
  padding: 0;
  max-width: 900px;
  width: 100%;
}
.prologue-header {
  margin: 0 auto 20px auto;
  max-width: 900px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prologue-header::before {
  content: "";
  margin: 0;
  padding: 0;
  max-width: 179px;
  width: 20%;
  height: auto;
  background-image: url(images/prologue_header_before.png);
  background-repeat: no-repeat;
  background-size: contain;
    display: block;
}
.prologue-header::after {
  content: "";
  margin: 0;
  padding: 0;
  max-width: 179px;
  width: 20%;
  height: auto;
  background-image: url(images/prologue_header_after.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
h1.prologue-title {
  margin: 0 auto;
  max-width: 515px;
  width: 57.22%;
  height: auto;
  display: block;
}
h1.prologue-title img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.prologue-content {
  margin: 0 auto;
  max-width: 505px;
  width: 100%;
}
.prologue-image {
  margin: 0 auto 25px auto;
  max-width: 505px;
  width: 100%;
  height: auto;
}
.prologue-image img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.prologue-footer {
  margin: 0 auto 20px auto;
  max-width: 900px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prologue-footer::before {
  content: "";
  margin: 0;
  padding: 0;
  max-width: 179px;
  width: 20%;
  height: auto;
  background-image: url(images/prologue_footer_before.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.prologue-footer::after {
  content: "";
  margin: 0;
  padding: 0;
  max-width: 179px;
  width: 20%;
  height: auto;
  background-image: url(images/prologue_footer_after.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.prologue-text {
  margin: 0 auto;
  padding: 0;
  max-width: 505px;
  width: 60%;
  display: block;
}
.prologue-text h2 {
  margin: 0 auto 20px auto;
  font-family: var(--englishfont);
  font-weight: 400;
  font-size: 27px;
  color: #947227;
  text-align: center;
}
.prologue-text p {
  margin: 0 auto;
  font-family: var(--nouveaufont);
  font-size: 30px;
  color: var(--mainfontcolor);
  text-align: center;
}
section#concept {
  margin: 0 auto 65px auto;
  max-width: 1200px;
  width: 100%;
  background-image: url(images/nouveau_bg_concept.png);
  background-repeat: repeat;
}
.concept-container {
  margin: 0 auto;
  padding: 90px 0;
  width: calc(100% - 80px);
  background-image: url(images/bg_nouveau_concept.png);
  background-repeat: repeat;
}
.concept-content {
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}
h2.concept-title {
  margin: 0 0 15px 0;
  font-family: var(--englishfont);
  font-weight: 400;
  color: #947227;
  font-size: 50px;
  line-height: 1;
}
.concept-subtitle {
  margin: 0 0 20px 0;
  font-family: var(--nouveaufont);
  font-size: 18px;
  line-height: 1;
}
.concept-content h3 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
.concept-content p {
  font-size: 16px;
}
section#lineup {
  margin: 0 auto;
  padding: 70px 0 55px 0;
  max-width: 900px;
  width: 100%;
}
.lineup-content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
h2.lineup-title {
  margin: 0 0 20px 0;
  font-family: var(--englishfont);
  font-weight: 400;
  color: #947227;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}
.lineup-subtitle {
  margin: 0 auto 60px auto;
  font-family: var(--nouveaufont);
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.lineup-content h3 {
  margin: 0 auto 15px auto;
  height: 70px;
  font-family: var(--englishfont);
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}
.lineup-content h4 {
  margin: 0 auto 18px auto;
  padding: 0;
  font-family: var(--nouveaufont);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.nouveau-lineup .wp-block-column {
  padding: 10px;
}
.nouveau-lineup .wp-block-column p {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}
section#restart {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
}
.restart-layer {
  position: relative;
}
.restart-layer::before {
  content: '';
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #1a1a1a80 40%, #1a1a1a 46%);
}
.restart-container {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.restart-image {
  margin: 0;
  max-width: 566px;
  width: 47%;
  background-image: url(images/tofuya.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.restart-image img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.restart-content-layer {
  margin: 0;
  padding: 0;
  max-width: 634px;
  width: 53%;
}
.restart-content {
  margin: 0;
  padding: 70px 10px 150px 10px;
  width: 100%;
  background-image: url(images/tofuya_logo.png);
  background-position: bottom 40px center;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}
h2.restart-title {
  margin: 0 auto 30px auto;
  text-align: center;
  font-weight: 400;
  font-family: var(--nouveaufont);
  font-size: 40px;
  color: #d4c39e;
  line-height: 1.2;
}
.restart-context {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

/** Footer **/
#nouveau-footer {
  margin: 0 auto;
  padding: 15px 0 20px 0;
  max-width: 900px;
  width: 100%;
}
.pageup {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 60px;
  right: 4%;
  opacity: 0.9;
}
.footer-info-area {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #947227;
}
.footer-info {
  margin: 0;
  padding: 0;
  width: calc(100% - 260px);
}
.footer-catch {
  font-size: 14px;
  color: #947227;
}
.footer-companyname {
  font-size: 31px;
  color: #947227;
}
.footer-companyname a:link,
.footer-companyname a:visited {
  color: #947227;
}
.footer-companyname a:hover {
  color: #5a5a5a;
}
.footer-address {
  margin: 0;
  font-size: 15px;
  color: #947227;
  font-style: normal;
}
.footer-address br {
  display: none;
}
.footer-contact {
  margin: 15px 0 0 0;
  width: 250px;
  height: 40px;
  text-align: center;
  font-family: var(--nouveaufont);
}
.footer-btn-contact {
  width: 250px;
  height: 40px;
}
.footer-btn-contact i {
  margin: 0 15px 0 0;
}
.footer-btn-contact a:link,
.footer-btn-contact a:visited {
  padding: 3px 0;
  width: 250px;
  height: 40px;
  background-color: #1a1a1a;
  color: #fff;
  display: block;
}
.footer-btn-contact a:hover {
  padding: 3px 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: #1a1a1a;
}
.copy a:hover {
  color: #947227;
}
@media screen and (max-width:980px) {
  section#prologue {
    padding: 0 4%;
  }
  .lineup-content {
    padding: 0 6%;
  }
  .wp-block-columns.nouveau-lineup {
    flex-wrap: wrap!important;
  }
  .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: auto;
  }
  .nouveau-lineup .wp-block-column {
    max-width: 340px;
    width: 40%;
  }
  .concept-content {
    padding: 0 4%;
  }
  /** Footer **/
  #nouveau-footer {
    padding: 15px 4% 20px 4%;
    max-width: 980px;
  }
}
@media screen and (max-width:780px) {
  /** layout **/
  #header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 120px;
    background: #1a1a1a;
    display: block;
  }
  /** Header **/
  #masthead {
    padding: 20px 0;
    height: 120px;
  }
  #logo-nouveau {
    width: 80px;
    height: 80px;
  }
  #logo-nouveau img {
    width: 80px;
    height: 80px;
  }
  .prologue-text p {
    font-size: 26px;
  }
  h2.concept-title,
  h2.lineup-title,
  h2.restart-title {
    font-size: 32px;
  }
  .concept-content h3 {
    font-size: 26px;
  }
  .nouveau-lineup .wp-block-column {
    margin: 0 auto 30px auto;
  }
  .restart-container {
    flex-direction:column-reverse;
  }
  .restart-layer::before {
    display: none;
  }
  .restart-content-layer {
    max-width: 780px;
    width: 100%;
    position: relative;
  }
  .restart-content-layer::before {
    content: '';
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #1a1a1a, #1a1a1a);
  }
  .restart-image {
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
    background-image: url(images/tofuya_sp.jpg);
    aspect-ratio: 566/557;
  }
  .restart-image img {
    margin: 0 auto;
  }
  /** Footer **/
  .footer-info {
    margin: 0 auto 20px auto;
    width: 100%;
    text-align: center;
  }
  .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) {
  section#concept {
    margin: 0 auto 45px auto;
  }
  .concept-container {
    padding: 70px 0;
  }
  section#lineup {
    padding: 40px 0;
  }
  .nouveau-lineup .wp-block-column {
    margin: 0 auto 20px auto;
  }
  .prologue-text p {
    font-size: 23px;
  }
  section#lineup {
    padding: 40px 0;
  }
  .lineup-subtitle {
    margin: 0 auto 350px auto
  }
  .nouveau-lineup .wp-block-column {
    max-width: 320px;
    width: 70%;
  }
  h2.restart-title {
    font-size: 26px;
  }
}
@media screen and (max-width:480px) {
  .prologue-text h2 {
    margin: 0 auto 15px auto;
  }
  .prologue-text p {
    font-size: 20px;
  }
  .concept-container {
    margin: 0 auto;
    padding: 90px 0;
    width: calc(100% - 50px);
    background-image: url(images/bg_nouveau_concept.png);
    background-repeat: repeat;
  }
  .concept-content h3 {
    font-size: 21px;
  }
  .restart-content {
    padding: 70px 10px 100px 10px;
    background-size: 60%;
    background-position: bottom 50px center;
  }
}