@charset "UTF-8";
html {
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  font-weight: 400;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}

a, a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  width: 100%;
}
img[src$=".svg"] {
  max-width: 100%;
}

.ccm-page #qbb-main .contents {
  overflow: hidden;
  line-height: 1;
  letter-spacing: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.ccm-page #qbb-main .contents figure {
  margin: 0;
}

/*font
-----------------------------------------------------------------------------*/
.ccm-page #qbb-main .mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

.ccm-page #qbb-main .fw_regular {
  font-weight: 400;
}

.ccm-page #qbb-main .fw_medium {
  font-weight: 500;
}

.ccm-page #qbb-main .fw_bold {
  font-weight: 700;
}

.ccm-page #qbb-main .fw_semibold {
  font-weight: 600;
}

.ccm-page #qbb-main .fw_black {
  font-weight: 900;
}

.ccm-page #qbb-main .fs_italic {
  font-style: italic;
}

/*PC 共通
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .ccm-page #qbb-main .preload *:not(.loading_copy) {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  .ccm-page #qbb-main .sp {
    display: none;
  }

  .ccm-page #qbb-main .inner {
    width: 90%;
    max-width: 984px;
    margin: auto;
  }

  .ccm-page #qbb-main .flex_box, .ccm-page #qbb-main .flex_box_pc {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 984px) {
  .ccm-page #qbb-main {
    font-size: 1.6260162602vw;
  }
}
/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .ccm-page #qbb-main {
    font-size: 3.7vw;
  }

  .ccm-page #qbb-main .inner {
    width: 100%;
    margin: auto;
  }

  .ccm-page #qbb-main .pc {
    display: none;
  }

  .ccm-page #qbb-main .flex_box, .ccm-page #qbb-main .flex_box_sp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*--------------------------endSP--------------------------------*/
/*txt
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .ccm-page #qbb-main .txt {
    line-height: 1.875;
    margin-top: calc(0px - (((1em*1.875) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.875) - 1em)/2));
  }
}
@media only screen and (max-width: 767px) {
  .ccm-page #qbb-main .txt {
    line-height: 1.8571428571;
    margin-top: calc(0px - (((1em*1.8571428571) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.8571428571) - 1em)/2));
  }
}

/*sectit_box
-----------------------------------------------------------------------------*/
.ccm-page #qbb-main .sectit_box {
  text-align: center;
}
.ccm-page #qbb-main .sectit_box .img_txt {
  display: inline-block;
}
.ccm-page #qbb-main .sectit_box .sectit {
  letter-spacing: 0.15em;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .ccm-page #qbb-main .sectit_box {
    margin-bottom: 4.375rem;
  }
  .ccm-page #qbb-main .sectit_box .img_txt {
    margin-bottom: 0.5rem;
  }
  .ccm-page #qbb-main .sectit_box .sectit {
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .ccm-page #qbb-main .sectit_box {
    margin-bottom: 15.6453715776vw;
  }
  .ccm-page #qbb-main .sectit_box .img_txt {
    margin-bottom: 2.0860495437vw;
  }
  .ccm-page #qbb-main .sectit_box .sectit {
    font-size: 8.2138200782vw;
  }
}

