@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanrp.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@500;700;800&display=swap&text=0123456789");
.bb6,
.bb6-modal {
  --bb6-winh: 100vh;
  --bb6-maxW: 1280px;
  --bb6-areaW: 1160px;
  --bb6-text: var(--bb6-color-text);
  --bb6-bg: var(--bb6-color-bg1);
  --bb6-color-black: #000;
  --bb6-color-white: #fff;
  --bb6-color-gray: #e2dedb;
  --bb6-color-text: #3f3a39;
  --bb6-color-funride: #eee5de;
  --bb6-color-lineup1: #aabbd2;/* blue */
  --bb6-color-lineup1-2: #4d5469;
  --bb6-color-lineup1-3: #4d546c66;
  --bb6-color-lineup2: #ededed;/* grey */
  --bb6-color-lineup2-2: #757676;
  --bb6-color-lineup2-3: #75767666;
  --bb6-color-lineup3: #dedad6;/* chino */
  --bb6-color-lineup3-2: #857b69;
  --bb6-color-lineup3-3: #857b6966;
  --bb6-color-lineup4: #abaaac;/* black */
  --bb6-color-lineup4-2: #58565a;
  --bb6-color-lineup4-3: #58565a66;
  --bb6-color-lineup5: #faf8ed;
  --bb6-color-lineup5-2: #a79b68;
  --bb6-color-lineup5-3: #a79b6866;
  --bb6-color-orange: #f7b6a0;
  --bb6-color-beige: #f3dfcc;
  --bb6-color-yellow: #fff7a2;
  --bb6-color-blue: #b9e3f9;
  --bb6-color-bluehigh: #57c3ea;
  --bb6-color-sliderdot-active:#ffe103;
  --bb6-color-bg1: #fff;
  --bb6-color-bg2: #faf9d9;
  --bb6-color-feature: #fff57f;
  --bb6-color-bg-about:#eaf6fd;
  --bb6-color-pager: #eeedeb;
  --bb6-color-btn1: #89cceb;
  --bb6-color-btn2: #014099;
}
@media screen and (max-width: 1024px) {
  .bb6,
  .bb6-modal {
    --bb6-maxW: 650px;
    --bb6-areaW: 89.3%;
  }
}

body {
  background: var(--bb6-color-bg1);
}

.wrapper {
  overflow: hidden;
  color: #000;
}

main {
  width: 100%;
  padding-top: 138px;
  font-smooth: always;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 18.75vw;
  }
}
main a,
main abbr,
main acronym,
main address,
main applet,
main article,
main aside,
main audio,
main b,
main big,
main blockquote,
main body,
main canvas,
main caption,
main center,
main cite,
main code,
main dd,
main del,
main details,
main dfn,
main div,
main dl,
main dt,
main em,
main embed,
main fieldset,
main figcaption,
main figure,
main footer,
main form,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main header,
main hgroup,
main html,
main i,
main iframe,
main img,
main ins,
main kbd,
main label,
main legend,
main li,
main mark,
main menu,
main nav,
main object,
main ol,
main output,
main p,
main pre,
main q,
main ruby,
main s,
main samp,
main section,
main small,
main span,
main strike,
main strong,
main sub,
main summary,
main sup,
main table,
main tbody,
main td,
main tfoot,
main th,
main thead,
main time,
main tr,
main tt,
main u,
main ul,
main var,
main video {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

main ol,
main ul {
  list-style: none;
}

main table {
  border-spacing: 0;
  border-collapse: collapse;
}

main img {
  width: 100%;
}

main *,
main *::before,
main *::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

main *::before,
main *::after {
  pointer-events: none;
}

#pgShopBottom a {
  font-size: 15px;
}

