@charset "UTF-8";
a.qbi_lp_link {
  text-decoration: underline;
}
a.qbi_lp_link:hover {
  opacity: 0.6;
}

.main_img_qbi {
  position: relative;
  margin-bottom: 116px;
}
@media screen and (max-width: 767px) {
  .main_img_qbi {
    margin-bottom: 0;
    padding-bottom: 135px;
  }
}
.main_img_qbi img {
  width: 100%;
}
.main_img_qbi::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 214px;
  bottom: 0;
  left: 0;
  background: url(../qbi_lp/images/mv_decoration_01.png) no-repeat bottom center/cover;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .main_img_qbi::after {
    bottom: 100px;
    height: 105px;
    background: url(../qbi_lp/images/mv_decoration_01_sp.png) no-repeat bottom left 30%/cover;
  }
}
.main_img_qbi .qbi_mv_txt_wrap {
  position: absolute;
  top: 27.69%;
  right: 2%;
  z-index: 5;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .main_img_qbi .qbi_mv_txt_wrap {
    top: 11%;
    text-align: right;
  }
}
.main_img_qbi .qbi_mv_txt_wrap > span {
  display: inline-block;
  background-color: #fff;
  font-size: clamp(1.125rem, 0.018rem + 2.31vw, 1.75rem);
  font-weight: bold;
  padding: 7px 13px;
  border-radius: 10px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .main_img_qbi .qbi_mv_txt_wrap > span {
    line-height: 1.5;
    padding: 7px 10px;
    border-radius: 5px;
  }
}
.main_img_qbi .qbi_mv_txt_wrap > span:last-of-type {
  margin-bottom: 0;
}

.inner_qbi_Lv1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 3;
}

.inner_qbi_Lv2 {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 3;
}

.inner_qbi_Lv3 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 3;
}

.section_qbi_lp_01 {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_01 {
    padding: 95px 0 0;
  }
}

.section_qbi_lp_02,
.section_qbi_lp_03,
.section_qbi_lp_04 {
  padding: 170px 0 0;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_02,
  .section_qbi_lp_03,
  .section_qbi_lp_04 {
    padding: 115px 0 0;
  }
}

.section_qbi_lp_05 {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_05 {
    padding: 60px 0 60px;
  }
}

.section_qbi_lp_06 {
  padding: 140px 0;
  position: relative;
  display: grid;
  place-items: center;
  background: url(../qbi_lp/images/qbi_bg_section_01.jpg) no-repeat bottom center/cover;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_06 {
    padding: 50px 0;
    background: url(../qbi_lp/images/qbi_bg_section_01_sp.jpg) no-repeat bottom center/cover;
  }
}
.section_qbi_lp_06 .qbi_lp_contents_box {
  max-width: 700px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_06 .qbi_lp_contents_box {
    width: 90%;
    padding: 30px 22px;
    text-align: left;
  }
}
.section_qbi_lp_06 .qbi_lp_contents_box .ttl {
  font-size: clamp(1.063rem, -1.041rem + 4.39vw, 2.25rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_06 .qbi_lp_contents_box .ttl {
    margin-bottom: 10px;
    text-align: center;
  }
}

.section_qbi_lp_07 {
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_07 {
    padding: 100px 0 80px;
  }
}

.section_qbi_lp_08 {
  padding: 130px 0 120px;
  background-color: #E6E6E6;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_08 {
    padding: 80px 0 60px;
  }
}
.section_qbi_lp_08 > div {
  position: relative;
}
.section_qbi_lp_08 > div::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 216px;
  top: 0;
  right: 0;
  background: url(../qbi_lp/images/qbi_lp_download_decoration.svg) no-repeat bottom center/contain;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_08 > div::after {
    width: 86px;
    height: 88px;
    top: -20px;
    right: -6px;
  }
}

.section_qbi_lp_09 {
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .section_qbi_lp_09 {
    padding: 100px 0 100px;
  }
}

