@charset "UTF-8";
/* CSS Document */
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
#bl{
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
}
#bl a {
	text-decoration: none;
}
#bl p {
    margin: 0;
}
#bl　a:hover {
	opacity: 1;
}
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media only screen and (min-width: 769px)  {
	#bl {
		
	}
}
/************************************************************
                main 
************************************************************/
#bl #bl_header {
	margin: 0;
	position: relative;
}
#bl #bl_header .video_area {
	position: relative;
}
#bl #bl_header .video_child {
	 width: 100%;
}
#bl #bl_header .video_child video {
		width: 100%;
		pointer-events: none;
}
.logo{
	width: 40%;
	/*position: fixed;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 0;
}
@media only screen and (min-width: 769px)  {
	#bl #bl_header {
		margin: 0 auto;
		height: 100vh;
	}
	#bl #bl_header .video_area {
		display: flex;
    width: 100%;
    height: 100%;
	}
	#bl #bl_header .video_child {
		width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
	}
	#bl #bl_header .video_child video {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
	.logo{
		width: 20%;
	}
}
/************************************************************
                #contents 
************************************************************/
#bl #contents {
	max-width: 100%;
	margin: -2% auto 25%;
}
#bl #contents section {
	margin-top: -1px;
}
#bl #contents .flex {
	display: flex;
}
#bl #contentss .flex  div {
	position: relative;
	width: 50%;
}
#bl #contents .video video {
	width: 100%;
	pointer-events: none;
	margin-bottom: -2%;
}
#bl #contents .video-flex {
	display: flex;
}
#bl #contents .video-flex .video-flex-inner {
	width: 50%;
	position: relative;
}
#bl #contents .video-flex div video {
	width: 100%;
	pointer-events: auto;
}
#bl #contents .wrapper{
	overflow: hidden;
	position: relative;
}
#bl #contents .container {
  display: flex;
}
#bl #contents .item {
    height: fit-content;
}
#bl #contents .trigger {
    cursor: pointer;
	position: relative;
	z-index: 3;
}
/*********.trigger2*************/
#bl #contents .trigger2 {
     cursor: pointer;
}
/*******************************/
#bl #contents .mask {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	opacity: 1;
	transition: opacity .7s ease; 
}
#bl #contents .maskNone {
	opacity: 0;
	z-index: -1
}
#bl #contents .mask .credit {
	position: absolute;
    bottom: 5%;
    left: 5%;
}
#bl #contents .mask .credit li a {
	color: #fff;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
}
@media only screen and (min-width: 768px)  {
	#bl #contents {
		 margin: -1px auto 12%;
	}
	
}
/************************************************************
                toggle 
************************************************************/
#bl #contents .toggle {
	position: absolute;
    width: 15px;
    height: 15px;
    right: 2%;
    bottom: 3.5%;
    cursor: pointer;
    z-index: 100;
}
#bl #contents .toggle span {
  background-color: #fff;
  display: block;
  position: absolute;
}

#bl #contents .toggle span::before {
	height: 1px;
	width: 15px;
    top: 15px;
	background-color: #fff;
	display: block;
	position: absolute;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	transform: rotateZ(90deg);
}
#bl #contents .toggle span::after {
	content: '';
	height: 1px;
	width: 15px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#bl #contents .toggle span.close {
	background-color: rgba(80, 80, 90, 0);
}

#bl #contents .toggle span.close:before {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
#bl #contents .toggle span.close:after {
	display: none;
}
@media only screen and (min-width: 768px)  {
	#bl #contents .toggle {
		width: 30px;
		height: 30px;
		right: 2%;
		bottom: 2%;
	}
	#bl #contents .toggle span::before {
		width: 30px;
		top: 15px;
	}
	#bl #contents .toggle span::after {
		width: 30px;
		top: 15px;
	}

}
/************************************************************
             modal
************************************************************/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 0.3s;
}
.remodal {
	position: relative;
	padding: 0px;
	background: #fff;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
    font-size: 21px;
    color: #fff;
    background: none;
    position: absolute;
    top: 2%;
    right: 5%;
    min-width: auto;
    padding: 0;
}
.remodal-cancel:hover {
  background: #333;
}
.remodal-wrapper {
    padding: 0;
}
.credit {
	padding: 5% 0;
}
.credit a {
	color: #000;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	text-decoration: none;
}

/************************************************************
               on/off
************************************************************/
#bl #contents .video {
	position: relative;
}
.js-video-button {
	background: url(https://www.dot-st.com/static/docs/babylone/pages/kv_2024autumn/assets/img/off.svg) no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 1%;
    right: 2%;
    z-index: 100;
    border: none;
    cursor: pointer;
}
.js-video-button.ac {
	background: url("https://www.dot-st.com/static/docs/babylone/pages/kv_2024autumn/assets/img/on.svg") no-repeat;
	background-size: 18px;
   }
@media only screen and (min-width: 768px)  {
	.js-video-button {
		background-size: 24px;
        width: 30px;
        height: 30px;
	}
	.js-video-button.ac {
		background-size: 34px;
	}
}
.js-video-button2 {
	background: url("https://www.dot-st.com/static/docs/babylone/pages/kv_2024autumn/assets/img/off.svg") no-repeat;
	background-size: 24px;
        width: 30px;
        height: 30px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index: 100;
    border: none;
	cursor: pointer;
}
.js-video-button2.ac2 {
	background: url("https://www.dot-st.com/static/docs/babylone/pages/kv_2024autumn/assets/img/on.svg") no-repeat;
	background-size: 28px;
   }
@media only screen and (min-width: 768px)  {
	.js-video-button2 {
		background-size: 24px;
        width: 30px;
        height: 30px;
	}
	.js-video-button2.ac2 {
		background-size: 24px;
	}
}
.js-video-button3 {
	background: url("https://www.dot-st.com/static/docs/babylone/pages/kv_2024autumn/assets/img/off.svg") no-repeat;
	background-size: 24px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index: 100;
    border: none;
	cursor: pointer;
}
.js-video-button3.ac3 {
	background: url("https://www.dot-st.com/static/docs/babylone/pages/kv_2024autumn/assets/img/on.svg") no-repeat;
	background-size: 24px;
   }
@media only screen and (min-width: 768px)  {
	.js-video-button3 {
		background-size: 24px;
        width: 30px;
        height: 30px;
	}
	.js-video-button3.ac {
		background-size: 24px;
	}
}
/************************************************************
               footer
************************************************************/
#bl #footer {
	margin: 0 auto 33%;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 2.5px;
	text-align: center;
}
#bl #footer .copy {
    font-size: 9px;
    text-align: center;
    padding-top: 8%;
}
@media only screen and (min-width: 768px)  {
	#bl #footer {
		margin: 0 auto 2%;
		font-size: 13px;
	}
	#bl #footer .copy {
		font-size: 10px;
	}

}
/************************************************************
                js
************************************************************/
#bl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/************************************************************
                view
************************************************************/
#bl .spview {
	display: block;
}
#bl .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #bl .spview {
		display: none;
	}	
	#bl .pcview {
		display: block;
	}
}