@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css);
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 横はみ出しを隠す */
  scrollbar-width: none;
  font-family: ’メイリオ’, ‘YuGothic’, ’Yu Gothic’, "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ丸ゴ ProN7", ‘Meiryo’, ’ＭＳ ゴシック’, sans-serif;
}
h4 {
  font-weight: 500;
  line-height: 1.5;
}
h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  text-transform: none;
  color: inherit;
}
/* ハンバーがーメニューここから */
.footermenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 500px;
  height: 100%;
  background-color: rgba(244, 235, 209, 0.9);
  color: #333;
  transition: right 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9998;
  overflow-y: auto; /* ← 追加 */
}
/* メニューが開いているとき */
.footermenu.open {
  right: 0;
}
/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 22px;
  right: 20px;
  width: 35px;
  cursor: pointer;
  z-index: 9999;
}
.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #333;
  box-shadow: 0px 0px 1.8px white,0px 0px 1.8px white,0px 0px 1.8px white;
  margin: 8px 0;
  transition: 0.4s;
}
/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(9px, -9px);
}
/* メニューリストのスタイル */
.footermenu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 80px;
}
.footermenu li {
  padding: 20px 0;
  border-bottom: 1px solid #444;
}
.footermenu li a {
  color: #333;
  text-decoration: none;
  display: block;
}
.fTitle {
  border-bottom: solid 1px #333;
  border-left: solid 10px #333;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding: 0 0 0px 5px;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* ハンバーがーメニューここまで */
.content_space {
  height: 13vh;
}
.fixed-image {
  position: fixed;
  top: 19px;
  right: 70px;
  z-index: 9998;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 15px 40px;
  background: #498c2c;
  border-radius: 15px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #498c2c;
}
.fixed-image:hover {
  transform: scale(1.15);
  transition: transform 0.15s ease;
}
.fixed-image img {
  width: 45px;
}
.btn {
  display: inline-block;
  color: #fff;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  padding: 20px 50px 20px 50px;
  font-weight: bold;
  font-size: 1.5em;
}
.btn a {
  text-decoration: none;
  text-transform: none;
  color: #fff;
}
.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.fade-in {
  /* アニメーション名時間イージング再生後そのまま */
  animation: fadeIn 1.2s ease-in-out forwards;
  opacity: 0; /* 初期状態は透明 */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px); /* 少し下から上に動かす場合 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-fadeInslideUp {
  /* アニメーション名時間イージング再生後そのまま */
  animation: fadeInSlideUp 1.2s ease-in-out forwards;
  opacity: 0; /* 初期状態は透明 */
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateX(100px); /* 少し下から上に動かす場合 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.containers {
  width: auto;
  height: auto;
  position: relative;
}
.containers img {
  width: 100%;
  height: auto;
  padding: 0 -15px;
}
.container1 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px 0px;
}
.img-photo1 {
  width: 45vw;
  max-width: 800px;
  transform: rotate(-2deg);
  position: relative;
  left: 30px;
  top: 0px;
}
.img-photo2 {
  width: 45vw;
  max-width: 800px;
  position: absolute;
  right: 50px;
  top: 300px;
  z-index: 2;
}
.img-photo3 {
  width: 40vw;
  max-width: 700px;
  position: relative;
  left: 100px;
  top: 150px;
}
.img-text {
  position: relative;
  top: 80px;
  z-index: 11;
}
.img-text h2 {
  font-size: 2.7vw;
}
.top_text {
  position: relative;
  top: -100px;
  right: -50px;
}
.page_logo {
  marigin: 0 auto;
}
/* Swiper */
.swiper {
  width: 100%;
  padding:10px 0 40px 0;
}
.swiper-slide {
  text-align: center;
}
.text_headline {
  max-width: 2300px;
  width: 100%;
  font-size: 2.5vw;
}
.text_headline_sab {
  font-size: 3vw;
}
.text_headline_sab2 {
  font-size: 1.5vw;
}
.text_headline_sab3 {
  font-size: 4vw;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s;
}
.swiper-slide img:hover {
  transform: scale(1.05);
  transition: 0.6s;
}
.swiper-slide {
  opacity: 0.4;
  transform: scale(1.0);
  margin-bottom:50px;
  transition: 0.4s;
}
.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
/* ===== 背景横帯 ===== */
.mySwiper {
  position: relative;
  padding: 0px 0 50px 0;

}
.mySwiper::before {
  content: "";
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 20px;
  z-index: 0;

}
/* 前面表示 */
.swiper-wrapper {
  position: relative;
  z-index: 2;
}
/* 中央強調 */
.swiper-slide {
  display: flex;
  justify-content: center;
  transition: 0.4s;
  opacity: 0.4;
  
  transform: scale(2);
}
.swiper-slide-active {
  opacity: 1;
  transform: scale(5);
}
/* ===== カード ===== */
.card {
  width: 100%; /* 380pxから100%に変更 */
  max-width: 600px; 
  margin: 0 auto; /* 中央寄せ */
  background: #fff;
  border-radius: 20px;
  padding: 15px 30px 30px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.085);
  text-align: left;
}
.card img {
  width: 100%;
  border-radius: 15px;
}
.card-text {
  margin-top: 15px;
}
.label {
  background: #eee;
  padding: 4px 10px;
  font-size: 13px;
}
.card h3 {
  color: #e53935;
  font-size: 30px;
  margin: 12px 0;
  line-height: 1.3;
}
.card h4 {
  font-size: 22px;
  line-height: 1.6;
  color: #333;
}
.swiper-slide img {
  border-radius: 15px;
}
/* ナビボタン */
.swiper-button-next, .swiper-button-prev {
  padding: 0 15vw;
  color: #333333 !important;
  font-weight: bold;
}

/*フェードイン*/
.sa {
  opacity: 0;
  transition: all 2s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--up {
  transform: translate(0, 50px);
}
.sa--left-to-right {
  transform: translate(-50px, 0);
}
.sa--right-to-left {
  transform: translate(50px, 0);
}
.qa {
  height: auto;
  position: relative;
  display: block;
  text-align: center;
}
.qa img {
  width: 100%;
  height: 100%;
}
.qa h4 {
  position: absolute;
  color: #353535;
  width: 100%;
  height: 100%;
  top: 20%;
  maergin: 0 auto;
}
.qa_text {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
}
.text_qal {
  position: relative;
  max-width: 90%;
  max-height: 75%;
  font-size: clamp(25px, 1.6vw, 30px);
  font-weight: bold;
}
.text_qas {
  position: relative;
  max-width: 85%;
  max-height: 75%;
  font-size: clamp(16px, 1.0vw, 20px);
  padding-top: 30px;
}
.item-box img {
  width: 100%;
  height: auto;
}
.item-box {
  color: #353535;
}
.slider-track {
  display: flex;
  width: max-content; /* ← これ重要 */
  animation: scroll 15s linear infinite;
}
.slide-set {
  display: flex;
}
.slide-set img {
  width: 10vw;
  padding: 0 10px;
  display: block;
}
@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.product-box-33 {
  display: inline-block;
  margin: 0 auto;
  width: 33.3333%;
  vertical-align: top;
  padding: 0 0 25px 0;
}
.product-box-33note {
  display: inline-block;
  margin: 0 auto;
  width: 32%;
  vertical-align: top;
  padding: 0 0 25px 0;
}
.product-box-25 {
  display: inline-block;
  margin: 0 auto;
  width: 24%;
  vertical-align: top;
  padding: 0 0 25px 0;
}
.product-box-25qa {
  display: inline-block;
  margin: 0 auto;
  width: 24%;
  vertical-align: top;
  padding: 0 0 25px 0;
}
.product-box-25qa a:hover {
  opacity: 0.8;
}
.product-box-333 {
  display: inline-block;
  justify-content: center;
  width: 33%;
  vertical-align: top;
}
.product-box-333 div {
  text-align: center;
  margin: 0 auto;
  width: 14vw;
}
.product-box-333 img {
  width: auto;
  max-width: 250px;
}
.product-box-50 {
  display: inline-block;
  width: 30%;
}
.text_top {
  font-size: 2vw;
}
.text_top2 {
  font-size: 3vw;
  background: linear-gradient(transparent 75%, #e4a316 0%);
}
.webtext_25px {
  font-size: 23px;
}
.text_35px {
  font-size: 35px;
}
.text_30px {
  font-size: 30px;
}
.text_28px {
  font-size: 28px;
}
.text_reviews {
  font-size: 1.2vw;
  line-height: 2.5em;
}
.text_reviews_sab {
  font-size: 0.9vw;
}
.text_25px {
  font-size: 25px;
}
.text_23px {
  font-size: 23px;
}
.text_20px {
  font-size: 20px;
}
.text_18px {
  font-size: 18px;
}
.text_17px {
  font-size: 17px;
}
.text_16px {
  font-size: 16px;
}
.text_15px {
  font-size: 15px;
}
.text_14px {
  font-size: 14px;
}
.text_13px {
  font-size: 13px;
}
.text_12px {
  font-size: 12px;
}
.text_11px {
  font-size: 11px;
}
.text_10px {
  font-size: 10px;
}
.product_text1 {
  font-size: 35px;
}
.product_text2 {
  font-size: 30px;
}
.text_3vw {
  font-size: 3vw;
}
.mobile_display {
  display: none;
}
.desktop_display {
  display: block;
}
.zoom:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
.reviewsarea {
  display: block;
  text-align: center;
  color: #353535;
  line-height: 3.4em;
}
.reviewsarea div {
  display: inline-block;
  text-align: left;
  background-color: white;
  padding: 1vw 5vw;
  border-radius: 20px;
}
.reviewsarea h3 {
  padding: 10px 0;
}
/*フッターここから*/
footer {
  display: block;
}
ul {
  list-style: none;
}
.linkList__unit {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linkList__unit a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 25px 20px;
  color: #212121;
}
.linkList__unit a:hover {
  text-decoration: none;
}
.linkList__unit a span {
  display: table-cell;
  vertical-align: middle;
}
.linkList__unit--point {
  background: #212121;
}
.linkList__unit--point a {
  color: #fff;
}
.linkList__unit__text {
  width: 100%;
  height: auto;
}
.linkList__unit__icon {
  width: 10%;
  height: auto;
  text-align: right;
}
#back_to_top_sp {
  position: fixed;
  bottom: 8px;
  right: 15px;
  opacity: .8;
  z-index: 12;
}
#back_to_top_sp img {
  width: 50px;
  height: 50px;
}
#under_content {
  display: block;
  position: fixed;
  bottom: 0px;
  background-color: rgba(132, 189, 134, 1.0);
  width: 100%;
  height: 80px;
  z-index: 11;
  text-align: center;
}
#under_button {
  position: relative;
  top: 13px;
  display: inline-block;
  margin-top: 0px;
  background-color: #303030;
  padding: 10px 23px;
  border-radius: 100px;
  z-index: 12;
  font-size: 20px;
  color: white;
  text-decoration: none;
  pointer–events: none;
}
#under_button:hover {
  opacity: 0.8;
}
.disp--pc {
  display: block;
}
.disp--sp {
  display: none;
}
#footer {
  margin-bottom: 80px;
  color: #000;
  background: #f2f2f2;
  padding: 0px 0px 20px;
}
#footer a {
  color: #000;
}
.cInner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.fBoxTable {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fBoxTable__cell {
  display: table-cell;
  vertical-align: top;
}
.fBoxTable__cell--link {
  padding-right: 100px;
  text-align: left;
  font-size: 14px;
}
.fBoxTable__cell--logo {
  padding-top: 10px;
  text-align: right;
}
.fTitle {
  border-bottom: solid 1px #333;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 0 5px 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer__copy {
  background: #666;
  color: #fff;
  padding: 20px 0px;
}
.footer__copy a {
  color: #fff;
}
.footer__copy {
  text-shadow: none !important;
}
.footer__copy * {
  color: white !important;
}
.fBottom {
  margin-top: 20px;
  padding-top: 25px;
  width: 100%;
  text-align: center;
  border-top: solid 2px white;
}
.fBottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0; /* ← これ追加 */
  margin: 0
}
.fNav {
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.fNav__unit {
  display: inline-block;
  letter-spacing: normal;
  font-size: 14px;
}
.fNav__unit:nth-child(n+2):before {
  content: "|";
  display: inline-block;
  margin: 0px 20px 0 0;
  position: relative;
  top: -1px;
}
.copy {
  margin-top: 25px;
  text-align: center;
}
/*フッターここまで*/
.slider-track img {
  width: 10vw; /* 画像の幅 */
  padding: 0 5px;
}
@media only screen and (max-width: 1400px) {
 
  .qa h4 {
    position: absolute;
    color: #353535;
    width: 100%;
    top: 15%;
    maergin: 0 auto;
  }
  .text_qal {
    position: relative;
    max-width: 90%;
    max-height: 75%;
    font-size: clamp(25px, 1.4vw, 30px);
    font-weight: bold;
  }
  .text_qas {
    position: relative;
    max-width: 85%;
    max-height: 75%;
    font-size: clamp(16px, 1.0vw, 20px);
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .content_space {
    height: 8vh;
  }
  .product-box-33note {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
    padding: 0 0 25px 0;
  }
  .qa img {
    width: 95%;
  }
  .qa h4 {
    position: absolute;
    color: #353535;
    width: 100%;
    top: 15%;
    maergin: 0 auto;
  }
  .qa_text {
    position: relative;
    padding-top: 0vw;
    max-width: 80%;
    margin: 0 auto;
  }
  .text_qal {
    position: relative;
    max-width: 90%;
    max-height: 75%;
    font-size: clamp(20px, 3.5vw, 35px);
    font-weight: bold;
  }
  .text_qas {
    position: relative;
    max-width: 85%;
    max-height: 75%;
    font-size: clamp(10px, 2.2vw, 25px);
    padding-top: 30px;
  }
  .product-box-25qa {
    display: inline-block;
    margin: 0 auto;
    width: 49%;
    vertical-align: top;
    padding: 0 0 25px 0;
  }
  .reviewsarea div {
    display: inline-block;
    text-align: left;
    background-color: white;
    padding: 2vw 5vw;
    margin: 0 15px;
  }
  .top_text {
    position: relative;
    top: -60px;
    right: -50px;
  }
  .card h3 {
    font-size: 28px;
  }
  .card h4 {
    font-size: 20px;
  }
  .linkList__unit a {
    padding: 25px 0px;
  }
  .fBoxTable__cell--link {
    padding-right: 50px;
    text-align: left;
    font-size: 14px;
  }
  .img-text {
    position: relative;
    top: 30px;
    z-index: 11;
  }
  .img-text h2 {
    font-size: 4vw;
  }
  .img-photo1 {
    width: 45vw;
    max-width: 800px;
    transform: rotate(-2deg);
    position: relative;
    left: 30px;
    top: 0px;
  }
  .img-photo2 {
    width: 45vw;
    max-width: 800px;
    position: absolute;
    right: 30px;
    top: 180px;
    z-index: 2;
  }
  .img-photo3 {
    width: 40vw;
    max-width: 700px;
    position: relative;
    left: 30px;
    top: 50px;
  }
  .slide-set img {
    width: 5vw;
    padding: 0 10px;
    display: block;
  }
  .slider-track {
    display: flex;
    animation: scroll 15s linear infinite; /* 10秒で1周、等速、無限ループ */
  }
  .slider-track img {
    width: 15vw; /* 画像の幅 */
    padding: 0 5px;
  }
  .product-box-333 div {
    width: 20vw;
  }
  .text_reviews {
    font-size: 2.5vw;
  }
  .text_reviews_sab {
    font-size: 1.8vw;
  }
  .text_3vw {
    font-size: 4vw;
  }
  .text_headline_sab {
    font-size: 4.5vw;
  }
  .text_headline_sab2 {
    font-size: 2.5vw;
  }
  .text_headline_sab3 {
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 479px) {
  .qa h4 {
    position: absolute;
    color: #353535;
    width: 100%;
    top: 10%;
    maergin: 0 auto;
  }
  .text_qal {
    position: relative;
    max-width: 90%;
    max-height: 75%;
    font-size: clamp(16px, 2.0vw, 25px);
    font-weight: bold;
  }
  .text_qas {
    position: relative;
    max-width: 85%;
    max-height: 75%;
    font-size: clamp(10px, 1.8vw, 20px);
    padding-top: 10px;
  }
  #back_to_top_sp {
    position: fixed;
    bottom: -5px;
    right: 15px;
    opacity: .8;
    z-index: 12;
  }
  #back_to_top_sp img {
    width: 50px;
    height: 50px;
  }
  #under_content {
    display: block;
    position: fixed;
    bottom: 0px;
    background-color: rgba(132, 189, 134, 1.0);
    width: 100%;
    height: 60px;
    z-index: 11;
    text-align: center;
  }
  #under_button {
    display: inline-block;
    margin-top: 0px;
    background-color: #303030;
    padding: 3px 23px;
    border-radius: 100px;
    z-index: 12;
    font-size: 15px;
    color: white;
    text-decoration: none;
    pointer–events: none;
  }
  #under_button:hover {
    opacity: 0.8;
  }
  .btn {
    padding: 15px 30px 15px 30px;
    font-weight: bold;
    font-size: 1.1em;
  }
  /*フェードイン*/
  .sa {
    opacity: 0;
    transition: all 2s ease;
  }
  .sa.show {
    opacity: 1;
    transform: none;
  }
  .sa--up {
    transform: translate(0, 50px);
  }
  .sa--left-to-right {
    transform: translate(-50px, 0);
  }
  .sa--right-to-left {
    transform: translate(50px, 0);
  }
  .reviewsarea {
    display: block;
    text-align: cener;
    color: #353535;
    line-height: 2em;
  }
  .reviewsarea h3 {
    display: inline-block;
    text-align: left;
    background-color: white;
    padding: 1vw 5vw;
  }
  /* ナビボタン */
  .swiper-button-next, .swiper-button-prev {
    padding: 0 1vw;
    color: #333;
    font-weight: bold;
  }