.qbi_two_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.qbi_two_box .box_l {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .qbi_two_box .box_l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.qbi_two_box .box_r {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .qbi_two_box .box_r {
    width: 100%;
  }
}
.qbi_two_box .qbi_two_box_ttl {
  font-size: clamp(1.25rem, 0.143rem + 2.31vw, 1.875rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .qbi_two_box .qbi_two_box_ttl {
    margin-bottom: 30px;
  }
}
.qbi_two_box .qbi_two_box_txt_wrap {
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 500;
}
.qbi_two_box .img_wrap img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .qbi_two_box .img_wrap img {
    border-radius: 7px;
  }
}
.qbi_two_box .vid_contents {
  font-size: 0;
}
.qbi_two_box .vid_contents video {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .qbi_two_box .vid_contents video {
    border-radius: 7px;
  }
}

.qbi_car_box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.qbi_car_box_wrap > div {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .qbi_car_box_wrap > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .qbi_car_box_wrap > div:last-of-type {
    margin-bottom: 0;
  }
}

.qbi_lineup_base, .qbi_lineup_05, .qbi_lineup_04, .qbi_lineup_03, .qbi_lineup_02, .qbi_lineup_01 {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qbi_lineup_base, .qbi_lineup_05, .qbi_lineup_04, .qbi_lineup_03, .qbi_lineup_02, .qbi_lineup_01 {
    padding: 60px 0;
  }
}
.qbi_lineup_base::after, .qbi_lineup_05::after, .qbi_lineup_04::after, .qbi_lineup_03::after, .qbi_lineup_02::after, .qbi_lineup_01::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 529px;
  height: 408px;
  right: 0;
  bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .qbi_lineup_base::after, .qbi_lineup_05::after, .qbi_lineup_04::after, .qbi_lineup_03::after, .qbi_lineup_02::after, .qbi_lineup_01::after {
    width: 377.8571428571px;
    height: 291.4285714286px;
  }
}
@media screen and (max-width: 767px) {
  .qbi_lineup_base::after, .qbi_lineup_05::after, .qbi_lineup_04::after, .qbi_lineup_03::after, .qbi_lineup_02::after, .qbi_lineup_01::after {
    display: none;
  }
}
.qbi_lineup_base > div, .qbi_lineup_05 > div, .qbi_lineup_04 > div, .qbi_lineup_03 > div, .qbi_lineup_02 > div, .qbi_lineup_01 > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qbi_lineup_base > div .img_wrap, .qbi_lineup_05 > div .img_wrap, .qbi_lineup_04 > div .img_wrap, .qbi_lineup_03 > div .img_wrap, .qbi_lineup_02 > div .img_wrap, .qbi_lineup_01 > div .img_wrap {
  width: 47%;
  padding-left: 5.8%;
}
@media screen and (max-width: 767px) {
  .qbi_lineup_base > div .img_wrap, .qbi_lineup_05 > div .img_wrap, .qbi_lineup_04 > div .img_wrap, .qbi_lineup_03 > div .img_wrap, .qbi_lineup_02 > div .img_wrap, .qbi_lineup_01 > div .img_wrap {
    width: 100%;
    padding-left: 0;
  }
}
.qbi_lineup_base > div .contents_wrap, .qbi_lineup_05 > div .contents_wrap, .qbi_lineup_04 > div .contents_wrap, .qbi_lineup_03 > div .contents_wrap, .qbi_lineup_02 > div .contents_wrap, .qbi_lineup_01 > div .contents_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .qbi_lineup_base > div .contents_wrap, .qbi_lineup_05 > div .contents_wrap, .qbi_lineup_04 > div .contents_wrap, .qbi_lineup_03 > div .contents_wrap, .qbi_lineup_02 > div .contents_wrap, .qbi_lineup_01 > div .contents_wrap {
    padding-top: 30px;
    width: 100%;
  }
}
.qbi_lineup_base > div .contents_wrap .qbiheading_01, .qbi_lineup_05 > div .contents_wrap .qbiheading_01, .qbi_lineup_04 > div .contents_wrap .qbiheading_01, .qbi_lineup_03 > div .contents_wrap .qbiheading_01, .qbi_lineup_02 > div .contents_wrap .qbiheading_01, .qbi_lineup_01 > div .contents_wrap .qbiheading_01 {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .qbi_lineup_base > div .contents_wrap .qbiheading_01, .qbi_lineup_05 > div .contents_wrap .qbiheading_01, .qbi_lineup_04 > div .contents_wrap .qbiheading_01, .qbi_lineup_03 > div .contents_wrap .qbiheading_01, .qbi_lineup_02 > div .contents_wrap .qbiheading_01, .qbi_lineup_01 > div .contents_wrap .qbiheading_01 {
    margin-bottom: 20px;
  }
}
.qbi_lineup_base > div .contents_wrap .text_wrap, .qbi_lineup_05 > div .contents_wrap .text_wrap, .qbi_lineup_04 > div .contents_wrap .text_wrap, .qbi_lineup_03 > div .contents_wrap .text_wrap, .qbi_lineup_02 > div .contents_wrap .text_wrap, .qbi_lineup_01 > div .contents_wrap .text_wrap {
  max-width: 240px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .qbi_lineup_base > div .contents_wrap .text_wrap, .qbi_lineup_05 > div .contents_wrap .text_wrap, .qbi_lineup_04 > div .contents_wrap .text_wrap, .qbi_lineup_03 > div .contents_wrap .text_wrap, .qbi_lineup_02 > div .contents_wrap .text_wrap, .qbi_lineup_01 > div .contents_wrap .text_wrap {
    margin-bottom: 0;
    max-width: 100%;
  }
}
.qbi_lineup_base > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_05 > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_04 > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_03 > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_02 > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_01 > div .contents_wrap .sp_qbi_lp_lineup_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .qbi_lineup_base > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_05 > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_04 > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_03 > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_02 > div .contents_wrap .sp_qbi_lp_lineup_img, .qbi_lineup_01 > div .contents_wrap .sp_qbi_lp_lineup_img {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .qbi_lineup_base > div .contents_wrap .sp_qbi_lp_lineup_img img, .qbi_lineup_05 > div .contents_wrap .sp_qbi_lp_lineup_img img, .qbi_lineup_04 > div .contents_wrap .sp_qbi_lp_lineup_img img, .qbi_lineup_03 > div .contents_wrap .sp_qbi_lp_lineup_img img, .qbi_lineup_02 > div .contents_wrap .sp_qbi_lp_lineup_img img, .qbi_lineup_01 > div .contents_wrap .sp_qbi_lp_lineup_img img {
    width: 100%;
  }
}

