@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* common */
:root {
	--navy: #003154;
	--lightgreen: #d5ecae;
	/* --green: #76b70b;
	--darkgreen: #6aa40b; */
	--mamore-green: #6ab742;
	--mamore-teal: #29aa94;
	--mamore-link: #1b8876;
	--mamore-light-teal1: #C9EAE6;
	--mamore-light-teal2: #79CBC1;
	--mamore-blue: #24a7bc;

  --global-content-max-width-hero: 1680px;
  --global-content-max-width: 1260px;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid rgb(255, 164, 164); */
}



html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.container {
  margin-inline-start: auto!important;
  margin-inline-end: auto!important;
  width: 87.5%!important;
  max-width: var(--global-content-max-width)!important;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Figtree", "Noto Sans JP", sans-serif!important;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  line-height: 1.7!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4!important;
}

img {
  width: 100%;
}

.heading {
  /* text-align: center; */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading h2 {
  font-size: clamp(1.3rem, 0.167rem + 6vw, 3rem);
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.heading-icon {
  display: flex;
  gap: 10px;
  /* justify-content: center; */
  align-items: center;
  margin-bottom: 10px;
}
.heading-icon p {
  margin-bottom: 0;
  color: #666;
  color: var(--mamore-teal);
  font-weight: 500;
  /* position: 1rem; */
}

.heading-borderd {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.heading-borderd::before,
.heading-borderd::after {
  background-color: #222222; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 80px; /* 横線の長さ */
}
.heading-borderd::before {
  margin-right: 15px; /* 文字との余白 */
}
.heading-borderd::after {
  margin-left: 15px; /* 文字との余白 */
}


.circle-responsive {
  width: 6px;
  height: 6px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
}

.heading-icon span {
  /* width: 8px;
  height: 8px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--mamore-green); */
  width: 6px;
  max-width: 6px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  box-sizing: border-box;
  background: var(--mamore-green);
}

.heading-icon .circle-responsive:nth-child(2) span { background: var(--mamore-teal); }
.heading-icon .circle-responsive:nth-child(3) span { background: var(--mamore-blue); }


.section-title {
  font-size: clamp(1.3rem, 0.167rem + 6vw, 3rem);
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

.large {
  font-size: clamp(1.2rem, 0.167rem + 6.67vw, 2rem);
  font-weight: 600;
}


/* section------------------ */

.section {
  background-color: #ffffff;
  padding: 6rem 0;
}

.brand-section {
  padding: 6rem 0;
}

.brand-text {
  line-height: 2;
  letter-spacing: 0.05em;
}

.specifications-section  {
  background-color: #f1fdfc;
  padding: 6rem 0;
}

.anchor-section {
  background-color: #ffffff;
  /* background-color: #f1fdfc; */
  padding: 6rem 0 3rem 0;
}

.introduction-section1 {
  background-color: #ffffff;
  /* background-color: #f1fdfc; */
  padding: 6rem 0;
}

.introduction-section2 {
  background-color: #ffffff;
  padding: 6rem 0;
}
.function-section {
  background-color: #f1f1f1;
  background-color: #f1fdfc;
  /* background-color: rgb(234, 240, 239); */
  padding: 6rem 0;
}

.features-section {
  background-color: rgb(234, 240, 239);
  background-color: #f1fdfc;
  padding: 6rem 0;
}

.video-section {
  background: #fff;
  padding: 6rem 0;
  text-align: center;
}

.sns-section {
  padding: 6rem 0;
  text-align: center;
}

.howSOSWorks-section {
  padding: 6rem 0;
  text-align: center;
}

.price-section {
  /* background-color: #ffffff; */
  padding: 6rem 20px;
  text-align: center;
}

.store-section {
  /* background-color: #f1fdfc; */
  padding: 6rem 0;
  text-align: center;
}

.bg-gray {
  background-color: #eaeaea;
  background-color: #f2f2f2;
}
.bg-white {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .anchor-section {
    padding-top: 4rem;
  }

  .introduction-section {
    padding: 4rem 0;
  }
  .function-section {
    padding: 4rem 0;
  }

  .features-section {
    padding: 4rem 0;
  }

  .video-section {
    padding: 4rem 0;
    text-align: center;
  }

  .sns-section {
    padding: 4rem 0;
    text-align: center;
  }

  .howSOSWorks-section {
    padding: 4rem 0;
    text-align: center;
  }

  .price-section {
    padding: 4rem 20px;
    text-align: center;
  }
}

/* btn --------------------- */

.btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  min-width: 140px;
  max-width: 200px;
  border-radius: 50px;
  background: var(--mamore-teal);
  color: #fff;
  box-shadow: 0 2px 0 rgba(11,115,255,0.12);
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0.4em 1.4em;
  padding: clamp(10px, 0.4vw, 14px) clamp(10px, 1.2vw, 20px);
  font-family: inherit;
  transition: all .5s;
  border: 1px solid var(--mamore-teal);
  line-height: 1;
  box-shadow: 0 3px 5px rgba(53, 73, 67, 0.2);
}

.btn--primary:hover {
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
  box-shadow: 0 0px 0px rgba(11, 115, 255, 0.1);
}

.btn--primary:active {
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
  box-shadow: 0 0px 0px rgba(11, 115, 255, 0.1);
}

.btn--primary.btn-large {
  min-width: 180px;
  padding: clamp(0.75rem, 0.659rem + 0.45vw, 1rem) clamp(1.5rem, 3vw, 2.5rem);
}
/* .btn--primary.disabled {
  background-color: #E5E5E5!important;
  color: #ABABAB;
  border: none;
  cursor: default;
}

.btn--primary.disabled:hover {
  background-color: #E5E5E5!important;
  color: #ABABAB;
  border: none;
  cursor: default;
} */



.btn-simple {
  text-decoration: none;
  color: var(--mamore-link);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  min-width: 145px;
  max-width: 200px;
  border-radius: 50px;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0.4em 1.4em;
  padding: clamp(10px, 0.4vw, 14px) clamp(10px, 1.2vw, 20px);
  border: 1px solid currentColor;
  font-family: inherit;
  transition: all .5s;
  line-height: 1;
}

.btn-simple:hover {
  background: #eeeeee;
}


.btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  padding: 12px 36px;
  transition: all .12s ease;
  border-radius: 50px;
  border: var(--mamore-teal) 2px solid;
  color: #222;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s;
  line-height: 1;
}
.btn--secondary:hover {
  background-color: var(--mamore-teal);
  box-shadow: 0 0px 0px rgba(11, 115, 255, 0.1);
  color: #fff;
}
.btn--secondary:active {
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
  box-shadow: 0 0px 0px rgba(11, 115, 255, 0.1);
  color: #fff;
}

.btn-white {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
  padding: 12px 36px;
  border-radius: 50px;
  transition: all 0.5s;
  font-size: 16px;
}

.brand-section a {
  color: #fff;
  text-decoration: none;
}

.brand-section:hover .btn-white {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
}



/* ヘッダー --------------------------- */

header {
  border-bottom: 1px solid #e5e5e5;
  z-index: 9999;
  transition: all 0.5s;
  position: sticky;
  width: 100%;
  top: 0;
}

.header-top {
  position: relative;
  padding: 15px 20px;
  background-color: #fff;
  z-index: 9999;
}

header.hidden {
  transform: translateY(calc(var(--header-top-height, -58px) - 2px));
}

.header-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu {
  display: none;
  list-style: none;
  gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

.header-menu a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 400;
}

.header-menu a:hover {
  font-weight: 500;
}

.header-menu li a img {
  width: 16px;
}

.header-nav {
  z-index: 80;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.logo-main {
  display: grid;
  place-items: center;
}
.logo-img {
  width: 180px;
}

@media screen and (max-width: 992px) {
  .header-menu {
    gap: 18px;
  }
}
/* @media screen and (max-width: 768px) {
  .header-menu {
    gap: 10px;
  }
} */
@media screen and (max-width: 768px) {
  .logo-img {
    width: 130px;
  }
}
.logo-sub {
  font-size: 12px;
  color: #333;
}

/* @media screen and (max-width:768px) {
  .header-nav {
    display: none;
  }
} */

.sns-menu-list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
}


/* ナビゲーション section ------------------ */

.nav-section {
  background: #f5f5f5;
  padding: 0.5rem 1rem;
  border-top: 1px solid #e5e5e5;
  /* background: #f1fdfc; */
}


.nav-section-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.nav-title a {
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  font-weight: bold;
  color: #333;
  text-decoration: none;
}


.nav-menu {
  list-style: none;
  margin-bottom: 0;
}
/* 
.nav-menu a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
  font-weight: 600;
} */

body.is-scrollLock {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.mobile-menu-content {
  overflow-y: auto;
}

/* モバイルメニュー用 */
.mobile-menu-container {
  display: none;
  position: relative;
}

.mobile-menu-btn {
  background-color: #29aa94;
  background-image: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
}
.mobile-menu-btn:hover {
  background-color: #29aa94;
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
  color: #fff;
}
.mobile-menu-btn:active {
  background-color: #29aa94;
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
  color: #fff;
}

/* 768px以下でモバイルメニューを表示 */
@media (max-width: 767px) {
  .mobile-menu-container {
    display: block;
  }
  .mobile-menu-btn {
    padding: 0.3rem 0.5rem;
  }
}
/* ハンバーガーメニューボタン */
.hamburger-wrapper {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 3;
  z-index: 101;
}

.hamburger {
  width: 25px;
  height: 18px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.menu-text {
  font-size: 11px;
  color: #333;
  text-align: center;
}

/* モーダルオーバーレイ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 89;
  background: rgba(0, 0, 0, 0.5);
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* モーダルメニュー */
.mobile-menu {
  position: absolute;
  display: block;
  top: 50px;
  left: 0;
  width: 100%;
  /* height: 100%; */
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s;
  z-index: 90;
  overflow-y: auto;
  background: rgba(255, 255, 255);
  display: none;
}

.mobile-menu.active {
  transform: translateX(0);
  display: block;
}

.mobile-menu-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  font-size: 16px;
}

.mobile-menu-list {
  list-style: none;
  /* margin-bottom: 0; */
  padding-left: 0;
}

.mobile-menu-item {
  border-bottom: 1px solid #e5e5e5;
}
.mobile-menu-item a img {
  width: 16px;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.5s;
}
.mobile-menu-link:hover {
  background-color: #f9f9f9;
}

.mobile-menu-link .arrow {
  color: var(--mamore-teal);
  font-size: 20px;
}

/* サブメニュー */
.submenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2fffb;
  transform: translateX(100%);
  transition: transform 0.3s;
  z-index: 1000;
  overflow-y: auto;
}

.submenu.active {
  transform: translateX(0);
}

.submenu-header {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
}

.back-button {
  background: transparent;
  border: none;
  color: var(--mamore-teal);
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  margin-right: 15px;
}

.submenu-title {
  font-weight: bold;
  font-size: 16px;
}

.submenu-list {
  list-style: none;
}

.submenu-item {
  border-bottom: 1px solid #e5e5e5;
}

.submenu-link {
  display: block;
  padding: 18px 20px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
}

@media (max-width: 850px) {
  .header-menu {
    gap: 15px;
  }
  .header-menu a {
    font-size: 12px;
  }
}
/* PC表示 */
@media (min-width: 768px) {
  .hamburger-wrapper,
  .mobile-menu,
  .modal-overlay {
    display: none;
  }

  .header-menu {
    display: flex;
  }

  .header-top {
    padding: 15px 20px;
  }

}


/* hero ------------------- */

.hero {
  height: calc(100vh - var(--header-height, 115px));
  width: 100%;
  /* position: relative; */
  top: 0;
}
.hero-bg {
  background: #f5fffd url(../img/bg-gradient.png) no-repeat top center / cover;
}
.senior-hero {
  /* background: transparent url(../safetywatch/img/main-visual.jpg) no-repeat top center / contain;
  height: 750px;
  width: 100%;
  margin-top: 110px;  
  position: relative; */

  width: 100%;

  /* height: 100vh;
  min-height: 100dvh; */
  overflow: hidden;
}

.btpt2-hero {
  background: transparent url(../btpt2/img/mainvisual_pc.jpg) no-repeat 75% 50% / cover;
  height: 750px;
  width: 100%;
  position: relative;
}
.bttk2-hero {
  background: transparent url(../bttk2/img/mainvisual_pc.jpg) no-repeat center center / cover;
  height: 750px;
  width: 100%;
  position: relative;
}

.sub-hero h1 {
  padding: 3rem 0;
  text-align: center;
  font-size: clamp(1.3rem, 0.167rem + 6vw, 3rem);
  font-weight: 700;
  display: grid;
  place-items: center;
}


.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.hero-text h1 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.hero-text h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hero-text .subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 400px;
}

.product-image {
}


.new-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}


.hero-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  
}

.btpt2-hero .container .hero-contents {
  position: absolute;
  top: 50%;
  left: 35%;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.1));
  text-shadow: 0 2px 8px rgba(74, 66, 35, 0.3), 0 2px 8px rgba(74, 66, 35, 0.3);
}
.bttk2-hero .container .hero-contents {
  position: absolute;
  top: 50%;
  left: 30%;
  text-align: center;
  color: #222;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.1));
}


.hero-copy-wrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hero-date {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  /* font-weight: bold; */
  letter-spacing: 0.05em;
}

span.hero-date.mb-2.fw-bold {
  background: rgba(255, 255, 255, 0.6);
}

.hero-copy {
  margin: 0;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  line-height: 1.15;
  font-weight: 700;
  white-space: nowrap;
}

.bttk2-hero .container .hero-contents .hero-copy {
  font-size: clamp(1.2rem, 3.5vw, 2rem);
}

.safetywatch-hero  .position-relative .hero-contents .hero-copy-wrap {
  text-shadow:0 0 15px #ffffff;
}

.hero-sub-copy {
  font-size: clamp(0.8rem, 3vw, 1.5rem);
  line-height: 1;
}

.hero-product {
  /* flex: 0 0 auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  /* margin-top: 1rem; */
}

