@charset "UTF-8";
/* ----------------------------
	Common Style Setting
	Create Date: 25.02.25
----------------------------*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*   Common Setting
----------------------------*/
/* 変数定義 */
:root {
  --black80: #333333;
  --black70: #585858;
  --black60: #666666;
  --pink: #EF6096;
  --gblue: #48BECC;
  --bgclr01: #F3F2ED;
  --bgclr02: rgba(255,255,255, .64);
  --ffjp: "Noto Sans JP", "Hiragino Sans ProN", "ヒラギノ角ゴシック ProN", "Hiragino Sans Pro", "Yu Gothic UI", "游ゴシック", "MSゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
  --ffen: "Poppins", sans-serif;
  --maxContentWidth: 1110px;
}

/* ----------------------------
	Layout Style Setting
	Create Date: 25.02.25
----------------------------*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* FadeIn Animation */
.cf::after {
  content: "";
  display: block;
  clear: both;
}

sub {
  bottom: 0;
}

/**================================= Link Setting =================================**/
html {
  height: 100%;
}

body {
  background: var(--bgclr01);
  font-family: var(--ffjp);
  font-weight: 400;
  color: var(--black80);
  line-height: 1.5;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/**================================= Global Header =================================**/
.globalHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  height: 68px;
  z-index: 20;
  display: flex;
  align-items: center;
}

.globalHeaderInner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(var(--maxContentWidth));
  margin: 0 auto;
}

.glogo {
  width: 127px;
}