/*mv
-----------------------------------------------------------------------------*/
.ccm-page #qbb-main #mv {
  position: relative;
}
.ccm-page #qbb-main #mv .mv_txt_area {
  text-align: center;
}
.ccm-page #qbb-main #mv .tit_box {
  color: #000;
}
.ccm-page #qbb-main #mv .mv_subtit {
  letter-spacing: 0.05em;
}
.ccm-page #qbb-main #mv .mv_subtit span {
  background: #fff;
  display: inline-block;
}
.ccm-page #qbb-main #mv .mv_tit strong {
  font-size: 1.5em;
}
.ccm-page #qbb-main #mv .subbox {
  color: #fff;
  margin: auto;
}
.ccm-page #qbb-main #mv .img_txt, .ccm-page #qbb-main #mv .parts {
  position: relative;
}
.ccm-page #qbb-main #mv .img_txt::after, .ccm-page #qbb-main #mv .parts::after {
  content: "";
  display: block;
  background-image: url("/application/themes/qbb/images/lp/ookiislice/line_wh.png");
}
.ccm-page #qbb-main #mv .img_txt::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, 0) rotate(0deg) scale(1, -1) skew(0deg, 0deg);
  -ms-transform: translate(-50%, 0) rotate(0deg) scale(1, -1) skew(0deg, 0deg);
  transform: translate(-50%, 0) rotate(0deg) scale(1, -1) skew(0deg, 0deg);
}
.ccm-page #qbb-main #mv .subtxt {
  font-feature-settings: 'palt';
}
.ccm-page #qbb-main #mv .parts::after {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ccm-page #qbb-main #mv .anniversary_logo1 {
  margin: 3.75rem auto 0;
  padding: 0 0 0 0.9375rem;
  width: 18.375rem;
}
@media print, screen and (min-width: 768px) {
  .ccm-page #qbb-main #mv .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .ccm-page #qbb-main #mv .mv_subtit {
    font-size: 2.278125rem;
    width: 18.75rem;
    margin: 0 auto -1.3125rem;
  }
  .ccm-page #qbb-main #mv .mv_subtit span {
    padding: 0.6875rem;
  }
  .ccm-page #qbb-main #mv .mv_subtit span:not(:first-child) {
    margin-top: 0.8125rem;
  }
  .ccm-page #qbb-main #mv .mv_tit {
    font-size: 5rem;
    margin-bottom: 1.5625rem;
    margin-top: -2.3125rem;
  }
  .ccm-page #qbb-main #mv .img_txt::after, .ccm-page #qbb-main #mv .parts::after {
    width: 17.5rem;
    height: 0.4375rem;
    background-size: 1px 100%;
  }
  .ccm-page #qbb-main #mv .img_txt {
    display: none;
    /*margin: 0 auto 1.125rem;
    width: 12.625rem;
    padding-bottom: 1.4375rem;*/
  }
  .ccm-page #qbb-main #mv .subtxt {
    font-size: 1.75rem;
    line-height: 1.3928571429;
    margin-top: calc(0px - (((1em*1.3928571429) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.3928571429) - 1em)/2));
  }
  .ccm-page #qbb-main #mv .parts {
    margin: 1.125rem auto 0;
    width: 5.8125rem;
    padding-top: 1.4375rem;
  }
  .ccm-page #qbb-main #mv .mv_img_area {
    min-height: 35rem;
  }
  .ccm-page #qbb-main #mv .mv_img_area figure {
    width: 50%;
    min-height: 100%;
  }
  .ccm-page #qbb-main #mv .mv_img_area figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit:cover; object-position:50% 50%; ";
  }
}
@media only screen and (max-width: 767px) {
  .ccm-page #qbb-main #mv .inner {
    position: absolute;
    left: 0;
    top: 22.555410691vw;
  }
  .ccm-page #qbb-main #mv .mv_subtit {
    font-size: 1.4285714286rem;
    width: 52.1512385919vw;
    margin: 0 auto -2.998696219vw;
  }
  .ccm-page #qbb-main #mv .mv_subtit span {
    padding: 1.4341590613vw;
  }
  .ccm-page #qbb-main #mv .mv_subtit span:not(:first-child) {
    margin-top: 1.9556714472vw;
  }
  .ccm-page #qbb-main #mv .mv_tit {
    font-size: 3.1428571429rem;
    /*margin-bottom: 7.8226857888vw;*/
    margin-bottom: 4vw;
  }
  .ccm-page #qbb-main #mv .img_txt::after, .ccm-page #qbb-main #mv .parts::after {
    width: 75.6192959583vw;
    height: 1.1734028683vw;
    background-size: 0.7777777778px 100%;
  }
  .ccm-page #qbb-main #mv .img_txt {
    /*margin: 0 auto 2.6075619296vw;
    width: 30.6388526728vw;
    padding-bottom: 3.3898305085vw;*/
    display: none;
  }
  .ccm-page #qbb-main #mv .subtxt {
    font-size: 1.2857142857rem;
  }
  .ccm-page #qbb-main #mv .parts {
    margin: 3.1290743155vw auto 0;
    width: 14.2112125163vw;
    padding-top: 3.7809647979vw;
  }
  .ccm-page #qbb-main #mv .mv_img_area {
    min-height: 100%;
  }
  .ccm-page #qbb-main #mv .anniversary_logo1 {
    margin: auto;
    padding: 0;
    width: 64vw;
  }
  .ccm-page #qbb-main .contents .bnr_canpain1 {
    margin: 0 auto 5.5rem;
    width: 75rem;
  }
}