.hero-product-name {
  font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
}

.hero-product img {
  display: block;
  width: clamp(12rem, 8rem + 18vw, 20rem); /* 各値を拡大 */
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.1));
}

.hero-product img.img {
  display: block;
  width: clamp(9.375rem, 7.102rem + 11.36vw, 15.625rem);
}
.hero-product img.bttk2/img {
  display: block;
  width: clamp(15.625rem, 12.216rem + 17.05vw, 25rem);
}

.top-product-name {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
  color: #666;
  text-decoration: none;
}

.top-model-number {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-decoration: none;
    color: #333;
}

@media screen and (max-width: 1400px) {
  .hero-product img{
    width: clamp(150px, 40vw, 250px);
    max-height: none;
  }
}
@media (max-width: 880px){
  .hero-copy{
    max-width: 100%;
  }
  .hero-product img{
    width: clamp(150px, 40vw, 200px);
    max-height: none;
  }
}


@media screen and (max-width: 768px) {
  .senior-hero {
    background: transparent url(../safetywatch/img/main-visual_sp.jpg) no-repeat top center / contain;
  }

  .btpt2-hero {
    background: transparent url(../btpt2/img/mainvisual_sp.jpg) no-repeat top center / cover;
    height: 320px;
  }
  .bttk2-hero {
    background: transparent url(../bttk2/img/mainvisual_sp.jpg) no-repeat top center / cover;
    height: 320px;
    position: relative;
  }

  .bttk2-hero .container .hero-contents {
    top: 30%;
    left: 45%;
  }
}
@keyframes color-gradient {
    0% {
        --s-start-0: 1%;
        --s-end-0: 44%;
        --c-0: hsla(191, 100%, 80%, 1);
        --y-0: 80.1672206191196%;
        --x-0: -5.8548505126739565%;
        --c-1: hsla(187, 74%, 100%, 1);
        --y-1: 49.5175565108283%;
        --x-1: 58.81797356034798%;
        --s-start-1: 12%;
        --s-end-1: 56%;
        --c-2: hsla(129, 77%, 81%, 1);
        --y-2: 11.245826260978092%;
        --x-2: -6.23893995542784%;
        --s-start-2: 1%;
        --s-end-2: 41%;
        --s-start-3: 4%;
        --s-end-3: 57%;
        --y-3: 87.02661879622669%;
        --x-3: 93.19645665549292%;
        --c-3: hsla(172, 62%, 75%, 1);
        --c-4: hsla(0, 0%, 100%, 1);
        --x-4: 27%;
        --y-4: 49%;
        --s-start-4: 14%;
        --s-end-4: 56%;
        --c-5: hsla(172, 100%, 95%, 1);
        --x-5: 49.49441560968405%;
        --y-5: 4.020059093752331%;
        --s-start-5: 14%;
        --s-end-5: 31%;
    }

    100% {
        --s-start-0: 1%;
        --s-end-0: 44%;
        --c-0: hsla(191, 100%, 80%, 1);
        --y-0: 99.02694441150034%;
        --x-0: 93.34527119039902%;
        --c-1: hsla(187, 74%, 100%, 1);
        --y-1: 50%;
        --x-1: 50%;
        --s-start-1: 12%;
        --s-end-1: 56%;
        --c-2: hsla(129, 77%, 81%, 1);
        --y-2: 75.47881432416021%;
        --x-2: 16.66667047154489%;
        --s-start-2: 1%;
        --s-end-2: 41%;
        --s-start-3: 8%;
        --s-end-3: 57%;
        --y-3: 95.32701333906773%;
        --x-3: 9.735478791110035%;
        --c-3: hsla(172, 62%, 75%, 1);
        --c-4: hsla(0, 0%, 100%, 1);
        --x-4: 50%;
        --y-4: 50%;
        --s-start-4: 14%;
        --s-end-4: 56%;
        --c-5: hsla(172, 75%, 81%, 1);
        --x-5: 94.37415989966442%;
        --y-5: 0.7807968525202984%;
        --s-start-5: 4%;
        --s-end-5: 30%;
    }
}

