@charset "utf-8";

/* 汎用 */
body {
  background: #ddeaff;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  all: unset;
}
a {
  text-decoration: none;
  color: #333;
}
p {
  font-size: 18px;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.unfocus {
  user-select: none;
}
.container {
  width: 80%;
}
.text {
  letter-spacing: 3px;
}
.btn {
  text-align: center;
}
.section-title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.section-title p {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0068b7;
  margin: 0 0 16px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.section-title p::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #0068b7, #00afcc);
  border-radius: 1px;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.2;
  position: relative;
  background: linear-gradient(135deg, #333 0%, #0068b7 50%, #00afcc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.section-title h2 span {
  font-size: 1.5rem;
}

/* .section-title h2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #0068b7, #00afcc);
  border-radius: 2px;
  opacity: 0.3;
} */

/* .section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #00afcc, #0068b7);
  border-radius: 1px;
  opacity: 0.5;
} */
/* --------------------------------------- */
/* ヘッダー */
header {
  width: 25%;
  position: relative;
}
header .fix {
  position: fixed;
}
header .inner {
  padding: 16px;
}
header h1 img {
  width: 230px;
}

/* header h1::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/images/logo.png");
  background-position: bottom;
  background-size: contain;
}
header h1 span {
  font-size: 18px;
} */
header p.genre {
  font-size: 16px;
  font-weight: bold;
  color: #0068b7;
  display: flex;
  gap: 4px;
}
header p.genre::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("images/menu_book_blue.png");
  background-position: bottom;
  background-size: contain;
}
header nav ul {
  padding: 0 8px 8px;
}
header nav ul li {
  margin-bottom: 24px;
  /* text-decoration: underline; */
}

header nav ul li:nth-child(1) a::before,
header nav ul li:nth-child(2) a::before,
header nav ul li:nth-child(3) a::before,
header nav ul li:nth-child(4) a::before,
header nav ul li:nth-child(5) a::before,
header nav ul li:nth-child(6) a::before,
header nav ul li:nth-child(7) a::before,
header nav ul li:nth-child(8) a::before,
header nav ul li:nth-child(9) a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

#list01 .info h3::before {
  background-image: url("images/icon-money.svg");
}
#list02 .info h3::before {
  background-image: url("images/icon-heart.svg");
}
#list03 .info h3::before {
  background-image: url("images/icon-men.svg");
}
#list04 .info h3::before {
  background-image: url("images/icon-movi.svg");
}
#list05 .info h3::before {
  background-image: url("images/icon-people.svg");
}
#list06 .info h3::before {
  background-image: url("images/icon-culture.svg");
}
#list07 .info h3::before {
  background-image: url("images/icon-trip.svg");
}
#list08 .info h3::before {
  background-image: url("images/icon-book.svg");
}
#list09 .info h3::before {
  background-image: url("images/icon-life.svg");
}

header nav ul li:nth-child(1) a::before {
  background-image: url("images/icon-money.svg");
}
header nav ul li:nth-child(2) a::before {
  background-image: url("images/icon-heart.svg");
}
header nav ul li:nth-child(3) a::before {
  background-image: url("images/icon-men.svg");
}
header nav ul li:nth-child(4) a::before {
  background-image: url("images/icon-movi.svg");
}
header nav ul li:nth-child(5) a::before {
  background-image: url("images/icon-people.svg");
}
header nav ul li:nth-child(6) a::before {
  background-image: url("images/icon-culture.svg");
}
header nav ul li:nth-child(7) a::before {
  background-image: url("images/icon-trip.svg");
}
header nav ul li:nth-child(8) a::before {
  background-image: url("images/icon-book.svg");
}
header nav ul li:nth-child(9) a::before {
  background-image: url("images/icon-life.svg");
}
header nav ul li a {
  font-weight: bold;
  display: flex;
  gap: 4px;
  font-size: 18px;
}
header nav ul li a:hover {
  color: #00afcc;
  text-decoration: underline;
}
header button {
  width: 100%;
  margin-top: 0;
  box-sizing: border-box;
}
header .language {
  margin-top: 16px;
}
header .language p,
header .change a {
  font-weight: bold;
  display: block;
}
header .language p {
  display: flex;
  font-size: 16px;
  gap: 8px;
  padding: 0 8px 8px;
  margin: 32px 0 0 0;
}
header .language p::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: bottom;
  background-size: contain;
  background-image: url("images/icon-language.svg");
}
header .change {
  margin-left: 8px;
  display: flex;
  gap: 16px;
}
header .change a {
  border: 2px solid #333;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 8px;
}
header .change a:hover {
  color: #00afcc;
  text-decoration: underline;
}

