@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/neo-sans-pro');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
  display: block;
}
body {
  font-family: 'source-han-sans-cjk-ja', 'Neo Sans Pro', sans-serif;
  line-height: 1.6;
  color: #ffffff;
  font-feature-settings: "palt";
  background: #06142d;
  letter-spacing: 1px;
}
#fame-cabin h2, #fame-cabin h3 {
  line-height: 1.6;
}
#fame-cabin h2 {
  font-weight: 300 !important;
}
.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .container {
    max-width: 1000px;
  }
}
.container_s {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .container {
    max-width: 900px;
  }
}
a:hover {
  opacity: 0.7;
}
.hero {
  position: relative;
  width: 100vw;
  height: 70vh;
  min-height: 500px;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
  width: 100%;
}
.hero h2 {
  font-size: clamp(1.8rem, 4.2vw, 3.1rem);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
  animation: fadeInUp 1s ease-out;
  letter-spacing: 2px;
}
.hero p {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  opacity: 0.95;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  animation: fadeInUp 1s ease-out 0.3s both;
}
.lead_wrap h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
}
.lead {
  text-align: center;
  padding: 140px 0;
  background: #06142d;
}
.lead h3 {
  line-height: 2.2;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}
.lead .underline {
  color: yellow;
}
.section_01_item {
  background: #E4E4E4;
  padding: 110px 0;
}
.stroller-section {
  max-width: 480px;
  margin: 0 auto;
}
.stroller-section h2 {
  text-align: center;
  color: #333;
  font-size: 2.8rem;
  line-height: 1 !important;
  margin-bottom: 10px;
  font-weight: normal;
}
.stroller-section h3 {
  color: #555;
  text-align: center;
  font-size: 1rem;
}
.main-image {
  max-width: 470px;
  margin: 20px auto 30px;
  aspect-ratio: 1;
  overflow: hidden;
}
.main-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1;
  opacity: 1;
  transition: opacity .4s ease;
}
.main-image img.fade-out {
  opacity: 0;
}
.thumb-list {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 16px;
}
.thumb-list img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: opacity .2s, border-color .2s;
}
.thumb-list img.active {
  border-color: #9db5c2;
  opacity: 1;
}
.thumb-list img:not(.active) {
  opacity: .6;
}
.color-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 12px 0 8px;
}
.color-dot {
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
}
.color-dot.active {
  transform: scale(1.1); /* 1.1倍に拡大 */
}
.color-name {
  font-size: 18px;
  color: #555;
  margin-bottom: 32px;
  text-align: center;
}
.features {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 7.5vw;
  padding: 150px 0 120px;
  flex-wrap: wrap;
  column-gap: 6vw;
}
.feature-card {
  text-align: center;
  color: #dae5f1;
  width: calc((100% - 12vw) / 3);
}
.feature-card .feature-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.feature-card .feature-img img, .feature-card .feature-img video {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
}
.feature-card .sun_canopy video {
  position: absolute;
  left: -70%;
  width: 180%;
  top: -40%;
  aspect-ratio: 1;
  object-fit: contain;
}
.feature-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold !important;
  text-align: center;
  display: inline;
  white-space: nowrap;
}
.feature-card p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 22px;
  text-align: left;
}
.famecabin_logo {
  width: 270px;
  margin: 0 auto 2rem;
}
.feature-contents .small {
  font-size: 90%;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* レスポンシブ */
@media (max-width: 768px) {
  .hero {
    height: 60vh;
    min-height: 400px;
  }
  .thumb-list img {
    width: 13vw;
    height: 13vw;
  }
  .famecabin_logo {
    width: 50%;
  }
  .lead_wrap h2 {
    font-size: 2.2rem;
  }
  .main-image {
    margin: 10px auto 10px;
  }
  .stroller-section h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .stroller-section h3 {
    font-size: 14px;
  }
  .section_01_item {
    padding: 40px 0;
  }
  .color-name {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 40px 0;
    display: grid;
  }
  .feature-card {
    padding: 0;
    width: 100%;
    display: flex;
    text-align: left;
    gap: 5%;
    align-items: center;
    justify-content: center;
  }
  .container {}
  .feature-card h3 {
    text-align: left;
    margin-bottom: 3px;
    font-size: 16px;
  }
  .feature-card .feature-img {
    width: 30%;
    margin-bottom: 0;
  }
  .feature-contents {
    width: 65%;
  }
  .feature-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .container_s {
    padding: 0 20px;
  }
  .lead {
    text-align: left;
    padding: 40px 20px;
    background: #0C2654;
  }
  .lead h3 {
    font-size: 15px;
    line-height: 1.8;
  }
  .lead .underline {}
}
.section-title {
  font-size: 2.8rem;
  line-height: 1 !important;
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
  font-weight: normal !important;
}
.section-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.section_06 {
  background: #F0F0F0;
  padding: 120px 0;
  text-align: center;
}
.section_07 {}
.section_08 {
  padding: 120px 0;
  text-align: center;
  background: #F1F1F1;
}
.btn-blue {
  display: inline-block;
  background-color: #4e7797;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1;
  width: 270px;
  transition: 0.5s;
  padding: 20px 0px 16px;
}
.not_sale {
  background-color: #858585;
  pointer-events: none;
}
/* 1. COLOR LINEUP & SPEC */
.product-visuals {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin-bottom: 70px;
}
.product-item img {
  width: 100%;
  max-width: 290px;
}
.product-name {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
}
.spec-table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
  border-collapse: collapse;
  text-align: left;
}
.spec-table_btn {
  display: flex;
  gap: 2vw;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.spec-table th, .spec-table td {
  padding: 8px 15px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.1rem;
  color: #333;
}
.spec-table th {
  font-weight: normal;
  color: #333;
  width: 35%;
}
.travel-system_text {
  position: absolute;
  color: #fff;
  width: 26vw;
  max-width: 270px;
  right: 8vw;
  line-height: 1.8;
  text-align: left;
  font-size: 15px;
}
.travel-system_text h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 10px;
}
.travel-system_text .btn-blue {
  text-align: center;
  background: none;
  border: 1px #fff solid;
  margin-top: 20px;
  width: 100%;
}
.travel-system {
  position: relative;
  width: 100vw;
  height: 70vh;
  min-height: 700px;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}
