footer .top-pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: url("../images/top_btn_to_top.svg") center center/contain no-repeat;
  width: 73px;
  height: 68px;
  transition: .3s ease;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  footer .top-pagetop {
    width: calc(40 / 3.75 * 1vw);
    height: calc(36 / 3.75 * 1vw);
    bottom: calc(20 / 3.75 * 1vw);
    right: calc(10 / 3.75 * 1vw);
  }
}
footer .top-pagetop:hover {
  cursor: pointer;
  opacity: .7;
}
footer .top-pagetop.view {
  opacity: 1;
  pointer-events: all;
}
footer .thanks-btn {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: url("../images/top_thanks/thanks_btn.png") center center/contain no-repeat;
  width: 200px;
  height: 200px;
  transition: .3s ease;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  footer .thanks-btn {
    width: calc(123 / 3.75 * 1vw);
    height: calc(123 / 3.75 * 1vw);
    bottom: calc(1 / 3.75 * 1vw);
    right: calc(1 / 3.75 * 1vw);
    background: url("../images/top_thanks/thanks_btn.png") center center/contain no-repeat;
  }
}
footer .thanks-btn.view {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 767.99px) {
  footer .thanks-btn.view:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.next50_sld_wrap {
  width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .next50_sld_wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .thm-wrap {
    padding: calc(27 / 3.75 * 1vw) calc(30 / 3.75 * 1vw) calc(10 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
  }
}
.thm-wrap .thm-flx-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  .thm-wrap .thm-flx-box {
    row-gap: calc(30 / 3.75 * 1vw);
  }
}
.thm-wrap .thm-flx-box .img-box {
  width: 380px;
  transition: .3s ease;
}
@media only screen and (max-width: 767.98px) {
  .thm-wrap .thm-flx-box .img-box {
    width: 100%;
  }
}
.thm-wrap .thm-flx-box .img-box figure img {
  border-radius: 11px;
}
@media only screen and (max-width: 767.98px) {
  .thm-wrap .thm-flx-box .img-box figure img {
    border-radius: calc(11 / 3.75 * 1vw);
  }
}
.thm-wrap .thm-flx-box .img-box figure figcaption {
  font-size: 21px;
  font-weight: 700;
  line-height: 33px;
  margin-top: 30px;
  min-height: 2em;
}
@media only screen and (max-width: 767.98px) {
  .thm-wrap .thm-flx-box .img-box figure figcaption {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(24 / 3.75 * 1vw);
    margin-top: calc(14 / 3.75 * 1vw);
    min-height: 0;
    height: 3em;
  }
}
@media screen and (min-width: 767.99px) {
  .thm-wrap .thm-flx-box .img-box:hover {
    opacity: .7;
    cursor: pointer;
  }
}
.thm-wrap .thm-acc-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  max-height: 0;
  overflow: hidden;
  transition: 1s ease;
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .thm-wrap .thm-acc-box {
    row-gap: calc(24 / 3.75 * 1vw);
    max-height: none;
    margin-top: calc(24 / 3.75 * 1vw);
  }
}
.thm-wrap .thm-acc-box.show {
  max-height: 2800px;
}
.thm-wrap .thm-acc-pc-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .thm-wrap .thm-acc-pc-box {
    row-gap: calc(24 / 3.75 * 1vw);
  }
}
@media only screen and (max-width: 767.98px) {
  .thm-wrap .thm-acc-sp-box {
    max-height: 0;
    overflow: hidden;
    transition: 1s ease;
  }
  .thm-wrap .thm-acc-sp-box.show {
    max-height: calc(4800 / 3.75 * 1vw);
  }
}