.hamburgerMenu {
  position: fixed;
  top: 10px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: var(--gblue);
  border-radius: 50%;
  z-index: 1001;
  font-size: 0.625rem;
  text-align: center;
  color: white;
  padding-top: 29px;
  cursor: pointer;
}
.hamburgerMenu__bars {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 2px;
  transition: 0.3s;
  background-color: white;
  border-radius: 2px;
}
.hamburgerMenu__bars--top {
  top: 11px;
}
.hamburgerMenu__bars--middle {
  top: 18px;
}
.hamburgerMenu__bars--bottom {
  top: 25px;
}
.hamburgerMenu.is-open .hamburgerMenu__bars--top {
  top: 18px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.hamburgerMenu.is-open .hamburgerMenu__bars--middle {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.hamburgerMenu.is-open .hamburgerMenu__bars--bottom {
  opacity: 0;
}

/**================================= Global Navigation =================================**/
.gNaviWrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.gNaviWrap.is-show {
  visibility: visible;
  opacity: 1;
}

.gNavi {
  text-align: center;
}
.gNavi__item {
  font-size: 0.875rem;
}
.gNavi__item:not(:first-child) {
  margin-top: 20px;
}
.gNavi__item a {
  color: white;
}

.gNaviCloseBox {
  margin-top: 40px;
  text-align: center;
}
.gNaviCloseBox .gNaviCloseButton {
  display: inline-block;
  background-color: var(--gblue);
  padding: 0 40px;
  line-height: 40px;
  border-radius: 20px;
  color: white;
  font-size: 0.875rem;
  cursor: pointer;
}

/**================================= Global Footer =================================**/
.globalFooter {
  padding: 20px;
  position: relative;
  z-index: 10;
}

.copyright {
  text-align: center;
  font-size: 0.625rem;
}

/**================================= Content Structure =================================**/
.contentWrap {
  overflow: hidden;
  position: relative;
}

.sectInner {
  max-width: var(--maxContentWidth);
  margin: 0 auto;
}

/* 非表示クラス */
.hidden {
  display: none;
  opacity: 0;
}

/* HERO
----------------------------*/
.heroSect {
  padding: 35.6vw 20px 10vw;
}

.hiroCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: white;
  width: 90vw;
  height: 90vw;
  max-width: 600px;
  max-height: 600px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 10;
}

.pageTitle {
  width: 70%;
  text-align: center;
  margin: 0 auto 20px;
  color: var(--gblue);
}
.pageTitle__sub {
  font-size: min(5vw, 30px);
  display: block;
  margin-bottom: 1.5vw;
}

.heroTxt {
  font-size: 0.75rem;
  text-align: center;
  color: #5D463A;
  font-weight: 400;
}

.heroLinkBox {
  text-align: center;
  margin-top: 20px;
}
.heroLinkBox .heroLink {
  display: inline-block;
  padding: 13px 20px;
  background-color: var(--gblue);
  border-radius: 25px;
}
.heroLinkBox .heroLink span {
  font-size: 0.875rem;
  display: inline-block;
  padding-left: 22px;
  position: relative;
  color: white;
  line-height: 16px;
}
.heroLinkBox .heroLink span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.heroLinkBox .heroLink span::after {
  content: "";
  background-color: var(--gblue);
  width: 7px;
  height: 7px;
  clip-path: polygon(0 0, 0% 100%, 80% 50%);
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.heroArrow {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
}
.heroArrow a img {
  width: 20px;
}

/* SEARCH AREA
----------------------------*/
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: var(--bgclr01);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.childseatSearch {
  padding: 0px 20px 40px;
  position: relative;
  z-index: 10;
}

/* Filter */
.productFilterArea {
  max-width: 900px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 5;
}

.productFilter__title {
  text-align: center;
  position: relative;
  color: var(--gblue);
  padding-bottom: 18px;
  margin-bottom: 10px;
}
.productFilter__title::after {
  content: "";
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--gblue);
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.productFilterList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.productFilter__all {
  width: calc(50% - 5px);
}

.productFilter__age {
  width: calc(50% - 5px);
}

.productFilter__brand {
  width: calc(50% - 5px);
}

.productFilter__button {
  font-size: 0.875rem;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  text-align: center;
  padding: 0 10px;
  transition: 0.3s;
}
.productFilter__button--ages {
  background-color: #CCECF9;
  border: #CCECF9 solid 2px;
}
.productFilter__button--ages.active {
  border-color: #33B1E7;
}
.productFilter__button--brands {
  background-color: #D6F0E5;
  border: #D6F0E5 solid 2px;
}
.productFilter__button--brands.active {
  border-color: #97D8BC;
}

/* Product List */
.productListGrid {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  position: relative;
  z-index: 5;
  max-width: var(--maxContentWidth);
  margin: 0 auto;
}
.productListGrid .noProductsMessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.productListCard {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.productListCard::before {
  content: "";
  width: 100%;
  height: calc(100% - 55px);
  background-color: white;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.productListCard.fading-in {
  opacity: 1;
  transition: opacity 1s ease;
}

.productImgBox {
  position: relative;
  /* Navigation font start */
}
.productImgBox .swiper-slide {
  text-align: center;
}
.productImgBox .swiper-slide img {
  width: 70%;
}
.productImgBox .swiper-button-prev,
.productImgBox .swiper-button-next {
  top: 65%;
  width: 20px;
  height: 29px;
  margin-top: 0;
}
.productImgBox .swiper-button-prev:after,
.productImgBox .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 29px;
  background: url(../images/icn_swiper_nav.svg) no-repeat center center/contain;
}
.productImgBox .swiper-button-prev {
  left: 20px;
}
.productImgBox .swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.productImgBox .swiper-button-next {
  right: 20px;
}

.brandLogo {
  position: absolute;
  top: 70px;
  left: 15px;
}
.brandLogo img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.productIcn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

.productBtmBox {
  padding: 0 20px 20px;
}

.productName {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--gblue);
  margin-bottom: 20px;
}

.pdfSearchSelectWrap {
  display: block;
  margin-top: 10px;
}

select.pdfSearchSelect {
  height: 40px;
  border-radius: 40px;
  text-align: center;
  text-align-last: center;
  width: 100%;
  background-color: var(--bgclr01);
  font-size: 0.875rem;
  color: var(--black60);
  cursor: pointer;
}
select.pdfSearchSelect:disabled {
  background-color: #BBBBBB;
  cursor: default;
}
select.pdfSearchSelect option {
  padding: 2px;
}
.pdfSearchButton {
  height: 40px;
  border-radius: 40px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  background-color: var(--gblue);
  color: white;
  font-size: 0.875rem;
}
.pdfSearchButton:disabled {
  color: #888888;
  background-color: #BBBBBB;
}

.buySelectWrap {
  margin-top: 10px;
  display: block;
  position: relative;
  background-color: var(--pink);
  border-radius: 20px;
}
.buySelectWrap::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icn_new_window.svg) center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

select.buySelect {
  height: 40px;
  border-radius: 40px;
  text-align: center;
  text-align-last: center;
  width: 100%;
  color: white;
  font-size: 0.875rem;
  cursor: pointer;
}
select.buySelect option {
  background-color: var(--pink);
  padding: 2px;
}

.buyButtonWrap {
  text-align: center;
  margin-top: 10px;
}

.buyButton {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: var(--pink);
  text-align: center;
  width: 100%;
  color: white;
  font-size: 0.875rem;
  position: relative;
}
.buyButton::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icn_new_window.svg) center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* OTHER AREA
----------------------------*/
.otherSection {
  padding: 40px 20px;
  background-color: var(--bgclr02);
  position: relative;
  z-index: 10;
}

