@charset "UTF-8";
/*************************** 共通設定ここから ↓↓ */
body {
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  overflow-x: hidden;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

.pc-none {
  display: none;
}

.container {
  width: 92%;
  max-width: 1080px;
  margin: auto;
}

.container-s {
  width: 92%;
  max-width: 980px;
  margin: auto;
}

.container-w {
  width: 98%;
  max-width: 1850px;
  margin: auto;
}

.full-wide-container {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

h2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 2rem;
}

img {
  height: auto;
  object-fit: contain;
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer !important;
  color: #333;
}

ul {
  list-style: none;
  padding-left: 0px;
}

section {
  overflow-x: hidden;
}

.btn-common-blue {
  background: linear-gradient(0deg, rgb(15, 128, 186) 0%, rgb(10, 110, 194) 50%, rgb(12, 94, 205) 99.44%);
  color: #fff;
  font-size: clamp(16px, 1.6vw, 18px);
  letter-spacing: 0.1em;
  border-radius: 50px;
  padding: 10px 32px 10px 75px;
  text-align: center;
  display: block;
  width: fit-content;
}

.btn-common-cart {
  position: relative;
  transition: 0.3s;
}
.btn-common-cart::before {
  content: "";
  background-image: url("../images/icon/icon-cart.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 48%;
  left: 30px;
  transform: translateY(-50%);
  width: 25px;
  height: 28px;
  transition: 0.3s;
}
.btn-common-cart:hover {
  filter: brightness(0.9);
}
.btn-common-cart:hover::before {
  transform: translateY(-50%) rotate(-7deg);
}

.kome {
  font-size: 14px;
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 500;
  line-height: 1.75;
}

audio {
  display: none;
}

#play1-1,
#stop1-1,
#play1-2,
#stop1-2,
#play1-3,
#stop1-3,
#play2-1,
#stop2-1,
#play2-2,
#stop2-2,
#play2-3,
#stop2-3,
#play3-1,
#stop3-1,
#play3-2,
#stop3-2,
#play3-3,
#stop3-3 {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 80px;
  margin: 1em;
  border-radius: 50px;
  background: #9b9b9b;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
#play1-1 i,
#stop1-1 i,
#play1-2 i,
#stop1-2 i,
#play1-3 i,
#stop1-3 i,
#play2-1 i,
#stop2-1 i,
#play2-2 i,
#stop2-2 i,
#play2-3 i,
#stop2-3 i,
#play3-1 i,
#stop3-1 i,
#play3-2 i,
#stop3-2 i,
#play3-3 i,
#stop3-3 i {
  font-size: 110%;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
#play1-1:hover,
#stop1-1:hover,
#play1-2:hover,
#stop1-2:hover,
#play1-3:hover,
#stop1-3:hover,
#play2-1:hover,
#stop2-1:hover,
#play2-2:hover,
#stop2-2:hover,
#play2-3:hover,
#stop2-3:hover,
#play3-1:hover,
#stop3-1:hover,
#play3-2:hover,
#stop3-2:hover,
#play3-3:hover,
#stop3-3:hover {
  background: #9b9b9b;
}
@media screen and (max-width: 1200px) {
  #play1-1,
  #stop1-1,
  #play1-2,
  #stop1-2,
  #play1-3,
  #stop1-3,
  #play2-1,
  #stop2-1,
  #play2-2,
  #stop2-2,
  #play2-3,
  #stop2-3,
  #play3-1,
  #stop3-1,
  #play3-2,
  #stop3-2,
  #play3-3,
  #stop3-3 {
    width: 250px;
    height: 70px;
    line-height: 70px;
    margin: 0.5em;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  #play1-1,
  #stop1-1,
  #play1-2,
  #stop1-2,
  #play1-3,
  #stop1-3,
  #play2-1,
  #stop2-1,
  #play2-2,
  #stop2-2,
  #play2-3,
  #stop2-3,
  #play3-1,
  #stop3-1,
  #play3-2,
  #stop3-2,
  #play3-3,
  #stop3-3 {
    width: 190px;
    height: 60px;
    line-height: 60px;
    margin: 0.5em;
    font-size: 16px;
  }
  #play1-1 i,
  #stop1-1 i,
  #play1-2 i,
  #stop1-2 i,
  #play1-3 i,
  #stop1-3 i,
  #play2-1 i,
  #stop2-1 i,
  #play2-2 i,
  #stop2-2 i,
  #play2-3 i,
  #stop2-3 i,
  #play3-1 i,
  #stop3-1 i,
  #play3-2 i,
  #stop3-2 i,
  #play3-3 i,
  #stop3-3 i {
    left: 25px;
  }
}
@media screen and (max-width: 680px) {
  #play1-1,
  #stop1-1,
  #play1-2,
  #stop1-2,
  #play1-3,
  #stop1-3,
  #play2-1,
  #stop2-1,
  #play2-2,
  #stop2-2,
  #play2-3,
  #stop2-3,
  #play3-1,
  #stop3-1,
  #play3-2,
  #stop3-2,
  #play3-3,
  #stop3-3 {
    width: 130px;
    height: 130px;
    font-size: 16px;
    border-radius: 100px;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  #play1-1 .pc-none,
  #stop1-1 .pc-none,
  #play1-2 .pc-none,
  #stop1-2 .pc-none,
  #play1-3 .pc-none,
  #stop1-3 .pc-none,
  #play2-1 .pc-none,
  #stop2-1 .pc-none,
  #play2-2 .pc-none,
  #stop2-2 .pc-none,
  #play2-3 .pc-none,
  #stop2-3 .pc-none,
  #play3-1 .pc-none,
  #stop3-1 .pc-none,
  #play3-2 .pc-none,
  #stop3-2 .pc-none,
  #play3-3 .pc-none,
  #stop3-3 .pc-none {
    display: block;
  }
  #play1-1 i,
  #stop1-1 i,
  #play1-2 i,
  #stop1-2 i,
  #play1-3 i,
  #stop1-3 i,
  #play2-1 i,
  #stop2-1 i,
  #play2-2 i,
  #stop2-2 i,
  #play2-3 i,
  #stop2-3 i,
  #play3-1 i,
  #stop3-1 i,
  #play3-2 i,
  #stop3-2 i,
  #play3-3 i,
  #stop3-3 i {
    font-size: 140%;
    top: 25px;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  #play1-1,
  #stop1-1,
  #play1-2,
  #stop1-2,
  #play1-3,
  #stop1-3,
  #play2-1,
  #stop2-1,
  #play2-2,
  #stop2-2,
  #play2-3,
  #stop2-3,
  #play3-1,
  #stop3-1,
  #play3-2,
  #stop3-2,
  #play3-3,
  #stop3-3 {
    width: 100px;
    height: 100px;
    font-size: 15px;
    padding-top: 22px;
    margin: 0.3em;
    margin-bottom: 1em;
  }
  #play1-1 .pc-none,
  #stop1-1 .pc-none,
  #play1-2 .pc-none,
  #stop1-2 .pc-none,
  #play1-3 .pc-none,
  #stop1-3 .pc-none,
  #play2-1 .pc-none,
  #stop2-1 .pc-none,
  #play2-2 .pc-none,
  #stop2-2 .pc-none,
  #play2-3 .pc-none,
  #stop2-3 .pc-none,
  #play3-1 .pc-none,
  #stop3-1 .pc-none,
  #play3-2 .pc-none,
  #stop3-2 .pc-none,
  #play3-3 .pc-none,
  #stop3-3 .pc-none {
    display: block;
  }
  #play1-1 i,
  #stop1-1 i,
  #play1-2 i,
  #stop1-2 i,
  #play1-3 i,
  #stop1-3 i,
  #play2-1 i,
  #stop2-1 i,
  #play2-2 i,
  #stop2-2 i,
  #play2-3 i,
  #stop2-3 i,
  #play3-1 i,
  #stop3-1 i,
  #play3-2 i,
  #stop3-2 i,
  #play3-3 i,
  #stop3-3 i {
    font-size: 130%;
    top: 20px;
  }
}

#play1-1 i,
#play2-1 i,
#play3-1 i {
  left: 35px;
}
#play1-1:hover,
#play2-1:hover,
#play3-1:hover {
  background: #9b9b9b;
}
@media screen and (max-width: 900px) {
  #play1-1 i,
  #play2-1 i,
  #play3-1 i {
    left: 22px;
  }
}

#stop1-1,
#stop1-2,
#stop1-3,
#stop2-1,
#stop2-2,
#stop2-3,
#stop3-1,
#stop3-2,
#stop3-3 {
  display: none;
  background: #9b9b9b;
}