@property --s-start-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 1%
}

@property --s-end-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 44%
}

@property --c-0 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(191, 100%, 80%, 1)
}

@property --y-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 80.1672206191196%
}

@property --x-0 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: -5.8548505126739565%
}

@property --c-1 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(187, 74%, 100%, 1)
}

@property --y-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 49.5175565108283%
}

@property --x-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 58.81797356034798%
}

@property --s-start-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 12%
}

@property --s-end-1 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 56%
}

@property --c-2 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(129, 77%, 81%, 1)
}

@property --y-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 11.245826260978092%
}

@property --x-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: -6.23893995542784%
}

@property --s-start-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 1%
}

@property --s-end-2 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 41%
}

@property --s-start-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 4%
}

@property --s-end-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 57%
}

@property --y-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 87.02661879622669%
}

@property --x-3 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 93.19645665549292%
}

@property --c-3 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(172, 62%, 75%, 1)
}

@property --c-4 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(0, 0%, 100%, 1)
}

@property --x-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 27%
}

@property --y-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 49%
}

@property --s-start-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 14%
}

@property --s-end-4 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 56%
}

@property --c-5 {
    syntax: '<color>';
    inherits: false;
    initial-value: hsla(172, 100%, 95%, 1)
}

@property --x-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 49.49441560968405%
}

@property --y-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 4.020059093752331%
}

@property --s-start-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 14%
}

@property --s-end-5 {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 31%
}

.hero-bg {
  background: #f5fffd url(../img/bg-gradient.png) no-repeat top center / cover;

    --c-0: hsla(191, 100%, 80%, 1);
    --y-0: 80.1672206191196%;
    --x-0: -5.8548505126739565%;
    --c-1: hsla(187, 74%, 100%, 1);
    --y-1: 49.5175565108283%;
    --x-1: 58.81797356034798%;
    --c-2: hsla(129, 77%, 81%, 1);
    --y-2: 11.245826260978092%;
    --x-2: -6.23893995542784%;
    --y-3: 87.02661879622669%;
    --x-3: 93.19645665549292%;
    --c-3: hsla(172, 62%, 75%, 1);
    --c-4: hsla(0, 0%, 100%, 1);
    --x-4: 27%;
    --y-4: 49%;
    --c-5: hsla(172, 100%, 95%, 1);
    --x-5: 49.49441560968405%;
    --y-5: 4.020059093752331%;
    background-color: hsla(231, 0%, 100%, 1);
    background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4)), radial-gradient(circle at var(--x-5) var(--y-5), var(--c-5) var(--s-start-5), transparent var(--s-end-5));
    animation: color-gradient 10s linear infinite alternate-reverse;
    background-blend-mode: normal, normal, normal, normal, normal, normal;
    will-change: transform, opacity;
    contain: paint;
}