.otherLinkListWrap {
  position: relative;
  margin-top: 63vw;
  z-index: 5;
}

.otherLinkList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.otherLinkItem {
  width: 100%;
}

.otherLinkBtn {
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height: 46px;
  border-radius: 24px;
  border: var(--black70) solid 1px;
  background-color: white;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  transition: 0.3s;
}
.otherLinkBtn:hover {
  background-color: #E2E2E2;
}

.finishButtonBox {
  text-align: center;
}

.finishButton {
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #E2E2E2;
  display: inline-block;
  height: 48px;
  line-height: 46px;
  border-radius: 24px;
  padding: 0 20px;
  transition: 0.3s;
}
.finishButton:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

@media screen and (min-width: 641px) {
  /**================================= Content Structure =================================**/
  /* HERO
  ----------------------------*/
  .pageTitle {
    margin: 0 auto 30px;
  }
  .heroTxt {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .heroLinkBox {
    margin-top: 35px;
  }
  .heroLinkBox .heroLink {
    display: inline-block;
  }
  .heroLinkBox .heroLink span {
    font-size: 0.9375rem;
  }
  .heroArrow {
    bottom: 35px;
  }
  .heroArrow a img {
    width: 40px;
  }
  /* SEARCH AREA
  ----------------------------*/
  /* Product List */
  .productListGrid {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
  }
}
@media screen and (max-width: 896px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  .spOnly {
    display: none;
  }
  /**================================= Global Header =================================**/
  .globalHeader {
    height: 138px;
  }
  .glogo {
    width: 193px;
  }
  .hamburgerMenu {
    top: 27px;
    right: 20px;
    width: 84px;
    height: 84px;
    font-size: 0.75rem;
    padding-top: 46px;
  }
  .hamburgerMenu__bars {
    width: 35px;
    height: 4px;
    border-radius: 2px;
  }
  .hamburgerMenu__bars--top {
    top: 24px;
  }
  .hamburgerMenu__bars--middle {
    top: 32px;
  }
  .hamburgerMenu__bars--bottom {
    top: 40px;
  }
  .hamburgerMenu.is-open .hamburgerMenu__bars--top {
    top: 32px;
  }
  /**================================= Global Navigation =================================**/
  .gNavi__item {
    font-size: 1rem;
  }
  .gNavi__item:not(:first-child) {
    margin-top: 40px;
  }
  .gNaviCloseBox {
    margin-top: 60px;
  }
  .gNaviCloseBox .gNaviCloseButton {
    line-height: 48px;
    border-radius: 24px;
    font-size: 1rem;
    transition: 0.3s;
  }
  .gNaviCloseBox .gNaviCloseButton:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  /**================================= Global Footer =================================**/
  .globalFooter {
    padding: 25px;
  }
  /**================================= Content Structure =================================**/
  /* HERO
  ----------------------------*/
  .heroSect {
    padding: 210px 20px 50px;
  }
  .pageTitle {
    width: 83%;
    text-align: center;
  }
  .pageTitle__sub {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .heroLinkBox .heroLink {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .heroLinkBox .heroLink span {
    padding-left: 26px;
    line-height: 20px;
    color: #5D463A;
  }
  .heroLinkBox .heroLink span::before {
    width: 20px;
    height: 20px;
    background-color: var(--gblue);
  }
  .heroLinkBox .heroLink span::after {
    background-color: white;
    width: 7px;
    height: 7px;
    left: 8px;
  }
  /* SEARCH AREA
  ----------------------------*/
  .childseatSearch {
    padding-bottom: 100px;
  }
  /* Filter */
  .productFilterArea {
    margin-bottom: 40px;
  }
  .productFilter__title {
    padding-bottom: 24px;
    font-size: 1.5rem;
  }
  .productFilter__title::after {
    width: 15px;
    height: 14px;
  }
  .productFilterList {
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 20px;
  }
  .productFilter__all {
    width: 220px;
    flex-shrink: 0;
  }
  .productFilter__age {
    width: calc((100% - 220px) / 3);
  }
  .productFilter__brand {
    width: calc((100% - 220px) / 4);
  }
  .productFilter__button {
    font-size: 0.9375rem;
    line-height: 32px;
    border-width: 4px;
  }
  .productFilter__button--ages:hover {
    border-color: #33B1E7;
  }
  .productFilter__button--brands:hover {
    border-color: #97D8BC;
  }
  /* Product List */
  .productListGrid {
    gap: 15px;
  }
  .productImgBox {
    /* Navigation font start */
  }
  .productImgBox .swiper-slider img {
    width: 250px;
  }
  .productImgBox .swiper-button-prev,
  .productImgBox .swiper-button-next {
    width: 22px;
    height: 31px;
  }
  .productImgBox .swiper-button-prev:after,
  .productImgBox .swiper-button-next:after {
    content: "";
    width: 22px;
    height: 31px;
  }
  .productImgBox .swiper-button-prev {
    left: 30px;
  }
  .productImgBox .swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .productImgBox .swiper-button-next {
    right: 30px;
  }
  .productBtmBox {
    padding: 0 30px 30px;
  }
  .productName {
    margin-bottom: 25px;
  }
  .pdfSearchSelect {
    height: 32px;
    border-radius: 32px;
    transition: 0.3s;
  }
  .pdfSearchSelect:not(:disabled):hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
  .pdfSearchButton {
    transition: 0.3s;
  }
  .pdfSearchButton:not(:disabled):hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .buySelectWrap {
    margin-top: 18px;
    transition: 0.3s;
  }
  .buySelectWrap:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .buyButtonWrap {
    margin-top: 18px;
  }
  .buyButton {
    transition: 0.3s;
  }
  .buyButton:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  /* OTHER AREA
  ----------------------------*/
  .otherSection {
    padding: 60px 20px;
  }
  .otherLinkListWrap {
    margin: 150px auto 0;
    max-width: 900px;
  }
  .otherLinkList {
    flex-direction: row;
    gap: 13px;
  }
  .otherLinkItem {
    width: calc(25% - 9px);
  }
  .otherLinkBtn {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    border-radius: 30px;
    font-size: 0.9375rem;
  }
  .finishButton {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  /* Product List */
  .productListGrid {
    grid-template-columns: calc(33.3333333333% - 10px) calc(33.3333333333% - 10px) calc(33.3333333333% - 10px);
    gap: 15px;
  }
}
@media screen and (min-width: 1151px) {
  .hamburgerMenu {
    right: 0;
    left: calc(50% + var(--maxContentWidth) / 2 - 84px);
  }
}
@media screen and (min-width: 1201px) {
  /* Product List */
  .brandLogo {
    top: 75px;
    left: 20px;
  }
  .brandLogo img {
    width: 50px;
    height: 45px;
  }
}
/* ----------------------------
	Components Style Setting
	Create Date: 25.02.25
----------------------------*/
/**================================= Component Setting =================================**/
/*   Headline
----------------------------*/
/*   Text
----------------------------*/
/*   Button
----------------------------*/
/*   Link
----------------------------*/
/*   List
----------------------------*/
/*   Card
----------------------------*/
/*   Parallax image
----------------------------*/
.parallax {
  position: absolute;
  top: 0;
  left: 0;
}

/****** HeroSect BG Image ******/
.box-fadein img {
  opacity: 0;
  transition: opacity 3s;
}
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}

/* BG Photo */
.photo01, .photo02, .photo03, .photo04 {
  z-index: 1;
}

.photo01 {
  width: 52.6vw;
  top: 7vw;
  left: 55.7vw;
}

.photo02 {
  width: 91vw;
  top: 20vw;
  left: -45.9vw;
}

.photo03 {
  width: 57.3vw;
  top: 121vw;
  left: 45vw;
}

.photo04 {
  width: 34.2vw;
  top: 112vw;
  left: 1.4vw;
  z-index: 4;
}

/* BG Color */
.bgGreen01, .bgGreen02 {
  z-index: 3;
}

.bgGreen01 {
  width: 20vw;
  top: 30vw;
  left: 30vw;
}

.bgGreen02 {
  width: 15vw;
  top: 117vw;
  left: 84vw;
}

.bgBlue01, .bgBlue02 {
  z-index: 2;
}

.bgBlue01 {
  width: 40vw;
  top: -5vw;
  left: 44vw;
}

.bgBlue02 {
  width: 14vw;
  top: 107vw;
  left: 90vw;
}

.bgYellow01, .bgYellow02, .bgYellow03 {
  z-index: 1;
}

.bgYellow01 {
  width: 13vw;
  top: 10vw;
  left: 46vw;
}

.bgYellow02 {
  width: 13vw;
  top: 115vw;
  left: -6vw;
}

.bgYellow03 {
  width: 20vw;
  top: 60vw;
  left: 86vw;
}

.bgPink01, .bgPink02, .bgPink03 {
  z-index: 2;
}

.bgPink01 {
  width: 14vw;
  top: 19vw;
  left: 23vw;
}

.bgPink02 {
  display: none;
}

.bgPink03 {
  width: 23vw;
  top: 125vw;
  left: -6vw;
  z-index: 1;
}

.bgBrown01, .bgBrown02 {
  z-index: 2;
  display: none;
}

/****** productListGrid BG Image ******/
.bgGreen03, .bgGreen04, .bgGreen05, .bgGreen06 {
  z-index: 3;
}

.bgGreen03 {
  width: 17vw;
  top: 100vw;
  left: 94vw;
}

.bgGreen04 {
  width: 15vw;
  top: 300vw;
  left: 84vw;
}

.bgGreen05 {
  width: 25vw;
  top: 600vw;
  left: 74vw;
}

.bgBlue03, .bgBlue04, .bgBlue05, .bgBlue06, .bgBlue07 {
  z-index: 1;
}

.bgBlue03 {
  width: 15vw;
  top: -20vw;
  left: 2vw;
}

.bgBlue04 {
  width: 35vw;
  top: 10vw;
  left: 74vw;
}

.bgBlue05 {
  width: 15vw;
  top: 350vw;
  left: 90vw;
}

.bgBlue06 {
  width: 15vw;
  top: 450vw;
  left: -5vw;
}

.bgBlue07 {
  width: 35vw;
  top: 500vw;
  left: 74vw;
}

.bgYellow04, .bgYellow05, .bgYellow06, .bgYellow07 {
  z-index: 1;
}

.bgYellow04 {
  width: 20vw;
  top: 60vw;
  left: -5vw;
}

.bgYellow05 {
  width: 20vw;
  top: 260vw;
  left: 85vw;
}

.bgYellow06 {
  width: 20vw;
  top: 400vw;
  left: -5vw;
}

.bgYellow07 {
  width: 20vw;
  top: 500vw;
  left: -5vw;
}

.bgPink04, .bgPink05 {
  z-index: 2;
}

.bgPink04 {
  width: 27vw;
  top: 73vw;
  left: -15vw;
}

.bgPink05 {
  width: 23vw;
  top: 350vw;
  left: -15vw;
}

/**================================= Utility Class Setting =================================**/
/*   Text Align
----------------------------*/
.u-tal,
.u-tal_tac {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

/*   Image Radius
----------------------------*/
/*   Form Parts Width
----------------------------*/
@media screen and (min-width: 897px) {
  /**================================= Component Setting =================================**/
  /****** HeroSect BG Image ******/
  /* BG Photo */
  .photo01 {
    width: 415px;
    top: 30px;
    left: calc(50% + 228px);
  }
  .photo02 {
    width: 726px;
    top: 127px;
    left: auto;
    right: calc(50% + 182px);
  }
  .photo03 {
    width: 620px;
    top: 335px;
    left: calc(50% + 188px);
  }
  .photo04 {
    width: 280px;
    top: 638px;
    left: auto;
    right: calc(50% + 304px);
  }
  /* BG Color */
  .bgGreen01 {
    width: 195px;
    top: -37px;
    left: auto;
    right: calc(50% + 572px);
  }
  .bgGreen02 {
    width: 131px;
    top: 795px;
    left: calc(50% + 632px);
  }
  .bgBlue01 {
    width: 398px;
    top: -39px;
    left: calc(50% - 74px);
  }
  .bgBlue02 {
    width: 118px;
    top: 766px;
    left: calc(50% + 180px);
  }
  .bgYellow01 {
    width: 96px;
    top: 37px;
    left: auto;
    right: calc(50% + 38px);
  }
  .bgYellow02 {
    width: 171px;
    top: 298px;
    left: calc(50% + 560px);
  }
  .bgYellow03 {
    width: 96px;
    top: 712px;
    left: auto;
    right: calc(50% + 605px);
  }
  .bgPink01 {
    width: 102px;
    top: 182px;
    left: auto;
    right: calc(50% + 216px);
  }
  .bgPink02 {
    display: block;
    width: 183px;
    top: 182px;
    left: calc(50% + 658px);
  }
  .bgPink03 {
    width: 236px;
    top: 751px;
    left: auto;
    right: calc(50% + 521px);
  }
  .bgBrown01, .bgBrown02 {
    display: block;
  }
  .bgBrown01 {
    width: 128px;
    top: -67px;
    left: calc(50% + 593px);
  }
  .bgBrown02 {
    width: 128px;
    top: 712px;
    left: auto;
    right: calc(50% + 204px);
  }
  /****** productListGrid BG Image ******/
  .bgGreen03 {
    width: 195px;
    top: 1219px;
    left: calc(50% + 710px);
  }
  .bgGreen04 {
    width: 150px;
    top: 2100px;
    left: calc(50% + 610px);
  }
  .bgGreen05 {
    width: 270px;
    top: 3300px;
    left: calc(50% + 510px);
  }
  .bgBlue03 {
    width: 118px;
    top: 463px;
    left: auto;
    right: calc(50% + 698px);
  }
  .bgBlue04 {
    width: 258px;
    top: 537px;
    left: calc(50% + 573px);
  }
  .bgBlue05 {
    width: 150px;
    top: 2250px;
    left: calc(50% + 600px);
  }
  .bgBlue06 {
    width: 150px;
    top: 2750px;
    left: auto;
    right: calc(50% + 600px);
  }
  .bgBlue07 {
    width: 300px;
    top: 2850px;
    left: calc(50% + 600px);
  }
  .bgYellow04 {
    width: 172px;
    top: 954px;
    left: auto;
    right: calc(50% + 593px);
  }
  .bgYellow05 {
    width: 240px;
    top: 1850px;
    left: calc(50% + 600px);
  }
  .bgYellow06 {
    width: 150px;
    top: 2750px;
    left: auto;
    right: calc(50% + 593px);
  }
  .bgYellow07 {
    width: 150px;
    top: 3250px;
    left: auto;
    right: calc(50% + 593px);
  }
  .bgPink04, .bgPink05 {
    z-index: 2;
  }
  .bgPink04 {
    width: 236px;
    top: 1050px;
    left: auto;
    right: calc(50% + 625px);
  }
  .bgPink05 {
    width: 250px;
    top: 2300px;
    left: auto;
    right: calc(50% + 625px);
  }
}/*# sourceMappingURL=style.css.map */