.qbi_lineup_01 {
  background-color: #FACA00;
}
.qbi_lineup_01::after {
  background: url(../qbi_lp/images/qbi_lineup_item_01.jpg) no-repeat bottom center/contain;
}

.qbi_lineup_02 {
  background-color: #B2E4EE;
}
.qbi_lineup_02::after {
  background: url(../qbi_lp/images/qbi_lineup_item_02.jpg) no-repeat bottom center/contain;
}

.qbi_lineup_03 {
  background-color: #F6E2E5;
}
.qbi_lineup_03::after {
  bottom: 70px;
  background: url(../qbi_lp/images/qbi_lineup_item_03.jpg) no-repeat bottom center/contain;
}
.qbi_lineup_03 .contents_wrap {
  position: relative;
}
.qbi_lineup_03 .contents_wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 82px;
  height: 82px;
  right: 0;
  top: 20px;
  background: url(../qbi_lp/images/qbi_new.svg) no-repeat bottom center/contain;
}
@media screen and (max-width: 1200px) {
  .qbi_lineup_03 .contents_wrap::before {
    right: 10%;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .qbi_lineup_03 .contents_wrap::before {
    display: none;
  }
}

.qbi_lineup_04 {
  background-color: #CFE633;
}
.qbi_lineup_04::after {
  background: url(../qbi_lp/images/qbi_lineup_item_04.jpg) no-repeat bottom center/contain;
}

.qbi_lineup_05 {
  background-color: #EE9292;
}
.qbi_lineup_05::after {
  bottom: 88px;
  background: url(../qbi_lp/images/qbi_lineup_item_05.jpg) no-repeat bottom center/contain;
}

.qbi_gooddesign_icon_wrap {
  max-width: 470px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .qbi_gooddesign_icon_wrap {
    width: 90%;
  }
}
.qbi_gooddesign_icon_wrap img {
  width: 100%;
}

.qbi_lp_gooddesign_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.qbi_lp_gooddesign_wrap .contents_wrap {
  width: 47%;
  padding-left: 5.8%;
}
@media screen and (max-width: 767px) {
  .qbi_lp_gooddesign_wrap .contents_wrap {
    width: 100%;
    padding-left: 0;
  }
}
.qbi_lp_gooddesign_wrap .img_wrap {
  width: 47.8%;
}
@media screen and (max-width: 767px) {
  .qbi_lp_gooddesign_wrap .img_wrap {
    width: 100%;
  }
}

.qbi_on_line_comment_box_01 {
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .qbi_on_line_comment_box_01 {
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
  }
}

.banner_Instagram_wrap {
  display: block;
  margin: auto;
  max-width: 825px;
  width: 100%;
}
.banner_Instagram_wrap:hover {
  opacity: 0.6;
}

.list_mv_qbi_top_link {
  display: flex;
  position: absolute;
  bottom: 7.2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link {
    width: 100%;
    max-width: 330px;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 0;
  }
}
.list_mv_qbi_top_link > li {
  width: 126px;
  height: 126px;
  margin-right: 28px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li {
    width: 78px;
    height: 78px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li:nth-of-type(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li:nth-of-type(5), .list_mv_qbi_top_link > li:nth-of-type(6) {
    margin-bottom: 0;
  }
}
.list_mv_qbi_top_link > li > a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 3px solid #000;
  border-radius: 19px;
  font-size: clamp(0.625rem, 0.071rem + 1.15vw, 0.938rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li > a {
    border-radius: 11px;
    border: 1px solid #000;
  }
}
.list_mv_qbi_top_link > li > a::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.list_mv_qbi_top_link > li > a > span {
  display: block;
  text-align: center;
  position: relative;
  padding-top: 52px;
  z-index: 3;
}
.list_mv_qbi_top_link > li > a > span::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 44px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li > a > span::before {
    width: 46px;
    height: 35px;
  }
}
.list_mv_qbi_top_link > li > a .qbi_txt_s {
  font-size: clamp(0.625rem, 0.293rem + 0.69vw, 0.813rem);
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li > a .qbi_txt_s {
    line-height: 1;
  }
}
.list_mv_qbi_top_link > li:last-of-type {
  margin-right: 0;
}
.list_mv_qbi_top_link > li:nth-of-type(odd) > a::before {
  background: url(../qbi_lp/images/qbi_top_mv_icon_frame_01.svg) no-repeat bottom center/100%;
}
.list_mv_qbi_top_link > li:nth-of-type(even) > a::before {
  background: url(../qbi_lp/images/qbi_top_mv_icon_frame_02.svg) no-repeat bottom center/100%;
}
.list_mv_qbi_top_link > li:nth-of-type(1) > a > span {
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li:nth-of-type(1) > a > span {
    padding-top: 35px;
  }
}
.list_mv_qbi_top_link > li:nth-of-type(1) > a > span::before {
  background: url(../qbi_lp/images/qbi_top_mv_icon_01.png) no-repeat bottom center/100%;
}
.list_mv_qbi_top_link > li:nth-of-type(2) > a > span {
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li:nth-of-type(2) > a > span {
    padding-top: 35px;
  }
}
.list_mv_qbi_top_link > li:nth-of-type(2) > a > span::before {
  background: url(../qbi_lp/images/qbi_top_mv_icon_02.png) no-repeat bottom center/100%;
}
.list_mv_qbi_top_link > li:nth-of-type(3) > a > span {
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li:nth-of-type(3) > a > span {
    padding-top: 35px;
  }
}
.list_mv_qbi_top_link > li:nth-of-type(3) > a > span::before {
  background: url(../qbi_lp/images/qbi_top_mv_icon_03.png) no-repeat bottom center/100%;
}
.list_mv_qbi_top_link > li:nth-of-type(4) > a > span {
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li:nth-of-type(4) > a > span {
    padding-top: 35px;
  }
}
.list_mv_qbi_top_link > li:nth-of-type(4) > a > span::before {
  background: url(../qbi_lp/images/qbi_top_mv_icon_04.png) no-repeat bottom center/100%;
}
.list_mv_qbi_top_link > li:nth-of-type(5) > a > span {
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li:nth-of-type(5) > a > span {
    padding-top: 35px;
  }
}
.list_mv_qbi_top_link > li:nth-of-type(5) > a > span::before {
  background: url(../qbi_lp/images/qbi_top_mv_icon_05.png) no-repeat bottom center/100%;
}
.list_mv_qbi_top_link > li:nth-of-type(6) > a > span {
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .list_mv_qbi_top_link > li:nth-of-type(6) > a > span {
    padding-top: 35px;
  }
}
.list_mv_qbi_top_link > li:nth-of-type(6) > a > span::before {
  background: url(../qbi_lp/images/qbi_top_mv_icon_06.png) no-repeat bottom center/100%;
}
.list_mv_qbi_top_link > li:hover {
  transform: scale(1.1);
}

.qbi_list_01 > li {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .qbi_list_01 > li {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .qbi_list_01 > li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.qbi_list_01 > li:last-of-type {
  margin-bottom: 0;
}

.vid_contents video {
  width: 100%;
}

.qbi_video {
  width: 100%;
  aspect-ratio: 16/9;
  font-size: 0;
}
.qbi_video iframe {
  width: 100%;
  height: 100%;
}

.qbi_video_color01 {
  border: solid 6px #FF914D;
}
@media screen and (max-width: 767px) {
  .qbi_video_color01 {
    border: solid 3px #FF914D;
  }
}

.qbi_video_color02 {
  border: solid 6px #5C6FC6;
}
@media screen and (max-width: 767px) {
  .qbi_video_color02 {
    border: solid 3px #5C6FC6;
  }
}

.qbi_video_color03 {
  border: solid 6px #C15157;
}
@media screen and (max-width: 767px) {
  .qbi_video_color03 {
    border: solid 3px #C15157;
  }
}

.qbi_video_color04 {
  border: solid 6px #71C44E;
}
@media screen and (max-width: 767px) {
  .qbi_video_color04 {
    border: solid 3px #71C44E;
  }
}

.qbi_video_color05 {
  border: solid 6px #EE5C50;
}
@media screen and (max-width: 767px) {
  .qbi_video_color05 {
    border: solid 3px #EE5C50;
  }
}

.swiper-qbi-play {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper-qbi-play .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.swiper-qbi-play .swiper-wrapper .swiper-slide {
  width: 22%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper-qbi-play .swiper-wrapper .swiper-slide {
    width: 100%;
    padding-right: 14.3%;
  }
}
.swiper-qbi-play .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../qbi_lp/images/slider_arrow.svg) no-repeat bottom center/contain;
  width: 36px;
  height: 24px;
  right: -44px;
  top: 98px;
}
@media screen and (max-width: 767px) {
  .swiper-qbi-play .swiper-wrapper .swiper-slide::after {
    top: 20%;
    width: 25px;
    height: 17px;
    right: 11px;
  }
}
.swiper-qbi-play .swiper-wrapper .swiper-slide:last-of-type::after {
  display: none;
}
.swiper-qbi-play .swiper-wrapper .swiper-slide .img_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-qbi-play .swiper-wrapper .swiper-slide .img_wrap {
    margin-bottom: 20px;
  }
}
.swiper-qbi-play .swiper-wrapper .swiper-slide .img_wrap img {
  border-radius: 14px;
  width: 100%;
}
.swiper-qbi-play .swiper-wrapper .swiper-slide .txt_wrap .step_ttl {
  font-weight: bold;
  font-size: clamp(0.875rem, -0.011rem + 1.85vw, 1.375rem);
}
.swiper-qbi-play .swiper-wrapper .swiper-slide .txt_wrap .ttl {
  font-weight: bold;
  font-size: clamp(1.125rem, -0.204rem + 2.77vw, 1.875rem);
  line-height: 1.6;
  margin-bottom: 15px;
}
.swiper-qbi-play .swiper-wrapper .swiper-slide .txt_wrap .txt {
  line-height: 2;
}

.qbi_list_lineup_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .qbi_list_lineup_btn {
    margin-bottom: 40px;
    justify-content: space-between;
  }
}
.qbi_list_lineup_btn > li {
  width: 80px;
  margin-right: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .qbi_list_lineup_btn > li {
    width: 16.5%;
    margin-right: 0;
  }
}
.qbi_list_lineup_btn > li:hover {
  transform: scale(1.1);
}
.qbi_list_lineup_btn > li:last-of-type {
  margin-right: 0;
}
.qbi_list_lineup_btn > li > a {
  display: block;
  width: 100%;
}

.list_qbi_lp_parts_01, .list_qbi_lp_parts_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .list_qbi_lp_parts_01, .list_qbi_lp_parts_02 {
    margin-bottom: 60px;
  }
}
.list_qbi_lp_parts_01:after, .list_qbi_lp_parts_02:after {
  content: "";
  display: block;
  width: 28.3%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .list_qbi_lp_parts_01:after, .list_qbi_lp_parts_02:after {
    display: none;
  }
}
.list_qbi_lp_parts_01 > li, .list_qbi_lp_parts_02 > li {
  width: 28.3%;
}
@media screen and (max-width: 767px) {
  .list_qbi_lp_parts_01 > li, .list_qbi_lp_parts_02 > li {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .list_qbi_lp_parts_01 > li:nth-of-type(3), .list_qbi_lp_parts_02 > li:nth-of-type(3) {
    margin-top: 60px;
  }
}

.list_qbi_lp_parts_02 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_qbi_lp_parts_02 {
    margin-bottom: 0;
  }
}

