@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
#bm-wrapper p {
	line-height: 1.7;
}
#bm-wrapper i,
#bm-wrapper em {
  font-style: normal;
}

/*------------ 全体 ------------*/
#footer_calbeeroot{
  position: relative;
  z-index: 10;
}
.bm-header-wrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFF;
}
#bm-wrapper {
  -webkit-text-size-adjust: 100%;
  color: #361B0B;
  width: 100%;
  overflow: hidden;
}
#bm-wrapper h1,
#bm-wrapper h2,
#bm-wrapper h3,
#bm-wrapper h4,
#bm-wrapper h5,
#bm-wrapper h6 {
	font-family: "Inter","Noto Sans JP","qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  transform: none;
  color: #361B0B;
}
::selection{
  color: #fff;
  background-color: #361B0B;
}
.-hover{
	transition: transform 0.3s;
	transform: scale(1);
}
.-hover:hover{
	transform: scale(1.05);
}
#bm-wrapper *{
  box-sizing: border-box;
}
#bm-wrapper img{
  max-width: 100%;
  height: auto;
}
.anim-fadeUp {
  -webkit-transition: opacity .8s,-webkit-transform .8s;
  transition: opacity .8s,-webkit-transform .8s;
  transition: transform .8s,opacity .8s;
  transition: transform .8s,opacity .8s,-webkit-transform .8s;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.anim-fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.anim-fade {
  transition: opacity .8s;
  opacity: 0;
}
.anim-fade.is-show {
  opacity: 1;
}
.bm-anchor{
  display: block;
  position: relative;
  pointer-events: none;
  width: 100%;
  height: 1px;
}
.modal-video-body {
  max-width: 1460px;
  padding: 0;
}
@media (orientation: landscape) {
  .modal-video-inner {
    padding: 0 100px;
  }
}
.modal-video {
  background-color: rgba(54, 27, 11, .98);
}
.modal-video-close-btn {
  display: inline-block;
  width: 7rem;
  height: 7.2rem;
  background: none;
  background-size: contain;
  cursor: pointer;
  overflow: visible;
}
.modal-video-close-btn {
  top: 0;
  right: -9.2rem;
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  display: none;
}
.attention_txt {
  font-size: 1.4rem;
  position: absolute;
  top: 1.4em;
  right: 1em;
}


/*------------ WRAPPER ------------*/
.bm-content-all {
  display: none;
}
.bm-content-all.is-loaded {
  display: block;
}
.bm-content-inner{
	width:130rem;
  max-width: 100%;
	margin:0 auto;
}

/*------------ HEADER ------------*/
header{
}

/*------------ NAVI ------------*/
.bm-nav{
  position: fixed;
  left: 5rem;
  right: 5rem;
  top: 0;
  z-index: 10;
  border-radius: 0 0 6rem 6rem;
  background-color: #FFF;
  border: .6rem solid #361B0B;
  border-top: none;
  box-shadow: 0 .6rem 0 0 #361B0B;
  transform: translateY(-110%);
  transition: transform .3s;
}
.bm-nav.is-active{
  transform: translateY(0%);
}
.bm-flex-nav{
  display: flex;
  align-items: center;
  padding: 0 6.4rem;
  height: 7rem;
}
.bm-flex-nav__li:nth-child(1){
  flex-grow: 0;
  flex-shrink: 0;
  width: 11.3rem;
}
.bm-flex-nav__li:nth-child(2){
  flex-grow: 1;
  flex-shrink: 1;
}
.bm-list-nav{
  display: flex;
  gap: 5rem;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 900;
  color: #361B0B;
}
.bm-list-nav small{
  font-size: 1.8rem;
  font-weight: 700;
}
.bm-list-nav a{
  text-decoration: none;
  color: #361B0B;
  display: block;
  overflow: visible;
  position: relative;
}
.bm-list-nav>li{
}
.bm-list-nav>li.is-active a,
.bm-list-nav>li a:hover{
  /*color: #FFEA00;
  -webkit-text-stroke: 1rem #361B0B;
  text-stroke: 1rem #361B0B;
  filter: drop-shadow(0 .1rem #361B0B);
  paint-order: stroke;*/
}
.bm-list-nav>li img{
  display: block;
}
.bm-list-nav>li img.-on{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.bm-list-nav>li.is-active a img.-on,
.bm-list-nav>li a:hover img.-on{
  opacity: 1;
}
.bm-list-nav>li:nth-child(1) img{
  width: 6.7rem;
}
.bm-list-nav>li:nth-child(2) img{
  width: 11.2rem;
}
.bm-list-nav>li:nth-child(3) img{
  width: 10.3rem;
}
.bm-list-nav>li:nth-child(4) img{
  width: 19.6rem;
}

/*------------ TOP ------------*/
.bm-mv{
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: inset(-1px);
}
.bm-mv__inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.1rem;
  position: relative;
  z-index: 2;
}
.bm-mv__logo{
  width: 42.3rem;
}
.bm-mv__logo img{
  width: 100%;
}
.bm-mv__lead{
  width: 69.7rem;
}
.bm-mv__scroll{
  width: 4.1rem;
  position: absolute;
  left: 50%;
  bottom: 4.5rem;
  transform: translateX(-50%);
  z-index: 2;
}
.bm-mv__scroll>div{
  display: flex;
  flex-direction: column;
  align-items: center;
	animation: scroll 2.5s ease-in-out infinite;
  position: relative;
}
@keyframes scroll {
  0% {
    top:0px;
  }
  50% {
    top:10px;
  }
  100% {
    top:0px;
  }
}
.bm-mv__bg{
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bm-mv-slide.-bg01{
  background-image: url("../images/img_mv01.png");
}
.bm-mv-slide.-bg02{
  background-image: url("../images/img_mv02.png");
}
.bm-mv-slide.-bg03{
  background-image: url("../images/img_mv03.png");
}
.bm-mv-slide.-bg04{
  background-image: url("../images/img_mv04.png");
}
.bm-mv-slide.-bg05{
  background-image: url("../images/img_mv05.png");
}
.bm-mv__bg .swiper{
  height: 100%;
}
.bm-mv-pause{
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .8rem;
  cursor: pointer;
}
.bm-mv-pause i{
  width: 3.8rem;
  height: 3.9rem;
  background: url("../images/icon_stop.png") no-repeat center center;
  background-size: contain;
}
.bm-mv-pause span{
  font-size: 2rem;
  font-weight: 900;
  color: #FFEA00;
  width: 3em;
  white-space: nowrap;
}
.bm-mv-pause span:before{
  content: "STOP";
}
.bm-mv-pause.is-active i{
  background-image: url("../images/icon_play.png");
}
.bm-mv-pause.is-active span:before{
  content: "PLAY";
}
.bm-mv-info{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3.6rem;
  right: 16.6rem;
  z-index: 2;
  font-size: 2rem;
  gap :1rem;
}
.bm-mv-info *{
  color: #FFF;
}
.bm-mv-info .swiper-pagination-current {
  color: #FFEA00;
}
.bm-mv-info .swiper-pagination-current,
.bm-mv-info .swiper-pagination-total {
  width: 1.5em;
  text-align: center;
}
.bm-mv-info .bm-t-effect {
  -webkit-text-stroke: .6rem #361B0B;
  text-stroke: .6rem #361B0B;
}
.bm-mv-pagination__split{
  width: 1rem;
  height: 1.2em;
  border-radius: .8rem;
  background-color: #FFF;
  border: .3rem solid #361B0B;
}
.bm-mv-pagination{
  display: flex;
  gap: .5rem;
  position: relative;
  top: -.05em;
  line-height: 1.2;
}
.bm-mv-arrow{
  width: 1.6rem;
  height: 2.6rem;
  background: url("../images/icon_arrow_slide_prev.png") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  flex-grow: 0;
  cursor: pointer;
}
.bm-mv-arrow.-next{
  background-image: url("../images/icon_arrow_slide_next.png");
}
.bm-mv-slide{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bm-main{
  position: relative;
  z-index: 2;
  clip-path: inset(0);
  padding: 24rem 10rem 8rem;
}
.bm-main>section{
  position: relative;
  z-index: 2;
}
.bm-main-bg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bm-main-bg__item{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: opacity .8s;
}
.bm-main-bg__item.-bg01{
  background-image: url("../images/bg_content01.svg");
  background-color: #b8d3e6;
  z-index: 1;
}
.bm-main-bg__item.-bg02{
  background-image: url("../images/bg_content02.svg");
  background-color: #76c4f9;
  z-index: 2;
  opacity: 0;
}
.bm-main-bg__item.-bg03{
  background-image: url("../images/bg_content03.svg");
  background-color: #fa9a14;
  z-index: 3;
  opacity: 0;
}
.bm-main-bg-car{
  position: absolute;
  left: -20vw;
  bottom: 11.34vw;
  display: flex;
  z-index: 5;
}
.bm-main-bg-car__item{
  width: 140vw;
}
.bm-main-bg-car__item img{
  width: 5vw;
}
.bm-main-bg-car__item:nth-child(1){
  animation: slide 40s linear infinite;
}
.bm-main-bg-car__item:nth-child(1) img{
  display: block;
  animation: shake .3s linear infinite;
}
.bm-main-bg-car__item:nth-child(2){
  animation: slide2 60s linear infinite;
}
.bm-main-bg-cloud01{
  position: absolute;
  left: 0;
  bottom: 40rem;
  display: flex;
  z-index: 8;  
}
.bm-main-bg-cloud01>div:nth-child(1){
  animation: slide1 200s -100s linear infinite;
  animation-direction: reverse;
}
.bm-main-bg-cloud01>div:nth-child(2){
  animation: slide2 200s linear infinite;
  animation-direction: reverse;
}
.bm-main-bg-cloud02>div:nth-child(1){
  animation: slide1 250s -125s linear infinite;
  animation-direction: reverse;
}
.bm-main-bg-cloud02>div:nth-child(2){
  animation: slide2 200s linear infinite;
  animation-direction: reverse;
}
.bm-main-bg-cloud03>div:nth-child(1){
  animation: slide1 300s -150s linear infinite;
  animation-direction: reverse;
}
.bm-main-bg-cloud03>div:nth-child(2){
  animation: slide2 300s linear infinite;
  animation-direction: reverse;
}
.bm-main-bg-cloud__item{
  display: flex;
}
.bm-main-bg-cloud__item img{
  padding-right: 20rem;
  display: block;
  max-width: none;
}
.bm-main-bg-cloud02{
  position: absolute;
  left: 0;
  bottom: 50rem;
  display: flex;
  z-index: 7;  
}
.bm-main-bg-cloud03{
  position: absolute;
  left: 0;
  bottom: 60rem;
  display: flex;
  z-index: 6;  
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes shake {
  0% {
    transform: translateY(-2%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-2%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.bm-main-bg__item.is-active{
  opacity: 1;
}
.bm-content-box{
  border-radius: 6rem;
  background-color: #FFF;
  position: relative;
  padding: 10.5rem;
}
.bm-content-box:before{
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 1rem);
  left: 2.5rem;
  top: 1.5rem;
  background: url("../images/bg_pattern.png") repeat center center;
  background-size: .6rem auto;
  border-radius: 6rem;
  overflow: hidden;
  z-index: -1;
  opacity: .2;
}
.bm-about-head{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.4rem;
  margin-top: -14.7rem;
}
.bm-about-head__logo{
  width: 39.6rem;
}
.bm-about-head__lead{
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.bm-t-scale{
  transform: scale(.9,1)
}
.bm-t-scale.-left{
  transform-origin: left center;
}
.bm-t-scale__wrapper{
  width: 111%;
}
.bm-about-body{
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .58rem;
}
.bm-about-body__challenge{
  width: 60.9rem;
}
.bm-about-body__quiz{
  width: 19.3rem;
}
.bm-about-body__lead{
  text-align: center;
  margin-top: .6rem;
  font-size: 2.4rem;
  font-weight: 900;
}
.bm-about-mov{
  margin-top: 1.8rem;
}
.bm-about-mov__title{
  margin-bottom: 2.8rem;
}
.bm-flex-mov-title{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.15rem;
  font-weight: 900;
}
.bm-flex-mov-title .bm-t-scale__wrapper{
  margin-right: -1em;
}
.bm-flex-mov-title__li:nth-child(1){
  font-size: 4.8rem;
}
.bm-flex-mov-title__li:nth-child(2){
  font-size: 3.8rem;
}
.bm-flex-mov-title__li:nth-child(2) small{
  font-size: 2.8rem;
}
.bm-t-effect{
  font-weight: 900;
  color: #F7A000;
  -webkit-text-stroke: 1rem #361B0B;
  text-stroke: 1rem #361B0B;
  filter: drop-shadow(0 .3rem #361B0B);
  paint-order: stroke;
  position: relative;
}
.bm-flex-mov-title .bm-t-effect:before{
	content: attr(data-text);
	position: absolute;
	-webkit-text-stroke: 0;
}
span.bm-t-effect{
  display: block;
  overflow: visible;
}
.bm-flex-mov-title__li:nth-child(2) em{
  position: relative;
}
.bm-flex-mov-title__li:nth-child(2) em:before{
  content: "";
  width: 100%;
  height: .7rem;
  position: absolute;
  left: 0;
  bottom: -1rem;
  background: url("../images/img_effect_line.png") repeat-x center center;
  background-size: auto .7rem;
}
.bm-about-mov__body{
  position: relative;
}
.bm-about-mov__body:before{
  content: "";
  position: absolute;
  width: 16rem;
  height: 17.3rem;
  left: 1.3rem;
  top: 0;
  background: url("../images/img_label_new.png") no-repeat center center;
  background-size: contain;
  transform: translateY(-85%);
  z-index: 1;
}
.bm-about-mov__inner{
  position: relative;
  z-index: 2;
}
.bm-modal-thumb{
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.bm-modal-thumb img{
  transform: scale(1);
  transition: transform .4s;
}
.bm-modal-thumb:hover img{
  transform: scale(1.05);
}
.bm-modal-thumb:before{
  content: "";
  width: 11rem;
  height: 11.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  background: url("../images/icon_play_lg.png") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.bm-content-movie{
  margin-top: 19rem;
}
.bm-movie-head__wrapper{
  display: flex;
  justify-content: center;
  padding-top: 1.3rem;
  margin-bottom: 7.2rem;
}
.bm-movie-head{
  position: relative;
}
.bm-movie-head__logo{
  width: 41.6rem;
}
.bm-about-head__fukidashi{
  position: absolute;
  width: 24.6rem;
  left: 27.3rem;
  top: -18.7rem;
}
.bm-movie-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9rem 5rem;
}
.bm-movie-list__title{
  margin-bottom: 1.2rem;
}
.bm-movie-list .bm-flex-mov-title__li:nth-child(1){
  font-size: 3.8rem;
}
.bm-movie-list .bm-flex-mov-title__li:nth-child(2){
  font-size: 2.8rem;
}
.bm-movie-list .bm-flex-mov-title__li:nth-child(2) small{
  font-size: 2rem;
}
.bm-movie-list .bm-flex-mov-title__li:nth-child(2) em:before{
  height: .5rem;
  bottom: -.7rem;
  background-size: auto .5rem;
}
.bm-movie-list .bm-modal-thumb:before{
  width: 78rem;
  height: 8rem;
  background-size: contain;
}
.bm-movie-list__info{
  margin-top: 2.64rem;
  padding: 0 3rem;
}
.bm-flex-product-info{
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.bm-flex-product-info__li:nth-child(1){
  width: 13.7rem;
  max-width: 150px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bm-flex-product-info__li:nth-child(2){
  flex-grow: 1;
  flex-shrink: 1;
}
.bm-movie-list__comingsoon img{
  text-align: center;
  width: 45rem;
}
.bm-flex-product-info__body{
  font-size: 2rem;
  font-weight: 700;
  text-align: justify;
}
.bm-flex-product-info__body *{
  text-align: justify;
}
.bm-flex-product-info__btn{
  margin-top: 2rem;
  height: 8rem;
}
.bm-btn-common{
  position: relative;
  width: 100%;
  height: 8rem;
  padding-bottom: .7rem;
  border-radius: 4rem;
  border: .4rem solid #361B0B;
  background-color: #F7A000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #361B0B;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 900;
  box-shadow: 0 .3rem 0 0 #361B0B, inset 0 -.7rem 0 0 #A86D01;
  transition: all .3s;
  transform-origin: center bottom;
  top: 0rem;
  margin-top: 0rem;
}
.bm-btn-common:before{
  content: "";
  width: .8rem;
  height: 1.2rem;
  background: url("../images/icon_arrow_btn_b.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 3rem;
  top: calc(50% - .5rem);
  transform: translateY(-50%);
  transition: top .3s;
}
.bm-btn-common.-red{
  background-color: #EB0100;
  color: #FFF;
  box-shadow: 0 .3rem 0 0 #361B0B, inset 0 -.7rem 0 0 #AF0100;
}
@media (min-width:768px) {
  .bm-btn-common.-hover_grad:hover{
    /*margin-top: .7rem;*/
    top: .7rem;
    height: 7.3rem;
    padding-bottom: 0;
    box-shadow: 0 .3rem 0 0 #361B0B, inset 0 0 0 0 #A86D01;
  }
  .bm-btn-common.-hover_grad:hover:before{
    top: calc(50% - .25rem);
  }
  .bm-btn-common.-red.-hover_grad:hover{
    box-shadow: 0 .3rem 0 0 #361B0B, inset 0 0 0 0 #AF0100;
  }
}
.bm-btn-common.-red:before{
  background-image: url("../images/icon_arrow_btn.svg");
}
.bm-btn-common[target="_blank"]:before{
  width: 2rem;
  height: 2rem;
  background-image: url("../images/icon_blank.svg");
  right: 3rem;
  top: calc(50% - .6rem);
}
.bm-btn-common[target="_blank"].-red:before{
  background-image: url("../images/icon_blank_w.svg");
}
.bm-content-qk{
  margin-top: 16rem;
}
.bm-qk-head{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3.6rem;
  margin-bottom: 4rem;
}
.bm-qk-head__title{
  position: relative;
}
.bm-qk-head__title img{
  width: 33rem;
}
.bm-qk-head__title .bm-t-scale{
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  bottom: 0;
  right: -2.3rem;
  transform: translateX(100%);
}
.bm-qk-head__lead{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
.bm-qk-head__img{
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
}
.bm-qk-head__btn{
  margin-top: 6.4rem;
  height: 8rem;
}
.bm-qk-head__btn>div{
  width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
.bm-qk-head__btn .bm-btn-common{
  width: 32rem;
}
.bm-qk-head__sns{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.7rem;
  gap: 1.7rem;
}
.bm-qk-head__sns__title{
  font-size: 1.6rem;
  font-weight: 900 !important;
  letter-spacing: .1em;
}
.bm-list-sns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.bm-list-sns>li .-yt img{
  width: 5rem;
}
.bm-list-sns>li .-x img{
  width: 5rem;
}
.bm-list-sns>li .-line img{
  width: 5rem;
}
.bm-content-footer{
  margin-top: 12.2rem;
}
.bm-footer-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.bm-footer-btn__lead{
  font-size: 1.6rem;
  font-weight: 900;
}
.bm-footer-btn__btn{
  height: 8rem;
}
.bm-btn-common.-icon{
  width: 8rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.bm-btn-common.-icon:before{
  position: static;
  transform: none;
}
.bm-btn-common.-top:before{
  transform: rotate(-90deg);
}
.bm-btn-common.-close{
  transform: scale(.9);
  transform-origin: left top;
}
.bm-btn-common.-close:before{
  background-image: url("../images/icon_close.svg");
  width: 2.7rem;
  height: 2.7rem;
}
.bm-loading{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #EEEEDA;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 1.2s;
}
.bm-loading.is-loaded{
  opacity: 0;
  pointer-events: none;
}
.bm-loading__inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bm-loading__animation img{
  width: 22rem;
}
.bm-loading__body{
  display: flex;
  align-items: flex-end;
  padding-right: 3rem;
}
.bm-loading__text{
  font-size: 2.4rem;
  font-weight: 900; 
}
.bm-loading__text img{
  width: 11.4rem;
  display: block;
}
.bm-loading__progress,
.bm-loading__progress:before,
.bm-loading__progress:after {
  border-radius: 50%;
  width: .5em;
  height: .5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.bm-loading__progress {
  color: #361B0B;
  font-size: 1rem;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  left: 1.5em;
  top: -2.6em;
}
.bm-loading__progress:before,
.bm-loading__progress:after {
  content: '';
  position: absolute;
  top: 0;
}
.bm-loading__progress:before {
  left: -1em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.bm-loading__progress:after {
  left: 1em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/*------------ FOOTER ------------*/

footer{
}

@media (min-width:768px) {
  .bm-only-sp{
    display:none !important;
  }
}
@media (max-width:767px) {
  .bm-only-pc{
    display:none !important;
  }
  #bm-wrapper{
    -webkit-text-size-adjust: 100%;
  	width:100%;
    overflow: hidden;
  }
  .modal-video-close-btn {
    width: 4.6rem;
    height: 4.7rem;
  }
  .modal-video-close-btn {
    top: -6.3rem;
    right: 2rem;
  }
  .modal-video-body {
    padding: 0;
  }
  .attention_txt {
    z-index: 100000;
    font-size: 2.2vw;
    top: 1.9em;
  }

  /*------------ WRAPPER ------------*/
  .bm-content-inner{
    width:auto;
    margin:0 2rem;
  }

  /*------------ HEADER ------------*/
  header{
  }

  /*------------ NAVI ------------*/
  .bm-nav{
    left: -.4rem;
    right: -.4rem;
    border-radius: 0 0 2.6rem 2.6rem;
    background-color: #FFF;
    border: .36rem solid #361B0B;
    border-top: none;
    box-shadow: 0 .36rem 0 0 #361B0B;
  }
  .bm-flex-nav{
    padding: 0 2rem;
    height: 6.4rem;
  }
  .bm-flex-nav__li:nth-child(1){
    display: none;
  }
  .bm-flex-nav__li:nth-child(2){
    flex-grow: 1;
    flex-shrink: 1;
  }
  .bm-list-nav{
    gap: 1.8rem;
    font-size: 1.5rem;
    align-items: center;
  }
  .bm-list-nav small{
    font-size: .96rem;
  }
  .bm-list-nav a{
    text-decoration: none;
    color: #361B0B;
  }
  .bm-list-nav>li{
  }
  .bm-list-nav>li.is-active a,
  .bm-list-nav>li a:hover{
    color: #FFEA00;
    -webkit-text-stroke: .6rem #361B0B;
    text-stroke: .6rem #361B0B;
    filter: drop-shadow(0 .1rem #361B0B);
    paint-order: stroke;
  }
  .bm-list-nav>li:nth-child(1) img{
    width: 3.7rem;
  }
  .bm-list-nav>li:nth-child(2) img{
    width: 6.1rem;
  }
  .bm-list-nav>li:nth-child(3) img{
    width: 5.5rem;
  }
  .bm-list-nav>li:nth-child(4) img{
    width: 10.6rem;
  }

  /*------------ TOP ------------*/
  .bm-mv{
    height: 100dvh;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /*clip-path: inset(0);*/
  }
  .bm-mv__inner{
    gap: 1.1rem;
  }
  .bm-mv__logo{
    width: 23.36rem;
  }
  .bm-mv__lead{
    width: 31rem;
  }
  .bm-mv__scroll{
    width: 2.6rem;
    bottom: 2rem;
  }
  .bm-mv-slide.-bg01{
    background-image: url("../images/img_mv01_sp.png");
  }
  .bm-mv-slide.-bg02{
    background-image: url("../images/img_mv02_sp.png");
  }
  .bm-mv-slide.-bg03{
    background-image: url("../images/img_mv03_sp.png");
  }
  .bm-mv-slide.-bg04{
    background-image: url("../images/img_mv04_sp.png");
  }
  .bm-mv-slide.-bg05{
    background-image: url("../images/img_mv05_sp.png");
  }
  .bm-mv-pause{
    bottom: 1.6rem;
    right: 2rem;
    gap: .6rem;
  }
  .bm-mv-pause i{
    width: 2.71rem;
    height: 2.8rem;
  }
  .bm-mv-pause span{
    font-size: 1.4rem;
  }
  .bm-mv-info{
    bottom: 1.6rem;
    right: auto;
    left: 2rem;
    font-size: 1.5rem;
    gap :1rem;
  }
  .bm-mv-info .bm-t-effect {
    -webkit-text-stroke: .6rem #361B0B;
    text-stroke: .6rem #361B0B;
  }
  .bm-mv-pagination__split{
    width: .9rem;
    height: 1.2em;
    border-radius: .8rem;
    background-color: #FFF;
    border: .3rem solid #361B0B;
  }
  .bm-mv-pagination{
    display: flex;
    gap: 1rem;
    position: relative;
    top: -.05em;
  }
  .bm-mv-arrow{
    width: 1.2rem;
    height: 2.2rem;
    background: url("../images/icon_arrow_slide_prev.png") no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
  }
  .bm-mv-arrow.-next{
    background-image: url("../images/icon_arrow_slide_next.png");
  }
  .bm-mv-slide{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100lvh;
  }
  .bm-main{
    padding: 10.4rem 0 6.3rem;
  }
  .bm-main-bg__item{
    background-size: 100% auto;
    background-position: center bottom;
  }
  .bm-main-bg__item.-bg01{
    background-image: url("../images/bg_content01_sp.svg");
  }
  .bm-main-bg__item.-bg02{
    background-image: url("../images/bg_content02_sp.svg");
  }
  .bm-main-bg__item.-bg03{
    background-image: url("../images/bg_content03_sp.svg");
  }
  .bm-main-bg-car{
    bottom: 12rem;
  }
  .bm-main-bg-car__item{
    width: 120vw;
  }
  .bm-main-bg-car__item img{
    width: 5.5rem;
  }
  .bm-main-bg-car__item:nth-child(1){
    animation: slide 30s linear infinite;
  }
  .bm-main-bg-cloud__item img{
    width: 80rem;
  }
  .bm-main-bg-cloud01>div:nth-child(1){
    animation: slide1 200s -100s linear infinite;
    animation-direction: reverse;
  }
  .bm-main-bg-cloud01>div:nth-child(2){
    animation: slide2 200s linear infinite;
    animation-direction: reverse;
  }
  .bm-main-bg-cloud02>div:nth-child(1){
    animation: slide1 250s -125s linear infinite;
    animation-direction: reverse;
  }
  .bm-main-bg-cloud02>div:nth-child(2){
    animation: slide2 200s linear infinite;
    animation-direction: reverse;
  }
  .bm-main-bg-cloud03>div:nth-child(1){
    animation: slide1 300s -150s linear infinite;
    animation-direction: reverse;
  }
  .bm-main-bg-cloud03>div:nth-child(2){
    animation: slide2 300s linear infinite;
    animation-direction: reverse;
  }
  .bm-main-bg-cloud__item{
    display: flex;
  }
  .bm-main-bg-cloud__item img{
    padding-right: 20rem;
    display: block;
    max-width: none;
  }
  .bm-main-bg-cloud01{
    bottom: 30rem;
  }
  .bm-main-bg-cloud02{
    bottom: 32rem;
  }
  .bm-main-bg-cloud03{
    bottom: 34rem;
  }
  .bm-content-box{
    border-radius: 3rem;
    padding: 2rem;
  }
  .bm-content-box:before{
    width: 100%;
    height: 100%;
    left: 1rem;
    top: 1rem;
    background-image: url("../images/bg_pattern.png");
    background-size: .3rem auto;
    border-radius: 3rem;
    opacity: .2;
  }
  .bm-about-head{
    gap: 1.3rem;
    margin-top: -4rem;
  }
  .bm-about-head__logo{
    width: 17.3rem;
  }
  .bm-about-head__lead{
    font-size: 1.4rem;
  }
  .bm-about-body{
    margin-top: 2.9rem;
    gap: 0;
  }
  .bm-about-body__challenge{
    width: 27.8rem;
  }
  .bm-about-body__quiz{
    width: 8.7rem;
  }
  .bm-about-body__lead{
    margin-top: .4rem;
    font-size: 1.4rem;
  }
  .bm-about-mov{
    margin-top: .6rem;
  }
  .bm-about-mov__title{
    margin-bottom: 1rem;
  }
  .bm-flex-mov-title{
    gap: .88rem;
    padding-left: 5.5rem;
  }
  .bm-flex-mov-title__li:nth-child(1){
    font-size: 1.9rem;
  }
  .bm-flex-mov-title__li:nth-child(2){
    font-size: 1.5rem;
  }
  .bm-flex-mov-title__li:nth-child(2) small{
    font-size: 1.1rem;
  }
  .bm-t-effect{
    -webkit-text-stroke: .6rem #361B0B;
    text-stroke: .6rem #361B0B;
    filter: drop-shadow(0 .1rem #361B0B);
    paint-order: stroke;
  }
  .bm-flex-mov-title__li:nth-child(2) em{
    position: relative;
  }
  .bm-flex-mov-title__li:nth-child(2) em:before{
    height: .3rem;
    bottom: -.5rem;
    background-size: auto .3rem;
  }
  .bm-about-mov__body:before{
    width: 5.6rem;
    height: 6rem;
    left: -.7rem;
    top: 0;
    transform: translateY(-80%);
  }
  .bm-modal-thumb{
    border-radius: 2rem;
  }
  .bm-modal-thumb:hover img{
    transform: scale(1);
  }
  .bm-modal-thumb:before{
    width: 5.2rem;
    height: 5.4rem;
  }
  .bm-content-movie{
    margin-top: 12rem;
  }
  .bm-movie-head__wrapper{
    padding-top: 3rem;
    margin-bottom: 2rem;
  }
  .bm-movie-head__logo{
    width: 20.4rem;
  }
  .bm-about-head__fukidashi{
    width: 11.5rem;
    right: auto;
    left: 13.6rem;
    bottom: auto;
    top: -.63rem;
    transform: translateY(-100%);
  }
  .bm-movie-list{
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  .bm-movie-list__title{
    margin-bottom: 1rem;
  }
  .bm-movie-list .bm-flex-mov-title{
    padding-left: 0;
    justify-content: center;
  }
  .bm-movie-list .bm-flex-mov-title__li:nth-child(1){
    font-size: 1.9rem;
  }
  .bm-movie-list .bm-flex-mov-title__li:nth-child(2){
    font-size: 1.5rem;
  }
  .bm-movie-list .bm-flex-mov-title__li:nth-child(2) small{
    font-size: 1.1rem;
  }
  .bm-movie-list .bm-flex-mov-title__li:nth-child(2) em:before{
    height: .3rem;
    bottom: -.4rem;
    background-size: auto .3rem;
  }
  .bm-movie-list .bm-modal-thumb:before{
    width: 5.2rem;
    height: 5.4rem;
    background-size: contain;
  }
  .bm-movie-list__info{
    margin-top: 1.2rem;
    padding: 0 1.5rem;
  }
  .bm-flex-product-info{
    gap: 1.5rem;
  }
  .bm-flex-product-info__li:nth-child(1){
    width: 8rem;
  }
  .bm-movie-list__comingsoon img{
    text-align: center;
    width: 45rem;
  }
  .bm-flex-product-info__body{
    font-size: 1.3rem;
  }
  .bm-flex-product-info__btn{
    margin-top: 1.2rem;
    height: auto;
  }
  .bm-btn-common{
    height: 5.8rem;
    padding-bottom: .5rem;
    border-radius: 2.9rem;
    border: .3rem solid #361B0B;
    font-size: 1.2rem;
    box-shadow: 0 .3rem 0 0 #361B0B, inset 0 -.5rem 0 0 #A86D01;
  }
  .bm-btn-common:before{
    width: .6rem;
    height: 1.2rem;
    right: 1.5rem;
    top: calc(50% - .2rem);
  }
  .bm-btn-common.-red{
    box-shadow: 0 .3rem 0 0 #361B0B, inset 0 -.5rem 0 0 #AF0100;
  }
  .bm-btn-common.-red:before{
    background-image: url("../images/icon_arrow_btn.svg");
  }
  .bm-btn-common[target="_blank"]:before{
    width: 1.4rem;
    height: 1.4rem;
    background-image: url("../images/icon_blank.svg");
    right: 1.5rem;
    top: calc(50% - .3rem);
  }
  .bm-btn-common[target="_blank"].-red:before{
    background-image: url("../images/icon_blank_w.svg");
  }
  .bm-content-qk{
    margin-top: 12rem;
  }
  .bm-content-qk .bm-content-box{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 4.62rem;
  }
  .bm-qk-head{
    gap: 2rem;
    margin-bottom: 2.5rem;
    padding-top: 3rem;
  }
  .bm-qk-head__title{
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 1.4rem;
  }
  .bm-qk-head__title img{
    width: 20rem;
  }
  .bm-qk-head__title .bm-t-scale{
    font-size: 1.5rem;
    right: -1.4rem;
    bottom: .6rem;
    position: static;
    transform: none;
    padding-bottom: .4rem;
  }
  .bm-qk-head__lead{
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
  .bm-qk-head__lead *{
    text-align: justify;
  }
  .bm-qk-head__img{
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
  }
  .bm-qk-head__btn{
    margin-top: 3rem;
    height: auto;
  }
  .bm-qk-head__btn>div{
    max-width: 100%;
  }
  .bm-qk-head__btn .bm-btn-common{
    width: 32rem;
    max-width: 100%;
  }
  .bm-qk-head__sns{
    margin-top: 3.2rem;
    gap: 1rem;
  }
  .bm-qk-head__sns__title{
    font-size: 1.2rem;
  }
  .bm-list-sns{
    gap: 1.2rem;
  }
  .bm-list-sns>li .-yt img{
    width: 3.8rem;
  }
  .bm-list-sns>li .-x img{
    width: 3.8rem;
  }
  .bm-list-sns>li .-line img{
    width: 3.8rem;
  }
  .bm-content-footer{
    margin-top: 6.3rem;
  }
  .bm-footer-btn{
    gap: .92rem;
  }
  .bm-footer-btn__lead{
    font-size: 1.2rem;
  }
  .bm-footer-btn__btn{
    height: auto;
  }
  .bm-btn-common.-icon{
    width: 5.9rem;
  }
  .bm-btn-common.-icon:before{
    position: static;
    transform: none;
  }
  .bm-btn-common.-top:before{
    transform: rotate(-90deg);
  }
  .bm-btn-common.-close{
    transform: scale(.8);
    transform-origin: left top;
  }
  .bm-btn-common.-close:before{
    background-image: url("../images/icon_close_sp.svg");
    width: 2rem;
    height: 2rem;
  }
  .bm-loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #EEEEDA;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 1.2s;
  }
  .bm-loading.is-loaded{
    opacity: 0;
    pointer-events: none;
  }
  .bm-loading__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bm-loading__animation img{
    width: 15rem;
  }
  .bm-loading__body{
    display: flex;
    align-items: flex-end;
    padding-right: 3rem;
  }
  .bm-loading__text{
    font-size: 1.7rem;
    font-weight: 900;
  }
  .bm-loading__text img{
    width: 8rem;
  }
  .bm-loading__progress,
  .bm-loading__progress:before,
  .bm-loading__progress:after {
    border-radius: 50%;
    width: .4em;
    height: .4em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .bm-loading__progress {
    color: #361B0B;
    font-size: 1rem;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    left: 1.2em;
    top: -2.5em;
  }
  .bm-loading__progress:before,
  .bm-loading__progress:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .bm-loading__progress:before {
    left: -.8em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .bm-loading__progress:after {
    left: .8em;
  }
}