header .sp {
  display: none;
}
header #close {
  display: none;
}
/* ---------------------------------------- */
/*メイン  */
main {
  /* width: 80%; */
  margin: 0 32px;
}

.mainvisual {
  margin-top: 40px;
  position: relative;
}
.mainvisual img {
  border-radius: 20px;
  max-height: 700px;
}
.mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #ffffffcd;
  width: 360px;
  height: 450px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 50px;
  letter-spacing: 10px;
  text-shadow: 2px 3px 3px rgba(107, 100, 100, 0.4);
  opacity: 0;
  animation: fadeInUp 1.5s ease-out 0.5s forwards;
}
.mainvisual h2.en {
  writing-mode: unset;
  width: 500px;
  height: 300px;
  padding: 16px;
  text-align: justify;
  letter-spacing: 7px;
}

/* ふわっと出現するアニメーション */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/* ------------------------------------------- */
/* アイコンボタン */
.icon-button {
  margin: 16px 0;
  padding: 20px 0;
}
.icon-button ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icon-button ul li {
  flex: 1;
  width: 100px;
}
.icon-button ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 15px rgba(0, 104, 183, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.icon-button ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s;
}
.icon-button ul li a:hover {
  transform: translateY(-4px) scale(1.05);
  border-color: #0068b7;
  box-shadow: 0 8px 25px rgba(0, 104, 183, 0.2);
  background: linear-gradient(135deg, #ffffff 0%, #e8f4ff 100%);
}
.icon-button ul li a:hover::before {
  left: 100%;
}
.icon-button ul li a:active {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 15px rgba(0, 104, 183, 0.15);
}
.icon-button ul li a img {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 2px 4px rgba(0, 104, 183, 0.2));
  transition: all 0.3s ease;
}
.icon-button ul li a:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 8px rgba(0, 104, 183, 0.3));
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 使い方 */
.how-to-use {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  margin-top: 32px;
}

.how-to-use li {
  margin-bottom: 32px;
}

.how-to-use ul li.step {
  display: flex;
  align-items: baseline;
  gap: 20px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8f4ff 100%);
  padding: 24px;
  border-radius: 20px;
  border: 2px solid #e0e8ff;
  position: relative;
  transition: all 0.3s ease;
}

.how-to-use ul li.step:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 104, 183, 0.15);
  border-color: #0068b7;
}

.how-to-use .step-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0068b7 0%, #00afcc 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 104, 183, 0.3);
  position: relative;
}

.how-to-use .step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, #0068b7, #00afcc);
  transform: translateY(-50%);
}

/* .how-to-use ul li.step:last-child .step-number::after {
  display: none;
} */

.how-to-use .step-content {
  flex: 1;
  display: flex;
  /* flex-direction: column; */
  gap: 32px;
  width: 30%;
}

.how-to-use .step-content img {
  max-width: 300px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); */
}

.how-to-use .step-content h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 0 0 32px 0;
  line-height: 1.5;
}

.how-to-use .step-content p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.step-info {
  width: 70%;
}

.step-notes {
  margin-top: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  border-left: 4px solid #00afcc;
}

.step-notes li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #555;
  line-height: 1.7;
}

.step-notes li:last-child {
  margin-bottom: 0;
}

.step-notes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00afcc;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
}

/* ---------------------------------------- */
/* ジャンルセクション */
.main-contents {
  background: #fff;
  border-radius: 20px;
  margin-top: 32px;
  padding: 32px;
}
.main-contents h2 {
  font-size: 2.3rem;
}