.swiper_parts_01,
.swiper_parts_02,
.swiper_parts_03,
.swiper_parts_04,
.swiper_parts_05 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .swiper_parts_01,
  .swiper_parts_02,
  .swiper_parts_03,
  .swiper_parts_04,
  .swiper_parts_05 {
    margin-bottom: 10px;
  }
}
.swiper_parts_01 .swiper-slide,
.swiper_parts_02 .swiper-slide,
.swiper_parts_03 .swiper-slide,
.swiper_parts_04 .swiper-slide,
.swiper_parts_05 .swiper-slide {
  border: solid 1px rgba(81, 79, 80, 0.5);
}

.swiper_parts_thumbnail_01 .swiper-slide,
.swiper_parts_thumbnail_02 .swiper-slide,
.swiper_parts_thumbnail_03 .swiper-slide,
.swiper_parts_thumbnail_04 .swiper-slide,
.swiper_parts_thumbnail_05 .swiper-slide {
  cursor: pointer;
  border: solid 1px rgba(81, 79, 80, 0.5);
}

.qbi_lp_parts_slide_box {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qbi_lp_parts_slide_box {
    margin-top: 20px;
  }
}
.qbi_lp_parts_slide_box .name {
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .qbi_lp_parts_slide_box .name {
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.qbi_lp_parts_slide_box .price {
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.08em;
}

.qbi_lp_list_on_line_01, .qbi_lp_list_on_line_02 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .qbi_lp_list_on_line_01, .qbi_lp_list_on_line_02 {
    flex-wrap: wrap;
  }
}
.qbi_lp_list_on_line_01 > li, .qbi_lp_list_on_line_02 > li {
  width: 18%;
  margin-right: 9.3%;
}
@media screen and (max-width: 767px) {
  .qbi_lp_list_on_line_01 > li, .qbi_lp_list_on_line_02 > li {
    width: 44%;
    margin-right: 12%;
  }
}
.qbi_lp_list_on_line_01 > li:last-of-type, .qbi_lp_list_on_line_02 > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .qbi_lp_list_on_line_01 > li:nth-of-type(2), .qbi_lp_list_on_line_02 > li:nth-of-type(2), .qbi_lp_list_on_line_01 > li:nth-of-type(4), .qbi_lp_list_on_line_02 > li:nth-of-type(4) {
    margin-right: 0;
  }
}
.qbi_lp_list_on_line_01 > li a, .qbi_lp_list_on_line_02 > li a {
  display: block;
  width: 100%;
}
.qbi_lp_list_on_line_01 > li a:hover, .qbi_lp_list_on_line_02 > li a:hover {
  opacity: 0.6;
}
.qbi_lp_list_on_line_01 > li .img_wrap, .qbi_lp_list_on_line_02 > li .img_wrap {
  width: 100%;
}
.qbi_lp_list_on_line_01 > li .img_wrap img, .qbi_lp_list_on_line_02 > li .img_wrap img {
  width: 100%;
}
.qbi_lp_list_on_line_01 > li .ttl, .qbi_lp_list_on_line_02 > li .ttl {
  font-size: clamp(0.875rem, 0.211rem + 1.39vw, 1.25rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
.qbi_lp_list_on_line_01 > li .ttl .icon_download, .qbi_lp_list_on_line_02 > li .ttl .icon_download {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qbi_lp_list_on_line_01 > li .ttl .icon_download::after, .qbi_lp_list_on_line_02 > li .ttl .icon_download::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../qbi_lp/images/qbi_downloa_icon.svg) no-repeat center/contain;
  margin-left: 7px;
}
.qbi_lp_list_on_line_02 {
  margin-bottom: 0;
}
.qbi_lp_list_on_line_02 > li > a {
  position: relative;
}
.qbi_lp_list_on_line_02 > li > a::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 59px;
  height: 59px;
  top: 39px;
  left: -80px;
  background: url(../qbi_lp/images/qbi_new.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .qbi_lp_list_on_line_02 > li > a::before {
    top: 0;
    left: auto;
    right: 0;
    width: 42px;
    height: 42px;
  }
}

.qbi_lp_list_faq {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .qbi_lp_list_faq {
    margin-bottom: 100px;
  }
}
.qbi_lp_list_faq > li {
  margin-bottom: 35px;
}
.qbi_lp_list_faq > li:last-of-type {
  margin-bottom: 0;
}
.qbi_lp_list_faq > li Label {
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
  padding-bottom: 15px;
  border-bottom: solid #E6E6E6 2px;
  transition: 0.3s;
  display: flex;
  position: relative;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qbi_lp_list_faq > li Label {
    padding-right: 35px;
  }
}
.qbi_lp_list_faq > li Label .number {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.25rem, 0.143rem + 2.31vw, 1.875rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
  color: #00B1AD;
}
.qbi_lp_list_faq > li Label::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  top: 4px;
  right: 19px;
  background: url(../qbi_lp/images/qbi_lp_plus.svg) no-repeat center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .qbi_lp_list_faq > li Label::after {
    width: 22px;
    height: 22px;
    right: 0;
  }
}
.qbi_lp_list_faq > li a {
  color: #C15157;
}