/*background
-----------------------------------------------------------------------------*/
.ccm-page #qbb-main #background {
  background: url("/application/themes/qbb/images/lp/ookiislice20221030/background_bg1.jpg") no-repeat center 0 / cover;
  padding: 2.3125rem 0 10rem;
}
.ccm-page #qbb-main #background .intro_box1 {
  margin: auto;
  max-width: 69.4375rem;
  padding: 0 0 5.625rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.ccm-page #qbb-main #background .intro_box1 .img_txt {
  margin: auto;
  position: relative;
  width: 12.66370625rem;
}
.ccm-page #qbb-main #background .intro_box1 .sectit {
  font-size: 2.8125rem;
  letter-spacing: 0.15em;
  color: #000;
  position: relative;
}
.ccm-page #qbb-main #background .intro_box1 .img1 {
  left: 0;
  position: absolute;
  top: 1.6875rem;
  width: 22.25326875rem;
}
.ccm-page #qbb-main #background .intro_box1 .img2 {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 16.90121875rem;
}
.ccm-page #qbb-main #background .intro_box1 .txt1 {
  font-size: 1.25rem;
  line-height: 2.8125rem;
  margin: 2.5rem 0 0;
  position: relative;
}
.ccm-page #qbb-main #background .intro_box1 .txt1 strong {
  color: #00729c;
  font-weight: 700;
  position: relative;
}
.ccm-page #qbb-main #background .intro_box1 .txt1 strong:before {
  aspect-ratio: 65 / 1;
  bottom: -0.4em;
  content: "";
  background: url("/application/themes/qbb/images/lp/ookiislice20221030/background_line1.png") no-repeat left bottom / 100% auto;
  display: block;
  height: 100%;
  left: -0.4375rem;
  position: absolute;
  width: calc(100% + 0.875rem);
}
.ccm-page #qbb-main #background .intro_box1 .txt1 strong .small {
  font-size: 78.26086957%;
}
.ccm-page #qbb-main #background .sectit_box {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 61.4375rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.ccm-page #qbb-main #background .sectit_box h3 {
  color: #e66200;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.9375rem;
}
.ccm-page #qbb-main #background .sectit_box p {
  font-size: 1.125rem;
  line-height: 1.94444444;
  margin: 0;
}
.ccm-page #qbb-main #background .sectit_box .color1 {
  color: #00729c;
}
.ccm-page #qbb-main #background .sectit_box.box1 {
  justify-content: flex-end;
  margin-top: 6.25rem;
}
.ccm-page #qbb-main #background .sectit_box.box1:before {
  background: url("/application/themes/qbb/images/lp/ookiislice20221030/background_bg2.png") no-repeat center center / contain;
  content: "";
  display: block;
  height: 35.375rem;
  left: -17.41669375rem;
  pointer-events: none;
  position: absolute;
  top: -9.2485125rem;
  width: 34.6875rem;
}
.ccm-page #qbb-main #background .sectit_box.box1 > div:nth-child(1) {
  padding: 1.25rem 0 0;
  width: 29rem;
}
.ccm-page #qbb-main #background .sectit_box.box1 > div:nth-child(2) {
  display: flex;
}
.ccm-page #qbb-main #background .sectit_box.box1 figure {
  margin-right: 1.5625rem;
  position: relative;
  text-align: center;
  width: 13.1875rem;
}
.ccm-page #qbb-main #background .sectit_box.box1 figure.img3:before {
  background: url("/application/themes/qbb/images/lp/ookiislice20221030/background_pt1.png") no-repeat center center / contain;
  content: "";
  display: block;
  height: 2.375rem;
  left: -0.25rem;
  position: absolute;
  top: -0.6875rem;
  width: 2.75rem;
}
.ccm-page #qbb-main #background .sectit_box.box1 figure.img4:before {
  background: url("/application/themes/qbb/images/lp/ookiislice20221030/background_pt2.png") no-repeat center center / contain;
  content: "";
  display: block;
  height: 2.375rem;
  position: absolute;
  right: -0.375rem;
  top: -0.6875rem;
  width: 2.75rem;
}
.ccm-page #qbb-main #background .sectit_box.box1 figure figcaption {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57142857;
  margin: 0.6875rem 0 0;
}
.ccm-page #qbb-main #background .sectit_box.box2 {
  flex-direction: row-reverse;
  margin-top: 7.8125rem;
}
.ccm-page #qbb-main #background .sectit_box.box2:before {
  background: url("/application/themes/qbb/images/lp/ookiislice20221030/background_bg3.png") no-repeat center center / contain;
  bottom: -10rem;
  content: "";
  display: block;
  height: 19.25rem;
  pointer-events: none;
  position: absolute;
  right: -13.125rem;
  width: 24.5625rem;
}
.ccm-page #qbb-main #background .sectit_box.box2 > div:nth-child(1) {
  padding: 1.5625rem 0 0;
}
.ccm-page #qbb-main #background .sectit_box.box2 > div:nth-child(2) {
  width: 27.375rem;
}
.ccm-page #qbb-main #background .sectit_box.box2 .img5 {
  width: 24.75rem;
}
@media print, screen and (min-width: 768px) {
  .ccm-page #qbb-main .contents .bnr_canpain1 {
    margin: 0 auto 5.5rem;
    width: 75rem;
  }
  .ccm-page #qbb-main .contents .bnr_canpain1 a {
    transition: 0.6s ease;
  }
  .ccm-page #qbb-main .contents .bnr_canpain1 a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .ccm-page #qbb-main #background {
    padding: 8vw 0 13.333333333333334vw;
  }
  .ccm-page #qbb-main .contents .bnr_canpain1 {
    margin: 0 auto 13.333333333333334vw;
    width: 88vw;
  }
  .ccm-page #qbb-main #background .intro_box1 {
    max-width: none;
    padding: 0;
    width: 89.5697522816vw;
  }
  .ccm-page #qbb-main #background .intro_box1 .img_txt {
    width: auto;
  }
  .ccm-page #qbb-main #background .intro_box1 .img_txt img {
    height: 13.066666666666665vw;
    margin: auto;
    width: auto;
  }
  .ccm-page #qbb-main #background .intro_box1 .sectit {
    font-size: 8.2138200782vw;
  }
  .ccm-page #qbb-main #background .intro_box1 .img1 {
    display: none;
  }
  .ccm-page #qbb-main #background .intro_box1 .img2 {
    display: none;
  }
  .ccm-page #qbb-main #background .intro_box1 .txt1 {
    font-size: 4.8vw;
    line-height: 2;
    margin: 5.333333333333334vw 0 0;
    text-align: left;
  }
  .ccm-page #qbb-main #background .intro_box1 .txt1 strong:before {
    display: none;
  }
  .ccm-page #qbb-main #background .sectit_box {
    flex-direction: column;
    margin: auto;
    max-width: none;
    width: 89.5697522816vw;
  }
  .ccm-page #qbb-main #background .sectit_box h3 {
    font-size: 5.333333333333334vw;
    margin: 0 0 4vw;
  }
  .ccm-page #qbb-main #background .sectit_box p {
    font-size: 4.266666666666667vw;
  }
  .ccm-page #qbb-main #background .sectit_box.box1 {
    justify-content: flex-start;
    margin-top: 13.333333333333334vw;
  }
  .ccm-page #qbb-main #background .sectit_box.box1:before {
    display: none;
  }
  .ccm-page #qbb-main #background .sectit_box.box1 > div:nth-child(1) {
    padding: 0;
    width: 100%;
  }
  .ccm-page #qbb-main #background .sectit_box.box1 > div:nth-child(2) {
    flex-direction: column;
    align-items: center;
  }
  .ccm-page #qbb-main #background .sectit_box.box1 figure {
    margin: 5.333333333333334vw 0 0;
    width: 56.266666666666666vw;
  }
  .ccm-page #qbb-main #background .sectit_box.box1 figure.img3:before {
    height: 10.133333333333333vw;
    left: -1.0666666666666667vw;
    top: -2.933333333333333vw;
    width: 11.733333333333333vw;
  }
  .ccm-page #qbb-main #background .sectit_box.box1 figure.img4:before {
    height: 10.133333333333333vw;
    right: -1.6vw;
    top: -2.933333333333333vw;
    width: 11.733333333333333vw;
  }
  .ccm-page #qbb-main #background .sectit_box.box1 figure figcaption {
    font-size: 3.733333333333334vw;
    margin: 1.3333333333333335vw 0 0;
  }
  .ccm-page #qbb-main #background .sectit_box.box2 {
    flex-direction: column;
    margin-top: 13.333333333333334vw;
  }
  .ccm-page #qbb-main #background .sectit_box.box2:before {
    display: none;
  }
  .ccm-page #qbb-main #background .sectit_box.box2 > div:nth-child(1) {
    padding: 0;
  }
  .ccm-page #qbb-main #background .sectit_box.box2 > div:nth-child(2) {
    width: 100%;
  }
  .ccm-page #qbb-main #background .sectit_box.box2 .img5 {
    margin: auto;
    width: 88vw;
  }
}