.box {
  /* background: #ddeaff; */
  padding: 0px;
}
/* .box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
} */
.parts {
  display: flex;
  gap: 32px;
  border: 2px solid #999;

  padding: 16px;
  border-radius: 20px;
  margin-top: 20px;
}
.parts .img-box {
  width: 50%;
}
.parts img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-position: 50% 50%;
}
.parts .info h3 {
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
}

#list01 {
  background: #fffaf0;
}
#list02 {
  background: #f1ffe8;
}
#list03 {
  background: #ffe8e9;
}
#list04 {
  background: #f2eaff;
}
#list05 {
  background: #e9fffc;
}
#list06 {
  background: #ffede6;
}
#list07 {
  background: #fffbea;
}
#list08 {
  background: #ffe6f3;
}
#list09 {
  background: #eaffe5;
}

#list01 .info h3::before,
#list02 .info h3::before,
#list03 .info h3::before,
#list04 .info h3::before,
#list05 .info h3::before,
#list06 .info h3::before,
#list07 .info h3::before,
#list08 .info h3::before,
#list09 .info h3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: bottom;
  background-size: contain;
}
#list01 .info h3::before {
  background-image: url("images/icon-money.svg");
}
#list02 .info h3::before {
  background-image: url("images/icon-heart.svg");
}
#list03 .info h3::before {
  background-image: url("images/icon-men.svg");
}
#list04 .info h3::before {
  background-image: url("images/icon-movi.svg");
}
#list05 .info h3::before {
  background-image: url("images/icon-people.svg");
}
#list06 .info h3::before {
  background-image: url("images/icon-culture.svg");
}
#list07 .info h3::before {
  background-image: url("images/icon-trip.svg");
}
#list08 .info h3::before {
  background-image: url("images/icon-book.svg");
}
#list09 .info h3::before {
  background-image: url("images/icon-life.svg");
}
.parts .info a {
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
/* .parts .info a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: bottom;
  background-size: contain;
  background-image: url("images/icon-book.png");
} */
.parts .info a:hover {
  color: #00afcc;
  text-decoration: underline;
}

.parts .info ul li {
  margin-top: 16px;
}
button {
  background: #00afcc;
  background: linear-gradient(
    180deg,
    rgba(0, 175, 204, 1) 0%,
    rgba(0, 104, 183, 1) 100%
  );
  color: #fff;
  padding: 16px;
  border-radius: 10px;
  margin-top: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 3px 0 #00579a, 0 6px 12px #04040433;
  transition: transform 0.05s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
button:hover {
  background: #00afcc;
  background: linear-gradient(
    180deg,
    rgba(0, 175, 204, 1) 0%,
    rgba(0, 104, 183, 1) 100%
  );
  transform: translateY(-1px);
  box-shadow: 0 4px 0 #00579a, 0 8px 14px #04040433;
}
button:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 #00579a, inset 0 0px 0 #00579a;
  background: #00afcc;
  background: linear-gradient(
    180deg,
    rgba(0, 175, 204, 1) 0%,
    rgba(0, 104, 183, 1) 100%
  );
}
button:focus-visible {
  outline: 3px solid #ffd54f;
  outline-offset: 2px;
}
button::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: bottom;
  background-size: contain;
  background-image: url("images/icon-search-w.png");
}
/* ------------------------------------------- */
/* コンセプト */
.concept {
  margin-top: 64px;
}
.concept h3 {
  font-size: 25px;
}

.concept .concept-info h3 {
  padding-top: 40px;
  font-size: 24px;
  text-align: center;
}
.concept .concept-text {
  line-height: 3;
  font-size: 18px;
  text-align: left;
  /* width: 800px;
  margin: 0 auto; */
}
.concept strong {
  color: #0068b7;
}