.toggle {
  display: none;
}

.Label {
  cursor: pointer;
}

.Label,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  display: block;
}

.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  color: #C15157;
}

.toggle:checked + .Label { /*開閉時*/
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.toggle:checked + .Label::after {
  background: url(../qbi_lp/images/qbi_lp_minus.svg) no-repeat center/contain;
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  transition: all 0.3s;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  display: flex;
}
@media screen and (max-width: 767px) {
  .toggle:checked + .Label + .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.toggle:checked + .Label + .content .number {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.125rem, 0.904rem + 0.46vw, 1.25rem);
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}

.ttl_qbi_lp_1 {
  font-size: clamp(1.75rem, -0.686rem + 5.08vw, 3.125rem);
  font-weight: bold;
  margin: auto;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_qbi_lp_1 {
    margin-bottom: 40px;
  }
}
.ttl_qbi_lp_1 > span {
  position: relative;
}
.ttl_qbi_lp_1 > span::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 50px;
  top: 0;
  left: 0;
  background: url(../qbi_lp/images/ttl_decoration_01.svg) no-repeat center;
  transform: translate(-39%, -59%);
}
@media screen and (max-width: 767px) {
  .ttl_qbi_lp_1 > span::after {
    width: 51px;
    height: 28px;
  }
}
.ttl_qbi_lp_1 > span.text_b {
  display: inline-block;
  font-size: clamp(1.938rem, -0.609rem + 5.31vw, 3.375rem);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}