.icon-img {
  width: 100px;
  height: 100px;
}

/* introduction section ------------------ */

.introduction-item-wrap {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.introduction-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.introduction-item p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.introduction-item img {
  max-width: 160px;
}

.product-sub-img {
  width: 300px;
}


/* 製品 section -------------------  */
.products {
  padding: 3rem 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.product-card {
  background: #f5f5f5;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
}

.product-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.product-card h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.product-card .model {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.product-card-image {
  width: 400px;
  height: 200px;
  /* background: #fff; */
  border-radius: 10px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-image img {
  /* display: flex;
  flex-direction: column; */
  width: 100%;
}

.product-card-buttons button {
  padding: 12px 20px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
}

.btn-details {
  /* background: #999!important;
  color: #fff!important; */
}

.btn-details:hover {
  background: #fff!important;
}

.btn-purchase {
  border: none;
}

.btn-purchase:hover {
  background: #fff!important;
}

/* ICT section */

.about-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-section button {
  background: #444;
  color: #fff;
  /* padding: 12px 30px; */
  border-radius: 25px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  width: 250px;
}

/* お知らせ section --------------------------- */
.news-section {
  padding: 6rem 0;
  margin: 0 auto;
}

.news-list {
  list-style: none;
}
.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
}

.news-date {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.news-title {
  font-size: 14px;
  color: #333;
}

.news-item {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.2s;
}

.news-item dt {
  flex: 0 0 150px;
  color: #666;
  font-weight: 400;
  font-size: 0.9rem;
  font-family: "Figtree", "Noto Sans JP", sans-serif!important;
}

.news-item dd {
  /* flex: 1; */
  margin: 0;
  font-size: 1rem;
  color: #333;
}
.news-item dd a {
  color: #222;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
}
.news-item dd a:hover {
  text-decoration: none;
}


@media screen and (max-width: 576px) {
  .news-item {
    flex-direction: column;
  }

  .news-item dt {
    flex: 1;
  }

  .news-item {
    align-items: start;
  }

}

/* SNS section --------------------------------- */



/* .sns-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
} */

.sns-section .subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.sns-buttons {
  display:  flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.sns-btn {
  /* max-width: 280px; */
  min-width: 160px;
  color: #fff!important;
  padding: 8px 30px!important;
  font-size: 14px;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .12s ease;
  border-radius: 50px;
  background: gray;
  color: #fff;
  box-shadow: 0 2px 0 rgba(11,115,255,0.12);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0.8em 2em;
  border: 0;
  font-family: inherit;
}

.instagram {
	background: linear-gradient(to right,
			#ffd600,
			#ff7a00 25%,
			#ff0069 50%,
			#d300c5 75%,
			#7638fa);
}

.instagram:hover {
	opacity: .8;
}
.instagram img {
	margin-right: 5px;
}

.line {
	background-color: #06C755
}
.line:hover {
	opacity: .8;
}
.X {
	background-color: #000000;
}
.X:hover {
	opacity: .8;
}


/* フッター --------------------- */
footer {
  background-color: #555;
  padding: 100px 0 100px 0;
  display: flex;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.footer-logo-icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #4CAF50, #2196F3, #FF9800);
  border-radius: 2px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  font-size: 13px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  font-size: 12px;
  color: #666;
}



.footer-nav-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}


.footer-nav ul {
  padding: 0 0 0 2rem;
}
.footer-nav ul li {
  list-style: none;
}
.footer-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px; 
  font-weight: 300;
  transition: all 0.5s;
}
.footer-nav ul li a:hover {
  color: #bababa;
}
.footer-nav ul li a img {
  width: 15px;
}

.footer-nav ul li:first-child a {
  font-weight: 600;
  color: #888;
  letter-spacing: 0.05rem;
  font-size: 16px;
}
.footer-nav ul li:first-child a:hover {
  font-weight: 600;
  color: #888;
}
.footer-nav ul li:first-child {
  margin-bottom: 1rem;
}
.footer-nav ul li {
  margin-bottom: .5rem;
}

.top-footer-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.bottom-footer-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}

.footer-logo {
  margin-bottom: 3rem;
  width: 180px;
}


.footer-sns-list {
  display: flex;
  justify-content: end;
  gap: 30px;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer-sns-list li {
  margin-bottom: 0!important;
}

.copyright {
  font-size: 12px;
  color: #777;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .top-footer-wrap {
    flex-direction: column;
  }
  .bottom-footer-wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer-sns-list {
    margin-bottom: 3rem;
  }
  .copyright {
    justify-content: center;
    order: 2;
  }
}
@media (max-width: 768px) {
  .footer-nav {
    flex-direction: column;
  }
  .footer-nav ul {
    padding: 0 0 2rem 0;
  }  
  .footer-sns-list {
    justify-content: center;
  }
  .footer-nav-wrap {
    width: 100%;
  }
}

/* レスポンシブ ---------------- */
@media (min-width: 768px) {
  .hamburger-wrapper,
  .mobile-menu,
  .modal-overlay {
    display: none;
  }

  .hero-content {
    flex-direction: row;
    text-align: left;
  }

  .hero-text {
    flex: 1;
  }

  .hero-buttons {
    flex-direction: row;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sns-buttons {
    flex-direction: row;
    justify-content: center;
  }

  .footer-links {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* features ---------------- */

.features-item {
  background: #FFFFFF;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  border-radius: 15px;
  margin-bottom: 3rem;
  padding: 1rem;
}

.features-text {
  width: 75%;  
}
.features-text h2 {
  padding-top: 2rem;
  position: relative;
  z-index: 0;
}

.features-number {
  font-size: 5rem;
  color: rgba(41, 170, 149, 0.3);
  font-weight: 600;
  position: absolute;
  z-index: -1;
  top: -30px;
}

.features-text p {
  margin-bottom: 0;
}

.features-image {
  width: 20%;
}
.features-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:1200px) { 
  .features-image {
      width: 40%;
  }
}
@media screen and (max-width:768px) { 
  .features-item {
    flex-direction: column;
  }
  
  .features-image {
    width: 100%;
  }
  .features-text {
    width: 100%;  
  }

}

/*  SOS ------------------------------ */

.sos-item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  align-items: stretch;
}

.sos-item {
  width: calc((100% - 30px)/3);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-around;   */
}

.sos-arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sos-arrow-down-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sos-arrow-down-wrap img.d-block.d-lg-none {
  width: 12px;
}


.sos-image {
  width: 300px;
  object-fit: cover;
}

.sos-number {
  font-size: 64px;
  color: rgba(41, 170, 149, 0.3);
  font-weight: 600;
  position: absolute;
  z-index: -1;
  top: -22px;
  left: 0;

  font-size: 5rem;
  color: rgba(41, 170, 149, 0.3);
  font-weight: 600;
  position: absolute;
  z-index: -1;
  top: -30px;
}

.sos-text h3 {
  padding-top: 2rem;
  z-index: 0;
  position: relative;
  display: inline-block;
}

@media screen and (max-width:1200px) { 
  .sos-image {
    width: 250px;
  }
}
@media screen and (max-width:992px) { 
  .sos-item-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .sos-item {
    width: 100%;
  }
  /* .sos-number {
    font-size: 20px;
  } */
  .sos-image {
    max-width: 300px;
  }
}
@media screen and (max-width:576px) { 
  .sos-item-wrap {
    flex-direction: column;
  }
  .sos-item {
    width: 100%;
  }
  /* .sos-number {
    font-size: 20px;
  } */
  .sos-image {
    width: 100%;
  }
}


/* function-section ----------------------- */

.function-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}
.function-sub-icon-wrap {
  display: flex;
  justify-content: center;
}

.function-icon {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px 10px 10px;
  width: 135px;
}
.function-sub-icon {
  align-items: center;
  text-align: center;
  padding: 15px 10px;
}


.function-icon p {
  margin-top: 0.5rem;
  white-space: nowrap;
  line-height: 1.2;
}
.function-sub-icon p {
  margin-top: 0.5rem;
  white-space: nowrap;
  color: #cccccc;
}

.floating-bnr {
	display: inline-block;
	position: fixed;
	bottom: 0px;
	z-index: 3;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;

  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 14px rgba(0, 0, 0, 0.1);
}
.floating-bnr span {
  font-weight: 600;
}
.floating-bnr .btn-fixed {
  color: #fff;
}

.safety-watch-floating {
  background: #06C755;
  color: #fff;
}
.safety-watch-floating .btn-fixed {
  background: #fff;
  color: #222;
}
.nav-menu .btn-fixed {
  color: #fff;
}

.btn-fixed {
  background-color: var(--mamore-teal);
  background-image: none;
  /* color: #222; */
  color: #fff;
  box-shadow: 0 2px 0 rgba(11,115,255,0.12);
  font-size: 14px!important;
  cursor: pointer;
  border: none;
  padding: 0.3rem 1rem;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.5s;
  line-height: 1.2;
  text-align: center;
}
.btn-fixed:hover {
  /* background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
  color: #fff!important; */
}
.btn-fixed:active {
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
  color: #fff!important;
}

.btn-fixed.safety-watch-btn-fixed {
  background-color: #06C755;

}


.btn-line {
  background-color: #06C755;
  background-image: none;
  transition: all 0.3s;
}
.btn-line:hover {
  background-color: #06C755;
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}
.btn-line:active {
  background-color: #06C755;
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
}

.floating-price-wrap {
  display: flex;
}
.floating-price-wrap span {
  line-height: 1.4;
}

.disabled {
  background-color: #E5E5E5;
  color: #ABABAB;
  border: none;
  box-shadow: none;

}

.disabled:hover {
  background-color: #E5E5E5!important;
  color: #ABABAB;
  border: none;
  cursor: default;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0));
  background-image: none;
}


@media screen and (max-width: 768px) {
  .floating-price-wrap {
    flex-direction: column;
  }
  .floating-price-wrap span {
    font-size: 14px;
  }
  .btn-fixed {
    padding: 0.3rem 0.75rem;
  }
}

@media screen and (max-width: 576px) {
  .floating-bnr {
    gap: 5px;
  }
}

/* anchor-menu --------------------- */

.anchor-menu-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.anchor-menu {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  width: calc((100% / 5) - 15px);
  transition: all 0.5s;
  white-space: nowrap;
  background-color: #f1fdfc;
  color: #289a87;
  box-shadow: 0 3px 5px rgba(53, 73, 67, 0.2);
}
.anchor-menu:hover {
  box-shadow: 0 0px 0px rgba(11, 115, 255, 0.1);
  background-color: #C9EAE6;
}
.anchor-menu img, .anchor-menu .fa-external-link-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 16px;
}