.shop table {
  border-collapse: collapse;
  border: 2px solid #CCC;
  width: 98%;
  max-width: 1024px;
  margin: 50px auto;
}
.shop th, .shop td {
  border: 1px solid #CCC;
  padding: 14px;
  font-size: 15px;
  vertical-align: middle !important;
}
.center_h {
  width: fit-content;
  left: 0;
  font-weight: normal;
  right: 0;
  font-size: 2.2rem;
  margin: 0 auto;
}
.shop {
  background: #3f4464;
  padding: 120px 0;
}
.travel-system video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.child-seat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 30px;
}
.seat-item img {
  width: 94%;
  height: auto;
  object-fit: cover;
}
.seat-item .btn-blue {
  width: 210px;
  padding: 20px 0px 16px;
  font-size: 16px;
  line-height: 1;
}
.seat-item .product-name {
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0px;
}
.product-name .sub {
  display: block;
  font-size: 70%;
}
.seat-item_img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.brand-banner {
  position: relative;
  height: 630px;
  background: url('https://www.maxicosi.jp/assets/img/famecabin/brand_bnr.webp') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}
.banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  height: 356px;
}
.banner-content {
  position: absolute;
  color: white;
  text-align: center;
  z-index: 1;
  padding: 0 40px;
  top: 330px;
}
.banner-content h3 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.banner-content p {
  font-size: 0.85rem;
  margin-bottom: 10px;
  line-height: 1.8;
  max-width: 770px;
  text-align: left;
}
.btn-orange {
  color: white;
  padding: 18px 90px;
  text-decoration: none;
  border-radius: 70px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  border: 1px #fff solid;
  transition: 0.5s;
}
.accessories {
  background-color: #06142d;
  color: white;
  padding: 120px 0;
  text-align: center;
}
.accessories .section-title, .accessories .section-subtitle, .fame-videos .section-title {
  color: white;
}
.accessories .btn-blue {
  background: none;
  border: 1px #fff solid;
}
.accessories .btn-blue:hover, .btn-orange:hover, .travel-system_text .btn-blue:hover {
  background: #fff;
  opacity: 1;
  color: #000;
}
.acc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.acc-item {
  padding: 0;
}
.acc-item img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1;
  height: auto;
}
.acc_price {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 15px;
}
.acc_price .yen {
  font-size: 60%;
}
.acc-info {
  background-color: #0b2144;
  padding-top: 10px;
}
.acc-name {
  font-size: 18px;
  display: block;
  margin-top: 20px;
  text-align: center;
  line-height: 1.4;
}
.shop td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 678px) {
  .hero h2 {
    margin-bottom: 5px;
  }
  .shop td:nth-child(3) {
    font-size: 13px;
  }
  .center_h {
    font-size: 22px;
  }
  .accessories .btn-blue {
    width: 100%;
    font-size: 16px;
  }
  .acc_price {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .acc-name {
    height: auto;
    margin-top: 10px;
    font-size: 1rem;
  }
  .accessories {
    padding: 40px 0;
  }
  .acc-item-container {
    width: 65%;
    margin: 0 auto;
  }
  .shop table {
    margin: 20px auto 40px;
  }
  .spec-table th, .spec-table td {
    font-size: 13px;
    padding: 3px 0px;
  }
  .btn-blue {
    font-size: 16px;
    padding: 16px 0 13px;
    max-width: 320px;
  }
  .shop {
    padding: 40px 0;
  }
  .shop th, .shop td {
    font-size: 12px;
    padding: 5px;
  }
  .travel-system_text {
    max-width: 100%;
    width: 100%;
    right: 0;
    padding: 0 3rem;
    top: 9vw;
  }
  .travel-system_text h2 {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .travel-system_text p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 34vw;
  }
  .travel-system_text .btn-blue {
    margin-top: 1vw;
  }
  .child-seat-grid, .acc-grid {
    grid-template-columns: 1fr;
  }
  .product-name {
    font-size: 15px;
  }
  .product-visuals {
    margin-bottom: 40px;
  }
  .banner-content h3 {
    font-size: 1.1rem;
  }
  .spec-table_btn {
    display: grid;
    gap: 1rem;
  }
  .child-seat-grid {
    display: grid;
    gap: 30px;
    margin-top: 30px;
  }
  .banner-content {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    bottom: inherit;
  }
  .travel-system {
    height: 70vh;
    min-height: inherit;
  }
  .section_06, .section_08 {
    padding: 40px 0;
  }
  .spec-table {
    margin: 0 auto 20px;
  }
  .section-title {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .section-subtitle {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .seat-item img {
    width: 94%;
    height: auto;
    object-fit: cover;
  }
  .seat-item .btn-blue {
    width: 210px;
    padding: 16px 0 13px;
    font-size: 16px;
    line-height: 1;
  }
  .seat-item .product-name {
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0px;
    margin-top: 0;
  }
  .seat-item_img {
    width: 60%;
    aspect-ratio: 1;
    overflow: hidden;
    margin: 0 auto;
  }
}
.fame-videos {
  background: #252e4d;
  text-align: center;
  padding: 120px 0;
  color: #fff;
}
.thumbnail-list .thumb {
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.thumbnail-list .thumb.active, .thumbnail-list .thumb:hover {
  opacity: 1 !important;
  transform: scale(1.05);
}
.main-video {
  background: #fff;
  padding: 15px;
  margin-top: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9比率 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-title {
  margin-top: 15px;
  font-size: 1.2rem;
}
.thumbnail-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.thumb {
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  border: 3px solid transparent;
  transition: 0.3s;
}
.thumb img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
}
.thumb p {
  font-size: 12px;
  margin-top: 7px;
  text-align: left;
  line-height: 1.4;
}
.thumb:hover img {
  transform: scale(1.1);
}
.thumb.active {}
@media (max-width: 768px) {
  .thumbnail-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .fame-videos {
    padding: 40px 0;
  }
  .main-video {
    background: none;
    margin-top: 0;
  }
}
.pc_only {
  display: block
}
.sp_only {
  display: none;
}
@media (max-width: 678px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block
  }
}