/*point
-----------------------------------------------------------------------------*/
.ccm-page #qbb-main #point {
  background-image: url("/application/themes/qbb/images/lp/ookiislice/board.jpg");
  background-position: center top;
}
.ccm-page #qbb-main #point .txt_area {
  position: relative;
}
.ccm-page #qbb-main #point .tit_box {
  position: relative;
  color: #0271a6;
}
.ccm-page #qbb-main #point .tit_box::after {
  content: "";
  display: block;
  background-image: url("/application/themes/qbb/images/lp/ookiislice/line_blu.png");
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccm-page #qbb-main #point .tit_box::before {
  content: "";
  display: block;
  background-size: 100% 100%;
}
.ccm-page #qbb-main #point .icon {
  right: 0;
}
.ccm-page #qbb-main #point .point01 .tit_box::before {
  background-image: url("/application/themes/qbb/images/lp/ookiislice/no01.svg");
}
.ccm-page #qbb-main #point .point02 .tit_box::before {
  background-image: url("/application/themes/qbb/images/lp/ookiislice/no02.svg");
}
.ccm-page #qbb-main #point .point03 .tit_box::before {
  background-image: url("/application/themes/qbb/images/lp/ookiislice/no03.svg");
}
@media print, screen and (min-width: 768px) {
  .ccm-page #qbb-main #point {
    padding: 6.25rem 0 10rem;
  }
  .ccm-page #qbb-main #point .sectit_box .img_txt {
    width: 6.625rem;
    margin-left: 0.75rem;
  }
  .ccm-page #qbb-main #point .point_box {
    position: relative;
  }
  .ccm-page #qbb-main #point .tit_box {
    padding-bottom: 1.25rem;
    margin-bottom: 1.9375rem;
  }
  .ccm-page #qbb-main #point .tit_box .tit {
    font-size: 2rem;
  }
  .ccm-page #qbb-main #point .tit_box .subtit {
    font-size: 1.375rem;
    margin-bottom: 0.875rem;
  }
  .ccm-page #qbb-main #point .tit_box::after {
    background-size: 1px 100%;
    width: 19.0625rem;
    height: 0.4375rem;
  }
  .ccm-page #qbb-main #point .point03 .tit_box::after {
    width: 22.1875rem;
  }
  .ccm-page #qbb-main #point .tit_box::before {
    margin-left: -1.0625rem;
  }
  .ccm-page #qbb-main #point .img, .ccm-page #qbb-main #point .icon {
    position: absolute;
  }
  .ccm-page #qbb-main #point .icon {
    top: 0;
  }
  .ccm-page #qbb-main #point .point01 {
    margin-bottom: 4rem;
  }
  .ccm-page #qbb-main #point .point01 .txt_area {
    width: 29.9375rem;
  }
  .ccm-page #qbb-main #point .point01 .tit_box::before {
    width: 2.25rem;
    height: 2.5rem;
    margin-bottom: 0.625rem;
  }
  .ccm-page #qbb-main #point .point01 .img {
    /*width: 96.7479674797%;
    top: -3.3125rem;
    right: -51.1178861789%;*/
    right: -1rem;
    top: -0.5375rem;
    width: 30.0625rem;
  }
  .ccm-page #qbb-main #point .point01 .icon {
    width: 8.1875rem;
  }
  .ccm-page #qbb-main #point .point02 {
    margin-bottom: 6.75rem;
  }
  .ccm-page #qbb-main #point .point02 .txt_area {
    width: 28.125rem;
    margin: 0 0 0 auto;
  }
  .ccm-page #qbb-main #point .point02 .tit_box::before {
    width: 2.9375rem;
    height: 2.5rem;
    margin-bottom: 0.875rem;
  }
  .ccm-page #qbb-main #point .point02 .img {
    /*width: 55.5894308943%;
    top: -3.875rem;
    left: -23.2723577236%;*/
    left: -1rem;
    top: -0.4375rem;
    width: 30.0625rem;
  }
  .ccm-page #qbb-main #point .point02 .img figcaption {
    font-size: 0.75rem;
    margin: -0.5625rem 1.0625rem 0;
    text-align: right;
  }
  .ccm-page #qbb-main #point .point02 .icon {
    width: 11rem;
  }
  .ccm-page #qbb-main #point .point03 .txt_area {
    width: 30.9375rem;
  }
  .ccm-page #qbb-main #point .point03 .tit_box::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.8125rem;
  }
  .ccm-page #qbb-main #point .point03 .img {
    /*width: 44.7154471545%;
    top: 3.25rem;
    right: -17.7845528455%;*/
    right: -0.875rem;
    top: -0.375rem;
    width: 30.0625rem;
  }
  .ccm-page #qbb-main #point .point03 .icon {
    width: 9.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .ccm-page #qbb-main #point {
    background-size: 100% auto;
    padding: 20.8604954368vw 0 7.4315514993vw;
  }
  .ccm-page #qbb-main #point .sectit_box .img_txt {
    width: 19.4263363755vw;
    margin-left: 2.2164276402vw;
  }
  .ccm-page #qbb-main #point .point_box .txt_area {
    width: 84.3546284224vw;
    margin-left: 10.4302477184vw;
  }
  .ccm-page #qbb-main #point .tit_box {
    padding-bottom: 4.0417209909vw;
    margin-bottom: 5.7366362451vw;
  }
  .ccm-page #qbb-main #point .tit_box .tit {
    font-size: 1.7142857143rem;
  }
  .ccm-page #qbb-main #point .tit_box .subtit {
    font-size: 1.1785714286rem;
    margin-bottom: 2.4771838331vw;
  }
  .ccm-page #qbb-main #point .tit_box::after {
    background-size: 1.2857142857px 100%;
    width: 59.7131681877vw;
    height: 1.1734028683vw;
  }
  .ccm-page #qbb-main #point .point03 .tit_box::after {
    width: 80vw;
  }
  .ccm-page #qbb-main #point .tit_box::before {
    margin-left: -1.8252933507vw;
  }
  .ccm-page #qbb-main #point .icon {
    position: absolute;
    bottom: 0;
  }
  .ccm-page #qbb-main #point .point01 .txt_area {
    padding-bottom: 6.666666666666667vw;
  }
  .ccm-page #qbb-main #point .point01 .tit_box::before {
    width: 7.0404172099vw;
    height: 7.8226857888vw;
    margin-bottom: 1.9556714472vw;
  }
  .ccm-page #qbb-main #point .point01 .img {
    /*width: 124.1199478488vw;
    margin-left: 13.5593220339vw;*/
    margin: 0 auto 8vw;
    width: 88vw;
  }
  .ccm-page #qbb-main #point .point01 .icon {
    width: 26.2059973924vw;
    bottom: 12.3859191656vw;
  }
  .ccm-page #qbb-main #point .point02 {
    margin-bottom: -6.6492829205vw;
  }
  .ccm-page #qbb-main #point .point02 .txt_area {
    padding-bottom: 5.7366362451vw;
  }
  .ccm-page #qbb-main #point .point02 .tit_box::before {
    width: 9.1264667536vw;
    height: 7.8226857888vw;
    margin-bottom: 2.6075619296vw;
  }
  .ccm-page #qbb-main #point .point02 .img {
    /*width: 74.5762711864vw;
    margin-top: -2.3468057366vw;
    margin-left: -4.1720990874vw;*/
    margin: 0 auto 16vw;
    width: 88vw;
  }
  .ccm-page #qbb-main #point .point02 .img figcaption {
    font-size: 2.666666666666667vw;
    margin: -1.0666666666666667vw 2.666666666666667vw 0;
    text-align: right;
  }
  .ccm-page #qbb-main #point .point02 .icon {
    width: 34.5501955671vw;
  }
  .ccm-page #qbb-main #point .point03 .txt_area {
    padding-bottom: 5.7366362451vw;
  }
  .ccm-page #qbb-main #point .point03 .tit_box::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    margin-bottom: 2.7379400261vw;
  }
  .ccm-page #qbb-main #point .point03 .img {
    /*width: 57.3663624511vw;
    margin: -0.9126466754vw 0 0 20.8604954368vw;*/
    margin: auto;
    width: 88vw;
  }
  .ccm-page #qbb-main #point .point03 .icon {
    width: 31.0299869622vw;
  }
}

