@charset "UTF-8";
/* flex */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }

.between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-1 {
  width: 100% !important; }

.l-2 {
  width: 48% !important; }

.l-3 {
  width: 32% !important; }
  .flex .l-3 {
    margin-left: calc(7% / 2);
    margin-bottom: 1.3em; }
    .flex .l-3:nth-child(3n+1) {
      margin-left: 0; }
  .option .l-3 {
    margin: 0; }

.l-3x2 {
  width: 66.666% !important; }

.l-4 {
  width: 23.5% !important; }
  .flex .l-4 {
    margin-left: calc(6% / 3);
    margin-bottom: 2em; }
    .flex .l-4:nth-child(4n+1) {
      margin-left: 0; }

.l-4x3 {
  width: 74% !important; }

.l-5 {
  width: 18% !important; }

.l-5x4 {
  width: 80% !important; }

.l-6 {
  width: 15% !important; }

.l-6x5 {
  width: 81% !important;
  width: 81% !important; }

.fit, .fit .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1; }

.service .fit {
  margin: 0 0.4em; }

.arch .fit {
  margin-bottom: 4em; }

.fb.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* color */
.orange {
  color: #E95504; }

.white {
  color: #fff; }

.beige {
  color: #F8EADA; }

.bg-orange {
  background: #E95504; }

.bg-beige {
  background: #F8EADA; }

/* Media Query */
.hide {
  display: none !important; }

@media screen and (max-width: 599px) {
  .hide-s {
    display: none !important; } }
@media screen and (max-width: 849px) {
  .hide-m {
    display: none !important; } }
@media screen and (max-width: 1199px) {
  .hide-l {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  .hide-xl {
    display: none !important; } }
/* font */
.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', "Sawarabi Mincho",'Noto Serif JP', serif; }

.bold {
  font-weight: 600; }

.mid {
  font-weight: 500; }

.txt-min {
  font-size: 0.85em; }

.txt-mid {
  font-size: 1.16em; }

.txt-big {
  font-size: 1.5em; }

.txt-l {
  text-align: left; }

.txt-r {
  text-align: right; }

.txt-block {
  display: inline-block; }

.center {
  text-align: center; }

body {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  text-align: justify;
  font-size: 16px; }

.wrapper {
  overflow: hidden; }

img {
  width: 100%; }

a {
  text-decoration: none;
  display: block; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1.7;
  padding: 0 1em; }

p {
  margin-bottom: 0; }

header {
  background: #E95504;
  color: #fff;
  margin: 0 auto;
  padding: 1em 0;
  font-weight: 500;
  font-size: 1.1em; }
  header .flex {
    justify-content: flex-end; }
  header a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff; }
    header a:not(:first-child) {
      margin-left: 1.5em; }
    header a.btn-contact {
      background: #fff;
      color: #E95504;
      text-align: center;
      padding: 0.3em 2em;
      border-radius: 20px;
      line-height: 1; }

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  transition: .5s;
  width: 100%;
  z-index: 999; }

.site-header.hidenav {
  transform: translateY(-100%); }

main {
  padding-top: 64px;
  padding-bottom: 5em; }
  main.index, main.oem {
    padding-bottom: 0; }

.hero {
  background: url(./../img/hero.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding: 1.5em 0 3em; }
  .hero h1 {
    color: #fff;
    margin: 1em;
    text-shadow: 0px 0px 4px rgba(33, 10, 0, 0.8), 0px 0px 4px rgba(33, 10, 0, 0.8), 0px 0px 4px rgba(33, 10, 0, 0.8);
    line-height: 1.45;
    font-size: 2em; }
  .hero .logo1, .hero .logo2, .hero .logo3 {
    pointer-events: none; }
  .hero .logo1 {
    padding-left: 2em; }
    .hero .logo1 img {
      max-width: 400px; }
  .hero .logo2 {
    max-width: 200px; }
  .hero .logo3 {
    max-width: 300px; }

.cover {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 0;
  pointer-events: none; }

h1 {
  margin: 1.5em auto 1em;
  padding: 0;
  color: #242424;
  text-align: center;
  line-height: 1.15;
  font-weight: 500;
  font-size: 1.8em; }

h2 {
  display: inline-block;
  font-weight: 500;
  font-size: 2em;
  margin: 2em 0 1em;
  line-height: 1.4; }

h3 {
  display: inline-block;
  text-align: center;
  font-size: 2.5em;
  padding: 0 0 0.2em;
  font-weight: 500;
  margin: 0 0 1em;
  line-height: 1.4; }

h4 {
  margin: 0.5em 0;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.2; }

.heading {
  display: inline-block;
  font-weight: 500;
  font-size: 1.7em;
  margin: 1.5em 0 1em;
  border-bottom: 1px solid;
  padding: 0 1em 0.2em;
  line-height: 1.4;
  color: #E95504; }

.dia {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(./../img/dia.png) no-repeat center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 1.2em;
  margin: 0 auto; }

.intro {
  padding-bottom: 4em; }
  .intro .dia {
    margin-top: 2em; }
  .intro .heading {
    font-size: 2em;
    margin: 0.5em 0 1em; }
  .intro .l-4 {
    width: 21% !important; }

.round {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: #E95504;
  font-weight: 600;
  margin: 0 auto 1em;
  font-size: 1.25em;
  line-height: 1.3; }

.product {
  background: #E95504;
  padding: 4em 0 2em; }
  .product img {
    max-width: 500px; }
  .product .between {
    max-width: 900px;
    margin: 2em auto 0;
    justify-content: center; }
    .product .between .l-3:first-child {
      padding-right: 1em; }

.standard {
  color: #fff; }
  .standard .standard-head {
    background-color: #4D0007;
    background-image: url(./../img/bg-stn-l.png), url(./../img/bg-stn-r.png);
    background-position: left center,right center;
    background-repeat: no-repeat,no-repeat;
    background-size: 250px;
    padding: 2em 0; }
    .standard .standard-head a {
      display: block;
      background: #E95504;
      color: #fff;
      text-align: center;
      padding: 0.5em;
      font-weight: 600;
      border-radius: 20px;
      line-height: 1.2; }
  .standard h3 {
    border-bottom: 5px solid #80010E; }
  .standard .l-2 {
    margin-bottom: 2em; }

.premium {
  background: #181818;
  color: #fff;
  padding: 0 0 5em; }
  .premium .premium-head {
    background-image: url(./../img/bg-prm-l.png), url(./../img/bg-prm-r.png);
    background-position: left center,right center;
    background-repeat: no-repeat,no-repeat;
    background-size: 300px;
    padding: 3em 0; }
  .premium h3 {
    border-bottom: 5px solid #403A3A; }
  .premium .between {
    margin-top: 1.5em; }
  .premium .l-2 {
    margin-bottom: 2em; }

.hamburg {
  padding: 0 0 5em; }
  .hamburg .hamburg-head {
    background: #E95504;
    padding: 3em 0;
    color: #fff; }
  .hamburg h3 {
    border-bottom: 5px solid #4D0007; }
  .hamburg .between {
    margin-top: 1.5em; }
  .hamburg .l-2 {
    margin-bottom: 2em; }

main.lineup {
  padding-bottom: 0; }

.lineup {
  color: #242424; }
  .lineup .product {
    background: #F8EADA;
    padding: 5em 0 2em; }
  .lineup .standard .standard-head {
    background: none; }
  .lineup h3 {
    color: #E95504;
    border-bottom: 5px solid #E95504; }
  .lineup h4 {
    color: #242424;
    font-weight: 500;
    font-size: 1.15em; }
  .lineup .txt-mid {
    font-size: 1.4em; }
  .lineup .premium h4 {
    color: #fff; }
  .lineup .premium-head {
    background: none;
    padding: 5em 0 2em; }
    .lineup .premium-head h3 {
      color: #fff; }
  .lineup .hamburg {
    background: #E95504; }
    .lineup .hamburg h4 {
      color: #fff; }
  .lineup .hamburg-head {
    background: none;
    padding: 5em 0 2em; }
    .lineup .hamburg-head h3 {
      color: #fff;
      border-bottom: 5px solid #fff; }

.lineup2 .l-4:not(.btn-stn) {
  padding: 0 0.5em; }

.between.item {
  justify-content: center; }

.bg-wine {
  background-image: linear-gradient(0deg, #91000D, #4D0007 30%);
  padding: 0 0 3em; }

.series {
  position: relative;
  padding: 3em 0;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 2.5em; }

.pan {
  background: url(./../img/bg-pan.jpg) no-repeat center center;
  background-size: cover; }

.yusen {
  background: url(./../img/bg-yusen.jpg) no-repeat center center;
  background-size: cover; }

.microwave {
  background: url(./../img/bg-mw.jpg) no-repeat center center;
  background-size: cover; }

.ajillo {
  background: url(./../img/bg-ajillo.jpg) no-repeat center center;
  background-size: cover; }

.prm {
  background: url(./../img/bg-prm.jpg) no-repeat center center;
  background-size: cover; }

.hmb {
  background: url(./../img/bg-hmb.jpg) no-repeat center center;
  background-size: cover;
  color: #fff; }

.ribon {
  position: absolute;
  max-width: 750px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -2em; }

.box-beige {
  background: #F8EADA;
  margin: 1.5em 0;
  padding: 2em;
  color: #242424; }

.box-beige a, .premium a {
  display: inline-block;
  background: #E95504;
  color: #fff;
  text-align: center;
  padding: 0.4em 1em;
  font-weight: 500;
  border-radius: 20px;
  line-height: 1; }

.movie-link {
  font-size: 0.9em;
  color: #E95504;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.5em; }

.box-white {
  background: #fff;
  margin: 1.5em 0;
  padding: 1em 1.5em; }

.contact-index {
  margin-bottom: 3em; }
  .contact-index h4 {
    color: #E95504;
    text-align: left;
    font-weight: 500; }

.contact-head {
  background: #E95504;
  margin-bottom: 2em;
  padding: 3em 0;
  color: #fff;
  text-align: center; }
  .contact-head img {
    max-width: 200px;
    margin-bottom: 1em; }
  .contact-head .otoi {
    display: inline-block;
    background: #fff;
    color: #E95504;
    text-align: center;
    padding: 0.5em 3em;
    font-weight: 500;
    border-radius: 20px;
    line-height: 1;
    font-size: 1.2em; }

.faq {
  background: #fff;
  padding: 5em 0; }
  .faq .flex {
    flex-wrap: nowrap; }
    .faq .flex:first-child {
      margin-bottom: 1em; }
  .faq img {
    max-width: 360px;
    margin-bottom: 0.5em; }
  .faq .faq-box {
    border: 1px solid #E95504;
    padding: 1em;
    margin: 2em 0; }
  .faq .faq-l {
    font-weight: 500;
    font-size: 1.5em;
    margin-right: 1em;
    line-height: 0.8; }
  .faq .faq-r {
    line-height: 1.5; }
    .faq .faq-r.mid {
      font-size: 1.1em;
      line-height: 1.2; }

.oem .intro .between {
  max-width: 700px;
  margin: 2em auto 0; }
.oem .dia {
  font-size: 1.5em; }

.point {
  padding-bottom: 5em; }

.features img.ftr-head {
  max-width: 500px; }
.features .between {
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: nowrap;
  margin-bottom: 4em; }

.ftr-txt h2 {
  font-size: 1.5em; }

.ftr-l {
  width: 70%;
  padding: 0 1em 0 6em; }
  .ftr-l .right {
    display: flex;
    justify-content: end; }

.ftr-r {
  width: 30%; }

.contact {
  margin-top: 4em; }
  .contact .container {
    max-width: 700px; }

.contact-title {
  max-width: 500px; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.confirm {
  background: #E6E4E4;
  padding: 0.8em;
  margin-bottom: 2em; }

.g-recaptcha div {
  display: inline-block;
  margin-top: 0.5em; }

.mail {
  max-width: 197px;
  vertical-align: text-bottom;
  pointer-events: none; }

.btn {
  text-decoration: none;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.9em 2em;
  text-align: center;
  line-height: 1;
  background: #E95504;
  color: #fff;
  border-radius: 5px; }

.btn-light {
  text-decoration: none;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.9em 2em;
  text-align: center;
  line-height: 1;
  color: #E95504;
  border: 1px solid;
  border-radius: 5px; }

.box-center {
  max-inline-size: max-content;
  margin-inline: auto; }

form {
  margin: 0 auto;
  text-align: left; }
  form input[type=text], form input[type=email], form select {
    padding: 0.6em;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%; }
  form textarea {
    height: 15em;
    padding: 0.6em;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%; }

tr {
  display: block;
  padding: 2em 0.5em; }

th, td {
  display: inline-block;
  vertical-align: top; }

th {
  margin: 0 0 0.3em;
  font-weight: 500;
  width: 100%; }

td {
  width: 100%; }

[type=submit] {
  margin: 0 auto;
  width: 12em !important;
  display: block;
  padding: 1em; }
  [type=submit]:not(:disabled) {
    background: #E95504;
    border: 2px solid #E95504;
    color: #fff; }
  [type=submit]:disabled {
    color: #fff;
    background: #bfbfbf; }

label.check {
  display: block;
  background: #fff;
  margin: 1.5em 0;
  padding: 1em 0.8em;
  border: 2px solid #E95504; }

input[type=checkbox] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  opacity: 1; }

.grecaptcha-badge {
  visibility: hidden; }

.map {
  position: relative;
  width: 100%;
  padding-top: 480px;
  overflow: hidden; }

.map iframe {
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  height: calc(100% + 240px + 240px);
  pointer-events: none; }

footer {
  background: #E95504;
  color: #fff;
  padding: 2em 0;
  font-size: 0.9em;
  text-align: left; }
  footer .flex-center {
    flex-wrap: nowrap; }
  footer img {
    max-width: 100px; }
  footer .footer-l {
    margin-right: 1em; }

/* adjust */
.mar-t-0 {
  margin-top: 0 !important; }

.mar-t-1em {
  margin-top: 1em; }

.mar-b-1em {
  margin-bottom: 1em; }

.mar-l-1em {
  margin-left: 1em; }

.mar-r-1em {
  margin-right: 1em; }

.mar-tb-1em {
  margin-top: 1em;
  margin-bottom: 1em; }

.mar-t-2em {
  margin-top: 2em; }

.mar-b-2em {
  margin-bottom: 2em; }

.mar-t-3em {
  margin-top: 3em; }

.mar-b-3em {
  margin-bottom: 3em; }

.mar-t-4em {
  margin-top: 4em; }

.mar-b-4em {
  margin-bottom: 4em; }

.mar-t-5em {
  margin-top: 5em; }

.mar-b-5em {
  margin-bottom: 5em; }

.pdd-1em {
  padding: 1em; }

.pdd-tb-2em {
  padding: 2em 0; }

.pdd-rl-05em {
  padding: 0 0.5em; }

.pdd-t-1em {
  padding-top: 1em; }

.pdd-b-1em {
  padding-bottom: 1em; }

.pdd-l-1em {
  padding-left: 1em; }

.pdd-r-1em {
  padding-right: 1em; }

.pdd-t-2em {
  padding-top: 2em; }

.pdd-b-2em {
  padding-bottom: 2em; }

.pdd-t-3em {
  padding-top: 3em; }

.pdd-b-3em {
  padding-bottom: 3em; }

.pdd-t-4em {
  padding-top: 4em; }

.pdd-b-4em {
  padding-bottom: 4em; }

.pdd-t-5em {
  padding-top: 5em; }

.pdd-b-5em {
  padding-bottom: 5em; }

/* responsive */
@media screen and (min-width: 600px) {
  .hide-s {
    display: block; }

  .show-s {
    display: none; } }
@media screen and (min-width: 850px) {
  .show-m {
    display: none; } }
@media screen and (max-width: 849px) {
  .ftr-l {
    padding: 0 1em 0 2em; }

  form th, form td {
    width: 100%; }

  .reverse-m {
    flex-direction: column-reverse; }

  .m-1 {
    width: 100% !important; }

  .m-2 {
    width: 48% !important; }

  .flex .l-4:nth-child(4n+1) {
    margin-left: auto; }

  .flex .m-2:nth-child(even) {
    margin-left: 4%; }
  .flex .m-2:nth-child(odd) {
    margin-left: 0; }

  .m-3 {
    width: 31% !important; }
    .flex .m-3 {
      margin-left: calc(7% / 2); }
      .flex .m-3:nth-child(3n+1) {
        margin-left: 0; }

  .m-3x2 {
    width: 66% !important; }

  .m-4 {
    width: 23.5% !important; }

  .m-4x3 {
    width: 74% !important; }

  .show-l, .show-s {
    display: none; }

  .show-m {
    display: block; } }
@media screen and (max-width: 599px) {
  header {
    font-size: 0.9em;
    padding: 1em 0.5em; }
    header .container {
      padding: 0; }
    header .flex {
      align-items: center; }
    header a:not(:first-child) {
      margin-left: 1.2em; }
    header a.btn-contact {
      padding: 0.3em 1em; }

  main {
    padding-top: 50px; }

  h1 {
    font-size: 1.6em; }

  .hero {
    margin-top: 0; }
    .hero h1 {
      font-size: 1.6em;
      margin: 1em 0.5em; }
    .hero .logo1 {
      padding-left: 1em; }
      .hero .logo1 img {
        max-width: 250px; }
    .hero .logo2 {
      max-width: 120px; }
    .hero .logo3 {
      max-width: 200px; }

  h2 {
    font-size: 1.65em;
    line-height: 1.3; }

  h3 {
    font-size: 1.9em; }

  .heading {
    font-size: 1.5em; }

  .intro .heading {
    font-size: 1.5em;
    margin: 0.5em 0;
    padding: 0 0 0.3em; }
  .intro .s-2 {
    width: 46% !important;
    margin-bottom: 2em; }

  .dia {
    width: 110px;
    height: 110px; }

  .round {
    width: 110px;
    height: 110px;
    margin: 0 auto 0.8em;
    font-size: 1.15em; }

  .standard .standard-head a {
    margin-bottom: 0.9em;
    padding: 0.5em 0.1em;
    font-weight: 600;
    font-size: 0.9em; }
  .standard h3 {
    font-size: 1.9em; }

  .series {
    font-size: 1.9em; }

  .box-beige {
    padding: 1em; }

  .faq .faq-l {
    margin-right: 0.8em; }

  .features .between {
    flex-wrap: wrap;
    margin-bottom: 2em;
    justify-content: center; }

  .ftr-txt h2 {
    font-size: 1.3em; }
  .ftr-txt .txt-mid {
    font-size: 1em; }

  .ftr-l {
    width: 100%;
    padding: 0 1em; }

  .ftr-r {
    width: 50%; }

  .between.item {
    justify-content: space-between; }

  .lineup h4 {
    font-size: 1em;
    padding: 0; }
  .lineup .product {
    padding: 3em 0; }

  .lineup2 .l-4:not(.btn-stn) {
    padding: 0; }

  .standard-head .s-2 {
    margin-bottom: 0; }

  form, th, td {
    width: 100%; }

  .hide-s {
    display: none; }

  .reverse-s {
    flex-direction: column-reverse; }

  .s-1 {
    width: 100% !important; }

  .s-2 {
    width: 48% !important;
    margin-bottom: 2em; }
    .flex .s-2 {
      margin-left: 2% !important;
      margin-bottom: 1em; }
      .flex .s-2:nth-child(odd) {
        margin-left: 0 !important; }

  .flex .m-3:nth-child(3n+1) {
    margin-left: auto; }

  .s-3 {
    width: 33.333% !important; }

  .s-3x2 {
    width: 62% !important; }

  .show-l, .show-m {
    display: none; }

  .show-s {
    display: block; }

  .l-6 {
    width: 22% !important; }

  .l-6x5 {
    width: 74% !important; } }