.btn-common-border {
  font-size: 20px;
  font-size: clamp(18px, 2.3468057366vw, 20px);
  letter-spacing: 0.1em;
  border-radius: 50px;
  border: solid 1px #000;
  text-align: center;
  display: block;
  width: 80%;
  max-width: 330px;
  padding: 18px 1%;
  margin: 60px auto 0;
}

.frame-blue {
  background-color: #f7f5f0;
  padding: 3vw;
}

.frame-border, .frame-border-white, .frame-border-blue {
  border: solid 2px #000;
  padding: 45px 50px;
  width: 100%;
}

.frame-border-blue {
  border: solid 1px #0c5ecd;
  color: #0c5ecd;
}

.frame-border-white {
  border: solid 1px #fff;
  color: #fff;
}

.wide-img {
  width: 100vw;
  height: 40vw;
  max-height: 800px;
  min-height: 500px;
  object-fit: cover;
}

/* セクション共通 */
.text-blue {
  color: #0c5ecd;
}

.text-small {
  font-size: 12px;
}

.text-center {
  text-align: center;
  margin-bottom: 1em;
}

.font42 {
  font-size: clamp(30px, 3.9113428944vw, 42px);
  font-weight: 800;
}
@media (max-width: 768px) {
  .font42 {
    font-size: clamp(23px, 4.6vw, 30px);
  }
}