.concept .concept-img ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.concept .concept-img ul li {
  margin-top: 16px;
}
.concept .concept-img img {
  border-radius: 20px;
  /* width: 70%; */
}
.concept .concept-info-ai {
  margin: 32px 0;
}
.copy p {
  text-align: end;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*  バナー */

.bunner {
  margin: 32px 0;
}
.bunner img:hover {
  opacity: 0.8;
}
/* ------------------------------------------ */
/* フッター */
footer {
  background: #fff;
  padding: 32px;
  margin: 32px 0;
  border-radius: 20px;
}
/* footer .footer-title {
  text-align: center;
} */
footer .tel-box {
  position: relative;
  background: #00afcc;
  background: linear-gradient(
    180deg,
    rgba(0, 175, 204, 1) 0%,
    rgba(0, 104, 183, 1) 100%
  );
  padding: 32px;
  color: #fff;
  border-radius: 20px;
}

/* .tel-box h3 {
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: 5px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.tel-box h3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: bottom;
  background-size: contain;
  background-image: url("/images/icon-tel-w.png");
} */
/* .open-time {
  color: #00579a;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 16px;
  border-radius: 20px;
} */
.out-link {
  background: #fff;
  padding: 16px;
  border-radius: 20px;
}
.out-link li {
  margin-top: 24px;
}

.out-link h3 {
  color: #333;
  margin: 0 0 8px 0;
}

.out-link a {
  display: block;
}
.out-link img {
  width: 250px;
  transition: all 0.3s ease;
}
.out-link img:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 8px 25px rgba(0, 104, 183, 0.15); */
  /* border-color: #0068b7; */
}
footer .contact-img01,
footer .contact-img02 {
  position: absolute;
}
footer .contact-img01 {
  top: 68px;
  right: 50px;
  transform: rotate(20deg);
}
footer .contact-img02 {
  top: 235px;
  right: 100px;
  transform: rotate(-20deg);
}
footer .contact-img01 img,
footer .contact-img02 img {
  width: 250px;
}

footer .footer-nav {
  margin-top: 0;
  padding: 0px;
  background-image: url("images/footer-img.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 600px;
  border-radius: 20px;
}
footer .footer-info {
  /* -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); */
  padding: 32px;
  max-width: 100%;
  max-width: 400px;
  /* text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.8); */
  letter-spacing: 2px;
  /* height: 400px; */

  /* border-radius: 20px; */
}
footer .footer-nav h2 img {
  width: 250px;
}
.footer-nav p {
  font-weight: bold;
}

.footer-nav a {
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  display: flex;
}
.footer-nav a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: bottom;
  background-size: contain;
  background-image: url("images/map-icon.png");
}
.footer-nav small {
  text-align: end;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-top: 200px;
}
footer .tel-box .tel-box-info {
  color: #333;
  margin-top: 0;
}