@media screen and (max-width: 1200px) {
  .anchor-menu-wrap {
    justify-content: center;
  }
  .anchor-menu {
    width: calc((100% / 3) - 15px);
    
  }
}

@media screen and (max-width: 768px) {
  .anchor-menu {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    width: calc((100% / 2) - 15px);
  }
  .anchor-menu img, .anchor-menu .fa-external-link-alt {
    right: 10px;
  }

}

/* table----------------------- */


.table-specifications {
  margin: 20px auto;
}
.table-specifications th {
  background: #848484;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.table-specifications  td {
  border: solid 1px #ccc;
  padding: 10px;
  background: #fff;
}
 
@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .table-specifications  {
    width: 80%;
  }
  .table-specifications th {
    background: #d7e9e5;
    color: #222;
  }
  .table-specifications th,
  .table-specifications td {
    border: none;
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
  }
}

/* top --------------------------- */

.top-item {
  display: flex;
  flex-direction: column;
  color: var(--mamore-link);
  color: #222;
  text-decoration: none;
  margin-bottom: 3rem;
  transition: all .5s;
  background-color: #fff;
  border-radius: 15px;
  margin: 2rem 0 10px 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 0;
}
.top-img {
  padding: 0 0 2rem 0;
}


.item-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

@media screen and (max-width: 576px) {
  .item-btn-wrap {
    flex-direction: column;
  }
}