/*lineup
-----------------------------------------------------------------------------*/
.ccm-page #qbb-main #lineup {
  color: #fff;
}
.ccm-page #qbb-main #lineup .sectit_box .sectit {
  color: #fff;
}
.ccm-page #qbb-main #lineup .lineup_list {
  width: 100%;
}
.ccm-page #qbb-main #lineup .lineup_box .txt_box {
  margin: auto;
}
.ccm-page #qbb-main #lineup .lineup_box .btn {
  color: #fff;
  display: block;
  border: 1px solid #fff;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
}
.ccm-page #qbb-main #lineup .parts {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .ccm-page #qbb-main #lineup {
    padding: 4.375rem 0 6.25rem;
    background: linear-gradient(90deg, #0271a6 0%, #0271a6 50%, #e26b09 50%, #e26b09 100%);
  }
  .ccm-page #qbb-main #lineup .sectit_box .img_txt {
    width: 6.625rem;
    margin-left: 0.75rem;
  }
  .ccm-page #qbb-main #lineup .lineup_list {
    max-width: 1262px;
    margin: auto;
    position: relative;
  }
  .ccm-page #qbb-main #lineup .lineup_box {
    width: 50%;
  }
  .ccm-page #qbb-main #lineup .lineup_box figure:not(.parts) {
    width: 56.2599049128%;
    margin: 0 auto 1.5625rem;
  }
  .ccm-page #qbb-main #lineup .lineup_box .txt_box {
    width: 56.2599049128%;
  }
  .ccm-page #qbb-main #lineup .lineup_box .txt_box .tit {
    font-size: 1.375rem;
    margin-bottom: 1.75rem;
  }
  .ccm-page #qbb-main #lineup .lineup_box .btn {
    width: 14.375rem;
    border-radius: 0.1875rem;
    font-size: 1.125rem;
    padding: 1.25rem 0;
    margin: 1.875rem auto 0;
    -webkit-transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
    transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
  }
  .ccm-page #qbb-main #lineup .lineup_box .btn:hover {
    background: #fff;
  }
  .ccm-page #qbb-main #lineup .lineup_box:first-child .btn:hover {
    color: #0271a6;
  }
  .ccm-page #qbb-main #lineup .lineup_box:nth-child(2) .btn:hover {
    color: #e26b09;
  }
  .ccm-page #qbb-main #lineup .parts {
    width: 46.5134706815%;
    top: -16.0625rem;
    right: -18.7004754358%;
  }
}
@media only screen and (max-width: 767px) {
  .ccm-page #qbb-main #lineup {
    padding: 15.6453715776vw 0 0;
    background: #0271a6;
  }
  .ccm-page #qbb-main #lineup .sectit_box .img_txt {
    width: 19.295958279vw;
    margin-left: 0.9126466754vw;
  }
  .ccm-page #qbb-main #lineup .lineup_box {
    width: 100%;
    padding-bottom: 15.6453715776vw;
  }
  .ccm-page #qbb-main #lineup .lineup_box figure:not(.parts) {
    width: 69.6219035202vw;
    margin: 0 auto 5.6062581486vw;
  }
  .ccm-page #qbb-main #lineup .lineup_box .txt_box {
    width: 69.6219035202vw;
  }
  .ccm-page #qbb-main #lineup .lineup_box .txt_box .tit {
    font-size: 1.1785714286rem;
    margin-bottom: 5.0847457627vw;
  }
  .ccm-page #qbb-main #lineup .lineup_box .btn {
    width: 49.5436766623vw;
    border-radius: 0.7822685789vw;
    font-size: 1.0714285714rem;
    padding: 4.4328552803vw 0;
    margin: 4.9543676662vw auto 0;
  }
  .ccm-page #qbb-main #lineup .lineup_box:nth-child(2) {
    padding-top: 15.6453715776vw;
    background: #e26b09;
    position: relative;
  }
  .ccm-page #qbb-main #lineup .parts {
    width: 76.5319426336vw;
    top: -16.4276401565vw;
    left: 51.1082138201vw;
  }
}