.ttl_qbi_lp_on_line > span {
  position: relative;
}
.ttl_qbi_lp_on_line > span::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -12px;
  left: -140px;
  background: url(../qbi_lp/images/qbi_lp_on-line_icon.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  .ttl_qbi_lp_on_line > span::before {
    left: -90px;
    width: 48px;
    height: 48px;
  }
}

.qbi_lineup_ttl_01 {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .qbi_lineup_ttl_01 {
    margin-bottom: 20px;
    align-items: center;
  }
}
.qbi_lineup_ttl_01 .number_wrap {
  width: 66px;
  margin-right: 25px;
}
.qbi_lineup_ttl_01 .number_wrap img {
  width: 100%;
}
.qbi_lineup_ttl_01 .qbi_ttl_wrap .english_ttl {
  font-size: clamp(1.25rem, 0.143rem + 2.31vw, 1.875rem);
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.3;
}
.qbi_lineup_ttl_01 .qbi_ttl_wrap .ttl {
  font-weight: bold;
  font-size: clamp(1.438rem, 0.109rem + 2.77vw, 2.188rem);
  line-height: 1.5;
}

.qbi_ttl_36px {
  font-weight: bold;
  font-size: clamp(1.25rem, -0.521rem + 3.7vw, 2.25rem);
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .qbi_ttl_36px {
    margin-bottom: 20px;
  }
}