/* product-page --------------- */

h3 {
  padding-bottom: 1.5rem;
}

h4 {
  position: relative;
  font-size: calc(1.1rem + .3vw)!important;
  /* border-bottom: 1px solid var(--mamore-teal); */
}


h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: 1px solid #222;
  
}


.product-item {
  display: flex;
  flex-direction: column;
  color: var(--mamore-link);
  text-decoration: none;
  margin-bottom: 3rem;
  transition: all .5s;
  background-color: #fff;
  border-radius: 15px;
  margin: 1.5rem 0 10px 0;
  align-items: stretch;
}

.product-name {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
  color: #666;
  text-decoration: none;
  padding-left: 0.7rem;
}

.model-number {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-decoration: none;
  color: #333;
  padding-left: 0.7rem;
  padding-bottom: 0.4rem;
}

.product-img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.product-img img {
  height: auto;
  transition: all .5s;
}
.product-img:hover img {
  transform: scale(1.1);
}
.product-img img {
  height: auto;
  transition: all .5s;
}
.product-img:hover img {
  transform: scale(1.1);
}

/* youtube ---------------------- */
.youtube-wrap {
	margin: 0 auto;
	width: 80%;
	aspect-ratio: 16 / 9;
}
.youtube {
	width: 80%;
	height: auto;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 992px) {
	.youtube-wrap {
		width: 90%;
	}
}
@media screen and (max-width: 576px) {
	.youtube-wrap {
		width: 100%;
	}
}


.products-tag {
  text-decoration: none;
  color: #222;
  /* border: 1px solid #222; */
  background-color: #fff;
  border-radius: 50px;
  padding: 0 8px;
  line-height: 2;
  white-space: nowrap;
  font-size: 14px;
  margin: 0px 4px 4px 0;
  display: inline-block;
}



/* company ----------------- */
.outline dl {
  display: flex;
  width: 100%;
}
.outline dl dt {
  display: flex;
  width: 30%;
}
.outline dl dd {
  width: 70%;
}

.outline dd a {
  color: #222;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
}
.outline dd a:hover {
  text-decoration: none;
}

@media screen and (max-width:576px) {
  .outline dl {
    flex-direction: column;
  }
  .outline dl dt {
    display: flex;
    width: 100%;
  }
  .outline dl dd {
    width: 100%;
  }
}

.external-icon {
  width: 15px;
  height: 15px;
  margin-left: 2px;
}

/* breadcrumb ------------- */

.breadcrumb {
  flex-wrap: nowrap!important;
}
.breadcrumb-item {
  white-space: nowrap!important;
}
.breadcrumb .breadcrumb-item {
  color: #999;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
}