/*recipe
-----------------------------------------------------------------------------*/
.ccm-page #qbb-main #recipe {
  background-image: url("/application/themes/qbb/images/lp/ookiislice/marble.jpg");
  background-position: center top;
}
.ccm-page #qbb-main #recipe .recipe_cont_wrap {
  background-image: url("/application/themes/qbb/images/lp/ookiislice/recipe_bg01.jpg"), url("/application/themes/qbb/images/lp/ookiislice/recipe_bg02.jpg"), url("/application/themes/qbb/images/lp/ookiislice/recipe_bg03.jpg");
  background-position: top center,center center,bottom center;
  background-size: auto 33%,auto 34%,auto 33%;
  background-repeat: no-repeat,no-repeat,no-repeat;
}
.ccm-page #qbb-main #recipe .inner {
  position: relative;
}
.ccm-page #qbb-main #recipe .inner .parts {
  position: absolute;
}
.ccm-page #qbb-main #recipe .recipe_cont {
  margin: auto;
  background: rgba(255, 255, 255, 0.93);
}
.ccm-page #qbb-main #recipe .tit_area {
  text-align: center;
  position: relative;
}
.ccm-page #qbb-main #recipe .tit_area::after {
  content: "";
  display: block;
  background-image: url("/application/themes/qbb/images/lp/ookiislice/line_ore.png");
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ccm-page #qbb-main #recipe .subtit {
  color: #0271a6;
}
.ccm-page #qbb-main #recipe .tit {
  position: relative;
  color: #e26b09;
}
.ccm-page #qbb-main #recipe .tit::after, .ccm-page #qbb-main #recipe .tit::before {
  content: "";
  display: block;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
}
.ccm-page #qbb-main #recipe .tit::before {
  background-image: url("/application/themes/qbb/images/lp/ookiislice/recipe_tit_parts01.svg");
}
.ccm-page #qbb-main #recipe .tit::after {
  background-image: url("/application/themes/qbb/images/lp/ookiislice/recipe_tit_parts02.svg");
}
.ccm-page #qbb-main #recipe .intro {
  text-align: center;
  color: #000;
}
.ccm-page #qbb-main #recipe .collaborator {
  background: #f5ad50;
  color: #fff;
}
.ccm-page #qbb-main #recipe .collaborator .tit_box {
  letter-spacing: 0.2em;
}
.ccm-page #qbb-main #recipe .collaborator .tit_box dt {
  margin-right: 1em;
}
.ccm-page #qbb-main #recipe .collaborator .txt a {
  color: #fff;
}
.ccm-page #qbb-main #recipe .recipe_list {
  margin: auto;
}
.ccm-page #qbb-main #recipe .recipe_list li {
  border-radius: 50%;
  overflow: hidden;
}
.ccm-page #qbb-main #recipe .recipe_list li a {
  display: block;
}
.ccm-page #qbb-main #recipe .recipe_list_tit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.ccm-page #qbb-main #recipe .recipe_list_tit::after, .ccm-page #qbb-main #recipe .recipe_list_tit::before {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("/application/themes/qbb/images/lp/ookiislice/recipe_list_tit_parts.svg");
}
.ccm-page #qbb-main #recipe .recipe_list_tit::before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ccm-page #qbb-main #recipe .recipe_list_slide {
  display: flex;
  overflow: hidden;
}
.ccm-page #qbb-main #recipe .recipe_list_slide .recipe_list {
  animation: scroll-left 25s infinite linear 0s both;
  display: flex;
  padding-bottom: 0.75rem;
  width: 86.625rem;
}
.ccm-page #qbb-main #recipe .recipe_list_slide + .recipe_list_slide {
  margin-top: 0.75rem;
}
.ccm-page #qbb-main #recipe .recipe_list_slide.right .recipe_list {
  animation: scroll-right 25s infinite linear 0s both;
  justify-content: flex-end;
}
.ccm-page #qbb-main #recipe .recipe_list_slide .recipe_list li {
  box-shadow: 0.4375rem 0.4375rem 0.3125rem 0 rgba(0,0,0,0.15);
  margin: 0 0.5rem !important;
  width: 12.4375rem;
}
.ccm-page #qbb-main #recipe .recipe_list_slide .recipe_list li a {
  border: 3px solid #f1a950;
  border-radius: 50%;
}
.ccm-page #qbb-main #recipe .recipe_list_slide .recipe_list li:nth-child(odd) a {
  border-color: #fff;
}
.ccm-page #qbb-main #recipe .recipe_list_slide .recipe_list li a:before {
  height: calc(100% + 6px);
  left: -3px;
  top: -3px;
  width: calc(100% + 6px);
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 768px) {
  .ccm-page #qbb-main #recipe {
    padding: 6.25rem 0 10rem;
  }
  .ccm-page #qbb-main #recipe .sectit_box .img_txt {
    width: 5.6875rem;
  }
  .ccm-page #qbb-main #recipe .inner {
    padding: 7.1875rem 0 7.625rem;
  }
  .ccm-page #qbb-main #recipe .inner .parts {
    width: 50.674796748%;
    top: -11.625rem;
    left: -22.256097561%;
  }
  .ccm-page #qbb-main #recipe .recipe_cont {
    width: 91.4634146341%;
    padding: 3.0625rem 0 3.4375rem;
  }
  .ccm-page #qbb-main #recipe .tit_area {
    width: 40rem;
    margin: 0 auto 1.875rem;
    padding-bottom: 1.375rem;
  }
  .ccm-page #qbb-main #recipe .tit_area::after {
    background-size: 1px 100%;
    height: 0.4375rem;
  }
  .ccm-page #qbb-main #recipe .subtit {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
  }
  .ccm-page #qbb-main #recipe .tit {
    font-size: 2.375rem;
  }
  .ccm-page #qbb-main #recipe .tit::before {
    width: 1.5625rem;
    height: 3.8125rem;
    left: 0;
  }
  .ccm-page #qbb-main #recipe .tit::after {
    width: 1.25rem;
    height: 3.75rem;
    right: 0;
  }
  .ccm-page #qbb-main #recipe .collaborator {
    width: 82.2222222222%;
    margin: 1.875rem auto 1.875rem;
    padding: 3.2222222222% 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ccm-page #qbb-main #recipe .collaborator .img {
    width: 24.3243243243%;
    margin-left: 3.9189189189%;
  }
  .ccm-page #qbb-main #recipe .collaborator .txt_area {
    width: 62.972972973%;
    margin-right: 3.9189189189%;
  }
  .ccm-page #qbb-main #recipe .collaborator .tit_box {
    margin-bottom: 1rem;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    font-size: 1.125rem;
  }
  .ccm-page #qbb-main #recipe .collaborator .tit_box .position {
    font-size: 0.7222222222em;
    letter-spacing: 0.2em;
  }
  .ccm-page #qbb-main #recipe .collaborator .tit_box .position::before {
    content: "／";
  }
  .ccm-page #qbb-main #recipe .collaborator .txt {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: calc(0px - (((1em*1.5714285714) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.5714285714) - 1em)/2));
  }
  .ccm-page #qbb-main #recipe .recipe_list {
    width: 82.2222222222%;
  }
  .ccm-page #qbb-main #recipe .recipe_list li {
    width: 22.1621621622%;
  }
  .ccm-page #qbb-main #recipe .recipe_list li:not(:nth-child(4n)) {
    margin-right: 3.7837837838%;
  }
  .ccm-page #qbb-main #recipe .recipe_list li:not(:nth-child(-n + 4)) {
    margin-top: 1.1875rem;
  }
  .ccm-page #qbb-main #recipe .recipe_list li a {
    position: relative;
    text-decoration: none;
  }
  .ccm-page #qbb-main #recipe .recipe_list li a::after, .ccm-page #qbb-main #recipe .recipe_list li a::before {
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
    transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
  }
  .ccm-page #qbb-main #recipe .recipe_list li a::after {
    text-align: center;
    content: "レシピを見る";
    width: 4em;
    font-size: 1.375rem;
    line-height: 1.4545454545;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .ccm-page #qbb-main #recipe .recipe_list li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(226, 107, 9, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .ccm-page #qbb-main #recipe .recipe_list li a:hover::after, .ccm-page #qbb-main #recipe .recipe_list li a:hover::before {
    opacity: 1;
  }
  .ccm-page #qbb-main #recipe .recipe_list_tit {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .ccm-page #qbb-main #recipe .recipe_list_tit span {
    margin-left: 0.5rem;
  }
  .ccm-page #qbb-main #recipe .recipe_list_tit::after, .ccm-page #qbb-main #recipe .recipe_list_tit::before {
    width: 0.6875rem;
    height: 1.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .ccm-page #qbb-main #recipe {
    padding: 26.075619296vw 0;
    background-size: 50% auto;
  }
  .ccm-page #qbb-main #recipe .sectit_box .img_txt {
    width: 16.6883963494vw;
  }
  .ccm-page #qbb-main #recipe .inner {
    padding: 20.4693611473vw 0 21.7731421121vw;
  }
  .ccm-page #qbb-main #recipe .inner .parts {
    width: 56.7144719687vw;
    top: -16.4276401565vw;
    left: -17.7314211213vw;
  }
  .ccm-page #qbb-main #recipe .recipe_cont {
    width: 89.5697522816vw;
    padding: 8.0834419817vw 0 7.6923076923vw;
  }
  .ccm-page #qbb-main #recipe .tit_area {
    width: 79.1395045632vw;
    margin: 0 auto 6.518904824vw;
    padding-bottom: 4.5632333768vw;
  }
  .ccm-page #qbb-main #recipe .tit_area::after {
    background-size: 1.2857142857px 100%;
    height: 1.1734028683vw;
  }
  .ccm-page #qbb-main #recipe .subtit {
    font-size: 1.1785714286rem;
    margin-bottom: 3.6505867014vw;
  }
  .ccm-page #qbb-main #recipe .tit {
    font-size: 2.0357142857rem;
    line-height: 1.2280701754;
    margin-top: calc(0px - (((1em*1.2280701754) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.2280701754) - 1em)/2));
  }
  .ccm-page #qbb-main #recipe .tit::before {
    width: 4.5632333768vw;
    height: 11.9947848761vw;
    left: 2.0860495437vw;
  }
  .ccm-page #qbb-main #recipe .tit::after {
    width: 3.9113428944vw;
    height: 11.8644067797vw;
    right: 4.4328552803vw;
  }
  .ccm-page #qbb-main #recipe .collaborator {
    width: 79.1395045632vw;
    margin: 6.518904824vw auto;
    padding: 6.258148631vw 0;
  }
  .ccm-page #qbb-main #recipe .collaborator .img {
    width: 39.8956975228vw;
    margin: 0 auto 4.8239895698vw;
  }
  .ccm-page #qbb-main #recipe .collaborator .txt_area {
    width: 65.7105606258vw;
    margin: 0 auto;
  }
  .ccm-page #qbb-main #recipe .collaborator .tit_box {
    margin-bottom: 5.6062581486vw;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.1428571429rem;
  }
  .ccm-page #qbb-main #recipe .collaborator .tit_box .position {
    font-size: 0.8571428571rem;
    letter-spacing: 0.2em;
    margin-top: 1.9556714472vw;
  }
  .ccm-page #qbb-main #recipe .collaborator .txt {
    font-size: 0.8571428571rem;
    line-height: 1.5833333333;
    margin-top: calc(0px - (((1em*1.5833333333) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.5833333333) - 1em)/2));
  }
  .ccm-page #qbb-main #recipe .recipe_list_tit {
    font-size: 1.1785714286rem;
    margin-bottom: 2.6075619296vw;
  }
  .ccm-page #qbb-main #recipe .recipe_list_tit span {
    margin-left: 1.5645371578vw;
  }
  .ccm-page #qbb-main #recipe .recipe_list_tit::after, .ccm-page #qbb-main #recipe .recipe_list_tit::before {
    width: 2.0860495437vw;
    height: 5.6062581486vw;
  }
  .ccm-page #qbb-main #recipe .recipe_list {
    width: 71.0560625815vw;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ccm-page #qbb-main #recipe .recipe_list li {
    width: 32.8552803129vw;
  }
  .ccm-page #qbb-main #recipe .recipe_list li:not(:nth-child(-n + 2)) {
    margin-top: 3.9113428944vw;
  }
  .ccm-page #qbb-main #recipe .recipe_list_slide .recipe_list {
    padding-bottom: 2.666666666666667vw;
    width: 246.37536vw;
  }
  .ccm-page #qbb-main #recipe .recipe_list_slide + .recipe_list_slide {
    margin-top: 2.666666666666667vw;
  }
  .ccm-page #qbb-main #recipe .recipe_list_slide .recipe_list li {
    box-shadow: 1.0666666666666667vw 1.0666666666666667vw 0.8vw 0 rgba(0,0,0,0.15);
    margin: 0 1.4220799999999998vw !important;
    width: 35.37424vw;
  }
  .ccm-page #qbb-main #recipe .recipe_list_slide .recipe_list li a {
    border-width: 2px;
  }
  .ccm-page #qbb-main #recipe .recipe_list_slide .recipe_list li a:before {
    display: none;
  }
}