.font36 {
  font-size: clamp(28px, 3.6505867014vw, 36px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .font36 {
    font-size: 20px;
  }
}

.font28 {
  font-size: clamp(20px, 2.6075619296vw, 28px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .font28 {
    font-size: 20px;
  }
}

.font20 {
  font-size: clamp(20px, 1.8vw, 20px);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .font20 {
    font-size: 18px;
  }
}

.font-18 {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-feature-settings: "pwid";
}
@media (max-width: 768px) {
  .font-18 {
    font-size: clamp(15px, 3.5vw, 18px);
  }
}

.font-16 {
  font-size: clamp(14px, 3.7vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-feature-settings: "pwid";
}
@media (max-width: 768px) {
  .font-16 {
    font-size: clamp(14px, 3.7vw, 15px);
  }
}

.font-white {
  color: #fff;
}

.frame-shadow {
  border-radius: 20px;
  box-shadow: 4px 5px 15px 0px #bababa;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px;
  padding: 70px;
}
@media (max-width: 600px) {
  .frame-shadow {
    padding: 40px 30px;
  }
}

.banzai {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.banzai::before, .banzai::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #000;
}
.banzai::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.banzai::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.sp-only,
.wrap-title-sp {
  display: none;
}

/*************************** 共通設定ここまで ↑↑ */
/*追従ボタン*/
.wrap-floating-button {
  position: fixed;
  top: 30%;
  right: 0px;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.wrap-floating-button a {
  width: 60px;
  height: 210px;
  display: block;
  writing-mode: horizontal-tb;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 24px;
  padding: 8px;
  text-align: right;
  padding-bottom: 30px;
  position: relative;
  transition: 0.3s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.wrap-floating-button a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: auto;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.wrap-floating-button a:hover {
  filter: brightness(0.9);
}
.wrap-floating-button a:hover::before {
  transform: translateX(-50%) rotate(-7deg);
}
.wrap-floating-button .buy {
  background: linear-gradient(0deg, rgb(15, 128, 186) 0%, rgb(10, 110, 194) 50%, rgb(12, 94, 205) 99.44%);
  border-radius: 10px 0 0 10px;
  color: #fff;
}
.wrap-floating-button .buy::before {
  background: url("../images/icon/icon-cart.png") no-repeat center center/contain;
  aspect-ratio: 25/28;
}
.wrap-floating-button .doc {
  background-color: #ebf1fa;
  border-radius: 0 0 0 10px;
  color: #0c5ecd;
}
.wrap-floating-button .doc::before {
  background: url("../images/icon/icon-doc.png") no-repeat center center/contain;
  aspect-ratio: 25/29;
}
@media screen and (max-width: 900px) {
  .wrap-floating-button {
    display: none;
  }
}

.wrap-fixed-button {
  display: none;
}
@media screen and (max-width: 900px) {
  .wrap-fixed-button {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #1c1b1b;
    z-index: 100;
    padding: 10px;
    display: block;
  }
  .wrap-fixed-button p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  .wrap-fixed-button .btn-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;
  }
  .wrap-fixed-button .btn-wrap .btn-tel {
    background-color: #d80c24;
    border-radius: 50px;
    width: 60px;
    height: auto;
    min-width: 60px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .wrap-fixed-button .btn-wrap .btn-tel:hover {
    filter: brightness(0.8);
  }
  .wrap-fixed-button .btn-wrap a.btn {
    width: 70%;
    border: solid 1px #333;
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    transition: 0.3s;
  }
  .wrap-fixed-button .btn-wrap a.btn:hover {
    filter: brightness(0.9);
  }
  .wrap-fixed-button .btn-wrap .btn img {
    width: 51.125%;
  }
}
@media screen and (max-width: 600px) {
  .wrap-fixed-button {
    padding: 6px 10px;
  }
  .wrap-fixed-button p {
    margin-bottom: 2px;
  }
  .wrap-fixed-button .btn-wrap .btn-tel {
    width: 48px;
    min-width: 48px;
  }
  .wrap-fixed-button .btn-wrap .btn-tel img {
    width: 28px;
  }
  .wrap-fixed-button .btn-wrap .btn img {
    width: 45vw;
  }
}

/***************************　ヘッダーメニュー　*/
header {
  width: 100vw;
  height: 100px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
header h1 img {
  aspect-ratio: 109/48;
  width: 109px;
  height: auto;
  object-fit: contain;
}
header .header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
header .icon-set {
  display: flex;
  gap: 40px;
}
header .icon-set li {
  display: flex;
  align-items: center;
  color: #0c5ecd;
  font-size: clamp(16px, 1.3vw, 24px);
  font-size: clamp(16px, 1.3vw, 16px);
  font-size: 15px;
}
header .icon-set li img {
  width: auto;
  height: 36px;
  height: 26px;
  margin-right: 16px;
}
@media (max-width: 1366px) {
  header .icon-set {
    gap: 3vw;
  }
}
@media (max-width: 1100px) {
  header .icon-set {
    gap: 20px;
  }
  header .icon-set li img {
    width: auto;
    height: 28px;
    margin-right: 8px;
  }
}
header nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 27px;
}
header nav ul li {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  position: relative;
}
header nav ul li .a-menu::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
header nav ul li .a-menu:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

/*スクロール時のメニューをふわっと表示*/
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/****************************************** スマホメニューの設定 */
.sp-nav {
  display: none;
  width: 100vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 100;
  right: 4vw;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer !important;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2.5px;
  left: 6px;
  background: #000;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  transition: all 0.2s ease-out;
  transform: rotate(45deg);
  top: 20px;
}

.hamburger.active span:nth-child(2) {
  width: 0px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
  background: #fff;
  transition-delay: 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(4px);
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-16px) rotate(90deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(0deg, rgb(15, 128, 186) 0%, rgb(10, 110, 194) 50%, rgb(12, 94, 205) 99.44%);
  text-align: center;
  width: 100vw;
  height: 100vh;
  display: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  padding-top: 20px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align: left;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .wrap-nav-sp li:hover a {
  color: #bfbfbf;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 13px 1em;
  text-decoration: none;
  line-height: 2.5;
  font-size: 20px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  display: block;
}

.sp-nav .container {
  padding-top: 13px;
}
.sp-nav .sp-menu-logo {
  display: block;
  width: 110px;
  margin: 0 auto 10px;
}
.sp-nav .globalMenuSp .container .wrap-nav-sp {
  border-top: solid #fff 1px;
}

@media (max-width: 1024px) {
  header {
    height: 80px;
  }
  header .container {
    width: 97%;
  }
}
@media (max-width: 900px) {
  header {
    display: none;
  }
  .sp-nav {
    display: block;
    background: #f6f7fb;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    z-index: 100;
  }
}
@media (max-width: 600px) {
  .hamburger {
    right: 8vw;
    right: 30px;
  }
}
/************************************************** Fv設定 */
.fv {
  overflow: hidden;
}
.fv .wrap-mainvisual {
  position: relative;
}
.fv .wrap-mainvisual .img-fv-mask {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  aspect-ratio: 3840/146;
  z-index: 10;
}
.fv .wrap-mainvisual .fv-kikippa {
  position: absolute;
  bottom: 30px;
  left: 45%;
  max-width: 539px;
  min-width: 400px;
  width: 38vw;
  height: auto;
  aspect-ratio: 539/114;
  z-index: 10;
}
.fv .wrap-mainvisual .fv-kikippa-logo {
  position: absolute;
  bottom: 170px;
  left: 46%;
  max-width: 495px;
  min-width: 380px;
  width: 35vw;
  height: auto;
  aspect-ratio: 495/72;
  z-index: 10;
}
.fv .wrap-mainvisual .fv-maru {
  position: absolute;
  bottom: 70px;
  left: calc(45% + 520px);
  width: 495px;
  height: auto;
  aspect-ratio: 495/72;
  z-index: 9;
  border-radius: 50%;
  border: solid 1px #fff;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 1386px) {
  .fv .wrap-mainvisual .fv-maru {
    font-size: 18px;
    width: 150px;
    height: 150px;
    left: calc(45% + 35vw);
    bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .fv .wrap-mainvisual .fv-kikippa {
    bottom: 70px;
    left: 42%;
  }
  .fv .wrap-mainvisual .fv-kikippa-logo {
    bottom: 200px;
    left: 43%;
  }
}
.fv .img-fv {
  overflow: hidden;
  width: 100vw;
  max-width: 2200px;
  height: 600px;
  margin: auto;
  display: block;
  object-fit: cover;
  object-position: 39%;
}
.fv .fv-copy {
  position: absolute;
  top: 15%;
  left: 45%;
}
.fv .fv-copy .copy01,
.fv .fv-copy .copy02 {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.fv .fv-copy .copy01 {
  font-size: clamp(28px, 2.734375vw, 42px);
  letter-spacing: 0.03em;
}
.fv .fv-copy .copy02 {
  font-size: clamp(45px, 4.39453125vw, 68px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1386px) {
  .fv .fv-copy {
    top: 18%;
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv-copy {
    top: 22%;
  }
}
.fv .fv-copy2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 90px auto 50px;
  font-size: clamp(20px, 4.1666666667vw, 28px);
  font-weight: bold;
}
.fv .fv-copy2 .kome {
  position: absolute;
  top: -13px;
  left: 80px;
}
.fv .fv-copy2::after {
  content: "";
  background-image: url("../images/logo/logo-award.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  aspect-ratio: 100/139;
  top: 0;
  right: -130px;
  width: 100px;
  height: auto;
}
.fv .bg-grade {
  background: linear-gradient(0deg, rgb(235, 241, 250) 30%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EBF1FA' , GradientType=0);
  padding-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .fv .bg-grade {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .fv .img-fv {
    height: 80vw;
    min-height: 340px;
    margin-top: 70px;
  }
  .fv .fv-copy {
    top: 17%;
    left: 52%;
  }
  .fv .fv-copy .pc-none {
    display: block;
  }
  .fv .fv-copy .copy01 {
    font-size: clamp(14px, 3.7333333333vw, 26px);
    margin-bottom: 20px;
  }
  .fv .fv-copy .copy02 {
    font-size: clamp(28px, 7.4666666667vw, 56px);
    line-height: 1.3;
  }
  .fv .wrap-mainvisual .fv-kikippa {
    bottom: -7vw;
    left: 50%;
    transform: translateX(-50%);
    width: 62vw;
    max-width: none;
    min-width: 320px;
  }
  .fv .wrap-mainvisual .fv-kikippa-logo {
    display: none;
  }
  .fv .wrap-mainvisual .fv-maru {
    font-size: clamp(18px, 3vw, 21px);
    width: 23vw;
    height: 23vw;
    left: 70vw;
    bottom: 3.6vw;
    line-height: 1.3;
  }
  .fv .fv-copy2 {
    margin: 80px auto 50px;
  }
  .fv .fv-copy2::after {
    top: 90px;
    right: 70px;
    width: 65px;
  }
  .fv .fv-copy2 img {
    width: 280px;
    aspect-ratio: 158/68;
    margin: 16px 0 0 -70px;
  }
}
@media screen and (max-width: 600px) {
  .fv .fv-copy {
    top: 16%;
  }
  .fv .fv-copy .copy01 {
    margin-bottom: 10px;
  }
  .fv .wrap-mainvisual .fv-maru {
    font-size: clamp(11px, 2.9333333333vw, 15px);
    width: 21vw;
    height: 21vw;
    left: 70vw;
    bottom: 3.7vw;
    line-height: 1.3;
    min-width: 90px;
    min-height: 90px;
  }
  .fv .fv-copy2 {
    margin: 110px auto 50px;
  }
  .fv .fv-copy2::after {
    top: 70px;
    right: 80px;
    width: 55px;
  }
  .fv .fv-copy2 img {
    width: 230px;
  }
}
@media screen and (max-width: 510px) {
  .fv .fv-copy2::after {
    right: 10vw;
    width: 50px;
  }
  .fv .fv-copy2 img {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .fv .wrap-mainvisual .fv-kikippa {
    bottom: -40px;
  }
  .fv .fv-copy2 {
    font-size: clamp(16px, 4.2105263158vw, 20px);
  }
}

.section-media {
  text-align: center;
  color: #0c5ecd;
  font-weight: 800;
  margin-top: 70px;
  border-top: solid #0c5ecd 1px;
  border-bottom: solid #0c5ecd 1px;
  padding: 50px 0;
}
.section-media h3 {
  font-size: clamp(24px, 6.4vw, 28px);
  margin-bottom: 30px;
}
.section-media p {
  font-size: clamp(18px, 4.8vw, 20px);
}
@media screen and (max-width: 600px) {
  .section-media h3 {
    font-size: clamp(22px, 5.641025641vw, 24px);
    margin-bottom: 20px;
  }
  .section-media p {
    font-size: clamp(15px, 3.8461538462vw, 18px);
  }
}

.top-down-line {
  color: #0c5ecd;
  position: relative;
  padding: 0 5px;
  text-align: center;
}
.top-down-line::before, .top-down-line::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #0c5ecd;
  width: 100%;
  left: 0;
}
.top-down-line::before {
  top: -3px;
}
.top-down-line::after {
  bottom: -3px;
}

/************************************************** 共通設定 */
.section-plan {
  margin-bottom: 3em;
}
.section-plan .wrap-kikippa {
  display: flex;
  margin-top: 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-plan .wrap-kikippa .sub-title1 {
  font-size: 20px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: fit-content;
  line-height: 50px;
  padding: 0 40px;
  white-space: nowrap;
  position: relative;
}
.section-plan .wrap-kikippa .sub-title2 {
  margin: 30px 0;
  line-height: 1;
}
.section-plan .wrap-kikippa .kome {
  position: absolute;
  top: -5px;
  left: 84px;
}
.section-plan h2.banzai {
  margin: 45px auto 40px;
}
.section-plan h2.banzai::before, .section-plan h2.banzai::after {
  width: 2px;
  height: 50px;
  background-color: #ffffff;
}
.section-plan h2.banzai::before {
  margin-right: 50px;
}
.section-plan h2.banzai::after {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .section-plan h2.banzai {
    margin: 40px auto 15px;
  }
}
.section-plan .wrap-cta-btn {
  display: block;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 20px;
}
.section-plan .wrap-cta-btn .box {
  width: 100%;
  margin-bottom: 3em;
  font-weight: 800;
}
.section-plan .wrap-cta-btn .noteArea small {
  line-height: 1.8;
  color: #d80c25;
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 600;
  display: block;
}
.section-plan .wrap-cta-btn .speech {
  position: relative;
  background-color: #d80c24;
  padding: 6px;
  color: #fff;
  margin-bottom: 20px;
  font-size: clamp(16px, 4.2666666667vw, 20px);
  max-width: 470px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}
.section-plan .wrap-cta-btn .speech::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid #d80c24;
  border-bottom-width: 15px;
}
.section-plan .wrap-cta-btn .sub-title {
  font-size: clamp(16px, 4.2666666667vw, 20px);
  font-weight: 800;
  padding: 4px 5px;
  margin: 7px auto 35px;
}
.section-plan .wrap-cta-btn .title {
  font-size: min(32px, 6vw);
  font-weight: 800;
  color: #0c5ecd;
  margin-bottom: 50px;
  text-align: center;
}
.section-plan .wrap-cta-btn .btn_tel_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .section-plan .wrap-cta-btn .btn_tel_area {
    margin-bottom: 2em;
  }
}
.section-plan .wrap-cta-btn .tel-title {
  font-size: clamp(16px, 4.2666666667vw, 20px);
  font-weight: 800;
  color: #0c5ecd;
  line-height: 1.2;
  text-align: center;
}
.section-plan .wrap-cta-btn .tel-sub {
  font-size: clamp(12px, 3.2vw, 14px);
  color: #0c5ecd;
  text-align: center;
}
.section-plan .wrap-cta-btn .btn {
  padding: 0 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 2px #0c5ecd;
  margin-bottom: 0;
  max-width: 400px;
  height: 80px;
  background-color: #fff;
}
.section-plan .wrap-cta-btn .btn img {
  display: block;
  margin: auto;
}
.section-plan .wrap-cta-btn .btn {
  transition: 0.3s;
}
.section-plan .wrap-cta-btn .btn:hover {
  filter: brightness(0.95);
}
.section-plan .wrap-cta-btn .btn-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-size: 42px;
  font-size: clamp(37px, 3.7vw, 42px);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #0c5ecd;
}
.section-plan .wrap-cta-btn .btn-tel img {
  margin: 0;
}
.section-plan .wrap-cta-btn .box-ec-site {
  position: relative;
}
.section-plan .wrap-cta-btn .box-ec-site::before {
  content: "";
  background-color: #0c5ecd;
  position: absolute;
  top: 0px;
  left: -45px;
  width: 1px;
  height: 100%;
}
.section-plan .wrap-cta-btn .btn-amazon {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .section-plan .wrap-kikippa .gamma-wave {
    width: 50%;
  }
  .section-plan .wrap-kikippa .gamma-wave .text-kikippa {
    width: 80%;
    margin: auto;
  }
  .section-plan .wrap-kikippa .img-kikippa {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .section-plan .wrap-cta-btn {
    flex-direction: column;
    gap: 25px;
    padding: 35px 1em;
  }
  .section-plan .wrap-cta-btn .sub-title {
    margin: 10px auto;
  }
  .section-plan .wrap-cta-btn .speech {
    margin-bottom: 15px;
  }
  .section-plan .wrap-cta-btn .box {
    width: 100%;
    max-width: 500px;
    min-width: 270px;
    margin: auto;
  }
  .section-plan .wrap-cta-btn .box .btn {
    margin: auto;
  }
  .section-plan .wrap-cta-btn .box .pc-none {
    display: block;
  }
  .section-plan .wrap-cta-btn .box .sp-none {
    display: none;
  }
  .section-plan .wrap-cta-btn .box .title,
  .section-plan .wrap-cta-btn .box .tel-title {
    margin-bottom: 10px;
  }
  .section-plan .wrap-cta-btn .box .btn-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: solid 2px #0c5ecd;
    max-width: 400px;
    height: 80px;
    background-color: #0c5ecd;
    color: #fff;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
    padding-top: 10px;
  }
  .section-plan .wrap-cta-btn .box .btn-tel::before {
    content: "フリーダイアル";
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-size: clamp(12px, 2.4vw, 14px);
    font-weight: 800;
    white-space: nowrap;
  }
  .section-plan .wrap-cta-btn .box .box-inner {
    display: block;
  }
  .section-plan .wrap-cta-btn .box .box-inner .btn {
    width: 100%;
    height: 70px;
    margin: 0 auto 1.5em;
  }
  .section-plan .wrap-cta-btn .box .box-inner .btn img {
    width: 40vw;
  }
  .section-plan .wrap-cta-btn .box .box-inner .btn-tel-outer {
    width: 100%;
  }
  .section-plan .wrap-cta-btn .box .box-inner .btn-tel-outer .tel-title {
    display: none;
  }
  .section-plan .wrap-cta-btn .box .box-inner .btn-tel-outer .btn-tel {
    font-size: clamp(22px, 5.8666666667vw, 30px);
    gap: 10px;
    height: 70px;
  }
  .section-plan .wrap-cta-btn .box .box-inner .btn-tel-outer .btn-tel img {
    display: none;
  }
  .section-plan .wrap-cta-btn .box .box-inner .btn-tel-outer .tel-sub {
    font-size: 10px;
  }
  .section-plan .wrap-cta-btn .box .box-inner .btn-tel-outer .tel-sub span {
    display: inline-block;
  }
  .section-plan .wrap-cta-btn .box-ec-site::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .section-plan .wrap-kikippa {
    flex-direction: column;
  }
  .section-plan .wrap-kikippa .sub-title1 {
    white-space: wrap;
    line-height: 1.6;
    width: 100%;
    padding: 8px 0;
  }
  .section-plan .wrap-kikippa .sub-title1 .pc-none {
    display: block;
  }
  .section-plan .wrap-kikippa .gamma-wave {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-plan .wrap-kikippa .gamma-wave .text-kikippa {
    max-width: 400px;
    margin: auto;
  }
  .section-plan .wrap-kikippa .img-kikippa {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .section-plan .wrap-cta-btn {
    padding: 30px 10px;
  }
  .section-plan .wrap-cta-btn .box .btn-tel {
    gap: 12px;
    font-size: 30px;
  }
  .section-plan .wrap-cta-btn .box .btn-tel img {
    width: 45px;
  }
}

/* 親は急に年をとる */
.section-intro {
  background-image: url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 600px;
  aspect-ratio: 1920/600;
}
.section-intro .container {
  position: relative;
  height: 100%;
}
.section-intro p {
  color: #fff;
  margin: auto;
  margin-right: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: clamp(35px, 4.5632333768vw, 42px);
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  .section-intro {
    background-position: 30% center;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .section-intro {
    height: 450px;
  }
  .section-intro p {
    font-size: clamp(30px, 6vw, 35px);
  }
}

/*kikippaの３つの特徴*/
.section-features {
  padding: 90px 0;
  background: linear-gradient(0deg, rgb(15, 128, 186) 0%, rgb(10, 110, 194) 50%, rgb(12, 94, 205) 99.44%);
}
.section-features h2 {
  font-size: clamp(24px, 6.4vw, 48px);
  font-weight: 800;
  color: #fff;
}
.section-features h2 span {
  font-size: 150%;
  line-height: 1;
}
.section-features .wrap {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.section-features .wrap .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  aspect-ratio: 1/1;
  width: 300px;
  height: auto;
  font-size: clamp(24px, 3.1290743155vw, 36px);
  font-weight: 800;
  line-height: 1.25;
  color: #0c5ecd;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.section-features .wrap .box .num {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 125%;
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 1300px) {
  .section-features .wrap {
    width: 90%;
    margin: auto;
  }
  .section-features .wrap .box {
    width: 32%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-features {
    padding: 50px 0;
  }
  .section-features h2 {
    margin-bottom: 0;
  }
  .section-features .wrap {
    width: 100%;
  }
  .section-features .wrap .box {
    font-size: clamp(15px, 4.0540540541vw, 24px);
    padding-top: 20px;
  }
  .section-features .wrap .box .num {
    top: 20px;
  }
}
@media screen and (max-width: 430px) {
  .section-features {
    padding: 30px 0 50px;
  }
  .section-features .wrap .box .num {
    top: 12px;
  }
}

/* 特徴01、02、03共通 */
.hedding-feature, .hedding-feature-white {
  font-size: clamp(24px, 3.1290743155vw, 36px);
  font-weight: 800;
  color: #0c5ecd;
  display: flex;
  align-items: center;
  gap: 25px;
  width: fit-content;
}
.hedding-feature .num, .hedding-feature-white .num {
  font-size: 333%;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.hedding-feature, .hedding-feature-white {
  position: relative;
}
.hedding-feature::after, .hedding-feature-white::after {
  content: "";
  background: url("../images/icon/icon-sound-big.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  aspect-ratio: 90/130;
  width: 90px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .hedding-feature, .hedding-feature-white {
    gap: 10px;
  }
  .hedding-feature .num, .hedding-feature-white .num {
    font-size: 260%;
  }
  .hedding-feature::after, .hedding-feature-white::after {
    width: 70px;
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .hedding-feature::after, .hedding-feature-white::after {
    width: 55px;
    right: -70px;
  }
}

.hedding-feature-white {
  color: #fff;
}
.hedding-feature-white::after {
  background: url("../images/icon/icon-sound-big-white.png") no-repeat center center/contain;
}

/* 特徴01 */
.section-feature01 {
  padding: 150px 0 100px;
  position: relative;
}
.section-feature01::after {
  content: "";
  background: url("../images/triangle.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: auto;
  aspect-ratio: 174/151;
}
.section-feature01 .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.section-feature01 .wrap .text {
  font-size: clamp(24px, 3.1290743155vw, 48px);
}
.section-feature01 .circle {
  font-size: clamp(20px, 2.6075619296vw, 36px);
  border-radius: 100%;
  line-height: 1.5;
  background-image: url("../images/gold.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.2em;
  width: 220px;
  height: 220px;
  color: #000;
  display: grid;
  place-content: center;
  position: relative;
}
.section-feature01 .circle .kome {
  position: absolute;
  top: 37px;
  left: 56%;
}
.section-feature01 .img-40hz {
  margin: auto;
  margin-right: 0;
}
.section-feature01 .frame-blue {
  max-width: 900px;
  margin-top: -50px;
  z-index: -1;
  padding: 87px;
  font-size: clamp(16px, 4.2666666667vw, 20px);
}
.section-feature01 .frame-border, .section-feature01 .frame-border-blue, .section-feature01 .frame-border-white {
  position: relative;
  margin: 60px auto 80px;
  color: #0c5ecd;
}
.section-feature01 .frame-border h3, .section-feature01 .frame-border-blue h3, .section-feature01 .frame-border-white h3 {
  position: absolute;
  background-color: #fff;
  letter-spacing: 0.16em;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 30px;
}
.section-feature01 .frame-border p:not([class]), .section-feature01 .frame-border-blue p:not([class]), .section-feature01 .frame-border-white p:not([class]) {
  font-size: clamp(16px, 4.2666666667vw, 20px);
  margin-bottom: 25px;
}
@media screen and (max-width: 1300px) {
  .section-feature01 .wrap {
    gap: 50px;
    justify-content: flex-start;
  }
  .section-feature01 .img-40hz {
    width: 90%;
  }
  .section-feature01 .frame-blue {
    width: 90%;
    padding: 90px 50px 60px;
  }
}
@media screen and (max-width: 1000px) {
  .section-feature01 {
    padding: 100px 0;
  }
  .section-feature01 .wrap {
    gap: 50px;
    justify-content: flex-start;
  }
  .section-feature01 .circle {
    width: 170px;
    height: 170px;
    min-width: 170px;
  }
  .section-feature01 .circle .kome {
    top: 27px;
  }
  .section-feature01::after {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature01 {
    padding: 60px 0 80px;
  }
  .section-feature01 .circle {
    position: absolute;
    top: 90px;
    right: 3vw;
  }
  .section-feature01 .img-40hz {
    width: 100%;
  }
  .section-feature01 .frame-blue {
    width: 100%;
    padding: 90px 20px 60px;
  }
  .section-feature01 .frame-border, .section-feature01 .frame-border-blue, .section-feature01 .frame-border-white {
    padding: 35px 20px;
  }
  .section-feature01 .frame-border h3, .section-feature01 .frame-border-blue h3, .section-feature01 .frame-border-white h3 {
    width: fit-content;
    padding: 0 20px;
    text-align: center;
    top: -20px;
    white-space: nowrap;
  }
  .section-feature01 .wrap .text {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}
@media screen and (max-width: 600px) {
  .section-feature01 .circle {
    width: 130px;
    height: 130px;
    min-width: 130px;
    top: 60px;
  }
  .section-feature01 .circle .kome {
    top: 20px;
  }
  .section-feature01::after {
    top: -40px;
  }
}

/*ガンマ波サウンドを聴きやすく*/
.section-intro2 {
  position: relative;
  margin-bottom: 70px;
}
.section-intro2 .bg02 {
  width: 100vw;
  min-height: 750px;
  height: auto;
  object-fit: cover;
}
.section-intro2 .wrap-text {
  color: #fff;
  margin: auto;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font-size: 30px;
  width: 100%;
  padding: 0 16px;
}
.section-intro2 .ears {
  font-size: clamp(35px, 2.9166666667vw, 48px);
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  display: flex;
  gap: 20px;
}
.section-intro2 .ears::before, .section-intro2 .ears::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20%;
  height: 2px;
  background-color: #fff;
}
.section-intro2 .ears::before {
  left: -26%;
}
.section-intro2 .ears::after {
  right: -26%;
}
.section-intro2 .font36 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .section-intro2 .bg02 {
    height: 600px;
  }
  .section-intro2 .ears {
    font-size: clamp(30px, 3.9113428944vw, 35px);
  }
  .section-intro2 .font28 {
    font-size: clamp(18px, 2.3468057366vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .section-intro2 .ears {
    font-size: clamp(22px, 4.4vw, 30px);
    gap: 4px;
  }
  .section-intro2 .ears img {
    width: 25px;
  }
  .section-intro2 .font28 {
    font-size: clamp(16px, 3.2vw, 18px);
  }
  .section-intro2 .font28 .pc-none {
    display: block;
  }
}

/* 実際の「ガンマ波サウンド」 をご体感ください */
.section-sound {
  margin-bottom: 126px;
}
.section-sound .left {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}
.section-sound .left img {
  display: block;
  position: absolute;
  aspect-ratio: 640/230;
  width: 36vw;
  margin-left: calc((100vw - 92%) / -2);
}
.section-sound .left .frame-border, .section-sound .left .frame-border-blue, .section-sound .left .frame-border-white {
  max-width: 840px;
  width: 57vw;
  height: 180px;
  padding-left: 2em;
  margin: auto;
  margin-right: 0;
}
.section-sound .left .frame-border p, .section-sound .left .frame-border-blue p, .section-sound .left .frame-border-white p {
  font-size: clamp(20px, 1.6666666667vw, 24px);
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .section-sound .left {
    margin-bottom: 50px;
  }
  .section-sound .left img {
    width: 40vw;
  }
  .section-sound .left .frame-border, .section-sound .left .frame-border-blue, .section-sound .left .frame-border-white {
    height: auto;
    padding: 32px 10px 32px 1.5em;
  }
  .section-sound .left .frame-border p, .section-sound .left .frame-border-blue p, .section-sound .left .frame-border-white p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-sound .left {
    padding-top: 100px;
    margin-bottom: 30px;
  }
  .section-sound .left img {
    top: 0;
    width: 80%;
  }
  .section-sound .left .frame-border, .section-sound .left .frame-border-blue, .section-sound .left .frame-border-white {
    margin-top: 15vw;
    width: 100%;
    padding: 32px 16px;
  }
  .section-sound .left .frame-border p, .section-sound .left .frame-border-blue p, .section-sound .left .frame-border-white p {
    font-size: clamp(16px, 3.2vw, 18px);
  }
}
.section-sound .wrap-demo-sound {
  display: flex;
  justify-content: center;
}
.section-sound .wrap-demo-sound p {
  text-align: center;
}
.section-sound .wrap-demo-sound .mode-title {
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .section-sound .wrap-demo-sound .mode-title {
    font-size: 16px;
  }
}
.section-sound .wrap-demo-sound #play1-1,
.section-sound .wrap-demo-sound #play2-1,
.section-sound .wrap-demo-sound #play3-1,
.section-sound .wrap-demo-sound #play1-2,
.section-sound .wrap-demo-sound #play2-2,
.section-sound .wrap-demo-sound #play3-2 {
  background: linear-gradient(0deg, rgb(15, 128, 186) 0%, rgb(10, 100, 194) 50%, rgb(12, 94, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EBF1FA' , GradientType=0);
}
.section-sound .wrap-demo-sound #play1-3,
.section-sound .wrap-demo-sound #play2-3,
.section-sound .wrap-demo-sound #play3-3 {
  background-color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .section-sound {
    margin-bottom: 60px;
  }
  .section-sound .font42 .pc-none {
    display: block;
  }
}

/* 開発に込めた思い */
.section-hope {
  background-color: #eeeeee;
  padding: 78px 0;
}
.section-hope .wrap-hope {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5em;
}
.section-hope .wrap-hope .wrap-text {
  width: 50%;
}
.section-hope .wrap-hope .wrap-text h3 {
  color: #0c5ecd;
  padding-left: 60px;
  position: relative;
  margin-bottom: 0.5em;
  font-size: clamp(24px, 6.4vw, 28px);
}
.section-hope .wrap-hope .wrap-text h3::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #0c5ecd;
  position: absolute;
  left: 0;
  top: 25px;
}
.section-hope .wrap-hope .wrap-text p {
  font-size: clamp(16px, 4.2666666667vw, 20px);
}
.section-hope .wrap-hope:nth-child(2) {
  flex-direction: row;
}
@media screen and (max-width: 1080px) {
  .section-hope .wrap-hope {
    flex-direction: column-reverse !important;
  }
  .section-hope .wrap-hope .wrap-text,
  .section-hope .wrap-hope img {
    width: 100%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 507px) {
  .section-hope .wrap-hope .wrap-text h3 {
    padding-left: 40px;
  }
  .section-hope .wrap-hope .wrap-text h3::before {
    width: 30px;
  }
  .section-hope .wrap-hope .wrap-text h3 br {
    display: none;
  }
}

/*導入先のご紹介*/
.section-customer {
  background-color: #4d4d4d;
  padding: 90px 0;
  color: #fff;
}
.section-customer h2 {
  margin-bottom: 50px;
}
.section-customer .wrap {
  display: flex;
  gap: 55px;
  margin-bottom: 60px;
}
.section-customer .wrap p {
  font-size: clamp(16px, 2.0860495437vw, 24px);
}
.section-customer .img-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 46%;
}
.section-customer .img-wrap .img1 {
  width: 100%;
  margin-bottom: 20px;
}
.section-customer .img-wrap .img2 {
  width: 50%;
}
.section-customer .img-wrap .img3 {
  width: 50%;
}
.section-customer .text-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section-customer .wrap {
    flex-direction: column;
    gap: 30px;
  }
  .section-customer .wrap .img-wrap,
  .section-customer .wrap .text-wrap {
    width: 100%;
  }
}

/* CTAセクション */
.section-cta {
  background: linear-gradient(0deg, rgb(15, 128, 186) 0%, rgb(10, 110, 194) 50%, rgb(12, 94, 205) 99.44%);
  padding-bottom: 130px;
}
.section-cta .section-plan .wrap-plan {
  background-color: #fff;
  padding: 65px 46px;
}
.section-cta .section-plan .wrap-plan h3 {
  color: #0c5ecd;
  background-color: #f7f5f0;
  text-align: center;
  margin-bottom: 25px;
}
.section-cta .section-plan .wrap-plan .text-plan {
  font-size: clamp(24px, 3.1290743155vw, 48px);
}
.section-cta .section-plan .wrap-plan .text-plan .underline {
  text-decoration-thickness: 2px;
}
.section-cta .section-plan .wrap-plan .new {
  display: block;
  height: auto;
}
.section-cta .section-plan .wrap-plan .yen {
  font-size: clamp(18px, 3.75vw, 25px);
  letter-spacing: 0.01em;
}
.section-cta .section-plan .frame-border-white {
  display: flex;
  align-items: center;
  padding: 40px 15%;
}
.section-cta .section-plan .frame-border-white p {
  width: 80%;
}
.section-cta .section-plan .wrap-cta-btn {
  background-color: #f7f5f0;
  padding: 33px 40px;
  border: solid #0c5ecd 1px;
}
.section-cta .section-plan .wrap-cta-btn .box-ec-site::before {
  content: none;
}
.section-cta .section-plan .wrap-cta-btn .speech::after {
  border-bottom: 15px solid #f7f5f0;
}
.section-cta .section-plan .wrap-plan2 {
  margin: 50px auto 20px;
}
.section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official {
  width: 100%;
}
.section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official .box-official-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official .box-official-inner {
    display: block;
  }
}
.section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official .box-official-inner .tel-title {
  margin: 0;
}
.section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official .box-official-inner a {
  margin-bottom: 0;
}
.section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official .box-official-inner .btn {
  width: 100%;
}
.section-cta .section-plan .wrap-plan2 .wrap-cta-btn .title {
  margin-bottom: 40px;
}
.section-cta .section-plan .wrap-plan2 .box-yen {
  position: relative;
}
.section-cta .section-plan .wrap-plan2 .box-yen .kome {
  position: absolute;
  color: #0c5ecd;
  top: -20px;
  right: 0;
}
.section-cta .section-plan .wrap-plan2 .box-yen .tax {
  color: #0c5ecd;
  font-size: 14px;
  white-space: nowrap;
}
.section-cta .section-plan .wrap-plan2 .box-yen .yen {
  font-size: 28px;
}
.section-cta .section-plan .wrap-purchase-benefits {
  margin: 30px auto;
}
.section-cta .section-plan .wrap-purchase-benefits h3 {
  font-size: clamp(24px, 2.4vw, 28px);
  padding: 5px;
  color: #fff;
  background-color: #c39000;
  text-align: center;
}
.section-cta .section-plan .wrap-purchase-benefits .wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background-color: #f8f3e4;
  padding: 40px 40px 0;
}
.section-cta .section-plan .wrap-purchase-benefits .wrap .box {
  width: 100%;
  border: solid 2px #c39000;
  color: #c39000;
  font-weight: 800;
  text-align: center;
  padding: 20px 5px 35px;
}
.section-cta .section-plan .wrap-purchase-benefits .wrap .box h4 {
  font-size: 32px;
  font-size: clamp(24px, 2.4vw, 32px);
  padding: 5px;
}
.section-cta .section-plan .wrap-purchase-benefits .wrap .box p {
  font-size: 16px;
}
.section-cta .section-plan .wrap-purchase-benefits .kome {
  color: #c39000;
  background-color: #f8f3e4;
  padding: 8px 40px 20px;
  margin-top: -2px;
}
.section-cta .section-plan .wrap-service-fee {
  border: solid 1.5px #fff;
  padding: 35px 28px;
}
.section-cta .section-plan .wrap-service-fee h3 {
  text-align: center;
  margin-bottom: 20px;
}
.section-cta .section-plan .wrap-service-fee p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .section-cta .section-plan .wrap-plan {
    padding: 40px 28px;
  }
}
@media screen and (max-width: 900px) {
  .section-cta {
    padding-bottom: 100px;
  }
  .section-cta .wrap-purchase-benefits .wrap {
    gap: 10px;
    padding: 40px 20px 0;
  }
  .section-cta .section-plan .wrap-plan2 .wrap-cta-btn .title {
    margin-bottom: 10px;
  }
  .section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official .box-official-inner {
    align-items: flex-start;
  }
  .section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official .box-official-inner .btn-tel-outer,
  .section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official .box-official-inner .btn {
    width: 100%;
  }
  .section-cta .section-plan .wrap-plan2 .wrap-cta-btn .box-official .box-official-inner .btn {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 780px) {
  .section-cta .section-plan .wrap-purchase-benefits .wrap {
    flex-direction: column;
    padding: 40px 3vw 0;
  }
  .section-cta .section-plan .wrap-purchase-benefits .wrap .box {
    width: 100%;
  }
  .section-cta .section-plan .wrap-purchase-benefits .wrap .box h4 {
    font-size: clamp(24px, 4.8vw, 30px);
  }
  .section-cta .section-plan .wrap-purchase-benefits .kome {
    padding: 8px 3vw 20px;
    letter-spacing: 0.002em;
  }
  .section-cta .section-plan .wrap-plan .text-plan {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}
@media screen and (max-width: 700px) {
  .section-cta .section-plan .wrap-cta-btn {
    padding: 30px 10px;
  }
  .section-cta .section-plan .wrap-purchase-benefits h3 {
    font-size: clamp(20px, 4vw, 24px);
    line-height: 1.4;
  }
  .section-cta .section-plan .wrap-purchase-benefits h3 .pc-none {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .section-cta {
    padding-bottom: 100px;
  }
  .section-cta .section-plan .wrap-cta-btn {
    padding: 30px 10px;
  }
  .section-cta .section-plan .wrap-plan {
    padding: 30px 12px 20px;
  }
  .section-cta .section-plan .wrap-plan h3 {
    font-size: 18px;
    padding: 5px 2px;
  }
  .section-cta .section-plan .wrap-plan .box-yen .tax {
    color: #0c5ecd;
    font-size: 10px;
    white-space: nowrap;
  }
  .section-cta .section-plan .wrap-service-fee {
    padding: 35px 16px;
  }
}

/* 共通パーツ */
/*ガンマ波モード無制限プラン*/
.wrap-plan-unlimited {
  display: flex;
  gap: 43px;
  justify-content: center;
  align-items: center;
  font-size: clamp(26px, 3.3898305085vw, 28px);
  font-weight: bold;
  margin-bottom: 40px;
}
.wrap-plan-unlimited .new {
  font-size: clamp(24px, 3.1290743155vw, 28px);
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
}
.wrap-plan-unlimited .underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}
@media screen and (max-width: 767px) {
  .wrap-plan-unlimited {
    gap: 3vw;
    font-size: clamp(18px, 3.75vw, 26px);
  }
  .wrap-plan-unlimited .new {
    font-size: clamp(14px, 2.9166666667vw, 24px);
  }
}

.wrap-price-unlimited {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .wrap-plan1 .wrap-price-unlimited {
    margin-bottom: 3em;
  }
}
.wrap-price-unlimited .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.wrap-price-unlimited .text-box {
  color: #fff;
  background-color: #0c5ecd;
  padding: 10px 16px;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap-plan1 .wrap-price-unlimited .text-box:first-child {
    margin-bottom: 2em;
  }
}
.wrap-price-unlimited .price_sub {
  color: #0c5ecc;
  position: absolute;
  top: calc(100% + 0.5em);
  left: 0.7em;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.wrap-price-unlimited .price_sub .price {
  font-size: min(34px, 4.5333vw);
  display: block;
}
.wrap-price-unlimited .price_sub .yen {
  margin-left: 0.3em;
  font-size: 80%;
  font-weight: 500;
  display: block;
  position: relative;
}
.wrap-price-unlimited .price_sub .yen sup {
  font-size: 60%;
  position: absolute;
  top: -0.6em;
  left: 0;
  display: block;
}
.wrap-price-unlimited .mark {
  font-size: clamp(24px, 6.4vw, 36px);
}
.wrap-price-unlimited .price {
  font-size: clamp(24px, 6.4vw, 48px);
  color: #0c5ecd;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.wrap-price-unlimited .box-yen {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wrap-price-unlimited .box-yen .yen {
  color: #0c5ecd;
  line-height: 1.2;
  white-space: nowrap;
}
.wrap-price-unlimited .box-yen .kome {
  color: #0c5ecd;
}
@media screen and (max-width: 900px) {
  .wrap-price-unlimited {
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
  }
  .wrap-price-unlimited .inner {
    flex-direction: column;
    gap: 2px;
  }
  .wrap-price-unlimited .inner .text-box {
    width: 100%;
    text-align: center;
    font-size: clamp(18px, 3.75vw, 24px);
  }
  .wrap-price-unlimited .mark {
    margin: 0 auto 0.4em;
    font-size: clamp(24px, 6.4vw, 22px);
    line-height: 1;
  }
  .wrap-price-unlimited .box-yen {
    font-size: clamp(16px, 3.3333333333vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  .wrap-price-unlimited {
    gap: 5px;
  }
  .wrap-price-unlimited .inner .text-box {
    line-height: 1.3;
    padding: 8px 10px;
  }
  .wrap-price-unlimited .inner .text-box .pc-none {
    display: block;
  }
}

@media screen and (max-width: 990px) {
  .wrap-price-monthly {
    flex-direction: column;
    max-width: 450px;
    margin: auto;
    margin-bottom: 30px;
    align-items: flex-start;
    gap: 0;
  }
  .wrap-price-monthly .inner {
    justify-content: flex-start;
    justify-content: center;
    gap: 2px;
    width: 100%;
  }
  .wrap-price-monthly .text-box {
    flex-grow: 1;
    text-align: center !important;
  }
  .wrap-price-monthly .price {
    margin-left: auto;
    margin-left: 20px;
  }
  .wrap-price-monthly .mark {
    margin: auto;
    font-size: clamp(24px, 6.4vw, 22px);
    line-height: 1;
  }
}
@media screen and (max-width: 900px) {
  .wrap-price-monthly .inner {
    flex-direction: row;
  }
  .wrap-price-monthly .inner .text-box {
    width: fit-content;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .wrap-price-monthly .inner {
    justify-content: center;
  }
}

/* ご注文はこちら */
.order-here {
  font-size: clamp(16px, 4.2666666667vw, 20px);
  color: #0c5ecd;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.order-here::after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid #0c5ecd;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 1.5s infinite; /* アニメーション設定 */
}
@media screen and (max-width: 900px) {
  .order-here {
    display: none;
  }
}
.order-here {
  /* アニメーション定義 */
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0); /* 元の位置 */
  }
  50% {
    transform: translateX(-50%) translateY(-10px); /* 上に移動 */
  }
}
@media screen and (max-width: 900px) {
  .order-here {
    display: none;
  }
}

/* ロゴセクション */
.section-logo .wrap-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 42px 28px;
}
.section-logo .wrap-logo p {
  font-size: 30px;
  letter-spacing: 0.1em;
}

/* 最近、こんな気持ちになったことはありませんか? */
.section-worried {
  background-image: url("../images/bg03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  padding: 100px 0;
}
.section-worried h2 {
  text-align: left;
  margin-bottom: 45px;
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}
.section-worried .li-check li {
  font-size: clamp(24px, 3.1290743155vw, 28px);
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}
.section-worried .li-check li i {
  font-size: 160%;
  margin-right: 15px;
}
@media screen and (max-width: 1440px) {
  .section-worried {
    background-position-x: 72%;
  }
}
@media screen and (max-width: 767px) {
  .section-worried {
    padding: 50px 0;
  }
  .section-worried h2 {
    margin-bottom: 20px;
  }
  .section-worried .li-check li {
    font-size: clamp(16px, 3.2vw, 24px);
    margin-bottom: 5px;
  }
  .section-worried .li-check li i {
    font-size: 130%;
    margin-right: 10px;
  }
}

/* シニア世代の聞きやすさにこだわった「くっきりボイスモード」を搭載 */
.section-feature02 {
  padding: 110px 0 20px;
}
.section-feature02 h2 {
  text-align: left;
  margin-bottom: 70px;
}
.section-feature02 h3 {
  text-align: center;
  margin-bottom: 1em;
}
.section-feature02 .text {
  font-size: clamp(24px, 3.1290743155vw, 48px);
}
.section-feature02 .wrap-img {
  margin-bottom: 50px;
}
.section-feature02 .wrap-img .img-kikippa {
  margin-top: -260px;
  margin-left: auto;
}
.section-feature02 .frame-blue,
.section-feature02 .frame-border,
.section-feature02 .frame-border-blue,
.section-feature02 .frame-border-white {
  margin-bottom: 80px;
}
.section-feature02 .frame-blue .box,
.section-feature02 .frame-border .box,
.section-feature02 .frame-border-blue .box,
.section-feature02 .frame-border-white .box {
  display: flex;
  gap: 30px;
}
.section-feature02 .frame-blue .box p,
.section-feature02 .frame-border .box p,
.section-feature02 .frame-border-blue .box p,
.section-feature02 .frame-border-white .box p {
  width: 50%;
}
.section-feature02 .frame-blue .box img,
.section-feature02 .frame-border .box img,
.section-feature02 .frame-border-blue .box img,
.section-feature02 .frame-border-white .box img {
  width: 50%;
}
.section-feature02 .frame-blue p,
.section-feature02 .frame-border p,
.section-feature02 .frame-border-blue p,
.section-feature02 .frame-border-white p {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.section-feature02 .frame-blue .wrap {
  display: flex;
  gap: 40px;
}
.section-feature02 .frame-border h3, .section-feature02 .frame-border-blue h3, .section-feature02 .frame-border-white h3 {
  font-size: clamp(22px, 4.4vw, 32px);
  margin-top: -70px;
  background-color: #fff;
  padding: 0 20px;
  width: fit-content;
  margin: -74px auto 1em;
}
.section-feature02 .frame-border .wrap-chart, .section-feature02 .frame-border-blue .wrap-chart, .section-feature02 .frame-border-white .wrap-chart {
  display: flex;
}
.section-feature02 .frame-border .wrap-chart img:nth-child(1), .section-feature02 .frame-border-blue .wrap-chart img:nth-child(1), .section-feature02 .frame-border-white .wrap-chart img:nth-child(1),
.section-feature02 .frame-border .wrap-chart img:nth-child(2),
.section-feature02 .frame-border-blue .wrap-chart img:nth-child(2),
.section-feature02 .frame-border-white .wrap-chart img:nth-child(2) {
  width: 45%;
}
.section-feature02 .frame-border .wrap-chart img:last-child, .section-feature02 .frame-border-blue .wrap-chart img:last-child, .section-feature02 .frame-border-white .wrap-chart img:last-child {
  width: 10%;
  margin-left: 20px;
}
.section-feature02 .frame-border .text, .section-feature02 .frame-border-blue .text, .section-feature02 .frame-border-white .text {
  font-size: clamp(18px, 2.3468057366vw, 20px);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.section-feature02 .frame-border .chart-kome-title, .section-feature02 .frame-border-blue .chart-kome-title, .section-feature02 .frame-border-white .chart-kome-title {
  margin-top: 20px;
  font-size: clamp(16px, 4.2666666667vw, 20px);
}
@media screen and (max-width: 1200px) {
  .section-feature02 .wrap-img .img-woman {
    width: 40%;
    min-width: 300px;
  }
  .section-feature02 .wrap-img .img-kikippa {
    width: 65%;
    min-width: 380px;
    margin-top: -150px;
  }
}
@media screen and (max-width: 1000px) {
  .section-feature02 .frame-blue .wrap {
    flex-direction: column-reverse;
  }
  .section-feature02 .frame-blue .wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-feature02 {
    padding: 60px 0 0;
  }
  .section-feature02 .wrap-img {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .section-feature02 .wrap-img .img-woman {
    min-width: 230px;
  }
  .section-feature02 .wrap-img .img-kikippa {
    min-width: 300px;
    margin-top: -120px;
  }
  .section-feature02 .frame-border, .section-feature02 .frame-border-blue, .section-feature02 .frame-border-white {
    padding: 45px 30px;
  }
  .section-feature02 .frame-border .pc-none, .section-feature02 .frame-border-blue .pc-none, .section-feature02 .frame-border-white .pc-none {
    display: block;
  }
  .section-feature02 .frame-border h3, .section-feature02 .frame-border-blue h3, .section-feature02 .frame-border-white h3 {
    margin: -84px auto 1em;
    line-height: 1.6;
  }
  .section-feature02 h3 {
    font-size: clamp(22px, 5.8666666667vw, 28px);
  }
}
@media screen and (max-width: 460px) {
  .section-feature02 .text br {
    display: none;
  }
}

/* 加齢に伴う聞こえ方の変化に合わせた「音」をシオノギヘルスケアが開発 */
.section-sales {
  padding: 110px 0;
}
.section-sales h3 {
  margin-bottom: 30px;
  text-align: center;
}
.section-sales p {
  font-size: clamp(17px, 1.8vw, 24px);
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.75;
  margin-bottom: 30px;
}
.section-sales p span.text-blue {
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .section-sales {
    padding: 80px 0;
  }
  .section-sales h3 .pc-none {
    display: block;
  }
}

/* 離れた家族をみまもる */
.section-feature03 {
  background-image: url("../images/bg05.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 0;
}
.section-feature03 .wrap-right {
  width: 50%;
  margin-left: auto;
  color: #fff;
}
.section-feature03 h2 {
  text-align: left;
  font-size: clamp(24px, 6.4vw, 48px);
}
.section-feature03 h3 {
  text-align: left;
  margin-bottom: 15px;
}
.section-feature03 .text {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .section-feature03 {
    background-position-x: 50%;
    padding: 46px 0;
  }
  .section-feature03 .wrap-right {
    width: 60%;
  }
}
@media screen and (max-width: 890px) {
  .section-feature03 {
    background-image: url("../images/bg05-sp.jpg");
    background-position-x: 10%;
  }
  .section-feature03 h2 {
    margin-bottom: 94vw;
  }
  .section-feature03 .wrap-right {
    width: 100%;
    margin: auto;
  }
  .section-feature03 .inner {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .section-feature03 h2 {
    margin-bottom: 560px;
  }
  .section-feature03 .text {
    font-size: 16px;
  }
}

/* TVにケーブルをつなぐだけ */
.section-how-to {
  background-color: #f7f5f0;
  padding: 70px 0;
}
.section-how-to h2 {
  font-size: clamp(32px, 4.2272126816vw, 48px);
}
.section-how-to .wrap-step {
  display: flex;
  gap: 45px;
  margin-bottom: 40px;
}
.section-how-to .wrap-step li {
  width: 33.3%;
}
.section-how-to .wrap-step li img {
  width: 100%;
}
.section-how-to .wrap-step li p {
  font-size: 20px;
  margin-top: 20px;
}
.section-how-to .text-small {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-how-to .wrap-step {
    gap: 20px;
  }
  .section-how-to .wrap-step li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .section-how-to h2 {
    font-size: clamp(26px, 6.9333333333vw, 32px);
  }
  .section-how-to .wrap-step {
    flex-direction: column;
    gap: 40px;
  }
  .section-how-to .wrap-step li {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
  .section-how-to .wrap-step li p {
    font-size: 16px;
    width: fit-content;
    margin: 20px auto;
  }
}

/*よくあるお問い合わせFAQ*/
.section-faq {
  padding: 100px 0;
  background-color: #eeeeee;
}
.section-faq .container {
  border-bottom: solid 1px #000;
  padding-bottom: 100px;
}
.section-faq h2 {
  margin-bottom: 50px;
}
.section-faq .accordion {
  margin-bottom: 7px;
  border-bottom: 1px solid #000000;
  font-size: clamp(16px, 2.0860495437vw, 20px);
  font-weight: 600;
}
.section-faq .accordion summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1em 2.8em 1em 2em;
  cursor: pointer;
}
.section-faq .accordion summary span {
  margin-right: 1em;
  color: #0c5ecd;
}
.section-faq .accordion summary::-webkit-details-marker {
  display: none;
}
.section-faq .accordion summary::before,
.section-faq .accordion summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.7019607843);
  content: "";
  position: absolute;
  right: 2em;
}
.section-faq .accordion summary::before {
  rotate: 90deg;
}
.section-faq .accordion summary::after {
  transition: rotate 0.3s;
}
.section-faq .accordion[open] summary::after {
  rotate: 90deg;
}
.section-faq .accordion .answer {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.8em 3.2em 1em 4em;
  color: #333333;
  background-color: #fff;
  transition: transform 0.5s, opacity 0.5s;
  position: relative;
}
.section-faq .accordion .answer::before {
  content: "A.";
  position: absolute;
  left: 2em;
  color: #d80c24;
}
.section-faq .accordion[open] .answer {
  transform: none;
  opacity: 1;
}

/*おもな製品スペック*/
.section-spec {
  background-color: #eeeeee;
  padding-bottom: 130px;
}
.section-spec h2 {
  margin-bottom: 50px;
}
.section-spec .spec-list {
  border: solid 1px #000;
}
.section-spec .spec-list .box {
  display: flex;
  font-size: clamp(16px, 2.0860495437vw, 20px);
  border-bottom: solid 1px #000;
}
.section-spec .spec-list .box dt {
  width: 27%;
  border-right: solid 1px #000;
  padding: 6px 1em;
  text-align: center;
}
.section-spec .spec-list .box dd {
  width: 73%;
  padding: 6px 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-spec .spec-list .box dd p {
  margin-bottom: 10px;
}
.section-spec .spec-list .box:last-child {
  border-bottom: none;
}
.section-spec .spec-list .dl-hidden {
  border-top: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .section-spec h2 {
    margin-bottom: 30px;
  }
  .section-spec .spec-list .box {
    font-size: clamp(15px, 2.5vw, 20px);
  }
  .section-spec .spec-list .box dt {
    width: 30%;
    padding: 8px 0.5em;
  }
  .section-spec .spec-list .box dd {
    width: 70%;
    padding: 8px 0.5em;
  }
}
@media screen and (max-width: 440px) {
  .section-spec .spec-list .box dt {
    width: 40%;
    padding: 8px 0.2em;
  }
  .section-spec .spec-list .box dt .pc-none {
    display: block;
  }
}

/* ご両親へのプレゼントにお求めください。 */
.section-present {
  background-image: url("../images/bg06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  padding: 120px 0 300px;
  position: relative;
}
.section-present h2 {
  font-size: clamp(28px, 3.6505867014vw, 36px);
}
.section-present .frame-white {
  background-color: #fff;
  width: fit-content;
  padding: 64px 55px 55px;
}
.section-present .frame-white p {
  font-size: clamp(18px, 2.3468057366vw, 28px);
  text-align: center;
  margin-bottom: 36px;
}
.section-present .frame-white p .banzai {
  line-height: 1.2;
}
.section-present::after {
  content: "";
  background-image: url("../images/bg06-kikippa.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 57%;
  right: 7vw;
  width: 630px;
  width: 37%;
  height: auto;
  aspect-ratio: 341/167;
}
@media screen and (max-width: 767px) {
  .section-present {
    background-position: 40% 50%;
  }
  .section-present h2 {
    font-size: clamp(24px, 4.8vw, 28px);
  }
  .section-present .frame-white {
    padding: 64px 20px 55px;
  }
  .section-present::after {
    top: 57%;
    right: -12vw;
    width: 65%;
  }
}
@media screen and (max-width: 600px) {
  .section-present .pc-none {
    display: block;
  }
  .section-present::after {
    width: 80%;
  }
  .section-present .banzai::before {
    margin-right: 8px;
  }
  .section-present .banzai::after {
    margin-left: 8px;
  }
  .section-present .frame-white {
    padding: 64px 15px 55px;
  }
  .section-present .frame-white p {
    font-size: 16px;
  }
}

/************************************************** フッター */
footer {
  background-color: #000;
  color: #fff;
  padding: 12px 0 12px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}
footer .text-small {
  text-align: center;
}
footer .ft-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 6px auto 0;
}
footer .ft-nav a {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  footer {
    margin-bottom: 126px;
  }
  footer .ft-nav {
    flex-wrap: wrap;
    gap: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    margin-bottom: 91px;
  }
}

/* レスポンス設定 */
@media (max-width: 1024px) {
  .article-margin {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
/* トップへ戻る */
#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0c5ecd;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 22px;
  z-index: 100;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
@media screen and (max-width: 900px) {
  #back-to-top {
    bottom: 100px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

.fade-in {
  opacity: 0; /* 最初は非表示 */
  animation: fadeInEffect 1s ease-in forwards;
  animation-delay: 0.3s; /* 表示の遅延時間 */
}

@keyframes fadeInEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