.breadcrumb-item a {
  color: #222!important;
  display: inline-block;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
}
.breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #888!important;
}

.product-title {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #222;
}












/* --- 人物ラベル (アイコンとテキスト) --- */
/* .person-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  text-align: center;
  margin-right: 20px;
} */

/* .person-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e0f7fa;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #00838f;
  border: 1px solid #00bcd4;
} */

/* .person-label p {
  font-size: 14px;
  font-weight: bold;
  color: #00bcd4;
  margin: 0;
} */

/* --- フローの各ステップ --- */
.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step-number {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #00bcd4; /* 数字の背景色 */
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.step-image {
  width: 100%;
  height: 150px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #666;
}

.step-description {
  padding-top: 1rem;
  font-size: 16px;
  margin-bottom: .5rem;
  line-height: 1.4;
}

.step-description strong {
  color: #d32f2f;
}

/* --- 矢印スタイル (横方向) --- */
.arrow-right {
  display: flex;
  height: 100%;
  margin: 0 10px;
}


.bg-teal {
  background-color: #eefffd;
  /* padding: 3.5rem 2rem 2rem 2rem; */
  padding: 6rem 0;
  border-radius: 20px;
  margin-bottom: 4rem;
}
.bg-blue {
  background-color: #ebfdff;
  /* padding: 3.5rem 2rem 2rem 2rem; */
  padding: 6rem 0;
  border-radius: 20px;
}

.flow-step.step-2 {
  position: relative;
}

.flow-step.step-2::after {
  position: absolute;
  content: url(../safetywatch/img/arrow-down.svg);
  /* right: 50%;
  left: 50%; */
  display: flex;
  justify-content: center;
  z-index: 1;
  bottom: -180px;
}

@media screen and (max-width:992px) {
  .flow-step.step-2::after {
    bottom: -120px;
  }
}

.guardian-wrap, .monitored-person-wrap  {
  top: -42px;
  left: -20px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.monitored-person-wrap h3 {
  color: var(--mamore-teal);
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2rem;
}
.guardian-wrap h3 {
  color: var(--mamore-blue);
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2rem;
}
.guardian-wrap img, .monitored-person-wrap img {
  width: 100px;
}
@media screen and (max-width:768px) {
  .guardian-wrap, .monitored-person-wrap  {
    top: -40px;
    gap: 10px;
  }
  .guardian-wrap img, .monitored-person-wrap img {
    width: 80px;
  }
  .monitored-person-wrap h3, .guardian-wrap h3 {
    font-size: 1.5rem;
  }
  .bg-teal {
    padding: 4rem 2rem 2rem 2rem;
    margin-bottom: 6rem;
  }
  .bg-blue {
    padding: 4rem 2rem 2rem 2rem;
  }
}

/* audio ---------------------- */

/* CSS: コンパクトな見た目 */
.custom-audio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: system-ui, sans-serif;
  font-size: 12px;      /* 小さく */
  padding: 6px;
  border-radius: 8px;
  background: rgba(0,0,0,0.04);
}

.btn {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.progress-wrap {
  width: 160px; /* 全体の長さを小さく */
}

input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 6px;
  background: rgba(0,0,0,0.12);
  margin: 0;
}

/* トラック（ブラウザ差あり） */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
}

/* 音量スライダーをさらに小さく */
.vol { width: 60px; }
.time { min-width: 84px; text-align: right; }


.advanced {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);

  opacity: 0;
  translate: 0 13%;

  &.isActive {
    opacity: 1;
    translate: 0;
    transition-timing-function:
      opacity var(--ease-out-cubic),
      translate var(--ease-out-quint);
    transition-duration: 1.8s;
  }
}

/* gradient-bg */
.gradient-bg{background-color:hsla(204,0%,100%,1);background-image:radial-gradient(circle at 1% 71%, hsla(0,0%,100%,1) 2.6683531865098415%,transparent 40%),radial-gradient(circle at 63% 45%, hsla(0,0%,100%,1) 12.3617812443741%,transparent 46.41048855229817%),radial-gradient(circle at 10% 16%, hsla(0, 0%, 55%, 0.25) 7.3151446418927035%,transparent 40%),radial-gradient(circle at 56% 98%, hsla(0, 0%, 38%, 0.1) 2.5052745157975274%,transparent 40%),radial-gradient(circle at 96% 96%, hsla(0, 0%, 28%, 0.5) 3%,transparent 35.43784714854703%),radial-gradient(circle at 68% 50%, hsla(0,0%,100%,0.6) 3%,transparent 40%),radial-gradient(circle at 24% 46%, hsla(0,0%,100%,0.6) 242.5068875082513%,transparent 40%);background-blend-mode:normal,normal,normal,normal,normal,normal,normal;
height: calc(100vh - var(--header-height, 115px));
width: 100%;
position: relative;}

@media screen and (max-width: 767px) {
  .gradient-bg {
    /* height: auto;
    min-height: 60vh; */
    padding: 3rem 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gradient-bg > .position-absolute {
    top: 0;
    left: 0;
  }
  .gradient-bg > .hero-contents {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    width: 100%;
  }
}