/*js・アニメーション
-----------------------------------------------------------------------------*/
.ccm-page #qbb-main .tran, .ccm-page #qbb-main .scrollListItem, .scrollItem {
  -webkit-transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
  transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
}

.ccm-page #qbb-main .fadein {
  opacity: 0;
}
.ccm-page #qbb-main .fadein.scrollActive {
  opacity: 1;
}

.ccm-page #qbb-main .fadeout {
  opacity: 1;
}
.ccm-page #qbb-main .fadeout.scrollActive {
  opacity: 0;
}

.ccm-page #qbb-main .fadeTop {
  -webkit-transform: translate(0, 3.125rem);
  -ms-transform: translate(0, 3.125rem);
  transform: translate(0, 3.125rem);
}
.ccm-page #qbb-main .fadeTop.scrollActive {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ccm-page #qbb-main .fadeBottom {
  -webkit-transform: translate(0, -3.125rem);
  -ms-transform: translate(0, -3.125rem);
  transform: translate(0, -3.125rem);
}
.ccm-page #qbb-main .fadeBottom.scrollActive {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ccm-page #qbb-main .fadeRight {
  -webkit-transform: translate(-3.125rem, 0);
  -ms-transform: translate(-3.125rem, 0);
  transform: translate(-3.125rem, 0);
}
.ccm-page #qbb-main .fadeRight.scrollActive {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ccm-page #qbb-main .fadeLeft {
  -webkit-transform: translate(3.125rem, 0);
  -ms-transform: translate(3.125rem, 0);
  transform: translate(3.125rem, 0);
}
.ccm-page #qbb-main .fadeLeft.scrollActive {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ccm-page #qbb-main .scaleUp {
  display: block;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.ccm-page #qbb-main .scaleUp.scrollActive {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ccm-page #qbb-main .scaleUp02 {
  display: block;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.ccm-page #qbb-main .scaleUp02.scrollActive {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ccm-page #qbb-main .scaleUp00 {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.ccm-page #qbb-main .scaleUp00.scrollActive {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ccm-page #qbb-main .scaleDown {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.ccm-page #qbb-main .scaleDown.scrollActive {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ccm-page #qbb-main .panelX {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.ccm-page #qbb-main .panelX.scrollActive {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ccm-page #qbb-main .panel {
  -webkit-transform: translate(0, 1.25rem) rotate(0deg) scale(0, 0.9) skew(0deg, 7.5deg);
  -ms-transform: translate(0, 1.25rem) rotate(0deg) scale(0, 0.9) skew(0deg, 7.5deg);
  transform: translate(0, 1.25rem) rotate(0deg) scale(0, 0.9) skew(0deg, 7.5deg);
}
.ccm-page #qbb-main .panel.scrollActive {
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
}
