Ï*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: super;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
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;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
body.fonttest {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
}
.r-container {
  max-width: 1280px;
  margin: 0 auto;
}
.r-container ._min {
  max-width: 700px;
  margin: 0 auto;
}
.r-container ._mid {
  max-width: 960px;
  margin: 0 auto;
}
.l-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 30% 1fr;
  place-items: baseline;
}
.r-flex,
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
p {
  line-height: 1.8;
}
img {
  width: 100%;
}
ul li {
  line-height: 1.8;
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.inner {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
.blank {
  padding: 1rem 0;
}
.blank2 {
  padding: 2rem 0;
}
svg.r-logo {
  display: none;
}
svg.nue {
  fill: #000;
  height: 30px;
}
.en {
  word-wrap: break-word;
  letter-spacing: 0.2rem;
}
.cg {
  background: #f8f8f6;
}
h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-family: "Noto Serif JP", serif;
}
hr {
  color: #aaa;
}
.btn-box {
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
}
[data-whatintent="mouse"] *,
[data-whatintent="touch"] * {
  outline: 0;
}
a,
button {
  text-transform: uppercase;
}
a.btn,
button.btn {
  position: relative;
  display: inline-block;
  width: 256px;
  height: 62px;
  text-align: center;
  -webkit-transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
a.btn .btn-wrap,
button.btn .btn-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
a.btn .btn-wrap:before,
a.btn .btn-wrap:after,
button.btn .btn-wrap:before,
button.btn .btn-wrap:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #aaa;
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99),
    -webkit-transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
a.btn .btn-wrap:before,
button.btn .btn-wrap:before {
  top: 0;
}
a.btn .btn-wrap:after,
button.btn .btn-wrap:after {
  bottom: 0;
}
a.btn .btn-wrap .btn-cover,
button.btn .btn-wrap .btn-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715),
    -webkit-transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715),
    -webkit-transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715),
    transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715),
    transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99),
    -webkit-transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
a.btn .btn-wrap .btn-inner,
button.btn .btn-wrap .btn-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a.btn .btn-wrap .btn-inner:before,
a.btn .btn-wrap .btn-inner:after,
button.btn .btn-wrap .btn-inner:before,
button.btn .btn-wrap .btn-inner:after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #aaa;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99),
    -webkit-transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
