@charset "UTF-8";
html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7.625rem;
}

body {
  color: #1e1e1e;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  overflow-x: hidden;
}

html.is-open,
body.is-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 57.5rem;
}

.l-main {
  padding-top: 7.625rem;
}

.p-footer {
  background-color: #517378;
  padding-block: 6.25rem 2.8125rem;
}

.p-footer__flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 53.125rem;
}

.p-footer__sns {
  display: flex;
  gap: 2.1875rem;
}

.p-footer__sns--link {
  display: block;
  transition: opacity 0.3s ease;
  width: 2.1875rem;
}

.p-footer__sns--link:last-child {
  width: 3.25rem;
}

.p-footer__sns--link:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  color: #ffffff;
  font-size: 0.625rem;
}

.p-header {
  background-color: #1e1e1e;
  height: 7.625rem;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.p-header__logo {
  align-items: center;
  display: flex;
  height: 100%;
  margin: auto;
  max-width: 20rem;
  width: 100%;
}

.p-header__inner {
  height: inherit;
}

.p-fixedMenu {
  background-color: #ffffff;
  border: 1.5px solid #1e1e1e;
  border-radius: 0.625rem;
  bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  max-width: 7.5rem;
  overflow: hidden;
  position: fixed;
  right: max(1.25rem, (100vw - 80rem) / 2);
  width: 100%;
  z-index: 100;
}

.p-fixedMenu__intro {
  display: flex;
  flex-direction: column;
}

.p-fixedMenu__link {
  align-items: center;
  color: #1e1e1e;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  padding: 0.75rem 0.625rem;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease;
}

.p-fixedMenu__item:not(:last-child) .p-fixedMenu__link::after {
  -webkit-transform: translateX(-50%);
  background-color: #1e1e1e;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4.375rem;
}

.p-fixedMenu__nav .p-fixedMenu__item .p-fixedMenu__link {
  text-decoration: underline;
  text-decoration-thickness: 0.09375rem;
  text-underline-offset: 0.125rem;
}

.p-fixedMenu__nav .p-fixedMenu__item .p-fixedMenu__link::after {
  display: none;
}

.p-fixedMenu__nav {
  display: none;
}

.p-fixedMenu__nav--sp {
  display: none;
}

.p-fixedMenu__nav--list {
  padding-block: 0.9375rem;
}

.p-fixedMenu__bg {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-fixedMenu.is-nav-open .p-fixedMenu__intro {
  padding-block: 0.625rem;
}

.p-fixedMenu__intro > .p-fixedMenu__item:nth-child(3) .p-fixedMenu__link::after {
  display: none;
}

.p-fixedMenu.is-nav-open {
  max-width: 16.875rem;
}

.p-fixedMenu.is-nav-open .p-fixedMenu__intro > .p-fixedMenu__item:nth-child(-n+3) {
  display: none;
}
.p-fixedMenu__close-icon {
  display: none;
}

.p-fixedMenu__link--menu,
.p-fixedMenu__link--close {
  cursor: pointer;
}

.p-topKv {
  background-color: #fbfaf3;
  padding-block: 1.25rem 5.625rem;
}

.p-topKv__img {
  margin-inline: auto;
  max-width: 43.75rem;
  width: 100%;
}

.p-topKv__title {
  color: #1e1e1e;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
  margin-bottom: 2.1875rem;
  text-align: center;
}

.p-topKv__text {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-inline: auto;
  max-width: 48.375rem;
  text-align: center;
}
.p-topKv__text p {
  margin-bottom: 2.25rem;
}
.p-topKv__text p:last-child {
  margin-bottom: 0;
}

.p-topBrand {
  padding-block: 6.5625rem 5rem;
}

.p-topBrand__title {
  color: #1e1e1e;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3333333333;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-topBrand__lead {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-topBrand__items {
  display: flex;
  gap: 3.75rem;
  justify-content: center;
  margin-bottom: 3.75rem;
}

.p-topBrand__item {
  max-width: 25rem;
  text-align: center;
  width: 100%;
}

.p-topBrand__label {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.p-topBrand__product {
  margin-inline: auto;
  max-width: 27rem;
  width: 100%;
}

.p-topBrand__catch--blue {
  color: #426e90;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-topBrand__catch--red {
  color: #d50c2d;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-topBrand__card {
  align-items: center;
  background-color: #f5eae4;
  border-radius: 0.625rem;
  display: flex;
  gap: 1.5625rem;
  margin-bottom: 1.875rem;
  margin-inline: auto;
  max-width: 53.125rem;
  padding: 1.25rem;
}

.p-topBrand__card:last-of-type {
  margin-bottom: 0;
}

.p-topBrand__card--img {
  flex-shrink: 0;
  max-width: 22.3125rem;
  width: 100%;
}

.p-topBrand__card--img img {
  border-radius: 0.4375rem;
}

.p-topBrand__card--title {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.p-topBrand__card--text {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  text-align: justify;
}

.p-topEurope {
  background-color: #fbfaf3;
  padding-top: 5.3125rem;
}

.p-topEurope__title {
  color: #1e1e1e;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3333333333;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-topEurope__lead {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-topEurope__chart {
  margin-bottom: 4.6875rem;
  margin-inline: auto;
  max-width: 53.125rem;
  width: 100%;
}

.p-topEurope__chart img {
  border-radius: 0.4375rem;
}

.p-topEurope__adac {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  margin-inline: auto;
  max-width: 53.125rem;
}

.p-topEurope__adac--desc {
  flex: 1;
}

.p-topEurope__adac--title {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-topEurope__adac--text {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}

.p-topEurope__adac--link {
  color: #1e1e1e;
  font-size: 0.875rem;
  font-weight: 500;
  margin-inline: auto;
  max-width: 53.125rem;
  text-align: right;
}
.p-topEurope__adac--link a {
  color: #1e1e1e;
  text-decoration: underline;
}

.p-topEurope__adac--head {
  align-items: flex-start;
  display: flex;
  gap: 0.9375rem;
  margin-bottom: 1.875rem;
}

.p-topEurope__adac--logo {
  flex-shrink: 0;
  max-width: 7.5rem;
  width: 100%;
}

.p-topEurope__table {
  border: 1px solid #1e1e1e;
  display: flex;
  flex: 1;
}

.p-topEurope__table--crash {
  background-color: #f0f0f0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
.p-topEurope__table--crash th,
.p-topEurope__table--crash td {
  border: 0.5px solid #1e1e1e;
  font-size: 1rem;
  line-height: 1.3;
  padding-block: 0.75rem;
  text-align: center;
}
.p-topEurope__table--crash th:nth-child(1),
.p-topEurope__table--crash td:nth-child(1) {
  width: 11.9375rem;
}
.p-topEurope__table--crash th:nth-child(2), .p-topEurope__table--crash th:nth-child(3),
.p-topEurope__table--crash td:nth-child(2),
.p-topEurope__table--crash td:nth-child(3) {
  width: 7.25rem;
}
.p-topEurope__table--crash thead th {
  font-size: 0.875rem;
  font-weight: 500;
}
.p-topEurope__table--crash tbody th {
  font-size: 1rem;
  font-weight: 700;
}
.p-topEurope__table--crash tbody td {
  font-size: 1rem;
  font-weight: 700;
}
.p-topEurope__table--crash tbody td:nth-child(2), .p-topEurope__table--crash tbody td:nth-child(3) {
  font-size: 1.375rem;
}

.p-topEurope__table--crash .is-red {
  color: #ed0000;
}

.p-topEurope__table--crash .is-highlight td {
  background-color: #ffff00;
}

.p-topEurope__evalBox {
  background-color: #e6dbc2;
  border-radius: 0.625rem;
  margin-bottom: 0.625rem;
  margin-inline: auto;
  max-width: 53.125rem;
  padding: 1.5625rem 1.5625rem 1.875rem;
}

.p-topEurope__summary {
  margin-bottom: 1.5625rem;
}

.p-topEurope__summary--text {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-topEurope__summary--toggle {
  background-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

.p-topEurope__summary--toggle::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #1e1e1e;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.875rem;
}

.p-topEurope__summary--toggle::after {
  -webkit-transform: translate(-50%, -50%);
  background-color: #1e1e1e;
  content: "";
  height: 0.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2px;
}

.p-topEurope__evalBox.is-open .p-topEurope__summary--toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-topEurope__categories {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-topEurope__category--title {
  background-color: #787878;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  padding: 0.625rem 0.9375rem;
  text-align: center;
}

.p-topEurope__category--list {
  background-color: #e6dbc2;
  color: #1e1e1e;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.0625rem;
}

.p-topEurope__category--list li {
  padding: 0.3125rem 0.625rem;
}

.p-topEurope__category--list li:nth-child(odd) {
  background-color: #ffffff;
}

.p-topEurope__category--list li:nth-child(even) {
  background-color: #f0f0f0;
}
.p-topSafety {
  background-color: #fbfaf3;
  padding-block: 6.25rem 9.375rem;
}

.p-topSafety__title {
  color: #1e1e1e;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3333333333;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-topSafety__lead {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-topSafety__lead p {
  margin-bottom: 0.3125rem;
}

.p-topSafety__cards {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  max-width: 53.125rem;
}

.p-topSafety__card {
  border-radius: 0.625rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 1.5625rem 1.5625rem 1.875rem;
}

.p-topSafety__card--maxi {
  background-color: #426e90;
}

.p-topSafety__card--britax {
  background-color: #d22340;
}

.p-topSafety__card--logo {
  margin-bottom: 1.25rem;
  margin-inline: auto;
  max-width: 13.125rem;
  width: 100%;
}

.p-topSafety__card--title {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 0.9375rem;
}

.p-topSafety__card--row {
  margin-bottom: 1.25rem;
}

.p-topSafety__card--row:last-child {
  margin-bottom: 0;
}

.p-topSafety__card--img {
  margin-bottom: 0.9375rem;
}

.p-topSafety__card--img img {
  border-radius: 0.3125rem;
}

.p-topSafety__card--desc {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5714285714;
}

.p-topPhilosophy {
  background-color: #f5eae4;
  padding-block: 5rem 7.5rem;
}

.p-topPhilosophy__title {
  color: #1e1e1e;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4.375rem;
  text-align: center;
}

.p-topPhilosophy__section {
  margin-bottom: 5rem;
}

.p-topPhilosophy__section:last-child {
  margin-bottom: 0;
}

.p-topPhilosophy__num {
  color: #e55538;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-topPhilosophy__block {
  align-items: flex-start;
  display: flex;
  gap: 1.25rem;
  margin-inline: auto;
  max-width: 53.125rem;
}
.p-topPhilosophy__block + .p-topPhilosophy__block {
  margin-top: 1.875rem;
}

.p-topPhilosophy__block--img {
  flex-shrink: 0;
  max-width: 25.3125rem;
  width: 100%;
}

.p-topPhilosophy__block--img img {
  border-radius: 0.625rem;
}

.p-topPhilosophy__block--toggle {
  display: none;
}

.p-topPhilosophy__block--toggle--icon {
  border: 1px solid #1e1e1e;
  border-radius: 50%;
  height: 1.875rem;
  position: relative;
  width: 1.875rem;
}

.p-topPhilosophy__block--toggle--icon::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #1e1e1e;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.875rem;
}

.p-topPhilosophy__block--toggle--icon::after {
  -webkit-transform: translate(-50%, -50%);
  background-color: #1e1e1e;
  content: "";
  height: 0.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1px;
}

.p-topPhilosophy__block.is-open .p-topPhilosophy__block--toggle--icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-topPhilosophy__block--title {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.p-topPhilosophy__block--text {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}

.p-topPhilosophy__tableWrap {
  margin-inline: auto;
  margin-top: 3.125rem;
  max-width: 53.125rem;
}

.p-topPhilosophy__tableCard {
  background-color: #bda496;
  border-radius: 0.625rem;
  display: flex;
  gap: 4.375rem;
  padding: 1.25rem 2.1875rem;
  position: relative;
}

.p-topPhilosophy__tableCard::after {
  background-color: #ffffff;
  bottom: 1.25rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 1.25rem;
  width: 1px;
}

.p-topPhilosophy__tableCard--label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0.3125rem;
}

.p-topPhilosophy__flag {
  display: inline-block;
  height: auto;
  margin-right: 0.5rem;
  max-width: 2.375rem;
  vertical-align: middle;
  width: 100%;
}

.p-topPhilosophy__tableCard--title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.625rem;
}

.p-topPhilosophy__tableCard--left {
  flex: 1;
}

.p-topPhilosophy__tableCard--right {
  flex: 1;
}
.p-topPhilosophy__tableCard--subtitle {
  background-color: #787878;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0.0625rem;
  padding: 0.5rem 0rem;
  text-align: center;
}

.p-topPhilosophy__tableCard--title2 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
}

.p-topPhilosophy__tableCard--table {
  background-color: #f0f0f0;
  border-collapse: collapse;
  margin-bottom: 0.3125rem;
  width: 100%;
}
.p-topPhilosophy__tableCard--table th,
.p-topPhilosophy__tableCard--table td {
  border-bottom: 1px solid #bda496;
  color: #1e1e1e;
  font-size: 0.875rem;
  padding-block: 0.5rem;
  text-align: left;
}
.p-topPhilosophy__tableCard--table tr:last-child th,
.p-topPhilosophy__tableCard--table tr:last-child td {
  border-bottom: none;
}
.p-topPhilosophy__tableCard--table th {
  font-weight: 700;
  padding-left: 1.25rem;
  width: 9.375rem;
}
.p-topPhilosophy__tableCard--table th td {
  font-weight: 500;
}
.p-topPhilosophy__tableCard--table td {
  padding-right: 1.25rem;
}

.p-topPhilosophy__tableCard--useTable {
  border-collapse: separate;
  border-spacing: 0.0625rem;
  margin-bottom: 0.9375rem;
  table-layout: fixed;
  width: 100%;
}
.p-topPhilosophy__tableCard--useTable th,
.p-topPhilosophy__tableCard--useTable td {
  background-color: #ffffff;
  color: #1e1e1e;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
}
.p-topPhilosophy__tableCard--useTable thead th {
  background-color: #f0f0f0;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-topPhilosophy__tableCard--useTable tbody th {
  font-weight: 700;
  width: 6.25rem;
}
.p-topPhilosophy__tableCard--useTable tbody td {
  font-size: 1.125rem;
  font-weight: 700;
}

.p-topPhilosophy__tableCard--note {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
}

.p-topPhilosophy__tableCard--source {
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
  text-align: right;
}
.p-topPhilosophy__tableCard--source a {
  color: #ffffff;
  text-decoration: underline;
}

.p-topPhilosophy__products {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 53.125rem;
}

.p-topPhilosophy__product {
  max-width: 15.625rem;
  text-align: center;
}

.p-topPhilosophy__product--img {
  margin-bottom: 0.9375rem;
}

.p-topPhilosophy__product--name {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}

.p-topSelect {
  padding-block: 5rem 7.5rem;
}

.p-topSelect__title {
  color: #1e1e1e;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-topSelect__slider {
  margin-bottom: 3.125rem;
  overflow: hidden;
}

.p-topSelect__slider--track {
  -webkit-animation: slider-loop 30s linear infinite;
  animation: slider-loop 30s linear infinite;
  display: flex;
  gap: 1.875rem;
  width: -webkit-max-content;
  width: max-content;
}

.p-topSelect__slider--item {
  flex-shrink: 0;
  width: 10rem;
}

@-webkit-keyframes slider-loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@keyframes slider-loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
.p-topSelect__question {
  margin-bottom: 2.5rem;
  position: relative;
  text-align: center;
}

.p-topSelect__question--bg {
  -webkit-transform: translate(-50%, -50%);
  height: 5.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.625rem;
  z-index: 0;
}

.p-topSelect__question--text {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  position: relative;
  z-index: 1;
}
.p-topSelect__question--text p {
  margin-bottom: 0.3125rem;
}

.p-topSelect__subtitle {
  color: #1e1e1e;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 5rem;
  text-align: center;
}

.p-topSelect__compare {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3.125rem;
  margin-inline: auto;
  max-width: 53.125rem;
}

.p-topSelect__compare--item {
  flex: 1;
}
.p-topSelect__compare--title {
  border-bottom: 1px solid #1e1e1e;
  color: #1e1e1e;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  margin-inline: auto;
  padding-bottom: 0.0625rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-topSelect__compare--img {
  margin-bottom: 1.25rem;
}

.p-topSelect__compare--text {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  text-align: justify;
}

.p-topSelect__note {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}

.p-topSelect__subtitle2 {
  color: #1e1e1e;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 2.8125rem;
  text-align: center;
}

.p-topSelect__categories {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 7.1875rem;
  margin-inline: auto;
  max-width: 53.125rem;
}

.p-topSelect__catItem {
  align-items: center;
  border-radius: 0.3125rem;
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  padding: 1.5625rem 1.875rem;
  position: relative;
}

.p-topSelect__catItem::after {
  background-color: #1e1e1e;
  bottom: 0.9375rem;
  content: "";
  left: 55%;
  position: absolute;
  top: 0.9375rem;
  width: 1px;
}

.p-topSelect__catItem--baby {
  background-color: #f5eae4;
}

.p-topSelect__catItem--toddler {
  background-color: #e3eff4;
}

.p-topSelect__catItem--longuse {
  background-color: #e7e1f0;
}

.p-topSelect__catItem--junior {
  background-color: #e5f0e1;
}

.p-topSelect__catItem--left {
  width: 53%;
}

.p-topSelect__catItem--age {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.p-topSelect__catItem--desc {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
}

.p-topSelect__catItem--right {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  width: 42%;
}
.p-topSelect__catItem--right a {
  color: #1e1e1e;
  text-decoration: underline;
}

.p-topSelect__fitting {
  align-items: center;
  display: flex;
  gap: 3.125rem;
  margin-bottom: 5.4375rem;
  margin-inline: auto;
  max-width: 50rem;
}

.p-topSelect__fitting--img {
  flex-shrink: 0;
  max-width: 25.3125rem;
  width: 100%;
}

.p-topSelect__fitting--links {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1.875rem;
}
.p-topSelect__fitting--links a {
  color: #1e1e1e;
  text-decoration: underline;
}
.p-topSelect__fitting--links p {
  margin-bottom: 1.25rem;
}

.p-topSelect__fitting--title {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.p-topSelect__fitting--text {
  color: #1e1e1e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
}

.p-topSelect__brandLinks {
  display: flex;
  gap: 3.125rem;
  justify-content: center;
  margin-inline: auto;
}

.p-topSelect__brandLink {
  max-width: 21.25rem;
  text-align: center;
  width: 100%;
}

.p-topSelect__brandLink--logo {
  margin-bottom: 1.25rem;
  margin-inline: auto;
  max-width: 14rem;
  width: 100%;
}

.p-topSelect__brandLink--btn {
  border: 1px solid #1e1e1e;
  border-radius: 3.75rem;
  color: #ffffff;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-inline: auto;
  max-width: 21.25rem;
  padding-block: 0.75rem;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
}

.p-topSelect__brandLink--btn:hover {
  opacity: 0.8;
}

.p-topSelect__brandLink--btn-maxi {
  background-color: #426e90;
}

.p-topSelect__brandLink--btn-britax {
  background-color: #d22340;
}

.p-topAbout {
  background-color: #517378;
  color: #ffffff;
  padding-block: 5.625rem 4.375rem;
}

.p-topAbout__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 3.4375rem;
  text-align: center;
}

.p-topAbout__img {
  margin-bottom: 3.125rem;
  margin-inline: auto;
  max-width: 53.125rem;
  width: 100%;
}

.p-topAbout__img img {
  border-radius: 0.625rem;
}

.p-topAbout__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-topAbout__services {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-inline: auto;
  max-width: 53.125rem;
}

.p-topAbout__service {
  align-items: center;
  background-color: #629097;
  border-radius: 0.625rem;
  display: flex;
  gap: 1.625rem;
  padding: 0.9375rem 1.5625rem;
}

.p-topAbout__service--title {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3333333333;
  max-width: 15.625rem;
  text-align: center;
  width: 100%;
}

.p-topAbout__service--toggle {
  display: none;
}

.p-topAbout__service--toggle::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #ffffff;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.875rem;
}

.p-topAbout__service--toggle::after {
  -webkit-transform: translate(-50%, -50%);
  background-color: #ffffff;
  content: "";
  height: 0.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.125rem;
}

.p-topAbout__service.is-open .p-topAbout__service--toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-topAbout__service--text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}

.p-topNews {
  background-color: #517378;
  color: #ffffff;
  padding-bottom: 3.75rem;
}

.p-topNews__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-topNews__item {
  align-items: flex-start;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  gap: 1.25rem;
  padding: 1.875rem 0.9375rem 1.25rem 0;
  transition: opacity 0.3s ease;
}

.p-topNews__item:last-child {
  border-bottom: none;
}

.p-topNews__item:hover {
  opacity: 0.7;
}

.p-topNews__date {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}

.p-topNews__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.p-topInfo {
  background-color: #517378;
  color: #ffffff;
  margin-top: -2px;
  padding-top: 3.75rem;
}

.p-topInfo__staff {
  margin-bottom: 3.75rem;
}

.p-topInfo__staff--title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-topInfo__staff--list {
  display: grid;
  gap: 1.0625rem;
  grid-template-columns: repeat(4, 1fr);
  margin-inline: auto;
  max-width: 53.125rem;
}

.p-topInfo__staff--item {
  text-align: left;
}

.p-topInfo__staff--img {
  margin-bottom: 1.25rem;
}

.p-topInfo__staff--img img {
  border-radius: 0.3125rem;
}

.p-topInfo__staff--name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.1428571429;
  margin-bottom: 0.0625rem;
}

.p-topInfo__staff--desc {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-topInfo__shop {
  display: flex;
  gap: 0.9375rem;
  margin-inline: auto;
  max-width: 53.125rem;
}

.p-topInfo__shop--info {
  flex: 1;
}

.p-topInfo__shop--logo {
  margin-bottom: 0.9375rem;
  max-width: 14.0625rem;
  width: 100%;
}

.p-topInfo__shop--row {
  display: flex;
  gap: 0.3125rem;
  margin-bottom: 0.1875rem;
}
.p-topInfo__shop--row dt {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6428571429;
  width: 4.75rem;
}
.p-topInfo__shop--row dd {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6428571429;
}
.p-topInfo__shop--row dd a {
  color: #ffffff;
  text-decoration: underline;
}

.p-topInfo__shop--map {
  max-width: 27.8125rem;
  padding-top: 31.8%;
  position: relative;
  width: 100%;
}

.p-topInfo__shop--map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 8.375rem;
  }
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  .l-main {
    padding-top: 8.375rem;
  }
  .p-footer {
    padding-block: 1.875rem 2.8125rem;
  }
  .p-footer__flex {
    flex-direction: column;
    gap: 1.5625rem;
  }
  .p-header {
    height: 8.375rem;
  }
  .p-header__logo {
    display: block;
    max-width: 17.5rem;
    padding-top: 3.125rem;
  }
  .p-fixedMenu {
    background-color: rgba(255, 255, 255, 0.9);
    right: 1.25rem;
  }
  .p-fixedMenu__nav--list {
    padding-block: 0rem;
  }
  .p-fixedMenu.is-open {
    background-color: #fbfaf3;
    border: none;
    border-radius: 0;
    bottom: 0;
    clip-path: inset(0 0 0 0);
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 1.875rem;
    padding-inline: 18px;
    padding-top: 12.5rem;
    right: 0;
    top: 0;
    transition: clip-path 0.6s ease;
    width: 100%;
  }
  .p-fixedMenu.is-open .p-fixedMenu__nav--sp {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .p-fixedMenu.is-open .p-fixedMenu__intro {
    display: none;
  }
  .p-fixedMenu.is-open .p-fixedMenu__link {
    color: #1e1e1e;
    font-size: 1rem;
    letter-spacing: 0em;
    padding: 1.25rem;
    text-decoration: underline;
    text-underline-offset: 0.3125rem;
  }
  .p-fixedMenu.is-open .p-fixedMenu__link::after {
    display: none;
  }
  .p-fixedMenu.is-open .p-fixedMenu__close-icon {
    cursor: pointer;
    display: block;
    height: 1.875rem;
    position: fixed;
    right: 18px;
    top: 9.375rem;
    width: 1.875rem;
    z-index: 101;
  }
  .p-fixedMenu__close-icon::before,
  .p-fixedMenu__close-icon::after {
    background-color: #1e1e1e;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 1.5rem;
  }
  .p-fixedMenu__close-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-fixedMenu__close-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .p-fixedMenu.is-open .p-fixedMenu__copyright-sp {
    color: #1e1e1e;
    display: block;
    font-size: 0.625rem;
    margin-top: auto;
    padding-top: 1.875rem;
    text-align: center;
    width: 100%;
  }
  .p-topKv {
    padding-block: 1.25rem 3.125rem;
  }
  .p-topKv__img {
    margin-bottom: 1.5625rem;
  }
  .p-topKv__title {
    font-size: 1.3125rem;
    margin-bottom: 1.875rem;
  }
  .p-topKv__text {
    font-size: 0.9375rem;
    text-align: center;
  }
  .p-topBrand {
    padding-block: 3.75rem 2.5rem;
  }
  .p-topBrand__title {
    border: solid 1.5px #1e1e1e;
    border-left: none;
    border-right: none;
    font-size: 1.375rem;
    padding-block: 0.9375rem;
  }
  .p-topBrand__lead {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .p-topBrand__items {
    align-items: center;
    flex-direction: column;
    gap: 4.0625rem;
    margin-bottom: 3.125rem;
  }
  .p-topBrand__label {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-bottom: 0.9375rem;
  }
  .p-topBrand__product {
    margin-bottom: 1.25rem;
  }
  .p-topBrand__catch--blue {
    font-size: 1.375rem;
  }
  .p-topBrand__card {
    background: transparent;
    border-radius: 0;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0;
  }
  .p-topBrand__card--img {
    max-width: 100%;
  }
  .p-topBrand__card--title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .p-topBrand__card--text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .p-topEurope {
    padding-top: 3.75rem;
  }
  .p-topEurope__title {
    border: solid 1.5px #1e1e1e;
    border-left: none;
    border-right: none;
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 2.5rem;
    padding-block: 0.9375rem;
  }
  .p-topEurope__lead {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.5555555556;
    margin-bottom: 1.25rem;
    text-align: left;
  }
  .p-topEurope__chart {
    margin-bottom: 3.4375rem;
  }
  .p-topEurope__adac {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-topEurope__adac--desc {
    display: contents;
  }
  .p-topEurope__adac--head {
    order: 1;
  }
  .p-topEurope__table {
    order: 2;
  }
  .p-topEurope__adac--text {
    order: 3;
  }
  .p-topEurope__adac--title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
  .p-topEurope__adac--text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .p-topEurope__adac--link {
    text-align: left;
  }
  .p-topEurope__adac--head {
    gap: 1.125rem;
    margin-bottom: 0rem;
  }
  .p-topEurope__adac--logo {
    max-width: 6.25rem;
  }
  .p-topEurope__table--crash th,
  .p-topEurope__table--crash td {
    font-size: 0.75rem;
    padding: 0.5rem 0.3125rem;
  }
  .p-topEurope__table--crash thead th {
    font-size: 0.6875rem;
  }
  .p-topEurope__table--crash tbody th {
    font-size: 0.75rem;
  }
  .p-topEurope__table--crash tbody td {
    font-size: 0.875rem;
  }
  .p-topEurope__table--crash tbody td:nth-child(2), .p-topEurope__table--crash tbody td:nth-child(3) {
    font-size: 1.125rem;
  }
  .p-topEurope__evalBox {
    border-radius: 0.4375rem;
    margin-bottom: 0.9375rem;
    padding: 0.9375rem 1.25rem;
  }
  .p-topEurope__summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0rem;
  }
  .p-topEurope__summary--text {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: left;
  }
  .p-topEurope__categories {
    display: none;
    gap: 0;
    grid-template-columns: 1fr;
    margin-top: 0.9375rem;
  }
  .p-topEurope__category {
    border-bottom: 1px solid #e6dbc2;
    display: grid;
    grid-template-columns: 5rem 1fr;
  }
  .p-topEurope__category:last-child {
    border-bottom: none;
  }
  .p-topEurope__category--title {
    align-items: center;
    background-color: #ffffff;
    border-right: 1px solid #e6dbc2;
    color: #1e1e1e;
    display: flex;
    font-size: 0.75rem;
    justify-content: center;
    margin-bottom: 0;
    padding: 0.625rem;
  }
  .p-topEurope__category--list {
    background-color: transparent;
    font-size: 0.75rem;
    gap: 0;
  }
  .p-topEurope__category--list li {
    border-bottom: 1px solid #e6dbc2;
    padding: 0.5rem 0.625rem;
  }
  .p-topEurope__category--list li:last-child {
    border-bottom: none;
  }
  .p-topSafety {
    padding-block: 2.5rem 3.75rem;
  }
  .p-topSafety__title {
    border: solid 1.5px #1e1e1e;
    border-left: none;
    border-right: none;
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 1.25rem;
    padding-block: 0.9375rem;
  }
  .p-topSafety__lead {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5714285714;
    margin-bottom: 1.25rem;
    text-align: left;
  }
  .p-topSafety__cards {
    grid-template-columns: 1fr;
  }
  .p-topSafety__card {
    border-radius: 0.4375rem;
    padding: 1.25rem;
  }
  .p-topPhilosophy {
    padding-block: 2.5rem 3.75rem;
  }
  .p-topPhilosophy__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 1.875rem;
  }
  .p-topPhilosophy__section {
    margin-bottom: 3.125rem;
  }
  .p-topPhilosophy__num {
    font-size: 1.5rem;
    line-height: 1.1666666667;
    margin-bottom: 1.5625rem;
  }
  .p-topPhilosophy__block {
    flex-direction: column;
    gap: 0;
  }
  .p-topPhilosophy__block--img {
    max-width: 100%;
  }
  .p-topPhilosophy__block--body {
    margin-top: 0.9375rem;
    position: relative;
  }
  .p-topPhilosophy__block--toggle {
    align-items: center;
    align-self: flex-end;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
  }
  .p-topPhilosophy__block--title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-bottom: 0.3125rem;
  }
  .p-topPhilosophy__block--text {
    display: none;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .p-topPhilosophy__tableWrap {
    margin-top: 1.5625rem;
  }
  .p-topPhilosophy__tableCard {
    border-radius: 0.4375rem;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem;
  }
  .p-topPhilosophy__tableCard::after {
    display: none;
  }
  .p-topPhilosophy__tableCard--left {
    display: flex;
    flex-direction: column;
  }
  .p-topPhilosophy__tableCard--right {
    display: flex;
    flex-direction: column;
  }
  .p-topPhilosophy__tableCard--right .p-topPhilosophy__tableCard--useTable {
    order: 1;
  }
  .p-topPhilosophy__tableCard--right .p-topPhilosophy__tableCard--source {
    order: 2;
  }
  .p-topPhilosophy__tableCard--right .p-topPhilosophy__tableCard--note {
    margin-bottom: 0;
    order: 3;
  }
  .p-topPhilosophy__tableCard--subtitle {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    order: 2;
  }
  .p-topPhilosophy__tableCard--table {
    order: 2;
  }
  .p-topPhilosophy__tableCard--table th,
  .p-topPhilosophy__tableCard--table td {
    padding: 0.5625rem 0.625rem;
  }
  .p-topPhilosophy__tableCard--table th {
    padding-left: 0.625rem;
    width: 8.125rem;
  }
  .p-topPhilosophy__tableCard--table th td {
    font-size: 0.75rem;
  }
  .p-topPhilosophy__tableCard--table td {
    font-size: 0.75rem;
    padding-right: 0.9375rem;
  }
  .p-topPhilosophy__tableCard--useTable {
    order: 2;
  }
  .p-topPhilosophy__tableCard--useTable th,
  .p-topPhilosophy__tableCard--useTable td {
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem;
  }
  .p-topPhilosophy__tableCard--useTable thead th {
    font-size: 0.75rem;
  }
  .p-topPhilosophy__tableCard--useTable tbody th {
    background-color: #f0f0f0;
    width: 3.75rem;
  }
  .p-topPhilosophy__tableCard--note {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-bottom: 0.9375rem;
    order: 1;
  }
  .p-topPhilosophy__tableCard--source {
    font-size: 0.75rem;
    order: 3;
    text-align: left;
  }
  .p-topPhilosophy__products {
    gap: 1.25rem;
  }
  .p-topPhilosophy__product--name {
    font-size: 0.75rem;
    text-align: center;
  }
  .p-topSelect {
    padding-block: 3.75rem 5.3125rem;
  }
  .p-topSelect__title {
    border: solid 1.5px #1e1e1e;
    border-left: none;
    border-right: none;
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 3.75rem;
    padding-block: 1.5625rem;
  }
  .p-topSelect__slider {
    margin-bottom: 2.8125rem;
    margin-inline: auto;
    max-width: 53.125rem;
    padding-inline: 18px;
  }
  .p-topSelect__slider--track {
    -webkit-animation: none;
    animation: none;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(3, 1fr);
    width: auto;
  }
  .p-topSelect__slider--item {
    width: auto;
  }
  .p-topSelect__slider--item:nth-child(n+7) {
    display: none;
  }
  .p-topSelect__question {
    margin-bottom: 2.8125rem;
  }
  .p-topSelect__question--text {
    font-size: 1rem;
    line-height: 1.4375;
  }
  .p-topSelect__subtitle {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 0.625rem;
  }
  .p-topSelect__compare {
    flex-direction: column;
    gap: 1.5625rem;
    margin-bottom: 2.8125rem;
  }
  .p-topSelect__compare--item {
    display: flex;
    flex-direction: column;
  }
  .p-topSelect__compare--img {
    order: 1;
  }
  .p-topSelect__compare--title {
    margin-bottom: 0.3125rem;
    order: 2;
    text-align: left;
  }
  .p-topSelect__compare--text {
    order: 3;
  }
  .p-topSelect__compare--title {
    font-size: 1.125rem;
    margin-inline: 0;
  }
  .p-topSelect__compare--text {
    font-size: 0.875rem;
  }
  .p-topSelect__note {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-bottom: 3.125rem;
    text-align: left;
  }
  .p-topSelect__subtitle2 {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .p-topSelect__categories {
    gap: 0.625rem;
    margin-bottom: 5.625rem;
  }
  .p-topSelect__catItem {
    border-radius: 0.4375rem;
    flex-direction: column;
    gap: 0.625rem;
    padding: 1.25rem;
  }
  .p-topSelect__catItem::after {
    display: none;
  }
  .p-topSelect__catItem--left {
    border-bottom: 1px solid #1e1e1e;
    padding-bottom: 0.625rem;
    width: 100%;
  }
  .p-topSelect__catItem--desc {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .p-topSelect__catItem--right {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    width: 100%;
  }
  .p-topSelect__fitting {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 3.75rem;
  }
  .p-topSelect__fitting--img {
    max-width: 100%;
  }
  .p-topSelect__fitting--title {
    font-size: 1rem;
  }
  .p-topSelect__fitting--text {
    font-size: 0.8125rem;
  }
  .p-topSelect__brandLinks {
    align-items: center;
    flex-direction: column;
    gap: 4.0625rem;
  }
  .p-topSelect__brandLink--logo {
    max-width: 16.25rem;
  }
  .p-topSelect__brandLink--btn {
    padding-block: 0.9375rem;
  }
  .p-topAbout {
    padding-block: 3.125rem 3.4375rem;
  }
  .p-topAbout__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 1.875rem;
  }
  .p-topAbout__img {
    margin-bottom: 1.5625rem;
  }
  .p-topAbout__lead {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-bottom: 1.25rem;
    text-align: left;
  }
  .p-topAbout__services {
    gap: 0rem;
  }
  .p-topAbout__service {
    align-items: flex-start;
    background-color: transparent;
    border-radius: 0;
    border-top: solid 1px #ffffff;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.9375rem 0;
  }
  .p-topAbout__service:last-child {
    border-bottom: solid 1px #ffffff;
  }
  .p-topAbout__service--title {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    line-height: 1.75;
    max-width: none;
    text-align: left;
  }
  .p-topAbout__service--toggle {
    display: block;
    flex-shrink: 0;
    height: 1.875rem;
    position: relative;
    width: 1.875rem;
  }
  .p-topAbout__service--text {
    display: none;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .p-topNews {
    background-color: #629097;
    padding-block: 1.875rem 1.875rem;
  }
  .p-topNews__title {
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: left;
  }
  .p-topNews__item {
    border-bottom: none;
    color: #1e1e1e;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.625rem 0;
  }
  .p-topNews__date {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
  .p-topNews__text {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.375;
    text-decoration: underline;
  }
  .p-topInfo {
    padding-top: 2.5rem;
  }
  .p-topInfo__staff {
    margin-bottom: 2.5rem;
  }
  .p-topInfo__staff--title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: left;
  }
  .p-topInfo__staff--list {
    gap: 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-topInfo__shop {
    border-bottom: 1px solid #ffffff;
    flex-direction: column-reverse;
    gap: 1.5625rem;
    margin-bottom: 0rem;
    padding-bottom: 1.875rem;
  }
  .p-topInfo__shop--row dt {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .p-topInfo__shop--row dd {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .p-topInfo__shop--map {
    max-width: 100%;
    padding-top: 62%;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */