@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #eee;
}

.bold {
  font-weight: bold;
}

html[lang=en] {
  font-family: Helvetica, sans-serif, arial;
}

html[lang=ja] {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: none;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 1001;
  transition: 0.3s background ease;
}
header#global-header.scrld {
  background: rgba(238, 238, 238, 0.95);
}
header#global-header #mainlogo {
  width: 42px;
  height: 42px;
  margin: 9px 0 9px 10px;
}
@media screen and (min-width: 900px) {
  header#global-header #mainlogo {
    margin-left: 40px;
  }
}
header#global-header #mainlogo img {
  width: 100%;
}
header#global-header .menu-toggle {
  width: 30px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  z-index: 1001;
  margin: 15px 10px 15px 0;
  transition: opacity 0.2s ease;
}
header#global-header .menu-toggle img {
  width: 100%;
}

/* Anchors */
#about,
#contact,
#faq {
  width: 100%;
  height: 0;
}

/* Sections */
section {
  padding: 60px 0;
}
section .sectionimg {
  width: 100%;
}
section .sectionimg img {
  width: 100%;
}
section h2.section_title {
  color: #000;
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
section.section_top {
  min-height: 500px;
  background: #000;
  color: #fff;
  position: relative;
  padding: 0;
}
section.section_top #keyvisual {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  margin: 0;
  padding: 0;
  background-image: url(../images/kvbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.section_top #keyvisual img {
  width: 60%;
  max-width: 400px;
}
section.section_about {
  background: #333;
  background: #fff;
  background-image: url(../images/bg_belts.webp?v2);
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.4);
}
section.section_about .inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 5px;
  max-width: 1200px;
}
section.section_about .inner h1 {
  width: 80%;
  margin: 4vw auto;
}
section.section_about .inner h1 img {
  width: 100%;
  max-width: 800px;
}
section.section_about .inner p {
  margin-top: 30px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px) {
  section.section_about .inner {
    padding: 3em;
  }
}
section.section_contact {
  background-color: #444;
  background-image: url(../images/wall.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
section.section_contact .inner {
  max-width: 700px;
  padding-bottom: 5vw;
}
section.section_faq {
  background: #eee;
}
section.section_faq .inner {
  max-width: 1200px;
  padding-bottom: 5vw;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

h1 {
  text-align: center;
}
@media screen and (min-width: 800px) {
  h1 {
    font-size: 3em;
    text-transform: uppercase;
  }
}

h2, h3, h4, h5, h6 {
  margin: 2rem 0;
}

.inner {
  width: 90%;
  max-width: 2400px;
  margin: 0 auto;
}

.section_contact p.form_rqd {
  font-size: 0.9em;
  color: #cc0000;
  padding-bottom: 10px;
}
.section_contact #contactform-container {
  width: 100%;
}
.section_contact #contactform-container form {
  width: 100%;
}
.section_contact #contactform-container input,
.section_contact #contactform-container select,
.section_contact #contactform-container textarea {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  padding: 10px;
}
.section_contact #contactform-container input:focus,
.section_contact #contactform-container select:focus,
.section_contact #contactform-container textarea:focus {
  background-color: #fff;
  border: 0;
  outline: 1px solid #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.section_contact #contactform-container select {
  padding-top: 8px;
}
.section_contact #contactform-container textarea {
  height: 50vw;
  max-height: 500px;
}
.section_contact #contactform-container .form_btns input.formbtn {
  width: 30%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  margin-right: 5%;
  background: #333;
  color: #fff;
  font-weight: bold;
  transition: 0.3s background ease;
}
.section_contact #contactform-container .form_btns input.formbtn:hover {
  background: #000;
}
.section_contact #contactform-container #msg_en .formerror, .section_contact #contactform-container #msg_ja .formerror {
  border: 1px solid red;
  color: red;
  background: rgba(0, 0, 0, 0.9);
  padding: 14px;
}
.section_contact #contactform-container #msg_en .formsuccess, .section_contact #contactform-container #msg_ja .formsuccess {
  border: 1px solid #90ee90;
  color: #90ee90;
  background: rgba(0, 0, 0, 0.9);
  padding: 14px;
}
.section_contact #contactform-container #msg_en, .section_contact #contactform-container #msg_ja {
  margin-bottom: 14px;
}

footer {
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 30px 10vw 50px 10vw;
}
footer #footer_contents {
  width: 80%;
  margin: 0 auto;
}
footer #footer_contents ul#footer_sns {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
footer #footer_contents ul#footer_sns li {
  width: 30px;
  height: 30px;
}
footer #footer_contents ul#footer_sns li img {
  width: 100%;
}
footer #footer_contents #contactinfo {
  margin-top: 30px;
  font-size: 0.9em;
}
footer #footer_contents #contactinfo #footerlogo {
  width: 70px;
  margin: 0 auto 10px auto;
}
footer #footer_contents #contactinfo #footerlogo img {
  width: 100%;
}
footer #footer_contents #copyright {
  font-size: 0.85em;
  margin-top: 20px;
  color: #000;
}

.fade-target {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section_about2 {
  background: #888;
  box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.4);
}
.section_about2 .inner {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 1200px;
}
.section_about2 .inner h1 {
  width: 100%;
  margin: 0;
  padding-bottom: 3vw;
}
.section_about2 .inner h1 img {
  width: 100%;
}
.section_about2 .inner p {
  margin-top: 30px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px) {
  .section_about2 .inner {
    padding: 3em;
  }
}/*# sourceMappingURL=styles.css.map */