.acc-sw {
  border-top: 6px solid #595959;
  font-size: 21px;
  display: flex;
  justify-content: center;
  font-weight: 700;
  width: 100%;
  padding-top: 46px;
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .acc-sw {
    border-top: calc(2 / 3.75 * 1vw) solid #595959;
    padding-top: calc(40 / 3.75 * 1vw);
    margin-top: calc(10 / 3.75 * 1vw);
  }
}
.acc-sw span {
  transition: .5s ease;
  color: #595959;
}
@media only screen and (max-width: 767.98px) {
  .acc-sw span {
    font-size: calc(18 / 3.75 * 1vw);
    font-weight: 500;
  }
}
.acc-sw::after {
  content: "";
  background: url("../images/top_next50/thm_arr.png") center center/contain no-repeat;
  display: block;
  position: absolute;
  height: 43px;
  width: 78px;
  top: -20px;
  left: calc(50% - 39px;);
  transition: .3s ease;
}
@media only screen and (max-width: 767.98px) {
  .acc-sw::after {
    background: url("../images/top_next50/thm_arr_sp.png") center center/contain no-repeat;
    height: calc(36 / 3.75 * 1vw);
    width: calc(72 / 3.75 * 1vw);
    top: calc(-17 / 3.75 * 1vw);
    left: calc(50% - calc(36 / 3.75 * 1vw););
  }
}
.acc-sw.open span {
  opacity: 0;
}
.acc-sw.open::after {
  transform: rotate(180deg);
}
.acc-sw:hover {
  cursor: pointer;
}