@media screen and (max-width: 1350px) {
  footer .contact-img01 img,
  footer .contact-img02 img {
    width: 200px;
  }
  footer .contact-img01 {
    top: 174px;
  }
  footer .contact-img02 {
    top: 280px;
  }
}
@media screen and (max-width: 1400px) {
  body {
    display: block;
    /* padding: 0 32px; */
    margin: 0;
  }
  header {
    width: 100%;
    height: 40px;
  }
  header .sp {
    display: block;
  }
  header .sp img {
    width: 300px;
    padding: 16px 32px;
  }
  .mainvisual img {
    height: 600px;
  }

  header .fix {
    background: #ceecf2;
    z-index: 10;
    top: -100vh;
    height: 100vh;
    width: 100%;
    transition: all 1s;
  }
  header .fix.active {
    top: 0;
    transition: all 1s;
  }
  header .fix .inner {
    width: 500px;
    margin: 0 auto;
  }
  header .fix nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  header button {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
  }
  header .menu {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background: #289aff;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 32px 40px;
    cursor: pointer;
    border-radius: 0 0 50% 50%;
  }
  header .fix.active + .sp {
    display: none;
  }
  header .fix.active #close {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background: #289aff;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 32px 40px;
    cursor: pointer;
    border-radius: 0 0 50% 50%;
  }
  header .fix.active #close {
    display: block;
  }

  .container {
    max-width: 1100px;
    margin: 70px auto;
    /* padding: 0 32px; */
  }
  main {
    width: 100%;
    margin: 0 auto;
  }
  .concept {
    display: block;
  }
  .concept .concept-info {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .concept .concept-info h3 {
    text-align: center;
  }
  .concept .concept-text {
    text-align: center;
  }

  .concept .concept-img {
    width: 100%;
  }
  .concept .concept-img ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .concept .concept-img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
    margin: 70px auto 16px;
  }

  button {
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
  }
  .mainvisual h2 {
    letter-spacing: 5px;
    width: 300px;
    height: 415px;
  }
  .how-to-use {
    padding: 24px;
  }
  .how-to-use ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .parts {
    flex-direction: column;
    gap: 0;
  }
  .parts .img-box {
    width: 100%;
  }
  .parts h3 {
    justify-content: center;
  }

  .main-contents {
    padding: 16px;
  }
  .how-to-use .step-content {
    display: block;
  }
  .step-info {
    margin-bottom: 24px;
    width: 100%;
  }
  .step-img {
    text-align: center;
    /* background: #fff; */
    padding: 0 16px;
  }
  footer {
    padding: 24px;
  }
  footer .tel-box {
    padding: 24px;
  }
  footer .tel-box-img {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  button {
    font-size: 18px;
    padding: 18px 0;
  }
  header .fix .inner {
    max-width: 500px;
    width: auto;
    margin: 0 auto;
    padding-top: 0;
  }

  header h1 img {
    width: 170px;
  }
  header .sp img {
    width: 180px;
    padding: 16px 16px;
  }
  header .menu {
    padding: 16px;
    font-size: 18px;
  }
  header .fix.active #close {
    padding: 18px;
    font-size: 18px;
  }
  header nav ul li {
    margin-bottom: 16px;
  }
  header .language p {
    margin: 20px 0 0 0;
  }
  .container {
    width: 95%;
    margin: 40px auto 16px;
  }
  .mainvisual img {
    height: 350px;
  }

  .mainvisual h2 {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 40px;
    width: 200px;
    height: 300px;
  }

  .mainvisual h2.en {
    max-width: 500px;
    width: 200px;
    letter-spacing: 0px;
  }
  .section-title h2 {
    font-size: 20px;
  }
  .section-title h2 span {
    font-size: 1rem;
  }
  .section-title {
    margin-bottom: 16px;
  }

  .icon-button {
    padding: 0;
  }
  .how-to-use {
    padding: 16px;
    margin-top: 16px;
  }
  .how-to-use ul {
    gap: 16px;
  }
  .how-to-use .step-number {
    width: 40px;
    height: 40px;
  }
  .how-to-use ul li.step {
    display: block;
  }

  .how-to-use ul li.step {
    padding: 16px;
  }
  .step-info {
    margin-bottom: 16px;
  }

  .how-to-use .step-content {
    width: 100%;
  }
  .how-to-use .step-content h3 {
    font-size: 20px;
    margin: 0 0 16px 0;
  }
  .how-to-use .step-content {
    margin-top: 8px;
  }
  .how-to-use .step-notes {
    padding: 8px;
    margin-top: 8px;
  }
  .how-to-use .step-notes li {
    font-size: 14px;
    padding-left: 24px;
    margin-bottom: 0;
  }
  .how-to-use .step-notes li::before {
    font-size: 16px;
  }
  .how-to-use .step-content img {
    max-width: 250px;
  }
  #list01 .info h3::before,
  #list02 .info h3::before,
  #list03 .info h3::before,
  #list04 .info h3::before,
  #list05 .info h3::before,
  #list06 .info h3::before,
  #list07 .info h3::before,
  #list08 .info h3::before,
  #list09 .info h3::before {
    width: 35px;
    height: 35px;
  }
  .parts img {
    height: 200px;
  }
  .parts .info h3 {
    font-size: 24px;
    margin: 16px 0;
  }
  .concept .concept-info h3 {
    font-size: 18px;
  }
  .concept .concept-text {
    line-height: 2;
  }
  .concept .concept-text br {
    display: none;
  }
  .concept .concept-img ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bunner {
    margin: 16px 0;
  }
  footer {
    padding: 16px;
    margin: 16px 0;
  }
  footer .footer-title {
    font-size: 18px;
    /* text-align: center; */
  }
  footer .footer-nav {
    height: 350px;
  }
  footer .tel-box {
    padding: 16px;
  }
  .out-link li {
    margin-top: 16px;
  }
  .contact-title h2 {
    font-size: 18px;
    margin-top: 0;
  }
  footer .footer-info {
    padding: 0;
  }
}