a.btn .btn-wrap .btn-inner:before,
button.btn .btn-wrap .btn-inner:before {
  left: 0;
}
a.btn .btn-wrap .btn-inner:after,
button.btn .btn-wrap .btn-inner:after {
  right: 0;
}
a.btn .btn-arw,
button.btn .btn-arw {
  position: absolute;
  top: 50%;
  right: -31px;
  display: inline-block;
  width: 61px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.btn .btn-arw:before,
a.btn .btn-arw:after,
button.btn .btn-arw:before,
button.btn .btn-arw:after {
  position: absolute;
  content: none;
}
a.btn .btn-arw:before,
button.btn .btn-arw:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aaa;
}
a.btn .btn-arw:after,
button.btn .btn-arw:after {
  border-width: 5px 0 0 9px;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #aaa;
  border-style: solid;
}
a.btn:hover,
button.btn:hover {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  color: #fff;
}
a.btn:hover .btn-wrap .btn-cover,
button.btn:hover .btn-wrap .btn-cover {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
a.btn:hover .btn-wrap:before,
button.btn:hover .btn-wrap:before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
a.btn:hover .btn-wrap:after,
button.btn:hover .btn-wrap:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
a.btn:hover .btn-wrap .btn-inner:before,
button.btn:hover .btn-wrap .btn-inner:before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
a.btn:hover .btn-wrap .btn-inner:after,
button.btn:hover .btn-wrap .btn-inner:after {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
a.btn:hover .btn-arw,
button.btn:hover .btn-arw {
  right: -60px;
}
header {
  position: relative;
  z-index: 3;
}
.header_inner {
  padding: 1.5rem 0;
  position: relative;
}
.header_inner h1 a {
  margin: 0 auto;
  width: 120px;
}
footer .inner {
  padding-top: 60px;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
footer .inner h1 {
  width: 120px;
}
footer .inner h1 a {
  margin: 0 auto;
  display: block;
}
footer .inner h1 a svg.nue {
  height: 35px;
  fill: #000;
}
footer .inner .s-menu .inner {
  padding: 0;
}
footer .inner .s-menu .inner.r-container {
  width: 100%;
}
footer .inner .s-menu .inner ul.r-flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .inner .s-menu .inner ul li {
  text-transform: uppercase;
  letter-spacing: 0.07rem;
}
footer .inner .s-menu .inner ul li:nth-child(-n + 6) {
  margin-right: 1rem;
}
footer .inner .s-menu .inner ul li:last-child {
  margin-right: 0;
}
footer .inner .s-menu .inner .sns .r-flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .inner .s-menu .inner .sns .r-flex a i {
  font-size: 1.4rem;
}
footer .inner .s-menu .inner .sns .r-flex a:nth-child(-n + 3) {
  margin-left: 1.5rem;
}
footer .inner .copy {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #aaa;
}
footer .inner .copy p {
  text-align: left;
  color: #aaa;
  font-size: 0.8rem;
  letter-spacing: 0.035rem;
}
footer .inner a.btn {
  width: auto;
}
nav {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .inner {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
nav .inner ul {
  opacity: 0;
}
nav .inner ul li {
  text-align: center;
}
nav .inner ul li a {
  pointer-events: none;
}
nav .inner .sns {
  opacity: 0;
}
.open nav {
  opacity: 1;
}
.open nav .inner {
  display: block;
}
.open nav .inner ul {
  opacity: 1;
}
.open nav .inner ul li a {
  opacity: 1;
  pointer-events: inherit;
}
.open nav .inner .sns {
  opacity: 1;
}
nav .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
nav .inner ul li {
  margin: 0;
}
nav .inner ul li a p {
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  letter-spacing: 0.07rem;
  font-size: 1rem;
}
nav .inner ul li a:hover {
  opacity: 0.6;
}
nav .inner ul li:nth-child(n + 2) {
  margin-top: 2rem;
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 22px;
  right: 30px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #333;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
  bottom: 5px;
}
#mask {
  display: none;
}
.open #mask {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  z-index: 2;
  cursor: pointer;
}
#breadcrumbs {
  position: relative;
  z-index: 1;
}
#breadcrumbs.r-flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#breadcrumbs li {
  padding-right: 1rem;
  margin-right: 0.5rem;
  position: relative;
  text-transform: uppercase;
}
#breadcrumbs li:not(:last-of-type):after {
  position: absolute;
  content: ">";
  font-size: 12px;
  color: #666;
  top: 0;
  right: 0;
}
#breadcrumbs li i {
  color: #aaa;
  opacity: 0.6;
}
#breadcrumbs li a {
  color: #aaa;
}
.sns .inner.r-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sns .inner a {
  color: #333;
}
.sns .inner a i {
  font-size: 1.4rem;
}
.sns .inner a:nth-child(n + 2) {
  margin-left: 1.2rem;
}
.mainvisual .inner {
  padding: 0;
}
.mainvisual .inner img {
  width: 100%;
  height: 760px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.mainvisual .inner .sns .inner {
  margin-top: 2rem;
}
.slider {
  display: none;
}
.t-page .inner {
  padding-top: 4.6875vw;
  padding-bottom: 4.6875vw;
}
.t-page .inner .subttl {
  text-align: center;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}
.t-page .inner .btn-box {
  margin-top: 0;
}
.t-page.consept a._logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80px;
}
.t-page.consept p {
  text-align: center;
}
.t-page.consept p:first-child {
  font-size: 1rem;
}
.t-page.consept p:nth-child(n + 4) {
  margin-top: 1rem;
}
.t-page.other ul.r-flex {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.t-page.other ul li {
  width: 21%;
  text-align: center;
}
.t-page.other ul li p.category {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 1rem;
  position: relative;
}
.t-page.other ul li p.category:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 40px;
  background: #ccc;
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.t-page.other ul li p.ja {
  margin-bottom: 1rem;
}
.t-page.other a.btn .btn-wrap {
  height: 80%;
  width: 80%;
}
.t-page.other a.btn .btn-arw {
  top: 40%;
}
.t-page.gallery .inner ul.r-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.t-page.gallery .inner ul li {
  width: 400px;
}
.t-page.gallery .inner ul li:nth-child(n + 1) {
  margin-right: 0;
}
.t-page.gallery .inner ul li p.place {
  text-align: center;
}
.t-page.gallery .inner ul li p.name {
  text-align: center;
}
.main_contents {
  margin-bottom: 2rem;
}
.main_contents .single_thumbnail {
  display: none;
}
.single_content pre {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
}
.single_content h4,
.single_content h5 {
  margin: 1rem 0 1.5rem 0;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
}
.single_content h4 {
  margin-right: 2rem;
  position: relative;
}
.single_content h4:after {
  content: "";
  top: -7%;
  right: -30%;
  background: url(https://nue-wd.jp/assets/img/common/slash-forward.svg);
  background-size: 20px;
  background-position: top;
  height: 20px;
  width: 20px;
  position: absolute;
}
.r-page .inner {
  padding-top: 2rem;
}
.r-page .inner .subttl {
  padding-bottom: 4.6875vw;
  text-align: center;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}
.r-page .inner .subttl p {
  color: #aaa;
  margin-top: 1rem;
}
.r-page .inner .txt {
  margin-bottom: 2rem;
}
.r-page .inner .txt p:nth-child(n + 2) {
  margin-top: 1rem;
}
#cta .subttl h2 {
  text-align: center;
}
#cta .text p {
  text-align: center;
}
#cta .text p + p {
  margin-top: 1rem;
}
#cta .box.l-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cta .box .btn-box {
  margin: 0 3rem;
}
#cta .box .btn-box a.btn {
  width: 426px;
}
#cta .box .btn-box a.btn .btn-wrap {
  height: 90px;
}
#cta .box .btn-box a.btn .btn-wrap .btn-cover {
  height: 90px;
}
#cta .box .btn-box a.btn .btn-wrap .btn-inner {
  height: 90px;
}
#cta .box .btn-box a.btn .btn-wrap .btn-inner .btn-txt {
  font-size: 1.1rem;
  font-weight: 200;
  letter-spacing: 0.1rem;
}
#cta .box .btn-box a.btn .btn-wrap .btn-inner .btn-txt p {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.produce .inner p.txt {
  font-size: 15px;
}
.produce .inner dl dt {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
.produce .inner dl dt span {
  padding-right: 0.5rem;
}
.produce .inner dl dt .name {
  display: inline-block;
  width: 350px;
}
.produce .inner dl dt .name .r-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.produce .inner dl dt .name img {
  width: auto;
  height: 40px;
}
.produce .inner dl dt.ma-0 {
  margin-bottom: 0;
}
.produce .inner dl dd {
  margin-left: 2.4rem;
}
.produce .inner dl dd p {
  line-height: 1.8;
}
.produce .inner dl dd .sns .inner {
  padding: 0;
  margin-top: 1rem;
}
.produce .inner dl dd .btn-box {
  text-align: center;
}
.produce .inner dl:nth-child(n + 2) {
  margin-top: 3rem;
}
.produce .inner dl:nth-child(odd):before {
  content: none;
  position: absolute;
  top: 50%;
  right: -60%;
  height: 1px;
  border-right-width: 275px;
  border-color: #333;
  border-style: dashed;
  z-index: 0;
}
.produce .inner dl:nth-child(odd):after {
  content: none;
  position: absolute;
  top: 50%;
  right: -60%;
  width: 1px;
  border-bottom-width: 170px;
  border-color: #333;
  border-style: dashed;
  z-index: 0;
}
.produce .inner dl:nth-child(even) {
  margin-left: auto;
}
.produce .inner dl:nth-child(even):before {
  content: none;
  position: absolute;
  top: 50%;
  left: -60%;
  height: 1px;
  border-right-width: 275px;
  border-color: #333;
  border-style: dashed;
}
.produce .inner dl:nth-child(even):after {
  content: none;
  position: absolute;
  top: 50%;
  left: -60%;
  width: 1px;
  border-bottom-width: 170px;
  border-color: #333;
  border-style: dashed;
  z-index: 0;
}
.produce .inner dl:last-child:before,
.produce .inner dl:last-child:after {
  content: none;
}
.passion {
  position: relative;
  overflow: hidden;
}
.passion .inner .r-flex {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.passion .inner .r-flex:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -40px;
  height: 1px;
  width: 100%;
  background: #c1abad;
  z-index: -1;
}
.passion .inner .col img {
  width: 80%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.passion .inner .col .details {
  width: 500px;
  position: relative;
}
.passion .inner .col .details p.name {
  *font-size: 1rem;
}
.passion .inner .col .details p.en {
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.passion .inner .col .details .message p:nth-child(n + 2) {
  margin-top: 1rem;
}
.passion .inner .col .details.right:after {
  right: 0;
  left: auto;
}
.passion .txt {
  padding: 1rem;
  background: #fff;
  border: 2px solid #f4f1eb;
}
.passion .txt .border {
  border: 1px solid #c1abad;
  padding: 2rem 1rem;
}
.passion .txt .border p {
  text-align: center;
  line-height: 1.8rem;
  color: #c1abad;
}
.passion .txt .border p:nth-child(n + 2) {
  margin-top: 1rem;
}
.skewed {
  position: absolute;
  top: 18%;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: #f4f1eb;
  z-index: -1;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 2000ms;
  transition: all 2000ms;
}
.fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.gallery .inner img {
  width: 100%;
}
.gallery .inner ._mid {
  max-width: 1080px;
}
.gallery .inner .r-flex .details {
  width: 35%;
}
.gallery .inner .r-flex .images {
  width: 60%;
}
.gallery .inner .r-flex .images a:nth-child(n + 2) {
  margin-top: 3rem;
  display: block;
}
.gallery .inner ul.r-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gallery .inner ul li {
  width: 400px;
}
.gallery .inner ul li:nth-child(n + 1) {
  margin-right: 0;
}
.gallery .inner ul li img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
  height: 100%;
}
.gallery .inner ul li p {
  color: #666;
  line-height: 2;
}
.gallery .inner ul li p.place {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.gallery .inner ul li p.name {
  font-size: 1.2rem;
  text-transform: capitalize;
}
.gallery .inner .details p {
  text-align: left;
}
.gallery .inner .details p.type {
  text-transform: capitalize;
  letter-spacing: 0.07rem;
}
.gallery .inner .details p.name {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
}
.gallery .inner ul.grid {
  width: auto;
}
.gallery .inner ul.grid.r-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .inner ul.grid li {
  width: 33.333%;
}
.gallery .inner ul.grid .effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 2000ms;
  transition: all 2000ms;
}
.gallery .inner ul.grid .fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.gallery .inner ul.r-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.gallery .inner ul li {
  width: 22%;
}
.gallery .inner ul li img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
  height: 100%;
}
.gallery .inner ul li p {
  color: #666;
  line-height: 2;
}
.gallery .inner ul li p.place {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.gallery .inner ul li p.name {
  font-size: 1.2rem;
  text-transform: capitalize;
}
.gallery .inner ul li:nth-child(n + 1) {
  margin-right: 4%;
}
.gallery .inner ul li:nth-child(4n) {
  margin-right: 0;
}
.gallery .inner ul li:nth-child(n + 4) {
  margin-top: 0;
}
.gallery .inner ul li:nth-child(n + 5) {
  margin-top: 2rem;
}
.lightbox .lb-image {
  border: 0 !important;
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news-list .news-item {
  width: 22%;
}
.news-list .news-item a {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 260px;
}
.news-list .news-item a h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.news-list .news-item a time {
  font-size: 0.8rem;
  margin: 0.5rem 0;
  display: block;
}
.news-list .news-item a p {
  display: none;
}
.news-list .news-item:nth-child(n + 1) {
  margin-right: 4%;
}
.news-list .news-item:nth-child(4n) {
  margin-right: 0;
}
.news-list .news-item:nth-child(n + 4) {
  margin-top: 0;
}
.news-list .news-item:nth-child(n + 5) {
  margin-top: 2rem;
}
.company .inner .r-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.company .inner dl {
  line-height: 1.8;
}
.company .inner dl dt,
.company .inner dl dd {
  display: inline-block;
}
.company .inner dl dt a,
.company .inner dl dd a {
  text-transform: inherit;
  text-decoration: underline;
}
.company .inner dl dt {
  width: 80px;
  vertical-align: top;
}
.company .inner dl:nth-child(n + 2) {
  margin-top: 1rem;
}
.company .inner img {
  width: 90%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  display: block;
}
.contact .inner p {
  margin-bottom: 2rem;
}
.contact .inner form dl:nth-child(n + 2) {
  margin-top: 2rem;
}
.contact .inner form dl dt,
.contact .inner form dl dd {
  display: inline-block;
  vertical-align: middle;
}
.contact .inner form dl dd {
  width: 100%;
}
.contact .inner form dl dd .child {
  margin-bottom: 1rem;
}
.contact .inner form dl dd .child input {
  width: 90px;
}
.contact .inner form dl dd .child button {
  margin-left: 1rem;
  background: #000;
  padding: 0.25rem 1rem;
  color: #fff;
  height: 35px;
  display: block;
  text-align: center;
}
.contact .inner form dl dd .child.l-flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact .inner form dl dd.l-check.l-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact .inner form .p-checkbox {
  display: inline-block;
  position: relative;
  width: 100%;
}
.contact .inner form .p-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.contact .inner form .p-checkbox input:checked + label {
  background: #000;
  color: #fff;
}
.contact .inner form .p-checkbox input:focus + label {
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.contact .inner form .p-checkbox label {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 1rem;
  background: #eee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .inner form .p-checkbox label i {
  margin-right: 0.25rem;
}
.contact .inner form .p-checkbox label:hover {
  background: #000;
  color: #fff;
}
.contact .inner form input[type="text"],
.contact .inner form input[type="password"],
.contact .inner form input[type="email"],
.contact .inner form input[type="search"],
.contact .inner form input[type="url"],
.contact .inner form input[type="tel"],
.contact .inner form textarea,
.contact .inner form select {
  background: #fff;
  padding: 1rem;
  border: 1px solid #fff;
  line-height: 1.6;
  width: 100%;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  border: 1px solid #ddd;
}
.contact .inner form input[type="text"]:focus,
.contact .inner form input[type="password"]:focus,
.contact .inner form input[type="email"]:focus,
.contact .inner form input[type="search"]:focus,
.contact .inner form input[type="url"]:focus,
.contact .inner form input[type="tel"]:focus,
.contact .inner form textarea:focus,
.contact .inner form select:focus {
  background: #eef7fd;
}
.contact .inner form textarea {
  height: 200px !important;
  width: 100% !important;
}
.contact.thanks .inner .message p {
  text-align: center;
}
.contact.thanks .inner .message p:nth-child(n + 2) {
  margin-top: 1rem;
}
body div#mfp_overlay_inner {
  width: 50vw;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 0;
  padding: 2rem;
  z-index: 9999;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
body div#mfp_overlay_inner h4 {
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
}
body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_colored,
body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_achroma {
  background: none;
}
body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_colored th,
body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_colored td,
body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_achroma th,
body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_achroma td {
  border-top: none;
  padding: 1rem;
}
body div#mfp_overlay_inner table#mfp_confirm_table tr:not(:last-of-type) {
  border-bottom: 1px dashed #ddd;
}
body div#mfp_overlay_inner div.mfp_buttons button {
  padding: 1rem;
  width: 256px;
  border: 1px solid #333;
  margin: 0 1rem;
}
body div#mfp_overlay_inner div.mfp_buttons button:hover {
  background: #333;
}
@media screen and (min-width: 100em) {
  .r-container {
    max-width: 1480px;
  }
  .toggle_btn {
    right: 12%;
  }
}
@media screen and (max-width: 90em) {
  .r-container {
    max-width: inherit;
    width: 95%;
  }
}
@media screen and (min-width: 48em) {
  #wrapper.block footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  a.btn .btn-arw,
  button.btn .btn-arw {
    right: -45px;
    width: 110px;
  }
  .t-page.other a.btn .btn-arw {
    right: -15px;
    width: 70px;
  }
  .t-page.other a.btn:hover .btn-arw {
    right: -25px;
  }
}
@media screen and (max-width: 48em) {
  .r-container {
    max-width: inherit;
    width: 90%;
  }
  h2 {
    font-size: 2rem;
  }
  svg.nue {
    height: 30px;
  }
  .mainvisual .inner img {
    height: 540px;
    width: 90%;
  }
  footer .inner .s-menu .r-container {
    width: 100%;
  }
  .t-page .inner {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
  .t-page.consept {
    max-height: 480px;
  }
  .t-page.other.r-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .t-page.other ul li {
    width: 30%;
  }
  .t-page.other a.btn {
    width: 200px;
  }
  .t-page.other a.btn .btn-wrap .btn-inner .btn-txt {
    margin-right: 1rem;
  }
  .t-page.other a.btn .btn-arw {
    right: -31px;
    width: 61px;
  }
  .t-page.other a.btn:hover .btn-arw {
    right: -25px;
  }
  .r-page .inner .subttl {
    padding-bottom: 7.8125vw;
  }
  .r-page .inner .subttl p {
    margin-top: 0.5rem;
  }
  .passion .inner .r-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .passion .inner .col {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .passion .inner .col img {
    width: 240px;
    height: 300px;
  }
  .passion .inner .col .details {
    width: 400px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .passion .inner .col .details:after {
    content: none;
  }
  .passion .inner .col.order {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-order: 0;
  }
  .produce .inner dl:nth-child(odd):before {
    right: -30%;
    border-right-width: 140px;
  }
  .produce .inner dl:nth-child(odd):after {
    right: -30%;
  }
  .produce .inner dl:nth-child(even):before {
    left: -30%;
    border-right-width: 140px;
  }
  .produce .inner dl:nth-child(even):after {
    left: -30%;
  }
  .gallery .inner .r-flex {
    display: block;
  }
  .gallery .inner .r-flex .details {
    width: 100%;
  }
  .gallery .inner .r-flex .images {
    width: 100%;
  }
  .gallery .inner .r-flex .images a:nth-child(n + 2) {
    margin-top: 1rem;
  }
  .gallery .inner ul li {
    width: 30%;
  }
  .gallery .inner ul li:nth-child(n + 1) {
    margin-right: 5%;
  }
  .gallery .inner ul li:nth-child(3n) {
    margin-right: 0;
  }
  .gallery .inner ul li:nth-child(n + 4) {
    margin-top: 2rem;
  }
  .gallery .inner .details p.name {
    font-size: 1.2rem;
  }
  .gallery .inner ul.grid li {
    width: 50%;
  }
  .gallery .inner ul.grid li a img {
    height: 110px;
  }
  .gallery .inner ul.grid li:nth-child(n + 3) {
    margin-top: 0;
  }
  .gallery .inner ul.grid li:nth-child(n + 5) {
    display: block;
  }
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns .wp-block-column {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 37.5em) {
  body {
    font-size: 12px;
  }
  p {
    line-height: 2;
  }
  svg.nue {
    width: 80px;
    height: 20px;
  }
  .blank2 {
    padding: 1rem 0;
  }
  a.btn:hover .btn-arw {
    right: -40px;
  }
  h2 {
    font-size: 1.6rem;
  }
  footer .inner h1 {
    text-align: center;
    width: auto;
  }
  footer .inner.r-container {
    width: 80%;
  }
  footer .inner .r-flex {
    display: block;
  }
  footer .inner .s-menu {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
  }
  footer .inner .s-menu .inner ul li {
    font-size: 1rem;
  }
  footer .inner .s-menu .inner ul li:nth-child(n + 2) {
    margin-top: 1rem;
  }
  footer .inner .s-menu .inner ul li:nth-child(-n + 6) {
    margin-right: 0;
  }
  footer .inner .s-menu .inner .sns .r-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .inner .s-menu .inner .sns .r-flex a:nth-child(-n + 3) {
    margin: 0 0.5rem;
  }
  footer .inner .copy p {
    font-size: 0.6rem;
    text-align: center;
  }
  footer .inner .copy p span {
    display: block;
  }
  nav {
    top: 40%;
  }
  .toggle_btn {
    top: 20px;
  }
  .mainvisual {
    width: 90%;
    margin: auto;
  }
  .mainvisual .inner img {
    aspect-ratio: 3/2;
    height: 100%;
  }
  .sns .inner.r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sns .inner a i {
    font-size: 1.4rem;
  }
  .sns .inner a:nth-child(n + 2) {
    margin-left: 0;
  }
  .t-page .inner {
    padding-top: 10.9375vw;
    padding-bottom: 10.9375vw;
  }
  .t-page.other ul.r-flex {
    display: block;
  }
  .t-page.other ul li {
    width: 100%;
  }
  .t-page.other ul li p.category {
    font-size: 1.2rem;
  }
  .t-page.other ul li:nth-child(n + 2) {
    margin-top: 2rem;
  }
  .t-page.other a.btn {
    width: 256px;
  }
  .t-page.other a.btn .btn-wrap {
    height: 100%;
    width: 100%;
  }
  .t-page.other a.btn .btn-wrap .btn-inner .btn-txt {
    margin-right: 1rem;
  }
  .t-page.other a.btn .btn-arw {
    top: 50%;
  }
  .t-page.other a.btn:hover .btn-arw {
    right: -40px;
  }
  .t-page.gallery .inner ul li {
    width: 100%;
  }
  .t-page.gallery .inner ul li:nth-child(n + 2) {
    margin-top: 2rem;
  }
  .passion .inner .col {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .passion .inner .col.order {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .passion .inner .col img {
    width: 100%;
  }
  .passion .inner .col .details {
    width: 100%;
  }
  .passion .txt {
    padding: 0.5rem;
  }
  .passion .txt .border {
    padding: 0.5rem;
  }
  .passion .txt .border p {
    font-size: 0.8rem;
  }
  .skewed {
    top: 13%;
  }
  .produce .inner dl {
    width: 100%;
  }
  .produce .inner dl dt .name {
    width: 260px;
  }
  .produce .inner dl dd {
    margin-left: 2.2rem;
  }
  .produce .inner dl dd .sns .r-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .produce .inner dl dd .sns .r-flex a {
    margin: 0 0.5rem;
  }
  .produce .inner dl:nth-child(odd):before {
    content: none;
  }
  .produce .inner dl:nth-child(odd):after {
    right: 50%;
    border-bottom-width: 0;
    height: 40px;
    background: #333;
    top: 100%;
  }
  .produce .inner dl:nth-child(even):before {
    content: none;
  }
  .produce .inner dl:nth-child(even):after {
    left: 50%;
    border-bottom-width: 0;
    height: 40px;
    background: #333;
    top: 100%;
  }
  .produce .inner dl:nth-child(n + 2) {
    margin-top: 2rem;
  }
  .gallery .inner ul.r-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gallery .inner ul li {
    width: 48%;
  }
  .gallery .inner ul li:nth-child(n + 1) {
    margin-right: 0;
  }
  .gallery .inner ul li:nth-child(n + 3) {
    margin-top: 2rem;
  }
  .gallery .inner ul li p.place {
    font-size: 0.6rem;
  }
  .gallery .inner ul li p.name {
    font-size: 1.1rem;
  }
  .gallery .inner ul li:nth-child(n + 5) {
    display: none;
  }
  .company .inner .r-flex {
    display: block;
  }
  .company .inner dl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .company .inner dl dt,
  .company .inner dl dd {
    font-size: 0.6rem;
  }
  .company .inner dl dt {
    width: 60px;
  }
  .company .inner dl dd {
    width: 80%;
    white-space: nowrap;
  }
  .company .inner dl dd span.block {
    display: block;
  }
  .company .inner dl dd span.none {
    display: none;
  }
  .company .inner dl:first-child {
    margin-top: 4rem;
  }
  .company .inner dl:last-child {
    margin-bottom: 6rem;
  }
  .company .inner img {
    width: 100%;
    height: 240px;
  }
  .company .inner .col:last-child {
    margin-top: 2rem;
  }
  #cta .inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #cta .box .btn-box {
    margin: 0;
  }
  #cta .box .btn-box a.btn {
    height: 80px;
    width: 256px;
  }
  #cta .box .btn-box a.btn .btn-wrap {
    height: 80px;
  }
  #cta .box .btn-box a.btn .btn-wrap .btn-cover {
    height: 80px;
  }
  #cta .box .btn-box a.btn .btn-wrap .btn-inner {
    height: 80px;
  }
  #cta .box .btn-box a.btn .btn-wrap .btn-inner .btn-txt {
    font-size: 1rem;
  }
  #cta .box .btn-box a.btn .btn-wrap .btn-inner .btn-txt p {
    font-size: 12px;
    margin-top: 0.25rem;
  }
  .contact .inner form dl {
    padding-bottom: 1.5rem;
  }
  .contact .inner form dl dt {
    padding-bottom: 0.5rem;
  }
  .contact .inner form dl dd {
    margin-top: 0.5rem;
    width: 100%;
  }
  .contact .inner form dl dd.l-check.l-grid {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
  .contact .inner form dl:nth-child(n + 2) {
    margin-top: 1rem;
  }
  .contact .inner form dl:not(:last-of-type) {
    border-bottom: 1px dashed #ddd;
  }
  .contact .inner form .check + .blank {
    display: none;
  }
  .contact.thanks .inner .message p {
    text-align: left;
  }
  body div#mfp_overlay_inner {
    position: fixed;
    padding: 2rem 1rem;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 9999;
  }
  body div#mfp_overlay_inner h4 {
    font-size: 1.2rem;
  }
  body div#mfp_overlay_inner div.mfp_buttons button {
    padding: 1rem;
    width: 256px;
    margin: 0;
  }
  body div#mfp_overlay_inner div.mfp_buttons button#mfp_button_send {
    margin-bottom: 1rem;
  }
  body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_achroma,
  body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_colored {
    display: grid;
  }
  body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_achroma th,
  body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_colored th {
    padding-bottom: 0.5rem;
  }
  body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_achroma td,
  body div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_colored td {
    padding-top: 0;
  }
  .single_content h4 {
    margin-right: 1rem;
  }
  .single_content h4:after {
    background-repeat: no-repeat;
    background-size: 14px;
    top: 10%;
  }
  .news-list {
    display: block;
  }
  .news-list .news-item {
    width: 100%;
  }
  .news-list .news-item a h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .news-list .news-item a time {
    font-size: 0.6rem;
    margin: 0.5rem 0;
  }
  .news-list .news-item:nth-child(n + 2) {
    margin-top: 2rem;
  }
} /*# sourceMappingURL=style.css.map */