.swiper-slide {
  margin-bottom:20px;
}

  .balloon1 {
    position: relative;
    display: inline-block;
    margin: 0 0 0.8em 0;
    padding: 15px 10px;
    background: #498c2c;
    border-radius: 15px;
  }
  .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #498c2c;
  }
  .content_space {
    height: 5vh;
  }
  .img-text {
    position: relative;
    top: -15px;
    z-index: 11;
  }
  .img-text h2 {
    font-size: 4.5vw;
  }
  .img-photo1 {
    width: 60vw;
    max-width: 800px;
    position: relative;
    left: 75px;
    top: 10px;
  }
  .img-photo2 {
    width: 50vw;
    max-width: 800px;
    position: absolute;
    right: 10px;
    top: 205px;
    z-index: 2;
  }
  .img-photo3 {
    width: 40vw;
    max-width: 700px;
    position: relative;
    left: 10px;
    top: -50px;
  }
  .text_top {
    font-size: 4vw;
  }
  .text_top2 {
    font-size: 5vw;
  }
  .top_text {
    position: static;
    top: -40px;
    right: -50px;
  }
  .containers img {
    transform: scale(1.5);
    height: auto;
    margin: 50px auto;
    padding: 15px -15px;
  }
  #footer {
    margin-bottom: 50px;
    color: #000;
    padding: 0px 0px 20px;
  }
  .fBottom {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
  .fBottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0; /* ← これ追加 */
    margin: 0
  }
  .fNav {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
  .fNav__unit {
    display: inline-block;
    letter-spacing: normal;
    font-size: 9px;
  }
  .fNav__unit:nth-child(n+2):before {
    content: "|";
    display: inline-block;
    margin: 0px 5px 0 0;
    position: relative;
    top: -1px;
  }
  .copy {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
  }
  /* ハンバーがーメニューここから */
  .footermenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: rgba(237, 226, 195, 0.9);
    color: #333;
    transition: right 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    z-index: 9998;
    overflow-y: auto; /* ← 追加 */
  }
  /* メニューが開いているとき */
  .footermenu.open {
    right: 0;
  }
  /* ボタンのスタイル */
  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 9999;
  }
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
  }
  /* バツ印に変化するスタイル */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  /* メニューリストのスタイル */
  .footermenu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 80px;
  }
  .footermenu li {
    padding: 20px 0;
    border-bottom: 1px solid #444;
  }
  .footermenu li a {
    color: #333;
    text-decoration: none;
    display: block;
  }
 
 .fixed-image {
  position: fixed;
  top: 15px;
  right: 65px;
  z-index: 9998;
}

  .fixed-image img {
    width: 35px;
  }
  .product-box-333 div {
    width: 30vw;
  }
  .slider-track {
    display: flex;
    animation: scroll 15s linear infinite; /* 10秒で1周、等速、無限ループ */
  }
  .slider-track img {
    width: 25vw; /* 画像の幅 */
    padding: 0 5px;
  }
  .item-box img {
    width: 100%;
    height: auto;
  }
  .product-box-33 {
    display: inline-block;
    width: 50%;
  }
  .product-box-33note {
    display: inline-block;
    width: 100%;
  }
  .product-box-25 {
    display: inline-block;
    width: 49%;
  }
  .product-box-25qa {
    display: inline-block;
    margin: 0 auto;
    width: 49%;
    vertical-align: top;
    padding: 0 0 25px 0;
  }
  .product-box-333 {
    display: inline-block;
    justify-content: center;
    width: 44%;
  }
  .product-box-333 div {
    vertical-align: top;
  }
  .product-box-50 {
    display: inline-block;
    width: 40%;
  }
  .text_reviews {
    font-size: 3.5vw;
  }
  .text_reviews_sab {
    font-size: 2.5vw;
  }
  .card h3 {
    font-size: 20px;
  }
  .card h4 {
    font-size: 14px;
  }
  .webtext_25px {
    font-size: 14px;
  }
  .text_headline {
    width: 100%;
    font-size: 4.5vw;
  }
  .text_headline_sab {
    font-size: 5.5vw;
  }
  .text_headline_sab2 {
    font-size: 3.5vw;
  }
  .text_headline_sab3 {
    font-size: 7.5vw;
  }
  .text_35px {
    font-size: 25px;
  }
  .text_30px {
    font-size: 20px;
  }
  .text_28px {
    font-size: 20px;
  }
  .text_25px {
    font-size: 19px;
  }
  .textqa_30px {
    font-size: 15px;
  }
  .textqr_16px {
    font-size: 10px;
  }
  .text_23px {
    font-size: 16px;
  }
  .text_20px {
    font-size: 15px;
  }
  .text_18px {
    font-size: 14px;
  }
  .text_17px {
    font-size: 13px;
  }
  .text_16px {
    font-size: 12px;
  }
  .text_15px {
    font-size: 11px;
  }
  .text_14px {
    font-size: 10px;
  }
  .text_13px {
    font-size: 9px;
  }
  .text_12px {
    font-size: 8px;
  }
  .text_11px {
    font-size: 8px;
  }
  .text_10px {
    font-size: 7px;
  }
  .text_3vw {
    font-size: 4vw;
  }
  .desktop_display {
    display: none;
  }
  .mobile_display {
    display: block;
  }
}