.modal-slide-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: .2s ease;
}
.modal-slide-wrap .slick-arrow {
  position: fixed;
  display: none;
  background: url("../images/top_next50/next50_arr.png") center center/contain no-repeat;
  height: 78px;
  width: 43px;
  text-indent: -9999px;
  top: calc(50% - 39px);
  z-index: 999999;
  border: none;
  transition: .3s ease;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slick-arrow {
    background: url("../images/top_next50/next50_arr_sp.png") center center/contain no-repeat;
    height: calc(50 / 3.75 * 1vw);
    width: calc(25 / 3.75 * 1vw);
    top: calc(285 / 3.75 * 1vw);
  }
}
.modal-slide-wrap .slick-arrow.slick-prev {
  left: calc(50% - 440px);
  transform: rotate(180deg);
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slick-arrow.slick-prev {
    left: calc(15 / 3.75 * 1vw);
    transform: rotate(0);
  }
}
.modal-slide-wrap .slick-arrow.slick-next {
  right: calc(50% - 440px);
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slick-arrow.slick-next {
    right: calc(15 / 3.75 * 1vw);
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 767.99px) {
  .modal-slide-wrap .slick-arrow:hover {
    opacity: .7;
    cursor: pointer;
  }
}
.modal-slide-wrap .sld-close {
  background: url("../images/top_next50/slide_close.png") center center/contain no-repeat;
  display: block;
  position: fixed;
  height: 56px;
  width: 56px;
  z-index: 999999;
  top: calc(50% - 377px);
  right: calc(50% - 382px);
  transition: .3s ease;
  pointer-events: none;
}
@media screen and (min-width: 767.99px) {
  .modal-slide-wrap .sld-close:hover {
    opacity: .7;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .sld-close {
    height: calc(45 / 3.75 * 1vw);
    width: calc(45 / 3.75 * 1vw);
    top: calc(10 / 3.75 * 1vw);
    right: calc(10 / 3.75 * 1vw);
  }
}
.modal-slide-wrap.show {
  overflow: visible;
  height: 100%;
  opacity: 1;
  transition: .5s ease;
}
.modal-slide-wrap.show .slick-arrow {
  pointer-events: all;
}
.modal-slide-wrap.show .sld-close {
  pointer-events: all;
}
.modal-slide-wrap .slide-next-box {
  height: 100vh;
}
.modal-slide-wrap .slide-next-box .slide {
  width: 840px;
  display: flex;
  align-items: center;
  height: 100vh;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slide-next-box .slide {
    width: 100vw;
    padding: 0;
    border: none;
  }
}
.modal-slide-wrap .slide-next-box .slide.grn {
  background: #64A70B;
}
.modal-slide-wrap .slide-next-box .slide.pnk {
  background: #E06287;
}
.modal-slide-wrap .slide-next-box .slide.blu {
  background: #606EB2;
}
.modal-slide-wrap .slide-next-box .slide .sld-inner {
  height: 700px;
  width: 710px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slide-next-box .slide .sld-inner {
    height: 100vh;
    padding-top: calc(65 / 3.75 * 1vw);
    width: 100%;
  }
}
.modal-slide-wrap .slide-next-box .slide .sld-inner figure {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slide-next-box .slide .sld-inner figure {
    margin-bottom: calc(85 / 3.75 * 1vw);
  }
}
.modal-slide-wrap .slide-next-box .slide .sld-inner figure img {
  border-radius: 33px;
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slide-next-box .slide .sld-inner figure img {
    border-radius: 0;
  }
}
.modal-slide-wrap .slide-next-box .slide .sld-inner .br-md-none {
  display: block;
}
.modal-slide-wrap .slide-next-box .slide .sld-inner .br-md-only {
  display: none;
}
.modal-slide-wrap .slide-next-box .slide .sld-inner h3 {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 30px;
  /* font-feature-settings: "palt"; */
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slide-next-box .slide .sld-inner h3 {
    font-size: calc(21 / 3.75 * 1vw);
    line-height: calc(31 / 3.75 * 1vw);
    margin-bottom: calc(20 / 3.75 * 1vw);
    padding: 0 calc(28 / 3.75 * 1vw);
  }
}
.modal-slide-wrap .slide-next-box .slide .sld-inner h3 .ff-set {
  font-feature-settings: "palt";
}
.modal-slide-wrap .slide-next-box .slide .sld-inner p.name {
  font-size: 21px;
  line-height: 33px;
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slide-next-box .slide .sld-inner p.name {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(34 / 3.75 * 1vw);
    text-align: left;
    padding: 0 calc(28 / 3.75 * 1vw);
  }
}
.modal-slide-wrap .slide-next-box .slide .sld-inner p.comp {
  display: block;
  margin-top: 13px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .slide-next-box .slide .sld-inner p.comp {
    margin-top: calc(4 / 3.75 * 1vw);
    font-size: calc(14 / 3.75 * 1vw);
    line-height: calc(19 / 3.75 * 1vw);
    padding: 0 calc(28 / 3.75 * 1vw);
  }
}
.modal-slide-wrap.mid .slide {
  padding: 0;
}
.modal-slide-wrap.mid .slide .sld-inner {
  height: calc(100vh - 40px);
  height: 700px;
  display: flex;
  flex-direction: column;
  width: 700px;
}
.modal-slide-wrap.mid .slide .sld-inner .br-md-none {
  display: none;
}
.modal-slide-wrap.mid .slide .sld-inner .br-md-only {
  display: block;
}
.modal-slide-wrap.mid .slide .sld-inner figure {
  margin-bottom: 20px;
}
.modal-slide-wrap.mid .slide .sld-inner h3 {
  margin-bottom: 20px;
}
.modal-slide-wrap.mid .slide .sld-inner .txt-box {
  display: flex;
  margin: 0;
}
.modal-slide-wrap.mid .slide .sld-inner .txt-box .name {
  margin-right: 30px;
  line-height: 1.25;
}
.modal-slide-wrap.mid .slide .sld-inner .txt-box .comp {
  margin: 0;
  flex: 1;
}
.modal-slide-wrap.mid .sld-close {
  top: 20px;
  right: calc(50% - 400px);
  transition: .3s ease;
}
@media screen and (min-width: 767.99px) {
  .modal-slide-wrap.mid .sld-close:hover {
    opacity: .7;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-slide-wrap .br-md-none {
    display: none !important;
  }
  .modal-slide-wrap .br-md-only {
    display: block !important;
  }
}

.slick-slide:not([tabindex="0"]) {
  opacity: 1;
}

.modal_stop_behind {
  overflow: hidden;
}
.modal_stop_behind main.top {
  pointer-events: none;
}

.thx-outer-wrap {
  background: rgba(255, 255, 255, 0);
  display: block;
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 30px;
  height: 0;
  opacity: 0;
  transition: .15s ease;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap {
    padding: 0;
    border: none;
  }
}
.thx-outer-wrap.show {
  height: 100%;
  opacity: 1;
  transition: .1s ease;
  pointer-events: all;
}
.thx-outer-wrap .thx-inner-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0px 0px 4px 6px #F0B323,0px 0px 4px 6px #F0B323;
  overflow: hidden;
  border: 1px solid #F0B323;
  border-radius: 33px;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap {
    padding: calc(6 / 3.75 * 1vw) 0 calc(10 / 3.75 * 1vw);
    border-radius: 0;
    border-radius: 0;
  }
}
.thx-outer-wrap .thx-inner-wrap .thx-close-btn {
  position: absolute;
  background: url("../images/top_next50/slide_close.png") center center/contain no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  top: 10px;
  right: 40px;
  transition: .3s ease;
  z-index: 1;
}
@media screen and (min-width: 767.99px) {
  .thx-outer-wrap .thx-inner-wrap .thx-close-btn:hover {
    opacity: .7;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .thx-close-btn {
    height: calc(42 / 3.75 * 1vw);
    width: calc(42 / 3.75 * 1vw);
    top: calc(20 / 3.75 * 1vw);
    right: calc(20 / 3.75 * 1vw);
  }
}
.thx-outer-wrap .thx-inner-wrap .title {
  text-align: center;
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .title {
    font-size: calc(25 / 3.75 * 1vw);
    line-height: calc(41 / 3.75 * 1vw);
    margin-bottom: calc(10 / 3.75 * 1vw);
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap {
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  overflow: auto;
  border-radius: 28px;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap {
    width: 100%;
    overflow-x: hidden;
    height: calc(100dvh - calc(12 / 3.75 * 1vw));
    padding-bottom: calc(120 / 3.75 * 1vw);
    transform: translateZ(0);
    border-radius: 0;
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 140px;
}
@media only screen and (max-width: 1700px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap {
    padding: calc(50 / 3.75 * 1vw) 0 0;
    min-height: 500px;
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-outer {
  width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-outer.md {
  height: 420px;
  margin: -55px -50px;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-outer.md {
    height: calc(380 / 3.75 * 1vw);
    margin-top: calc(-45 / 3.75 * 1vw);
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-outer.lg {
  height: 420px;
  margin: -55px -50px;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-outer.lg {
    height: calc(380 / 3.75 * 1vw);
    margin-top: calc(-45 / 3.75 * 1vw);
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-outer.left {
  padding-right: 0;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-outer.left {
    padding-right: 3%;
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-outer.right {
  padding-left: 0;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-outer.right {
    padding-left: 3%;
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s ease;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box .bbl-cont {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
  row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: .3s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box .bbl-cont {
    row-gap: calc(10 / 3.75 * 1vw);
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box .bbl-cont .bl-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  opacity: 0;
  transition: opacity .3s .3s ease;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box .bbl-cont .bl-title {
    font-size: calc(14 / 3.75 * 1vw);
    line-height: calc(26 / 3.75 * 1vw);
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box .bbl-cont .txt {
  font-size: 21px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  font-feature-settings: "palt";
  opacity: 0;
  transition: opacity .3s .3s ease;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box .bbl-cont .txt {
    font-size: calc(18 / 3.75 * 1vw);
    line-height: calc(32 / 3.75 * 1vw);
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box .bbl-cont.show {
  display: flex;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.md {
  width: 290px;
  height: 290px;
  border-radius: 50%;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.md {
    width: calc(270 / 3.75 * 1vw);
    height: calc(270 / 3.75 * 1vw);
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.md .bbl-cont {
  box-shadow: 0px 0px 6px 6px #fff;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.md .bbl-cont .bl-title, .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.md .bbl-cont .txt {
  opacity: 1;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.lg {
  box-shadow: 0px 0px 6px 6px #fff;
  width: 354px;
  height: 354px;
  border-radius: 50%;
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.lg {
    width: calc(310 / 3.75 * 1vw);
    height: calc(310 / 3.75 * 1vw);
  }
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.lg .bbl-cont {
  box-shadow: 0px 0px 6px 6px #fff;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.lg .bbl-cont .bl-title, .thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.lg .bbl-cont .txt {
  opacity: 1;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.grn {
  background: #64A70B;
  box-shadow: 0px 0px 16px 10px #64A70B;
  background: #64A70B;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.grn .bl-title {
  color: #64A70B;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.pnk {
  background: #E06287;
  box-shadow: 0px 0px 16px 10px #E06287;
  background: #E06287;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.pnk .bl-title {
  color: #E06287;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.blu {
  background: #606EB2;
  box-shadow: 0px 0px 16px 10px #606EB2;
  background: #606EB2;
}
.thx-outer-wrap .thx-inner-wrap .bbl-outer-wrap .bbl-wrap .bbl-cont-box.blu .bl-title {
  color: #606EB2;
}

.fuwafuwa01 {
  animation: fuwafuwa01 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.fuwafuwa02 {
  animation: fuwafuwa02 4s ease-in-out infinite alternate;
  transition: 2s ease-in-out;
}

.fuwafuwa03 {
  animation: fuwafuwa03 3.5s ease-in-out infinite alternate;
  transition: 1.75s ease-in-out;
}

.fuwafuwa04 {
  animation: fuwafuwa04 4.5s ease-in-out infinite alternate;
  transition: 2s ease-in-out;
}

@keyframes fuwafuwa01 {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa02 {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa03 {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa04 {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