@font-face {
  font-family: brandon-grotesque;
  font-style: normal;
  font-weight: 400;
  src: url(../font/brandon-grotesque.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: notosuns;
  src: url(../font/NotoSansJP-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
support
========================================================================== */
/* pc */
main .spt {
  background-color: #eee;
  padding-top: 72px;
  padding-bottom: 60px;
}

.infobabycar main .spt h2 {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

main .spt ul {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}

main .spt ul li {
  width: 184px;
}
main .spt ul li.is-disable {
  opacity: 0.5;
}

main .spt ul li a {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-bottom: 24px;
  background-color: #fff;
  border-radius: 10px;
}
main .spt ul li.is-disable a {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  main .spt ul li a {
    border-radius: 0;
  }
}

main .spt ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  padding-top: 70px;
}

main .spt ul li dl {
  font-family: notosuns;
}

main .spt ul li dl dt {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  color: #626b70;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  main .spt ul li dl dt {
    margin-bottom: 6px;
  }
}

main .spt ul li dl dd {
  font-size: 10px;
  text-align: center;
  color: #626b70;
}

main .spt_01 a::before {
  background: url(../img/bb6/spt/spt-ico_01.png) top center no-repeat;
  background-size: 100% 100%;
}

main .spt_02 a::before {
  background: url(../img/bb6/spt/spt-ico_02.png) top center no-repeat;
  background-size: 100% 100%;
}

main .spt_03 a::before {
  background: url(../img/bb6/spt/spt-ico_03.png) top center no-repeat;
  background-size: 100% 100%;
}

main .spt_04 a::before {
  background: url(../img/bb6/spt/spt-ico_04.png) top center no-repeat;
  background-size: 100% 100%;
}

main .spt_05 a::before {
  background: url(../img/bb6/spt/spt-ico_05.png) top center no-repeat;
  background-size: 100% 100%;
}

main .spt .comingsoon {
  position: relative;
  pointer-events: none;
}

main .spt .comingsoon:after {
  content: "";
  position: absolute;
  color: #fff;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(158, 158, 158, 0.6);
  border-radius: 10px;
}
main .spt ul.-pre {
    justify-content: center;
    gap: 8px;
}
/* sp */
@media screen and (max-width: 768px) {
  main .spt {
    padding-top: 8.5333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  main .spt h2 {
    width: 87.2vw;
    margin: 0 auto;
  }
  main .spt ul {
    width: 100%;
    display: block;
  }
  main .spt ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 14px;
  }
  main .spt ul li a {
    padding: 7px;
    padding-left: 12vw;
    display: flex;
  }
  main .spt ul li a::before {
    top: 10px;
    left: 10px;
    width: 10.6666666667vw;
    padding-top: 10.6666666667vw;
    margin: 0;
  }
  main .spt ul li dl {
    width: 100%;
    padding-left: 4.5333333333vw;
  }
  main .spt ul li dl dt {
    padding-top: 5px;
    text-align: left;
    font-size: 4.2666666667vw;
  }
  main .spt ul li dl dd {
    text-align: left;
    font-size: 2.6666666667vw;
  }
}
/* ==========================================================================
access
========================================================================== */
/* pc */
main .bingle-access {
  width: 100%;
  margin: auto;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  main .bingle-access {
    padding-top: 15.8%;
  }
}

main .bingle-access-heading {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0;
  margin-bottom: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  main .bingle-access-heading {
    margin-bottom: 5%;
    font-size: min(4vw, 24.8px);
  }
}

main .bingle-access__banners {
  width: 80%;
  max-width: 780px;
  display: flex;
  justify-content: space-between;
  gap: 0 18px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main .bingle-access__banners {
    width: 90%;
    padding: 0;
    gap: 10px 0;
  }
}

main .campaign-banners_sec {
  width: 380px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  main .campaign-banners_sec {
    width: 100%;
    max-width: 380px;
  }
}

main .bingle-access__banners li {
  width: 100%;
}

main .bingle-access__banners li a {
  display: block;
}

/* tab */
@media screen and (max-width: 1242px) and (min-width: 769px) {
  main .bingle-access-heading {
    width: 23.5104669887vw;
    margin: 0 auto 3.2206119163vw;
  }
  main .bingle-access__banners {
    max-width: 73.4299516908vw;
    gap: 0 3.2206119163vw;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  main .bingle-access-heading {
    width: 50.6666666667vw;
    margin: 0 auto 8vw;
  }
  main .bingle-access__banners {
    max-width: 100%;
    flex-direction: column;
  }
}
main .pgadm-bnr-img {
  max-width: 100%;
  flex-direction: column;
  gap: 6vw 0;
}

.pgadm-wrap.singlebnr img {
  margin: 14px auto;
}

.bb6,
.bb6-modal {
  font-size: 16px;
  font-family: YakuHanRP, "Nunito", "Zen Maru Gothic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  color: var(--bb6-color-text);
}
@media screen and (min-width: 1025px) {
  .bb6 .is-sp,
  .bb6-modal .is-sp {
    display: none !important;
  }
  .bb6 .is-sp-inline,
  .bb6-modal .is-sp-inline {
    display: none !important;
  }
  .bb6 .sp,
  .bb6-modal .sp {
    display: none !important;
  }
  .bb6 .sp-inline,
  .bb6-modal .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .bb6 .is-pc,
  .bb6-modal .is-pc {
    display: none !important;
  }
  .bb6 .is-pc-inline,
  .bb6-modal .is-pc-inline {
    display: none !important;
  }
  .bb6 .pc,
  .bb6-modal .pc {
    display: none !important;
  }
  .bb6 .pc-inline,
  .bb6-modal .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .bb6 .is-port,
  .bb6-modal .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .bb6 .is-land,
  .bb6-modal .is-land {
    display: none !important;
  }
}
.bb6 img,
.bb6-modal img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.bb6 img::-moz-selection, .bb6-modal img::-moz-selection {
  background: none;
}
.bb6 img::selection,
.bb6-modal img::selection {
  background: none;
}
.bb6 img[height],
.bb6-modal img[height] {
  height: auto !important;
}
.bb6 [data-prefix],
.bb6-modal [data-prefix] {
  text-indent: -1em;
  padding-left: 1em;
}
.bb6 [data-prefix]::before,
.bb6-modal [data-prefix]::before {
  content: attr(data-prefix);
  font-feature-settings: normal;
}
.bb6 [data-suffix],
.bb6-modal [data-suffix] {
  text-indent: -1em;
  padding-left: 1em;
}
.bb6 [data-suffix]::after,
.bb6-modal [data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}
.bb6 a,
.bb6-modal a {
  position: relative;
  text-decoration: none;
}
.bb6 *,
.bb6-modal * {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .bb6 *,
  .bb6-modal * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.bb6 *::before, .bb6 *::after,
.bb6-modal *::before,
.bb6-modal *::after {
  box-sizing: border-box;
}
.bb6 *:focus-visible,
.bb6-modal *:focus-visible {
  outline: 1px solid var(--bb6-color-black) !important;
}

@keyframes bb6_arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-10px, 0);
  }
  26% {
    opacity: 0;
    transform: translate(10px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(10px, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes bb6_arrow_r {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(10px, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-10px, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes bb6_arrow_b {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  25% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  26% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  50% {
    opacity: 0;
    transform: translate(0, -10px);
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes bb6_arrow_b_r {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  26% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  50% {
    opacity: 0;
    transform: translate(0, 10px);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes bb6_arrow_blank {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(10px, -10px);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 10px);
  }
  50% {
    opacity: 0;
    transform: translate(-10px, 10px);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes bb6_arrow_blank_r {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-10px, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(10px, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(10px, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes bb6_arrow_right {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(-90deg);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(10px, 0) rotate(-90deg);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    transform: translate(-10px, 0) rotate(-90deg);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) rotate(-90deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(-90deg);
  }
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes bb6-new {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bb6_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bb6-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.infobabycar {
  /*============================
  .bb6-lineup
  ============================*/
  /*============================
  .bb6-about
  ============================*/
  /*============================
  .bb6-pickup
  ============================*/
  /*============================
  .bb6-feature
  ============================*/
  /*============================
  .bb6-statement
  ============================*/
  /*============================
  .bb6-life
  ============================*/
  /*============================
  .bb6-spec
  ============================*/
  /*============================
  .bb6-fun_ride
  ============================*/
  /*============================
  .bb6-links
  ============================*/
  /*============================
  .bb6-menu
  ============================*/
}
.infobabycar main {
  width: 100%;
  padding-top: 0;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.infobabycar .bb6 [data-bb6-anchor] {
  cursor: pointer;
}
.infobabycar .bb6-btn {
  position: relative;
  display: block;
  padding: 20px 0px 17px;
  color: var(--bb6-color-white);
  background: linear-gradient(to right, var(--bb6-color-btn1), var(--bb6-color-btn2), var(--bb6-color-btn1));
  background-size: 200% 100%;
  background-position: left center;
  text-align: center;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.1px;
  cursor: pointer;
  font-weight: 700;
  animation: btn_anime 3s linear alternate infinite;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-btn {
    padding: 10px 0;
    font-size: min(3.2vw, 19.84px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .infobabycar .bb6-btn:hover {
    background-position: right center;
  }
}
.infobabycar .bb6-btn:visited {
  color: var(--bb6-color-white) !important;
}
.infobabycar .bb6-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 20px;
  height: 100%;
  background: url(../img/bb6/icon/icon_detail.png) center center no-repeat;
  background-size: contain;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.01);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-btn::after {
    right: 15px;
    width: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 500px) {
  .infobabycar .bb6-btn::after {
    width: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .infobabycar .bb6-btn:hover::after {
    transform: scale(1.1);
  }
}
@keyframes btn_anime {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.infobabycar .bb6-btn__inner {
  position: relative;
  color: var(--bb6-color-white);
}
.infobabycar .bb6-main {
  min-height: 100vh;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.infobabycar .bb6-main__loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-bb6-load .bb6-main__loader {
  opacity: 0;
}

.infobabycar .bb6-main__loader span {
  display: block;
  --size: 50px;
  --stroke-width: calc(var(--size) / 8);
  --color: var(--bb6-color-orange);
  --animation-timing-function: linear;
  --animation-duration: 1s;
  width: var(--size);
  height: var(--size);
  border-width: var(--stroke-width);
  border-style: solid;
  border-color: var(--color) var(--color) var(--color) transparent;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: loader var(--animation-timing-function) var(--animation-duration) infinite;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-main__loader span {
    --size: 35px;
  }
}
.infobabycar .bb6-main__container {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-bb6-load .bb6-main__container {
  opacity: 1;
}

.infobabycar .bb6-main__header {
  display: block;
  position: relative;
  opacity: 0;
}
.is-bb6-load .bb6-main__header {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.infobabycar .bb6-main__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-bb6-load .bb6-main__inner {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.infobabycar .bb6-main__footer {
  display: block;
  position: relative;
  padding-top: 93px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-main__footer {
    padding-top: 18%;
  }
}
.is-bb6-load .bb6-main__footer {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.infobabycar .bb6-hero {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-hero {
    background: var(--bb6-color-bg2);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero {
    margin-bottom: 35px;
  }
}
.infobabycar .bb6-hero__container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-hero__container {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.infobabycar .bb6-hero__img {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero__img {
    width: 100%;
  }
}
.infobabycar .bb6-hero__img img {
  transform: scale(1.05);
  transform-origin: center top;
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero__img img {
    transition-duration: 3s;
    transform: scale(1.05);
  }
}
.is-bb6-load .bb6-hero__img img {
  transform: scale(1);
}

.infobabycar .bb6-hero__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: -6.2%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-bb6-load .bb6-hero__ttl {
  opacity: 1;
  transform: translateY(38px);
}

@media screen and (min-width: 1025px) {
  .infobabycar .bb6-hero_info {
    position: absolute;
    bottom: 10px;
    left: 11.4%;
    z-index: 1;
    width: 29%;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  }
  .is-bb6-load .bb6-hero_info {
    opacity: 1;
    transform: translateY(0px);
    left: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info {
    position: relative;
    max-width: 600px;
    margin: -6% auto 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .infobabycar .bb6-hero_info {
    margin-top: 5%;
  }
}
.infobabycar .bb6-hero_info__catch {
  width: 64%;
  margin: 0 auto 5.8%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info__catch {
    width: 65.6%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info__txt {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info__txt-header {
    margin-top: 4.5%;
  }
}
.infobabycar .bb6-hero_info__price {
  margin-top: 4%;
  text-align: center;
  font-size: 16px;
  font-size: min(1.1428571429vw, 16px);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info__price {
    margin-top: 5%;
    font-size: min(3.7333333333vw, 23.1466666667px);
  }
}
.infobabycar .bb6-hero_info__lead {
  font-weight: 700;
  text-align: center;
}
.infobabycar .bb6-hero_info__lead .bb6-in-caution {
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info__lead .bb6-in-caution {
    font-size: min(2.6666666667vw, 16.5333333333px);
  }
}
.infobabycar .bb6-hero_info__lead-main {
  font-size: 20px;
  font-size: min(1.4285714286vw, 20px);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info__lead-main {
    font-size: min(5.3333333333vw, 33.0666666667px);
  }
}
.infobabycar .bb6-hero_info__lead-main strong {
  display: block;
  font-size: 30px;
  font-size: min(2.1428571429vw, 30px);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info__lead-main strong {
    font-size: min(8vw, 49.6px);
  }
}
.infobabycar .bb6-hero_info__lead-and {
  font-size: 25px;
  font-size: min(1.7857142857vw, 25px);
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info__lead-and {
    font-size: min(6.6666666667vw, 41.3333333333px);
  }
}
.infobabycar .bb6-hero_info__caution {
  width: 90%;
  margin: 2.5% auto 0;
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-hero_info__caution {
    margin-top: 3.5%;
    font-size: min(2.6666666667vw, 16.5333333333px);
  }
}
.infobabycar .bb6-hero_info__caution li {
  text-indent: -1.75em;
  padding-left: 1.75em;
  line-height: 1.6;
}
.infobabycar .bb6-contents {
  display: block;
  position: relative;
}
.infobabycar .bb6-contents__nav {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-contents__nav {
    max-width: 1155px;
    margin: 0 auto 22px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__nav {
    width: var(--bb6-areaW);
    max-width: var(--bb6-maxW);
    margin: 0 auto 22px;
  }
}
.infobabycar .bb6-contents__nav-banner {
  position: relative;
  width: 34.5%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__nav-banner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.infobabycar .bb6-contents__nav-banner::after {
  content: "";
  position: absolute;
  top: -11.5%;
  right: -3.5%;
  width: 10.5%;
  padding-top: 10.5%;
  background: url(../img/bb6/common/icon_ig.png) center center no-repeat;
  background-size: contain;
  animation: ig_anime 3s alternate linear infinite;
}
@keyframes ig_anime {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.infobabycar .bb6-contents__nav-banner-inner {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__nav-banner-inner {
    border-radius: 10px;
  }
}
.infobabycar .bb6-contents__nav-banner-inner img {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .bb6-contents__nav-banner:hover .bb6-contents__nav-banner-inner img {
    opacity: 1;
    transform: scale(1.05);
  }
}
.infobabycar .bb6-contents__nav-list {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-contents__nav-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.infobabycar .bb6-contents__nav-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-contents__nav-item {
    width: 33.1034482759%;
  }
  .infobabycar .bb6-contents__nav-item + .bb6-contents__nav-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -3px;
    width: 4px;
    height: 100%;
    border-left: 1px solid var(--bb6-color-black);
    border-right: 1px solid var(--bb6-color-black);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__nav-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-top: 1px solid var(--bb6-color-black);
    border-bottom: 1px solid var(--bb6-color-black);
  }
}
.infobabycar .bb6-contents__anchor {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-contents__anchor {
    padding: 7px 0 44px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__anchor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 19px 0;
  }
}
.infobabycar .bb6-contents__anchor::after {
  content: "";
  position: absolute;
  background: url(../img/bb6/common/arrow.png) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-contents__anchor::after {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__anchor::after {
    top: 50%;
    right: 0px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .infobabycar .bb6-contents__anchor::after {
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .infobabycar .bb6-contents__nav-item:hover .bb6-contents__anchor::after {
    transform: translateY(5px) scale3d(1.05, 1.05, 1.05);
  }
}
.infobabycar .bb6-contents__anchor-title {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-contents__anchor-title {
    font-size: 19px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__anchor-title {
    flex-grow: 1;
    font-size: min(4vw, 24.8px);
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
}
.infobabycar .bb6-contents__lineup {
  padding-top: 90px;
}
.infobabycar .bb6-contents__about {
  display: block;
  position: relative;
}
.infobabycar .bb6-contents__about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  background: var(--bb6-color-bg3);
  overflow: hidden;
}
.infobabycar .bb6-contents__about-bg::before {
  content: "";
  position: absolute;
  bottom: -12.5%;
  right: 0;
  width: 100%;
  padding-top: 40%;
  background: url(../img/bb6/common/bg_deco-3.png) right center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) and (min-width: 1800px) {
  .infobabycar .bb6-contents__about-bg::before {
    bottom: -17%;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1800px) {
  .infobabycar .bb6-contents__about-bg::before {
    bottom: -22%;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__about-bg::before {
    bottom: -3%;
    width: 260%;
    padding-top: 104%;
  }
}
.infobabycar .bb6-contents__about-bg .bb6-in-deco {
  position: absolute;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.infobabycar .bb6-contents__about-bg .bb6-in-deco01 {
  top: 16.1%;
  left: 0;
  width: 21.5%;
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__about-bg .bb6-in-deco01 {
    top: 27%;
    width: 65%;
  }
}
.infobabycar .bb6-contents__about-bg .bb6-in-deco02 {
  top: 44.2%;
  right: 0;
  width: 34%;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__about-bg .bb6-in-deco02 {
    width: 79%;
    top: 45.5%;
  }
}
.infobabycar .bb6-contents__about-bg .bb6-in-deco03 {
  top: 0%;
  right: 0.5%;
  width: 19%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__about-bg .bb6-in-deco03 {
    top: -1%;
    right: -13.5%;
    width: 38%;
  }
}
.infobabycar .bb6-contents__about-bg .bb6-in-deco04 {
  top: 0%;
  left: 1.2%;
  width: 20.5%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__about-bg .bb6-in-deco04 {
    width: 39%;
    top: 2.7%;
    left: -13.8%;
  }
}
.infobabycar .bb6-contents__about-bg .bb6-in-deco05 {
  bottom: -3.5%;
  left: -4.5%;
  width: 28%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-contents__about-bg .bb6-in-deco05 {
    bottom: -1.5%;
    left: -16%;
    width: 55%;
  }
}
.infobabycar .bb6-lineup {
  display: block;
  position: relative;
/*  padding-bottom: 210px;*/
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup {
    padding-top: 12.5%;
    padding-bottom: min(78%, 500px);
  }
}
/*
.infobabycar .bb6-lineup::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 210px;
  background: var(--bb6-color-lineup1);
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
*/
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup::before {
    padding-top: 12%;
    transform: translateY(calc(100% - 1px));
  }
}
/*
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 10%;
    background: var(--bb6-color-lineup1);
    transform: translateY(calc(100% - 1px));
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
*/
.infobabycar .bb6-lineup[data-bb6-lineup="1"]::before, .infobabycar .bb6-lineup[data-bb6-lineup="1"]::after {
  background: var(--bb6-color-lineup1);
}
.infobabycar .bb6-lineup[data-bb6-lineup="2"]::before, .infobabycar .bb6-lineup[data-bb6-lineup="2"]::after {
  background: var(--bb6-color-lineup2);
}
.infobabycar .bb6-lineup[data-bb6-lineup="3"]::before, .infobabycar .bb6-lineup[data-bb6-lineup="3"]::after {
  background: var(--bb6-color-lineup3);
}
.infobabycar .bb6-lineup[data-bb6-lineup="4"]::before, .infobabycar .bb6-lineup[data-bb6-lineup="4"]::after {
  background: var(--bb6-color-lineup4);
}
.infobabycar .bb6-lineup[data-bb6-lineup="5"]::before, .infobabycar .bb6-lineup[data-bb6-lineup="5"]::after {
  background: var(--bb6-color-lineup5);
}
.infobabycar .bb6-lineup[data-bb6-lineup="6"]::before, .infobabycar .bb6-lineup[data-bb6-lineup="6"]::after {
  background: var(--bb6-color-lineup6);
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup__base {
    position: relative;
    padding-top: 67px;
    overflow: hidden;
  }
  .infobabycar .bb6-lineup__base::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../img/bb6/lineup/bg_lineup_pc.png) center bottom no-repeat;
    mask: url(../img/bb6/lineup/bg_lineup_pc.png) center bottom no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    background: var(--bb6-color-lineup1);
    transform: scale(1.3);
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .infobabycar .bb6-lineup .bb6-lineup__base::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display:block;
      width: 100%;
      height: 100%;
      background: url(../img/bb6/weight/bg_line_01_pc.png) center bottom no-repeat;
      background-size: contain;
  }

  [data-bb6-lineup="2"] .bb6-lineup__base::before {
    background: var(--bb6-color-lineup2);
  }
  [data-bb6-lineup="3"] .bb6-lineup__base::before {
    background: var(--bb6-color-lineup3);
  }
  [data-bb6-lineup="4"] .bb6-lineup__base::before {
    background: var(--bb6-color-lineup4);
  }
  [data-bb6-lineup="5"] .bb6-lineup__base::before {
    background: var(--bb6-color-lineup5);
  }
  .infobabycar .bb6-lineup.is-active .bb6-lineup__base::before {
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__base {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50.8%;
    background: var(--bb6-color-lineup1);
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .infobabycar .bb6-lineup__base::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 58%;
    -webkit-mask: url(../img/bb6/lineup/bg_lineup_sp.png) bottom center no-repeat;
    mask: url(../img/bb6/lineup/bg_lineup_sp.png) bottom center no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    background: var(--bb6-color-lineup1);
    transform: translateY(calc(-100% + 2px));
    transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .infobabycar .bb6-lineup .bb6-lineup__base::after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 0;
      display:block;
      width: 100%;
      height: 100%;
      background: url(../img/bb6/weight/bg_line_01_sp.png) center bottom no-repeat;
      background-size: contain;
  }
  [data-bb6-lineup="2"] .bb6-lineup__base {
    background: var(--bb6-color-lineup2);
  }
  [data-bb6-lineup="2"] .bb6-lineup__base::before {
    background: var(--bb6-color-lineup2);
  }
  [data-bb6-lineup="3"] .bb6-lineup__base {
    background: var(--bb6-color-lineup3);
  }
  [data-bb6-lineup="3"] .bb6-lineup__base::before {
    background: var(--bb6-color-lineup3);
  }
  [data-bb6-lineup="4"] .bb6-lineup__base {
    background: var(--bb6-color-lineup4);
  }
  [data-bb6-lineup="4"] .bb6-lineup__base::before {
    background: var(--bb6-color-lineup4);
  }
  [data-bb6-lineup="5"] .bb6-lineup__base {
    background: var(--bb6-color-lineup5);
  }
  [data-bb6-lineup="5"] .bb6-lineup__base::before {
    background: var(--bb6-color-lineup5);
  }
}
.infobabycar .bb6-lineup__inner {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup__inner {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 84.2%;
    max-width: var(--bb6-maxW);
    transform: translate(-50%, -57%);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__inner {
    position: relative;
    padding: 16px 0;
    width: var(--bb6-areaW);
    max-width: var(--bb6-maxW);
  }
}
.infobabycar .bb6-lineup__inner-wrap {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.infobabycar .bb6-lineup__list {
  display: block;
  position: relative;
  padding-top: 50px;
}
.infobabycar .bb6-lineup__list-item {
  position: relative;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition-duration: 0s !important;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__list-item {
    padding-bottom: 8%;
  }
}
.infobabycar .bb6-lineup__list-item.is-bb6-current {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__list-item.is-bb6-current::before {
    opacity: 1;
    transform: translate(-50%, 0px) scaleX(1);
    transform-origin: left center;
  }
}
.infobabycar .bb6-lineup__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup__pagination {
    top: 6px;
    left: -7px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__pagination {
    top: 7.7%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.infobabycar .bb6-lineup__pagination-item {
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__pagination-item {
    width: min(2.9333333333vw, 18.1866666667px);
  }
}
.infobabycar .bb6-lineup__pagination-item + .bb6-lineup__pagination {
  margin-left: 9px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__pagination-item + .bb6-lineup__pagination {
    margin-left: min(2.4vw, 14.88px);
  }
}
.infobabycar .bb6-lineup__badge {
  width: 31px;
  height: 31px;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__badge {
    width: min(4.2666666667vw, 26.4533333333px);
    height: min(4.2666666667vw, 26.4533333333px);
  }
}
.infobabycar .bb6-lineup__badge::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__badge::before {
    width: min(2.6666666667vw, 16.5333333333px);
    height: min(2.6666666667vw, 16.5333333333px);
  }
}
.-lineup1 .bb6-lineup__badge::before {
  background: var(--bb6-color-lineup1);
}

.-lineup2 .bb6-lineup__badge::before {
  background: var(--bb6-color-lineup2);
}

.-lineup3 .bb6-lineup__badge::before {
  background: var(--bb6-color-lineup3);
}

.-lineup4 .bb6-lineup__badge::before {
  background: var(--bb6-color-lineup4);
}

.-lineup5 .bb6-lineup__badge::before {
  background: var(--bb6-color-lineup5);
}

.-lineup6 .bb6-lineup__badge::before {
  background: var(--bb6-color-lineup6);
}

.infobabycar .bb6-lineup__badge::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: transparent 2px solid;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.-lineup1 .bb6-lineup__badge::after {
  border-color: var(--bb6-color-lineup1);
}

.-lineup2 .bb6-lineup__badge::after {
  border-color: var(--bb6-color-lineup2);
}

.-lineup3 .bb6-lineup__badge::after {
  border-color: var(--bb6-color-lineup3);
}

.-lineup4 .bb6-lineup__badge::after {
  border-color: var(--bb6-color-lineup4);
}

.-lineup5 .bb6-lineup__badge::after {
  border-color: var(--bb6-color-lineup5);
}

.-lineup6 .bb6-lineup__badge::after {
  border-color: var(--bb6-color-lineup6);
}

.is-bb6-current .infobabycar .bb6-lineup__badge::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .infobabycar .bb6-lineup__badge:hover::after {
    opacity: 1;
  }
}
.infobabycar .bb6-lineup__info {
  position: absolute;
  left: 50%;
  pointer-events: none;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup__info {
    top: 50%;
    width: 84.2%;
    height: 77%;
    max-width: var(--bb6-maxW);
    transform: translate(-50%, -56%);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__info {
    top: 0;
    width: 89%;
    height: 92.2%;
    max-width: var(--bb6-maxW);
    transform: translate(-50%, 0%);
  }
}
.infobabycar .bb6-lineup__info-wrap {
  position: relative;
  width: 88%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__info-wrap {
    width: 100%;
  }
}
.infobabycar .bb6-lineup__info-container {
  width: 290px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .infobabycar .bb6-lineup__info-container {
    width: 265px;
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup__info-container {
    height: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__info-container {
    width: 100%;
  }
}
.infobabycar .bb6-lineup__cap {
  display: block;
  position: relative;
  margin-bottom: 140px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__cap {
    text-align: center;
    font-size: 26px;
    font-size: min(6.9333333333vw, 42.9866666667px);
    letter-spacing: 0.1rem;
  }
}
.infobabycar .bb6-lineup__nav {
  pointer-events: auto;
}
@media screen and (mix-width: 1025px) {
  .infobabycar .bb6-lineup__nav {
    margin-top: calc((100vw - 1000px) * 0.1);
  }
}
.infobabycar .bb6-lineup__nav-ttl {
  position: relative;
  margin-bottom: 13px;
  letter-spacing: 0.15rem;
  display: flex;
  align-items: center;
}
.infobabycar .bb6-lineup__nav-ttl .bb6-in-txt {
  display: block;
  padding-right: 5px;
  font-size: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__nav-ttl .bb6-in-txt {
    font-size: min(3.2vw, 19.84px);
  }
}
.infobabycar .bb6-lineup__nav-ttl .bb6-in-line {
  position: relative;
  display: block;
  flex-grow: 1;
}
.infobabycar .bb6-lineup__nav-ttl .bb6-in-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--bb6-color-text);
}
.infobabycar .bb6-lineup__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.infobabycar .bb6-lineup__nav-list.-col2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 67%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__nav-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    gap: 5px;
  }
  .infobabycar .bb6-lineup__nav-list.-col2 {
      max-width: 100%;
      grid-template-rows: repeat(2, 1fr);
  }
}
.infobabycar .bb6-lineup__nav-list-item {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__nav-list-item {
    display: flex;
    align-items: center;
  }
}
.infobabycar .bb6-lineup__nav-img {
  position: relative;
  width: 90px;
  margin-bottom: 2px;
  padding-top: 90px;
  background: var(--bb6-color-white);
  border-radius: 7px;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .infobabycar .bb6-lineup__nav-img {
    width: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__nav-img {
    width: 33.950617284%;
    padding-top: 33.950617284%;
    margin-bottom: 0;
    margin-right: 6px;
    flex-shrink: 0;
  }
}
.bb6-lineup__nav-list-item:nth-child(1):hover .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup1-3);
}

.bb6-lineup__nav-list-item:nth-child(2):hover .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup2-3);
}

.bb6-lineup__nav-list-item:nth-child(3):hover .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup3-3);
}

.bb6-lineup__nav-list-item:nth-child(4):hover .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup4-3);
}

.bb6-lineup__nav-list-item:nth-child(5):hover .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup5-3);
}

[data-bb6-lineup="1"] .bb6-lineup__nav-list-item:nth-child(1) .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup1-3);
}

[data-bb6-lineup="2"] .bb6-lineup__nav-list-item:nth-child(2) .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup2-3);
}

[data-bb6-lineup="3"] .bb6-lineup__nav-list-item:nth-child(3) .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup3-3);
}

[data-bb6-lineup="4"] .bb6-lineup__nav-list-item:nth-child(4) .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup4-3);
}

[data-bb6-lineup="5"] .bb6-lineup__nav-list-item:nth-child(5) .bb6-lineup__nav-img {
  background: var(--bb6-color-lineup5-3);
}

.infobabycar .bb6-lineup__nav-img-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -48%);
}
.infobabycar .bb6-lineup__nav-txt {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .infobabycar .bb6-lineup__nav-txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__nav-txt {
    font-size: min(3.2vw, 19.84px);
    flex-grow: 1;
    text-align: left;
  }
}
.infobabycar .bb6-lineup__nav-txt .bb6-in-txt {
  white-space: nowrap;
  letter-spacing: -0.06rem;
}
.infobabycar .bb6-lineup__nav-txt .bb6-in-cap {
  position: relative;
  line-height: 1;
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__nav-txt .bb6-in-cap {
    font-size: min(2.6666666667vw, 16.5333333333px);
    white-space: nowrap;
  }
}
.infobabycar .bb6-lineup__nav-txt .bb6-in-cap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background: var(--bb6-color-white);
  border-radius: 50px;
}
.infobabycar .bb6-lineup__nav-txt .bb6-in-cap span {
  position: relative;
  display: block;
  padding: 3px 0 1px;
  transform: scale(0.9);
  letter-spacing: -0.08rem;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup__nav-txt .bb6-in-cap span {
    transform-origin: 20% 50%;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__nav-txt .bb6-in-cap span {
    padding: 2px 0;
    transform-origin: 20% 50%;
    transform: scale(0.9) translateX(5px);
  }
}
.infobabycar .bb6-lineup__pager {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 30px;
  height: 30px;
  transform: translate(0, 100%);
  background-color: var(--bb6-color-lineup1-2);
  border-radius: 50%;
  cursor: pointer;
}
[data-bb6-lineup="2"] .bb6-lineup__pager {
  background: var(--bb6-color-lineup2-2);
}

[data-bb6-lineup="3"] .bb6-lineup__pager {
  background: var(--bb6-color-lineup3-2);
}

[data-bb6-lineup="4"] .bb6-lineup__pager {
  background: var(--bb6-color-lineup4-2);
}

[data-bb6-lineup="5"] .bb6-lineup__pager {
  background: var(--bb6-color-lineup5-2);
}

@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__pager {
    top: 350px;
    width: min(6.6666666667vw, 41.3333333333px);
    height: min(6.6666666667vw, 41.3333333333px);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1024px) and (min-width: 500px) {
  .infobabycar .bb6-lineup__pager {
    top: 400px;
  }
}
.infobabycar .bb6-lineup__pager.-prev {
  left: 0;
}
.infobabycar .bb6-lineup__pager.-next {
  right: 0;
}
.infobabycar .bb6-lineup__pager-arrow {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup__pager-arrow {
    width: 50%;
  }
}
.infobabycar .bb6-lineup__pager.-prev .bb6-lineup__pager-arrow {
  transform: translate(-50%, -50%);
}

.infobabycar .bb6-lineup__pager.-next .bb6-lineup__pager-arrow {
  transform: translate(-50%, -50%);
}

@media (hover: hover) and (pointer: fine) {
  .infobabycar .bb6-lineup__pager.-prev:hover .bb6-lineup__pager-arrow img {
    animation: bb6_arrow 1s linear;
  }
  .infobabycar .bb6-lineup__pager.-next:hover .bb6-lineup__pager-arrow img {
    animation: bb6_arrow_r 1s linear;
  }
}
.infobabycar .bb6-lineup_data {
  position: relative;
  --bb6-lineup-color: var(--bb6-color-lineup1);
  display: block;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.-lineup1 .bb6-lineup_data {
  --bb6-lineup-color: var(--bb6-color-lineup1);
}

.-lineup2 .bb6-lineup_data {
  --bb6-lineup-color: var(--bb6-color-lineup2);
}

.-lineup3 .bb6-lineup_data {
  --bb6-lineup-color: var(--bb6-color-lineup3);
}

.-lineup4 .bb6-lineup_data {
  --bb6-lineup-color: var(--bb6-color-lineup4);
}

.-lineup5 .bb6-lineup_data {
  --bb6-lineup-color: var(--bb6-color-lineup5);
}

.-lineup6 .bb6-lineup_data {
  --bb6-lineup-color: var(--bb6-color-lineup6);
}

.infobabycar .bb6-lineup_data__deco {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup_data__deco {
    top: 50%;
    right: 0.5%;
    transform: translateY(-44%);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__deco {
    top: 61.5%;
    right: 0;
  }
}
.is-bb6-current .bb6-lineup_data__deco {
  opacity: 1;
}

.-lineup1 .bb6-lineup_data__deco {
  width: 28%;
}
@media screen and (max-width: 1024px) {
  .-lineup1 .bb6-lineup_data__deco {
    width: 60%;
  }
}

.-lineup2 .bb6-lineup_data__deco {
  width: 34.5%;
}
@media screen and (max-width: 1024px) {
  .-lineup2 .bb6-lineup_data__deco {
    width: 73%;
  }
}

.-lineup3 .bb6-lineup_data__deco {
  width: 36.5%;
}
@media screen and (max-width: 1024px) {
  .-lineup3 .bb6-lineup_data__deco {
    width: 77%;
  }
}

.-lineup4 .bb6-lineup_data__deco {
  width: 20.5%;
}
@media screen and (max-width: 1024px) {
  .-lineup4 .bb6-lineup_data__deco {
    width: 44%;
  }
}

.-lineup5 .bb6-lineup_data__deco {
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .-lineup5 .bb6-lineup_data__deco {
    width: 97%;
  }
}

.-lineup6 .bb6-lineup_data__deco {
  width: 24.3%;
}
@media screen and (max-width: 1024px) {
  .-lineup6 .bb6-lineup_data__deco {
    width: 52%;
  }
}

.infobabycar .bb6-lineup_data__header {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup_data__header {
    padding-bottom: 225px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__header {
    margin-bottom: 8%;
    position: relative;
    text-align: center;
  }
}
.is-bb6-current .bb6-lineup_data__header {
  opacity: 1;
}

.infobabycar .bb6-lineup_data__title {
  display: block;
  position: relative;
}
.-lineup1 .bb6-lineup_data__title {
  color: var(--bb6-color-lineup1-2);
}

.-lineup2 .bb6-lineup_data__title {
  color: var(--bb6-color-lineup2-2);
}

.-lineup3 .bb6-lineup_data__title {
  color: var(--bb6-color-lineup3-2);
}

.-lineup4 .bb6-lineup_data__title {
  color: var(--bb6-color-lineup4-2);
}

.-lineup5 .bb6-lineup_data__title {
  color: var(--bb6-color-lineup5-2);
}

.infobabycar .bb6-lineup_data__title-main {
  display: block;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.13rem;
  transform: translateX(-10px);
  opacity: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .infobabycar .bb6-lineup_data__title-main {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__title-main {
    font-size: 31px;
    font-size: min(8.2666666667vw, 51.2533333333px);
  }
}
.is-bb6-current .bb6-lineup_data__title-main {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.infobabycar .bb6-lineup_data__title-sub {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  transform: translateX(-10px);
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__title-sub {
    margin-top: -3px;
    font-size: 12px;
    font-size: min(3.2vw, 19.84px);
    letter-spacing: 0;
  }
}
.is-bb6-current .bb6-lineup_data__title-sub {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}

.infobabycar .bb6-lineup_data__inner {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup_data__inner {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 38.5%;
    transform: translate(-40%, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__inner {
    width: 96%;
    margin-left: -1%;
    margin-bottom: 7%;
  }
}
.infobabycar .bb6-lineup_data__visual {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__visual {
    transform: translateX(7.5%);
  }
}
.is-bb6-current .bb6-lineup_data__visual {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.infobabycar .bb6-lineup_data__visual-badge {
  position: absolute;
  top: -0.5%;
  left: -4.8%;
  width: 34%;
  opacity: 0;
  transform: scale(0.9);
/*  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;*/
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__visual-badge {
    top: 0.8%;
    left: -3%;
    width: 32.2%;
  }
}
.is-bb6-current .bb6-lineup_data__visual-badge {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}

.infobabycar .bb6-lineup_data__visual-img {
  display: block;
  position: relative;
  transform: translateX(30px);
  opacity: 0;
  transition: transform 0s linear 0.5s;
}
.is-bb6-current .bb6-lineup_data__visual-img {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
}
@media screen and (max-width: 1024px) {
  .is-bb6-current .bb6-lineup_data__visual-img {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  }
}

.infobabycar .bb6-lineup_data__footer {
  opacity: 0;
/*  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);*/
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup_data__footer {
    width: 30%;
    transform: translateY(100px);/* 140px for 2 btns */
  }
}
.is-bb6-current .bb6-lineup_data__footer {
  opacity: 1;
}

.infobabycar .bb6-lineup_data__link {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup_data__link {
    max-width: 300px;
    margin-left: auto;
  }
}
.infobabycar .bb6-lineup_data__link-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-lineup_data__link-item + .bb6-lineup_data__link-item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__link-item + .bb6-lineup_data__link-item {
    margin-top: 3.3%;
  }
}
.infobabycar .bb6-lineup_data__btn {
  display: block;
  position: relative;
}
.infobabycar .bb6-lineup_data__btn-text {
  display: block;
  position: relative;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: var(--bb6-color-white);
  background-color: var(--bb6-color-white);
  border-radius: 200px;
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1), color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__btn-text {
    padding: 17px 0;
    font-size: 14px;
    font-size: min(3.4vw, 18px);
    letter-spacing: 0.1rem;
    border-width: 1px;
  }
}
.-lineup1 .bb6-lineup_data__btn-text {
  background-color: var(--bb6-color-lineup1-2);
}

.-lineup2 .bb6-lineup_data__btn-text {
  background-color: var(--bb6-color-lineup2-2);
}

.-lineup3 .bb6-lineup_data__btn-text {
  background-color: var(--bb6-color-lineup3-2);
}

.-lineup4 .bb6-lineup_data__btn-text {
  background-color: var(--bb6-color-lineup4-2);
}

.-lineup5 .bb6-lineup_data__btn-text {
  background-color: var(--bb6-color-lineup5-2);
}

.-wh .bb6-lineup_data__btn-text {
  color: var(--bb6-color-text);
  background: var(--bb6-color-white);
}

@media (hover: hover) and (pointer: fine) {
  .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text::after {
    animation: bb6_arrow_blank 1s linear;
  }
  .-lineup1 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text {
    background: var(--bb6-color-white);
    color: var(--bb6-color-lineup1-2);
  }
  .-lineup1 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text::after {
    background: var(--bb6-color-lineup1-2);
  }
  .-lineup2 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text {
    background: var(--bb6-color-white);
    color: var(--bb6-color-lineup2-2);
  }
  .-lineup2 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text::after {
    background: var(--bb6-color-lineup2-2);
  }
  .-lineup3 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text {
    background: var(--bb6-color-white);
    color: var(--bb6-color-lineup3-2);
  }
  .-lineup3 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text::after {
    background: var(--bb6-color-lineup3-2);
  }
  .-lineup4 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text {
    background: var(--bb6-color-white);
    color: var(--bb6-color-lineup4-2);
  }
  .-lineup4 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text::after {
    background: var(--bb6-color-lineup4-2);
  }
  .-lineup5 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text {
    background: var(--bb6-color-white);
    color: var(--bb6-color-lineup5-2);
  }
  .-lineup5 .bb6-lineup_data__btn:hover .bb6-lineup_data__btn-text::after {
    background: var(--bb6-color-lineup5-2);
  }
}
.infobabycar .bb6-lineup_data__btn-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  height: 100%;
  width: 8px;
  -webkit-mask: url(../img/bb6/icon/icon_arrow-blank.svg) center center no-repeat;
  mask: url(../img/bb6/icon/icon_arrow-blank.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--bb6-color-white);
  transition: background-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-lineup_data__btn-text::after {
    right: 15px;
    width: 7px;
  }
}
.bb6-lineup_data__btn.-wh .bb6-lineup_data__btn-text::after {
  background: var(--bb6-color-text);
}
/* -- bb5 about -- */
.infobabycar .bb6-about {
  position: relative;
}
.infobabycar .bb6-about__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.infobabycar .bb6-about__deco-item {
  position: absolute;
}
.infobabycar .bb6-about__deco-item.-item01 {
    top: 180px;
    right: 0;
    width: 40%;
}
.infobabycar .bb6-about__deco-item.-item02 {
    bottom: 240px;
    left: 0;
    width: 40%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about__deco-item.-item01 {
      top: 60px;
      width: 48%;
  }

  .infobabycar .bb6-about__deco-item.-item02 {
      bottom: 20px;
      width: 50%;
  }
}


.infobabycar .bb6-about__wrap {
  position: relative;
  padding-top: 54px;
  padding-bottom: 141px;
  background: var(--bb6-color-bg-about);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about__inner {
      width: 88%;
      margin: 0 auto;
  }
  .infobabycar .bb6-about__wrap {
    padding-top: 15px;
    padding-bottom: 73px;
  }
}
.infobabycar .bb6-about__decoline {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  transform: translateX(-50%);
}
.infobabycar .bb6-about__decoline-item {
  position: absolute;
  top: 19%;
  right: 0;
  width: 58%;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about__decoline-item {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-about__decoline-item:first-child img {
    display: block;
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about__decoline-item:first-child {
    display: none;
  }
}
.infobabycar .bb6-about__decoline-item:nth-child(2) {
  top: 56.5%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about__decoline-item:nth-child(2) {
    top: 40%;
  }
}
.infobabycar .bb6-about__decoline-item:nth-child(3) {
  top: auto;
  right: auto;
  left: 0;
  bottom: -2%;
  width: 54.8%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about__decoline-item:nth-child(3) {
    width: 100%;
    bottom: 16.5%;
  }
}

.bb6-about__frame.-top {
    background: var(--bb6-color-feature);
}
.bb6-about__frame.-bottom {
    background: var(--bb6-color-bg-about);
}

.infobabycar .bb6-about__container {
  position: relative;
  margin: 0 auto;
  padding-top: 55px;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-about__container {
    width: 90%;
    max-width: var(--bb6-areaW);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about__container {
    max-width: var(--bb6-maxW);
    padding-top: 40px;
  }
}
.infobabycar .bb6-about__header {
  margin-bottom: 76px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about__header {
    margin-bottom: 5.5%;
  }
}
.infobabycar .bb6-about__ttl {
  width: 53.5%;
  margin: 0 auto;
  opacity: 0;
  transform: scale3d(0.9, 0.9, 0.9);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about__ttl {
    width: 80%;
  }
}
.infobabycar .bb6-about.is-active .bb6-about__ttl {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.infobabycar .bb6-about__inner {
  position: relative;
}
.infobabycar .bb6-about__list {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-about__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.infobabycar .bb6-about__list-item {
  opacity: 0;
  transform: scale3d(0.95, 0.95, 0.95);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  margin:30px 0;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-about__list-item {
    width: 46.5517241379%;
  }
  .infobabycar .bb6-about.is-active .bb6-about__list-item:nth-child(even) {
      transform:translateY(100px);
  }
}
.infobabycar .bb6-about.is-active .bb6-about__list-item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.infobabycar .bb6-about .bb6-about__list-item .bb6-about_data {
  background: var(--bb6-color-white);
  padding: 30px;
}

.infobabycar .bb6-about__list-item.-feature1 {
  transition-delay: 0.2s;
}
.infobabycar .bb6-about__list-item.-feature2 {
  transition-delay: 0.3s;
}
.infobabycar .bb6-about__list-item.-feature3 {
  transition-delay: 0.4s;
}
.infobabycar .bb6-about__list-item.-feature4 {
  transition-delay: 0.5s;
}
.infobabycar .bb6-about_data {
  position: relative;
}

.infobabycar .bb6-about_data__txt .bb6-in-line {
  position: relative;
  display: inline-block;
}
.infobabycar .bb6-about_data__txt .bb6-in-line::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: var(--bb6-color-yellow);
}
.infobabycar .bb6-about_data__txt .bb6-in-line.-blue::before {
  background-color: var(--bb6-color-bluehigh);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about_data__txt .bb6-in-line::before {
    height: 6px;
  }
}
.infobabycar .bb6-about_data__txt .bb6-in-line-inner {
    position: relative;
}

.infobabycar .bb6-about .bb6-about__list-item .bb6-about_data__txt {
    line-height: 1.4;
    font-weight: 600;
}

.infobabycar .bb6-about .bb6-about__list-item .bb6-in-small {
    font-size: 1.8em;
}
.infobabycar .bb6-about .bb6-about__list-item .bb6-in-medium {
    font-size: 2.34em;
}
.bb6-about_data__header.-new .bb6-about_data__txt {
    display: flex;
    justify-content: space-between;
}
.bb6-about_data__txt {
    line-height: 1.4;
}
.bb6-about_data__header.-new .bb6-about_data__txt .bb6-about_data__text-new {
    max-width: 80px;
}
.infobabycar .bb6-about .bb6-about__list-item .bb6-about_data__inner img {
    width: 60%;
    margin: 30px auto;
}

.infobabycar .bb6-about .bb6-about__list-item .bb6-btn {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
}
.infobabycar .bb6-about .bb6-about__list-item.-feature1 .bb6-about_data__inner img {
    width: 84%;
}
.infobabycar .bb6-about .bb6-about__list-item.-feature3 .bb6-about_data__inner img {
    width: 50%;
    margin-bottom:0;
}
.infobabycar .bb6-about .bb6-about__list-item.-feature4 .bb6-about_data__inner img {
    width: 66%;
    margin-bottom:0;
    transform:translateX(20px);
}
.infobabycar .bb6-about .bb6-about__list-item .text-deco {
    font-size: 4rem;
    font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1024px) {
  .infobabycar .bb6-about .bb6-about__list-item .bb6-about_data {
    padding: 30px 15px;
    letter-spacing: 0;
  }
  .infobabycar .bb6-about .bb6-about__list-item .bb6-in-small {
      font-size: 1.28em;
  }

  .infobabycar .bb6-about .bb6-about__list-item .bb6-in-medium {
      font-size: 1.8em;
  }

  .infobabycar .bb6-about .bb6-about__list-item .bb6-btn {
      width: 100%;
  }
  .bb6-about_data__header.-new .bb6-about_data__txt {
      justify-content: flex-start;
      gap: 20px;
  }

  .bb6-about_data__header.-new .bb6-about_data__txt .bb6-about_data__text-new {
      max-width: 20%;
  }

}

/* -- bb6 pickup -- */

.infobabycar .bb6-pickup {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup {
    padding-top: 64px;
    padding-bottom: 70px;
  }
}

.infobabycar .bb6-pickup .bb6-pickup__frame {
    position: absolute;
    top: 0;
    width: 100%;
}
.infobabycar .bb6-pickup__header {
  position: relative;
  margin-bottom: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup__header {
    margin-bottom: 20px;
  }
}
.is-active .bb6-pickup__header {
  transform: translateY(0);
  opacity: 1;
}

.infobabycar .bb6-pickup__ttl {
  text-align: center;
  font-weight: 700;
}
.infobabycar .bb6-pickup__ttl-main {
  margin-bottom: 5px;
  font-size: 36px;
  letter-spacing: 0.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup__ttl-main {
    margin-bottom: 4px;
    font-size: 26px;
    font-size: min(6.9333333333vw, 42.9866666667px);
    letter-spacing: 0.1rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup__ttl-sub {
    margin-top: -2px;
    font-size: 12px;
    font-size: min(3.2vw, 19.84px);
  }
}
.infobabycar .bb6-pickup__inner {
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-pickup__inner {
    max-width: var(--bb6-areaW);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup__inner {
    width: 80%;
  }
}
.is-active .bb6-pickup__inner {
  transform: translateY(0);
  opacity: 1;
}

.infobabycar .bb6-pickup__list {
  display: flex;
}
.infobabycar .bb6-pickup__list-item {
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-pickup__list-item {
    width: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup__list-item {
    width: 100%;
  }
}
.infobabycar .bb6-pickup__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup__pager {
    margin-top: 20px;
  }
}
.infobabycar .bb6-pickup__pager span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bb6-color-pager);
  cursor: pointer;
}
.infobabycar .bb6-pickup__pager span.swiper-pagination-bullet-active {
  background: var(--bb6-color-sliderdot-active);
}
.infobabycar .bb6-pickup__pager span + span {
  margin-left: 10px;
}
.infobabycar .bb6-pickup_data {
  width: 100%;
  height: 100%;
  border: 1px solid var(--bb6-color-text);
  border-radius: 10px;
  background: var(--bb6-color-white);
  overflow: hidden;
}
.infobabycar .bb6-pickup_data__header {
  border-bottom: 1px solid var(--bb6-color-text);
}
.infobabycar .bb6-pickup_data__inner {
  padding: 21px 24px 47px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup_data__inner {
    padding: 19px 19px 25px;
  }
}
.infobabycar .bb6-pickup_data__new {
  position: relative;
  width: 52px;
  margin-bottom: -14px;
  animation: bb6-new 2s linear infinite;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup_data__new {
    width: 40px;
    width: min(10.6666666667vw, 66.1333333333px);
    margin-bottom: -15px;
  }
}
.infobabycar .bb6-pickup_data__txt {
  position: relative;
}
.infobabycar .bb6-pickup_data__txt-sub {
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup_data__txt-sub {
    font-size: 12px;
    font-size: min(3.2vw, 19.84px);
  }
}
.infobabycar .bb6-pickup_data__txt-main {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup_data__txt-main {
    font-size: 19px;
    font-size: min(5.0666666667vw, 31.4133333333px);
    line-height: 1.45;
  }
}
.infobabycar .bb6-pickup_data__txt-main .bb6-in-caution {
  display: inline-block;
  vertical-align: super;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup_data__txt-main .bb6-in-caution {
    font-size: min(2.6666666667vw, 16.5333333333px);
  }
}
.infobabycar .bb6-pickup_data__txt-main .bb6-in-angle {
  display: inline-block;
  margin-right: -8px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-pickup_data__txt-main .bb6-in-angle {
    margin-right: min(-1.0666666667vw, -6.6133333333px);
  }
}
.infobabycar .bb6-pickup_data__txt-caution {
  margin-top: 3px;
  font-size: 11px;
}
.infobabycar .bb6-pickup_data__txt-caution li {
  padding-left: 2.25em;
  text-indent: -2.25em;
}
.infobabycar .bb6-feature {
  position: relative;
  padding-top: 98px;
  padding-bottom: 101px;
  background: var(--bb6-color-feature);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature {
    padding-top: 63px;
    padding-bottom: 70px;
  }
}
.infobabycar .bb6-feature__header {
  position: relative;
  margin-bottom: 36px;
  text-align: center;
  font-weight: 700;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__header {
    margin-bottom: 6.2%;
  }
}
.is-active .bb6-feature__header {
  transform: translateY(0);
  opacity: 1;
}

.infobabycar .bb6-feature__ttl {
  margin-bottom: 2.6%;
  text-align: center;
  font-size: 36px;
  font-size: min(2.5714285714vw, 36px);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__ttl {
    margin-bottom: 4.5%;
    font-size: min(6.4vw, 39.68px);
    line-height: 1.6;
  }
}
.infobabycar .bb6-feature__ttl .bb6-feature__txt-deco {
  padding-left: 13px;
  padding-right: 6px;
}
.infobabycar .bb6-feature__txt {
  margin-bottom: 3.3%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__txt {
    margin-bottom: 10.5%;
  }
}
.infobabycar .bb6-feature__txt-line {
  font-size: 20px;
  font-size: min(1.4285714286vw, 20px);
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__txt-line {
    font-size: 14px;
    font-size: min(3.7333333333vw, 23.1466666667px);
    line-height: 1.85;
  }
}
.infobabycar .bb6-feature__txt-line .bb6-feature__txt-deco {
  padding-left: 8px;
  padding-right: 6px;
}
.infobabycar .bb6-feature__txt-line .bb6-feature__txt-deco::before {
  top: 0px;
  height: 89%;
  -webkit-clip-path: polygon(11% 0%, 100% 0, 100% 65%, 89% 100%, 0 100%, 0% 37%);
  clip-path: polygon(11% 0%, 100% 0, 100% 65%, 89% 100%, 0 100%, 0% 37%);
}
.infobabycar .bb6-feature__txt-line:nth-child(2) .bb6-feature__txt-deco::before {
  -webkit-clip-path: polygon(8% 0%, 100% 0, 100% 65%, 92% 100%, 0 100%, 0% 37%);
  clip-path: polygon(8% 0%, 100% 0, 100% 65%, 92% 100%, 0 100%, 0% 37%);
}
.infobabycar .bb6-feature__txt-deco {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.infobabycar .bb6-feature__txt-deco span {
  position: relative;
  display: block;
}
.infobabycar .bb6-feature__txt-deco::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 104%;
  height: 85%;
  background: var(--bb6-color-white);
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 65%, 90% 100%, 0 100%, 0% 35%);
  clip-path: polygon(10% 0%, 100% 0, 100% 65%, 90% 100%, 0 100%, 0% 35%);
  transform: translateX(-50%);
}
.infobabycar .bb6-feature__catch {
  font-size: 28px;
  font-size: min(2vw, 28px);
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__catch {
    font-size: 18px;
    font-size: min(4.8vw, 29.76px);
    letter-spacing: -0.05rem;
  }
}
.infobabycar .bb6-feature__catch .bb6-feature__txt-deco {
  padding-left: 13px;
  padding-right: 6px;
}
.infobabycar .bb6-feature__catch .bb6-feature__txt-deco::before {
  top: -1px;
  height: 98%;
}
.infobabycar .bb6-feature__inner {
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-feature__inner {
    max-width: var(--bb6-areaW);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__inner {
    width: 80%;
  }
}
.is-active .bb6-feature__inner {
  transform: translateY(0);
  opacity: 1;
}

.infobabycar .bb6-feature__list {
  display: flex;
}
.infobabycar .bb6-feature__list-item {
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-feature__list-item {
    width: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__list-item {
    width: 100%;
  }
}
.infobabycar .bb6-feature__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__pager {
    margin-top: 20px;
  }
}
.infobabycar .bb6-feature__pager span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bb6-color-white);
  cursor: pointer;
}
.infobabycar .bb6-feature__pager span.swiper-pagination-bullet-active {
  background: var(--bb6-color-sliderdot-active);
}
.infobabycar .bb6-feature__pager span + span {
  margin-left: 10px;
}
.infobabycar .bb6-feature__footer {
  margin-top: 52px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__footer {
    margin-top: 48px;
  }
}
.infobabycar .bb6-feature__banner {
  width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature__banner {
    width: 90%;
  }
}
.infobabycar .bb6-feature__banner-link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.infobabycar .bb6-feature__banner-link:hover img {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .infobabycar .bb6-feature__banner-link:hover {
    opacity: 0.7;
  }
}
.infobabycar .bb6-feature_data {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 37px 0 42px;
  border-radius: 10px;
  background: var(--bb6-color-white);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature_data {
    padding: 28px 0 40px;
  }
}
.infobabycar .bb6-feature_data__header {
  min-height: 105px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature_data__header {
    margin-bottom: 8px;
  }
}
.infobabycar .bb6-feature_data__txt {
  position: relative;
  text-align: center;
}
.infobabycar .bb6-feature_data__txt-sub {
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature_data__txt-sub {
    margin-bottom: 6px;
    font-size: 12px;
    font-size: min(3.2vw, 19.84px);
  }
}
.infobabycar .bb6-feature_data__txt-main {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-feature_data__txt-main {
    font-size: 19px;
    font-size: min(5.0666666667vw, 31.4133333333px);
    line-height: 1.45;
  }
}
.infobabycar .bb6-feature_data__txt-main .bb6-in-caution {
  font-size: 10px;
  text-align: center;
}
.infobabycar .bb6-feature_data__txt-caution {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 92%;
  transform: translateX(-50%);
  font-size: 10px;
  text-align: center;
}
.infobabycar .bb6-feature_data__txt-caution li {
  padding-left: 2em;
  text-indent: -2em;
}
.infobabycar .bb6-feature_data__inner {
  position: relative;
}
.infobabycar .bb6-feature_data__img {
  position: relative;
  width: 67.6%;
  margin: 0 auto;
}
.bb6-feature__list-item.-feature2 .bb6-feature_data__img {
  width: 75%;
  margin-left: 16%;
  margin-top: -5%;
}

.infobabycar .bb6-statement {
  position: relative;
  padding: 100px 0;
  background: var(--bb6-color-bg2);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-statement {
    padding: 19.5% 0 18.2%;
  }
}
.infobabycar .bb6-statement__container {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-statement__container {
    display: flex;
    width: 90%;
    max-width: 1178px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-statement__container {
    width: var(--bb6-areaW);
    max-width: var(--bb6-maxW);
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-statement__header {
    width: 46.5517241379%;
    flex-shrink: 0;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-statement__header {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-statement__inner {
    flex-grow: 1;
    margin-top: -6px;
  }
}
.infobabycar .bb6-statement__ttl {
  margin-bottom: 27px;
  font-size: 42px;
  font-size: min(3vw, 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-statement__ttl {
    margin-bottom: 22px;
    font-size: 26px;
    font-size: min(6.9333333333vw, 42.9866666667px);
    letter-spacing: -0.02rem;
  }
}
.infobabycar .bb6-statement__txt {
  margin-bottom: 38px;
  font-size: 22px;
  font-size: min(1.5714285714vw, 22px);
  line-height: 1.82;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-statement__txt {
    margin-bottom: 10%;
    font-size: 15px;
    font-size: min(4vw, 24.8px);
    line-height: 1.8;
  }
}
.infobabycar .bb6-statement__txt-block + .bb6-statement__txt-block {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-statement__txt-block + .bb6-statement__txt-block {
    margin-top: 4.8%;
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-statement__catch {
    width: 77.8%;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-statement__catch {
    width: 78%;
    margin: 0 auto;
  }
}
.infobabycar .bb6-life {
  position: relative;
  padding: 94px 0 100px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life {
    padding: 68px 0 70px;
  }
}
.infobabycar .bb6-life__decoline {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.infobabycar .bb6-life__decoline-item {
  position: absolute;
  bottom: 14%;
  left: 0%;
  width: 60%;
  max-width: 840px;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__decoline-item {
    bottom: 24%;
    width: 100%;
  }
  .infobabycar .bb6-life__decoline-item img {
    transform: scaleX(-1);
  }
}
.infobabycar .bb6-life__decoline-item:nth-child(2) {
  bottom: -13%;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__decoline-item:nth-child(2) {
    bottom: 5%;
  }
}
.infobabycar .bb6-life__container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-life__container {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__container {
    padding-bottom: 17%;
  }
}
.infobabycar .bb6-life__header {
  font-weight: 700;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-life__header {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__header {
    margin-bottom: 25px;
  }
}
.is-active .bb6-life__header {
  transform: translateY(0);
  opacity: 1;
}

.infobabycar .bb6-life__header-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.infobabycar .bb6-life__ttl {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.17;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__ttl {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-size: min(6.4vw, 39.68px);
  }
}
.infobabycar .bb6-life__ttl-inner {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.infobabycar .bb6-life__ttl-inner::before {
  content: "";
  position: absolute;
  top: -12px;
  right: -67px;
  width: 55px;
  height: 61px;
  background: url(../img/bb6/common/icon_ig.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__ttl-inner::before {
    top: -12px;
    right: -49px;
    width: 45px;
    height: 49px;
  }
}
.infobabycar .bb6-life__txt {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__txt {
    text-align: center;
    font-size: min(3.2vw, 19.84px);
  }
}
.infobabycar .bb6-life__txt span {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.infobabycar .bb6-life__txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../img/bb6/life/deco.png) left center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.infobabycar .bb6-life__btn {
  width: 300px;
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    max-width: 500px;
    margin-top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-life__btn {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .infobabycar .bb6-life__btn:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__btn .bb6-btn {
    padding: 12px 0;
  }
}
.infobabycar .bb6-life__btn .bb6-btn::after {
  right: auto;
  left: 20px;
  background-image: url(../img/bb6/icon/icon_ig.png);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__btn .bb6-btn::after {
    left: 17px;
    width: 16px;
  }
}
.infobabycar .bb6-life__inner {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-active .bb6-life__inner {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .infobabycar .bb6-life__inner {
    flex-shrink: 0;
    width: 50%;
    margin-left: 7.8%;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__inner {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
  }
}
.infobabycar .bb6-life__img-container {
  position: relative;
  width: 100%;
}
.infobabycar .bb6-life__img-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 7px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-life__img-list {
    gap: 4px;
  }
}
.infobabycar .bb6-life__img-list:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.infobabycar .bb6-life__img-list.is-bb6-current {
  pointer-events: auto;
  opacity: 1;
}
.infobabycar .bb6-life__img-item {
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
.infobabycar .bb6-life__img-item img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.infobabycar .bb6-life__img-item a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.infobabycar .bb6-spec {
  display: block;
  position: relative;
}
.infobabycar .bb6-spec__header {
  display: block;
  position: relative;
  margin-bottom: 31px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-spec__header {
    margin-bottom: 3.2%;
  }
}
.infobabycar .bb6-spec__inner {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-spec__inner {
    max-width: 780px;
  }
}
.infobabycar .bb6-spec__title {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-spec__title {
    font-size: 16px;
    font-size: min(4.2666666667vw, 26.4533333333px);
    letter-spacing: 0.04rem;
  }
}
.infobabycar .bb6-spec_table {
  display: block;
  position: relative;
}
.infobabycar .bb6-spec_table__inner {
  display: block;
  position: relative;
}
.infobabycar .bb6-spec_table__line {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.infobabycar .bb6-spec_table__line-item {
  display: block;
  position: relative;
}
.infobabycar .bb6-spec_table__line-item + .bb6-spec_table__line-item {
  margin-top: 2px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-spec_table__line-item + .bb6-spec_table__line-item {
    margin-top: 1px;
  }
}
.infobabycar .bb6-spec_table__data {
  display: grid;
  grid-template-columns: 37.1794871795% auto;
  grid-template-rows: 1fr;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-spec_table__data {
    grid-template-columns: 31.3432835821% auto;
    line-height: 1.8;
  }
}
.infobabycar .bb6-spec_table__data-cap {
  display: block;
  position: relative;
  padding: 20px 31px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff3ba;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-spec_table__data-cap {
    align-items: flex-start;
    padding: 14px 0px 14px 15px;
    font-size: 12px;
    font-size: min(3.2vw, 19.84px);
    letter-spacing: 0.02rem;
    line-height: 1.4;
  }
}
.infobabycar .bb6-spec_table__data-cap span {
  display: block;
  width: 100%;
}
.infobabycar .bb6-spec_table__data-text {
  display: block;
  position: relative;
  padding: 20px 31px;
  font-size: 15px;
  background: #fff9db;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-spec_table__data-text {
    padding: 11px 15px 11px 15px;
    font-size: 12px;
    font-size: min(3.2vw, 19.84px);
    letter-spacing: 0.5px;
    line-height: 1.7;
  }
}
.infobabycar .bb6-spec_table__data-text .caution {
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-spec_table__data-text .caution {
    font-size: 10px;
    font-size: min(2.6666666667vw, 16.5333333333px);
  }
}
.infobabycar .bb6-fun_ride {
  display: block;
  position: relative;
  margin-top: 84px;
  padding: 55px 0;
  background: var(--bb6-color-funride);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-fun_ride {
    margin-top: 12.4%;
    padding: 13.6% 0;
  }
}
.infobabycar .bb6-fun_ride__container {
  width: 95%;
  max-width: var(--bb6-areaW);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-fun_ride__container {
    width: 90%;
  }
}
.infobabycar .bb6-fun_ride__inner {
  display: block;
  position: relative;
}
.infobabycar .bb6-fun_ride__lead {
  position: relative;
  display: block;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-fun_ride__lead {
    width: 71%;
  }
}
.infobabycar .bb6-fun_ride__link {
  width: 280px;
  display: block;
  position: relative;
  margin: 23px auto 0;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-fun_ride__link {
    width: 49.2537313433%;
    margin-top: 5.671641791%;
  }
}
.infobabycar .bb6-fun_ride__btn {
  display: block;
  position: relative;
}
.infobabycar .bb6-fun_ride__btn-text {
  display: block;
  position: relative;
  padding: 19px 30px 16px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  color: var(--bb6-color-white);
  border-radius: 200px;
  background: #eb6156;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-fun_ride__btn-text {
    padding: min(2.1333333333vw, 13.2266666667px) min(5.3333333333vw, 33.0666666667px);
    font-size: min(2.6666666667vw, 16.5333333333px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .infobabycar .bb6-fun_ride__btn:hover .bb6-fun_ride__btn-text::after {
    animation: bb6_arrow_blank 1s linear;
  }
}
.infobabycar .bb6-fun_ride__btn-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  height: 100%;
  width: 8px;
  -webkit-mask: url(../img/bb6/icon/icon_arrow-blank.svg) center center no-repeat;
  mask: url(../img/bb6/icon/icon_arrow-blank.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--bb6-color-white);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-fun_ride__btn-text::after {
    right: 10px;
    width: 5px;
  }
}
.infobabycar .bb6-links {
  margin-top: 87px;
  margin-bottom: 104px;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-links {
    margin-top: 10%;
    margin-bottom: 11%;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-links__container {
    width: 90%;
    margin: 0 auto;
  }
}
.infobabycar .bb6-menu {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 11;
  width: 90%;
  max-width: 910px;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-menu {
    background: var(--bb6-color-blue);
    border-radius: 99px;
    transform: translate(-50%, -120px);
    border: 1px solid var(--bb6-color-white);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-menu {
    top: 10px;
    width: 60%;
    transform: translate(-50%, -60px);
  }
}
.is-show-menu .bb6-menu {
  transform: translate(-50%, 0px);
}

.infobabycar .bb6-menu__container {
  padding: 11px 29px 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-menu__container {
    flex-wrap: wrap;
    padding: 8.5px 14px;
    background: var(--bb6-color-bg2);
    border-radius: 20px;
    transition: border-radius 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    border: 1px solid var(--bb6-color-white);
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-menu__logo {
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-menu__logo {
    z-index: 1;
    width: 45px;
    transform: translate(2px, 3px);
  }
}
.infobabycar .bb6-menu__txt {
  display: flex;
  align-items: center;
}
.infobabycar .bb6-menu__txt-inner {
  margin-right: 4px;
  font-size: 12px;
  font-weight: 700;
}
.infobabycar .bb6-menu__txt-line {
  position: relative;
  width: 11px;
  height: 11px;
}
.infobabycar .bb6-menu__txt-line span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--bb6-color-orange);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.infobabycar .bb6-menu__txt-line span:nth-child(1) {
  transform: translateY(-3px);
}
.infobabycar .bb6-menu__txt-line span:nth-child(2) {
  transform: translateY(1px);
}
.is-bb6-menu-open .bb6-menu__txt-line span:nth-child(1) {
  transform: translateY(-1px) rotate(45deg);
}

.is-bb6-menu-open .bb6-menu__txt-line span:nth-child(2) {
  transform: translateY(-1px) rotate(-45deg);
}

@media screen and (min-width: 1025px) {
  .infobabycar .bb6-menu__inner {
    padding-right: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-menu__inner {
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 0;
    transition: height 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    background: var(--bb6-color-bg2);
    border-top: none;
    opacity: 0;
  }
  .is-bb6-menu-open .bb6-menu__inner {
    height: 160px;
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-menu__list {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-menu__list {
    padding: 10px 0 0;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    pointer-events: none;
  }
  .is-bb6-menu-open .bb6-menu__list {
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-menu__list-item {
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .infobabycar .bb6-menu__list-item:hover {
    color: var(--bb6-color-btn1);
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-menu__list-item {
    padding: 14px 0;
    border-bottom: 1px solid var(--bb6-color-gray);
  }
  .infobabycar .bb6-menu__list-item:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-menu__list-item + .bb6-menu__list-item {
    margin-left: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-menu__list-txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-10 {
    font-size: 2.6666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-10 {
    font-size: 0.625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-11 {
    font-size: 2.9333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-11 {
    font-size: 0.6875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-12 {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-12 {
    font-size: 0.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-13 {
    font-size: 3.4666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-13 {
    font-size: 0.8125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-14 {
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-14 {
    font-size: 0.875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-15 {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-15 {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-16 {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-16 {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-17 {
    font-size: 4.5333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-17 {
    font-size: 1.0625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-18 {
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-18 {
    font-size: 1.125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-19 {
    font-size: 5.0666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-19 {
    font-size: 1.1875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-20 {
    font-size: 5.3333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-20 {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-21 {
    font-size: 5.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-21 {
    font-size: 1.3125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-22 {
    font-size: 5.8666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-22 {
    font-size: 1.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-23 {
    font-size: 6.1333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-23 {
    font-size: 1.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-24 {
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-24 {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-25 {
    font-size: 6.6666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-25 {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-26 {
    font-size: 6.9333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-26 {
    font-size: 1.625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-27 {
    font-size: 7.2vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-27 {
    font-size: 1.6875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-28 {
    font-size: 7.4666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-28 {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-29 {
    font-size: 7.7333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-29 {
    font-size: 1.8125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-30 {
    font-size: 8vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-30 {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-31 {
    font-size: 8.2666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-31 {
    font-size: 1.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-32 {
    font-size: 8.5333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-32 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-33 {
    font-size: 8.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-33 {
    font-size: 2.0625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-34 {
    font-size: 9.0666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-34 {
    font-size: 2.125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-35 {
    font-size: 9.3333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-35 {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-36 {
    font-size: 9.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-36 {
    font-size: 2.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-37 {
    font-size: 9.8666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-37 {
    font-size: 2.3125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-38 {
    font-size: 10.1333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-38 {
    font-size: 2.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-39 {
    font-size: 10.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-39 {
    font-size: 2.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-40 {
    font-size: 10.6666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-40 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-41 {
    font-size: 10.9333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-41 {
    font-size: 2.5625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-42 {
    font-size: 11.2vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-42 {
    font-size: 2.625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-43 {
    font-size: 11.4666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-43 {
    font-size: 2.6875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-44 {
    font-size: 11.7333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-44 {
    font-size: 2.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-45 {
    font-size: 12vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-45 {
    font-size: 2.8125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-46 {
    font-size: 12.2666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-46 {
    font-size: 2.875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-47 {
    font-size: 12.5333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-47 {
    font-size: 2.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-48 {
    font-size: 12.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-48 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-49 {
    font-size: 13.0666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-49 {
    font-size: 3.0625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-50 {
    font-size: 13.3333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-50 {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-51 {
    font-size: 13.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-51 {
    font-size: 3.1875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-52 {
    font-size: 13.8666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-52 {
    font-size: 3.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-53 {
    font-size: 14.1333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-53 {
    font-size: 3.3125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-54 {
    font-size: 14.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-54 {
    font-size: 3.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-55 {
    font-size: 14.6666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-55 {
    font-size: 3.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-56 {
    font-size: 14.9333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-56 {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-57 {
    font-size: 15.2vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-57 {
    font-size: 3.5625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-58 {
    font-size: 15.4666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-58 {
    font-size: 3.625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-59 {
    font-size: 15.7333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-59 {
    font-size: 3.6875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-60 {
    font-size: 16vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-60 {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-61 {
    font-size: 16.2666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-61 {
    font-size: 3.8125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-62 {
    font-size: 16.5333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-62 {
    font-size: 3.875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-63 {
    font-size: 16.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-63 {
    font-size: 3.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-64 {
    font-size: 17.0666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-64 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-65 {
    font-size: 17.3333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-65 {
    font-size: 4.0625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-66 {
    font-size: 17.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-66 {
    font-size: 4.125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-67 {
    font-size: 17.8666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-67 {
    font-size: 4.1875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-68 {
    font-size: 18.1333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-68 {
    font-size: 4.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-69 {
    font-size: 18.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-69 {
    font-size: 4.3125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-70 {
    font-size: 18.6666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-70 {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-71 {
    font-size: 18.9333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-71 {
    font-size: 4.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-72 {
    font-size: 19.2vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-72 {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-73 {
    font-size: 19.4666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-73 {
    font-size: 4.5625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-74 {
    font-size: 19.7333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-74 {
    font-size: 4.625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-75 {
    font-size: 20vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-75 {
    font-size: 4.6875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-76 {
    font-size: 20.2666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-76 {
    font-size: 4.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-77 {
    font-size: 20.5333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-77 {
    font-size: 4.8125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-78 {
    font-size: 20.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-78 {
    font-size: 4.875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-79 {
    font-size: 21.0666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-79 {
    font-size: 4.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-80 {
    font-size: 21.3333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-80 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-81 {
    font-size: 21.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-81 {
    font-size: 5.0625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-82 {
    font-size: 21.8666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-82 {
    font-size: 5.125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-83 {
    font-size: 22.1333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-83 {
    font-size: 5.1875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-84 {
    font-size: 22.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-84 {
    font-size: 5.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-85 {
    font-size: 22.6666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-85 {
    font-size: 5.3125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-86 {
    font-size: 22.9333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-86 {
    font-size: 5.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-87 {
    font-size: 23.2vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-87 {
    font-size: 5.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-88 {
    font-size: 23.4666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-88 {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-89 {
    font-size: 23.7333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-89 {
    font-size: 5.5625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-90 {
    font-size: 24vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-90 {
    font-size: 5.625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-91 {
    font-size: 24.2666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-91 {
    font-size: 5.6875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-92 {
    font-size: 24.5333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-92 {
    font-size: 5.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-93 {
    font-size: 24.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-93 {
    font-size: 5.8125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-94 {
    font-size: 25.0666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-94 {
    font-size: 5.875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-95 {
    font-size: 25.3333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-95 {
    font-size: 5.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-96 {
    font-size: 25.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-96 {
    font-size: 6vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-97 {
    font-size: 25.8666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-97 {
    font-size: 6.0625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-98 {
    font-size: 26.1333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-98 {
    font-size: 6.125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-99 {
    font-size: 26.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-99 {
    font-size: 6.1875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-100 {
    font-size: 26.6666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-100 {
    font-size: 6.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-101 {
    font-size: 26.9333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-101 {
    font-size: 6.3125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-102 {
    font-size: 27.2vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-102 {
    font-size: 6.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-103 {
    font-size: 27.4666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-103 {
    font-size: 6.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-104 {
    font-size: 27.7333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-104 {
    font-size: 6.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-105 {
    font-size: 28vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-105 {
    font-size: 6.5625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-106 {
    font-size: 28.2666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-106 {
    font-size: 6.625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-107 {
    font-size: 28.5333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-107 {
    font-size: 6.6875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-108 {
    font-size: 28.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-108 {
    font-size: 6.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-109 {
    font-size: 29.0666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-109 {
    font-size: 6.8125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-110 {
    font-size: 29.3333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-110 {
    font-size: 6.875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-111 {
    font-size: 29.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-111 {
    font-size: 6.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-112 {
    font-size: 29.8666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-112 {
    font-size: 7vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-113 {
    font-size: 30.1333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-113 {
    font-size: 7.0625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-114 {
    font-size: 30.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-114 {
    font-size: 7.125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-115 {
    font-size: 30.6666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-115 {
    font-size: 7.1875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-116 {
    font-size: 30.9333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-116 {
    font-size: 7.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-117 {
    font-size: 31.2vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-117 {
    font-size: 7.3125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-118 {
    font-size: 31.4666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-118 {
    font-size: 7.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-119 {
    font-size: 31.7333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-119 {
    font-size: 7.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-120 {
    font-size: 32vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-120 {
    font-size: 7.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-121 {
    font-size: 32.2666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-121 {
    font-size: 7.5625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-122 {
    font-size: 32.5333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-122 {
    font-size: 7.625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-123 {
    font-size: 32.8vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-123 {
    font-size: 7.6875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-124 {
    font-size: 33.0666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-124 {
    font-size: 7.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-125 {
    font-size: 33.3333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-125 {
    font-size: 7.8125vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-126 {
    font-size: 33.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-126 {
    font-size: 7.875vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-127 {
    font-size: 33.8666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-127 {
    font-size: 7.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-128 {
    font-size: 34.1333333333vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-128 {
    font-size: 8vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-129 {
    font-size: 34.4vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-129 {
    font-size: 8.0625vw;
  }
}

@media screen and (max-width: 1024px) {
  .bb6-sp-fz-130 {
    font-size: 34.6666666667vw;
  }
}

@media screen and (min-width: 1025px) {
  .bb6-pc-fz-130 {
    font-size: 8.125vw;
  }
}

/*---campaign banner---*/
.bb6-main__header .sec-cpbnr {
  width: 90%;
  margin: 0 auto;
  max-width: 780px;
}

.bb6 [data-bb6-modal],
.bb6 [data-bb6-modal-open] {
  cursor: pointer;
}
.bb6 template {
  display: none;
}

.bb6-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-modal-open .bb6-modal {
  opacity: 1;
}
.bb6-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.bb6-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.bb6-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.bb6-modal__in {
  display: block;
  position: relative;
}
.bb6-modal__in::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bb6-color-white);
  opacity: 0.9;
}
.bb6-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.bb6-modal__container {
  width: 100%;
  max-width: var(--bb6-maxW);
  min-height: var(--bb6-winh);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .bb6-modal__container {
    width: 100%;
  }
}
.bb6-modal__container-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.bb6-modal__content {
  position: relative;
  width: 640px;
  height: auto !important;
  min-height: var(--bb6-winh);
  margin-left: auto;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .bb6-modal__content {
    width: 100%;
    padding: 60px 0;
  }
}
.bb6-modal__content-bg {
  position: absolute;
  top: 126px;
  left: 0;
  width: 100%;
  height: calc(100% - 250px);
  background: var(--bb6-color-bg-about);
}
@media screen and (max-width: 1024px) {
  .bb6-modal__content-bg {
    top: 60px;
    height: calc(100% - 120px);
  }
}
.bb6-modal__content-bg::before, .bb6-modal__content-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20%;
  background: url(../img/bb6/about/bg_top_modal.png) center bottom no-repeat;
  background-size: 100% auto;
  transform: translateY(calc(-100% + 1px));
  background-color: var(--bb6-color-bg-about);
}
.bb6-modal__content-bg::after {
  top: auto;
  bottom: 0;
  background: url(../img/bb6/about/bg_bottom_modal.png) center top no-repeat;
  background-size: 100% auto;
  transform: translateY(calc(100% - 1px));
  background-color: var(--bb6-color-bg-about);
}
.bb6-modal__close {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .bb6-modal__close {
    width: min(11.7333333333vw, 72.7466666667px);
    height: min(11.7333333333vw, 72.7466666667px);
    top: min(2.6666666667vw, 16.5333333333px);
    right: min(2.6666666667vw, 16.5333333333px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .bb6-modal__close:hover::before {
    background: var(--bb6-color-orange);
  }
}
.bb6-modal__close::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bb6-color-btn2);
  border-radius: 50%;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.bb6-modal__close-bar {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .bb6-modal__close-bar {
    width: 50%;
    height: 3px;
  }
}
.bb6-modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bb6-modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bb6-modal__close-bar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bb6-color-white);
  border-radius: 200px;
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.bb6-m-about {
  position: relative;
  padding: 34px 0 38px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .bb6-m-about {
    padding: 8% 0;
  }
}
.bb6-m-about__block {
  position: relative;
}
.bb6-m-about__block + .bb6-m-about__block {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .bb6-m-about__block + .bb6-m-about__block {
    margin-top: 58px;
  }
}
.bb6-m-about__block.--sub {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .bb6-m-about__block.--sub {
    margin-top: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .bb6-m-about__block.--sub {
    margin-top: 32px;
  }
}
.bb6-m-about__block.--sub-r {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.bb6-m-about__txt {
  position: relative;
  font-weight: 700;
}

/* --- modal content styles --- */

.bb6-modal__container .bb6-m-about__container {
    padding: 0 40px;
}

.bb6-m-about__block .bb6-in-small {
    font-size: 1.8em;
    margin-bottom: 20px;
    line-height: 1.4;
}

.bb6-m-about__block .bb6-in-medium {
    font-size: 2.34em;
    margin-bottom: 30px;
    line-height: 1.4;
}

.bb6-m-about__block .bb6-in-smaller {
    font-size: 1em;
    margin-bottom: 10px;
}

.bb6-m-about__block .bb6-in-line {
    position: relative;
    display: inline-block;
}
.bb6-m-about__block .bb6-in-line .bb6-in-line-inner{
    position:relative;
}
.bb6-m-about__block .bb6-in-line::before{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.bb6-m-about__block .bb6-in-line.-yellow::before{
    background-color: var(--bb6-color-yellow);
}
.bb6-m-about__block .bb6-in-line.-blue::before{
    background-color: var(--bb6-color-bluehigh);
    bottom:0;
}

.bb6-m-colorbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bb6-m-colorbox-list .bb6-m-colorbox-list-item {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
}
.bb6-m-colorbox-list .bb6-m-colorbox-list-item.-yellow {
    background-color: var(--bb6-color-yellow);
}
.bb6-m-colorbox-list .bb6-m-colorbox-list-item.-blue {
    background-color: var(--bb6-color-blue);
}
.bb6-m-colorbox-list .bb6-m-colorbox-list-item.-pink {
    background-color: #f39b96;
}

.bb6-m-colorbox-list .bb6-m-colorbox-list-item .bb6-m-colorbox-list-item-img {
    width: 40%;
}
.bb6-m-colorbox-list .bb6-m-colorbox-list-item .bb6-m-colorbox-list-item-text {
    width: 60%;
    padding:8px;
    text-align:left;
    line-height: 1.6;
}
.bb6-m-colorbox-list .bb6-m-colorbox-list-item .bb6-m-colorbox-list-item-text h4 {
    font-size: 1.2em;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.bb6-m-colorbox-list .bb6-m-colorbox-list-item .bb6-m-colorbox-list-item-note {
    padding: 12px 0;
    display: block;
    font-size: 0.66em;
    text-align: left;
}

.bb6-m-colorbox-list .bb6-m-colorbox-list-item.bb6-m-colorbox-list-item.-notes {
    padding-left: 0;
    padding-top: 8px;
}

.bb6-m-about__caution {
  width: 100%;
  margin: 0 auto;
  margin-top: 1px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .bb6-m-about__caution {
    width: 90%;
    margin-top: 3px;
  }
}
.bb6-m-about__caution li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 11px;
  letter-spacing: 0.4px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .bb6-m-about__caution li {
    font-size: 10px;
    font-size: min(2.6666666667vw, 16.5333333333px);
    line-height: 1.5;
  }
}

.bb6-m-about__block .bb6-m-about__block__title {
    font-size: 1.8em;
    font-weight: 600;
    margin: 40px 0;
}

.bb6-m-whitebox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bb6-m-whitebox-list-item {
    background: var(--bb6-color-white);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
}

.bb6-m-whitebox-list-item .bb6-m-whitebox-list-item-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.-black .bb6-m-whitebox-list-item-label-container {
    background: var(--bb6-color-black);
}

.bb6-m-whitebox-list-item .bb6-m-whitebox-list-item-label .bb6-m-whitebox-list-item-label-container {
    border-radius: 0.8em;
    padding: 8px 20px;
    color: var(--bb6-color-white);
    font-size: 1.6em;
}

.bb6-m-whitebox-list-item-cotainer .bb6-m-whitebox-list-item-img {
    width: 50%;
    margin: 20px auto;
}

.bb6-m-whitebox-list-item-cotainer .bb6-m-whitebox-list-item-text {
    line-height: 1.6;
    font-weight: 400;
}

.bb6-m-yellowbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bb6-m-yellowbox-list-item {
    background: var(--bb6-color-yellow);
    padding: 40px;
    width: 100%;
}

.bb6-m-yellowbox-list-item-cotainer .bb6-m-yellowbox-list-item-img {
    width: 50%;
    margin: 20px auto;
}
.bb6-m-yellowbox-list-item-cotainer .bb6-m-yellowbox-list-item-img.-full {
    width: 100%;
}

.bb6-m-yellowbox-list-item-cotainer .bb6-m-yellowbox-list-item-text {
    line-height: 1.6;
    font-weight: 500;
    font-size: 1.6em;
}
/* -- about modal feature2 -- */
.bb6-m-about__txt-new {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 20px;
}

.bb6-m-about__txt-new .bb6-about_data__text-new {
    max-width: 60px;
}

.bb6-m-about__block .bb6-m-about__txt-new .bb6-in-small {
    margin-bottom: 0;
}

.-feature2 .bb6-m-about__txt .bb6-in-small {
    font-weight: 500;
}
.-feature2 .bb6-m-about__block .bb6-m-about__block__title {letter-spacing: 4px;}

/*  -- about modal feature3 -- */

.-feature3 .bb6-m-about__txt {
    line-height: 1.2;
    margin-bottom: 20px;
}

.-feature3 .bb6-m-about__block .bb6-in-small {
    line-height: 1.3;
    margin-bottom: 0;
}

.-feature3 .bb6-m-about__block .bb6-in-medium {
    margin-bottom: 0;
}

.-newicon .bb6-m-about_icon-new {
    position: absolute;
    top: -40px;
    right: 60px;
    max-width: 60px;
}

.-feature3 .bb6-m-about__block + .bb6-m-about__block {
    margin-top: 90px;
}

/*  -- about modal feature4 -- */

.-feature4 .bb6-m-about__block .bb6-m-about__txt .bb6-in-small {
    font-weight: 500;
}
.-feature4 .bb6-m-about__block .bb6-m-about__txt .text-deco {
    font-size: 2.8em;
    font-weight: 600;
    font-family: "Zen Kaku Gothic New", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.-feature4 .bb6-m-about__txt .bb6-in-small:nth-child(1){
    margin-bottom:0;
}

.-feature4 .bb6-m-about__block .bb6-in-description {
    margin: 20px 0;
}

.-feature4 .bb6-m-about__block .bb6-m-about__txt-decowrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-left: 80px;
    box-sizing: content-box;
}

.-feature4 .bb6-m-about__block .bb6-m-about__txt-decowrap img {
    max-width: 80px;
    margin-bottom: 20px;
}

.-feature4 .bb6-m-about__block .bb6-in-smaller {
    font-weight: 400;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .bb6-modal__container .bb6-m-about__container {
      padding: 0 20px;
  }

  .bb6-m-colorbox-list .bb6-m-colorbox-list-item .bb6-m-colorbox-list-item-img {width: 32%;28%:;}

  .bb6-m-colorbox-list .bb6-m-colorbox-list-item .bb6-m-colorbox-list-item-text {
      width: 68%;
      padding: 8px 0 8px 12px;
  }

  .bb6-m-colorbox-list .bb6-m-colorbox-list-item {
      padding: 10px;
  }

  .bb6-m-colorbox-list .bb6-m-colorbox-list-item .bb6-m-colorbox-list-item-text h4 {
      font-size: 1.16em;
      margin: 0;
  }

  .bb6-m-colorbox-list .bb6-m-colorbox-list-item .bb6-m-colorbox-list-item-text p {
      font-size: 0.96em;
  }

  .bb6-m-about__block .bb6-in-small {
      font-size: 1.5em;
  }

  .-feature4 .bb6-m-about__block .bb6-in-description {
      font-size: 0.96em;
      line-height: 1.6;
  }

  .bb6-m-about__block .bb6-in-smaller {
      font-size: 0.96em;
      line-height: 1.6;
  }

  .bb6-m-colorbox-list-item-notenum {
      padding: 12px 0;
      font-size: 0.66em;
  }
  .bb6-m-about__block .bb6-m-about__block__title {
      font-size: 1.6em;
      font-size: min(6vw, 1.6em);
  }
  .bb6-m-whitebox-list-item .bb6-m-whitebox-list-item-label .bb6-m-whitebox-list-item-label-container {
      font-size: 1.2em;
  }

  .bb6-m-about__block .bb6-in-medium {
      font-size: 2em;
  }

  .bb6-m-whitebox-list-item-cotainer .bb6-m-whitebox-list-item-img {
      width: 70%;
  }
  .-newicon .bb6-m-about_icon-new {
      right: 20px;
  }
}

/* -- weight section ---*/

.infobabycar #bb6_weight {
    background: var(--bb6-color-feature);
    padding: 0;
}

.infobabycar .bb6-weight__container {
    position: relative;
    margin: 0 auto;
    padding-top: 55px;
}
@media screen and (min-width: 1025px) {
  .infobabycar .bb6-weight__container {
      width: 90%;
      max-width: var(--bb6-areaW);
  }
}
.infobabycar .bb6-weight__ttl {
  width: 53.5%;
  margin: 0 auto;
  opacity: 0;
  transform: scale3d(0.9, 0.9, 0.9);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-weight__ttl {
    width: 88%;
  }
}
.infobabycar .bb6-weight.is-active .bb6-weight__ttl {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.infobabycar .bb6-weight__ttlsub {
  width: 46%;
  margin: 0 auto;
  opacity: 0;
  transform: scale3d(0.9, 0.9, 0.9);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1024px) {
  .infobabycar .bb6-weight__ttlsub {
    width: 50%;
  }
}
.infobabycar .bb6-weight.is-active .bb6-weight__ttlsub {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.infobabycar .bb6-weight__container .bb6-weight__notes {
    max-width: 50%;
    margin: 20px auto;
    font-size: 0.64em;
}

.infobabycar .bb6-weight__container .bb6-weight__header>* {
    margin-bottom: 26px;
}
.infobabycar .bb6-weight__inner .bb6-weight__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.infobabycar .bb6-weight__inner .bb6-weight__list .bb6-weight__list-item {
    width: 30%;
    background: var(--bb6-color-white);
    padding-top: 20px;
}

.infobabycar .bb6-weight__inner .bb6-weight__list .bb6-weight__list-item .card-ttl {
    padding: 0 26px 12px;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.4;
}

.infobabycar .bb6-weight__inner .bb6-weight__list .bb6-weight__list-item .card-ttl-sub {
    padding: 0 26px 12px;
    font-size: 1.2em;
    font-weight: 600;
}

.infobabycar .bb6-weight__inner .text-deco {
    background: linear-gradient(transparent 80%, var(--bb6-color-bluehigh) 80%);
    background-position-y: -0.14em;
}

@media screen and (max-width: 1024px) {
  .infobabycar .bb6-weight__container .bb6-weight__header {
      display: flex;
      flex-direction: column;
  }

  .infobabycar .bb6-weight__container .bb6-weight__header .bb6-weight__ttlsub {
      order: 3;
      width: auto;
      max-width: 80%;
  }

  .infobabycar .bb6-weight__container .bb6-weight__header .bb6-weight__notes {
      order: 2;
      width: 88%;
      max-width: 100%;
      margin-top: 0;
  }
  .infobabycar .bb6-weight__inner .bb6-weight__list .bb6-weight__list-item {
      width: 88%;
      margin: 0 auto 14px;
  }
  .infobabycar .bb6-weight__inner .bb6-weight__list .bb6-weight__list-item .card-ttl-sub {
      font-size: 1.4em;
  }

  .infobabycar .bb6-weight__inner .bb6-weight__list .bb6-weight__list-item .card-ttl {
      font-size: 2em;
  }

  .infobabycar .bb6-weight__container {
      padding-bottom: 55px;
  }
}