.ttl_qbi_lp_faq {
  font-size: clamp(3.5rem, 0.843rem + 5.54vw, 5rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
}
.ttl_qbi_lp_faq .decoration {
  position: relative;
}
.ttl_qbi_lp_faq .decoration::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 50px;
  top: 0;
  left: 0;
  background: url(../qbi_lp/images/ttl_decoration_01.svg) no-repeat center;
  transform: translate(-39%, -59%);
}
@media screen and (max-width: 767px) {
  .ttl_qbi_lp_faq .decoration::after {
    width: 51px;
    height: 28px;
  }
}

.ttl_qbi_lp_faq_2 {
  margin-bottom: 70px;
  text-align: center;
  font-size: clamp(1rem, 0.336rem + 1.39vw, 1.375rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl_qbi_lp_faq_2 {
    margin-bottom: 30px;
  }
}

.qbi_txt_clr_lblue {
  color: #00B1AD;
}
.qbi_txt_clr_red {
  color: #C15157;
}
.qbi_txt_clr_yellow {
  color: #FACA00;
}
.qbi_txt_clr_red2 {
  color: #EE9292;
}

a.qbi_black_btn {
  background-color: #000;
  border: solid 1px #000;
  width: 240px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  a.qbi_black_btn {
    margin: auto;
  }
}
a.qbi_black_btn:hover {
  color: #000;
  background-color: #fff;
}

.f_banner_wrap {
  padding-top: 100px;
  display: flex;
  position: relative;
  /* 8/30追記 */
  flex-wrap: wrap;
  justify-content: center;
  /* 8/30追記　END */
  /* 10/27追記　END */
  margin-bottom: 25px;
  /* 10/27追記　END */
}
@media screen and (max-width: 767px) {
  .f_banner_wrap {
    padding-top: 70px;
    flex-wrap: wrap;
  }
}
.f_banner_wrap > div {
  width: 50%;
  /* 8/30追記 */
  width: 33.3%;
  /* 8/30追記　END */
}
@media screen and (max-width: 767px) {
  .f_banner_wrap > div {
    width: 100%;
  }
}
.f_banner_wrap > div img {
  width: 100%;
}
.f_banner_wrap > div > a {
  display: block;
}
.f_banner_wrap > div > a:hover {
  opacity: 0.7;
}

div.balloon_wrap_2 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
}

.balloon_2, .balloon_2_yellow {
  position: relative;
  display: inline-block;
  height: 78px;
  color: #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  background: #e0edff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .balloon_2, .balloon_2_yellow {
    font-size: 1.2rem;
    height: 55.7142857143px;
  }
}
@media screen and (max-width: 767px) {
  .balloon_2, .balloon_2_yellow {
    height: 45px;
  }
}
.balloon_2 .comment_wrap, .balloon_2_yellow .comment_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.balloon_2::before, .balloon_2_yellow::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid rgba(255, 255, 255, 0);
}

.balloon_2_yellow {
  background: #f3cc2e;
  width: 439px;
}
@media screen and (max-width: 1200px) {
  .balloon_2_yellow {
    width: 313.5714285714px;
  }
}
@media screen and (max-width: 767px) {
  .balloon_2_yellow {
    width: 300px;
  }
}
.balloon_2_yellow::before {
  border-top: 15px solid #f3cc2e;
}

.button_wrap.brandmore {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=layout_qbi_lp.css.map */