@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif, sans-serif;
}

@-webkit-keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
@-webkit-keyframes moveBg {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@keyframes moveBg {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@-webkit-keyframes moveBgCenter {
  from {
    background-position: 75% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@keyframes moveBgCenter {
  from {
    background-position: 75% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@-webkit-keyframes moveLeft {
  0% {
    right: -100px;
  }
  100% {
    right: 100%;
  }
}
@keyframes moveLeft {
  0% {
    right: -100px;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes slideZoom {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(0) scale(1.2); /* 1.2倍にズーム */
  }
}
@keyframes slideZoom {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(0) scale(1.2); /* 1.2倍にズーム */
  }
}
/* Chrome, Safari, Edge */
::-webkit-scrollbar {
  display: none;
}

/* Firefox */
* {
  scrollbar-width: none;
}

/* IE, Edge */
* {
  -ms-overflow-style: none;
}

html {
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

/* 背景全体 */
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow-x: hidden;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://misinkoubou-footcontroller.com/assets/img_mishin/mishin_bg_1@300x_9_11zon.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  /* ナビメニュー */
  /* ハンバーガー */
}
.header__logo {
  position: absolute;
  top: 12px;
  left: 20px;
}
.header__logo__img {
  width: 90px;
}
.header__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  width: 100%;
  background-image: url("https://misinkoubou-footcontroller.com/assets/img_mishin/header_bg.svg");
  background-size: cover; /* 画像を全面に広げる（縦横比維持） */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center center; /* 中央に配置 */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s ease;
  z-index: 90;
}
.header__nav ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.header__nav ul li a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.header__nav.active {
  right: 0;
}
.header .hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 200;
}
.header .hamburger span {
  display: block;
  height: 3px;
  background: #eb6ea5;
  border-radius: 2px;
  transition: 0.3s;
}
.header .hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* bodyに.menu-openが付いたらスクロール禁止 */
body.menu-open {
  overflow: hidden;
  height: 100vh;
}

/* スクロール領域（中身） */
.content {
  position: relative;
  max-width: 380px;
  height: 100vh;
  margin: 0 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* コンテンツ内の余白調整 */
.first {
  margin-top: 60px;
  position: relative;
  height: 100vh;
}
.first__img {
  width: 100%;
  height: auto;
}
.first__hl {
  width: 90%;
  margin-left: auto;
  margin-top: 2%;
}
.first__hl__img {
  width: 100%;
  height: auto;
}

.second {
  width: 100%;
}
.second__hl {
  width: 80%;
  height: auto;
  margin: 15% 10% 0;
}
.second__text {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: -90%;
}

.third {
  width: 101%;
}
.third__img {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: -19%;
}

.four {
  width: 101%;
}
.four__img {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: -60%;
}

.five {
  width: 100%;
}
.five__img {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 0%;
}

.six {
  width: 100%;
  margin-top: -1%;
  overflow-x: hidden;
  background-color: #fdfbf9;
}
.six__img {
  width: 100%;
  height: auto;
  margin-top: 0%;
}

.seven {
  height: 940px;
  width: 101%;
  background-image: url(https://misinkoubou-footcontroller.com/assets/img_mishin/seven_bg@150x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -28%;
  transform: translateX(-3px);
  z-index: 11;
  position: relative;
}
.seven__box {
  height: 80px;
}
.seven__hl {
  width: 71%;
  margin: 3% auto;
  position: relative;
}
.seven__hl::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 120px;
  background-image: url(/assets/img_mishin/okoe_ashirai_1.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 410%;
  left: 100%;
  transform: translate(-50%, -100%);
  z-index: -10;
}
.seven__hl__img {
  width: 100%;
  height: auto;
}
.seven__okoe__wrap {
  width: 100%;
}
.seven__okoe__img {
  width: 80%;
  height: auto;
  margin: 3% 10%;
}
.seven__okoe__text {
  width: 92%;
  height: auto;
  margin: 3% 4%;
}
.seven__coution {
  width: 86%;
  height: auto;
  margin: 3% 7%;
}

.seven__okoe__slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
}

.seven__okoe__wrap {
  flex: 0 0 calc(100% - 32px);
  scroll-snap-align: start;
  box-sizing: border-box;
}

.okoe__text2 {
  margin-top: 6%;
}

.spec {
  margin-top: -25%;
  width: 100%;
  height: 1020px;
  background-image: url(https://misinkoubou-footcontroller.com/assets/img_mishin/spec_main_bg@150x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
  position: relative;
}
.spec__bg {
  width: 90%;
  height: 1010px;
  margin: 0 auto;
  background-image: url("https://misinkoubou-footcontroller.com/assets/img_mishin/spec_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.spec__hl {
  font-size: 21px;
  color: black;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding-top: 10%;
}
.spec__detail {
  width: 80%;
  height: auto;
  margin: 5% 10% 0;
}

.contact {
  position: relative;
  width: 100%;
  background-image: url("https://misinkoubou-footcontroller.com/assets/img_mishin/spec_main_bg@150x.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__line {
  width: 90%;
  height: auto;
  margin: 5% 5%;
}
.contact__tel__btn {
  width: 90%;
  height: auto;
  margin: 5% 5% 0;
  position: relative;
  z-index: 1001;
}
.contact__line__btn {
  width: 90%;
  height: auto;
  margin: 2% 5% 0;
  position: relative;
  z-index: 1001;
}

section {
  scroll-margin-top: 80px; /* ヘッダーの高さ */
}

.footer {
  display: block;
  position: relative; /* これが重要！ */
  z-index: 10; /* 背景より前面に */
  width: 100vw;
  height: 230px;
  background-image: url("https://misinkoubou-footcontroller.com/assets/img/footer_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer {
    position: relative; /* これが重要！ */
    z-index: 10; /* 背景より前面に */
    width: 100vw;
    height: 408px;
    background-image: url("https://misinkoubou-footcontroller.com/assets/img/footer_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
  }
}
.footer__text {
  font-size: 0.9375rem;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 90%;
  display: block;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 1024px) {
  .footer__text {
    font-size: 0.9375rem;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: left;
    width: 90%;
    display: block;
    margin-left: 10%;
    margin-right: 0;
  }
}
.footer__tel {
  font-size: 1.875rem;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  width: 90%;
  display: block;
  margin-top: 1%;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 1024px) {
  .footer__tel {
    font-size: 1.875rem;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: left;
    width: 90%;
    display: block;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 0;
  }
}
.footer__time {
  font-size: 0.9375rem;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 90%;
  display: block;
  margin-top: 1%;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 1024px) {
  .footer__time {
    font-size: 0.9375rem;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: left;
    width: 90%;
    display: block;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 0;
  }
}
.footer__access {
  font-size: 0.9375rem;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 90%;
  display: block;
  margin-top: 1%;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 1024px) {
  .footer__access {
    font-size: 0.9375rem;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: left;
    width: 90%;
    display: block;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 0;
  }
}
.footer__logo {
  width: 40%;
  height: auto;
  margin: 5% 30%;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 20%;
    height: auto;
    margin: 5% auto;
    margin-left: 10%;
  }
}
.footer__wrap {
  width: 100%;
  height: 80%;
  padding: 5% 0%;
}
@media screen and (min-width: 1024px) {
  .footer__wrap {
    width: 90%;
    height: 80%;
    padding: 5% 0%;
  }
}

.footer__link {
  width: 100%;
}

.line-fixed {
  position: fixed;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  transition: opacity 0.4s ease, transform 0.4s ease;
  width: 380px;
}

.contact__line__fixed {
  width: 70%;
  height: auto;
  margin: 0 15% 0;
}

.contact__line__fixed.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.contact__line__link {
  width: 380px;
}
/*# sourceMappingURL=style.css.map */