#el_3m_modal {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
	display: none;

/*
  -webkit-transition:
  	opacity 1.5s ease-out,
  	visibility 1.5s ease-out,
  	z-index 1.5s ease-out
  ;
  transition:
  	opacity 1.5s ease-out,
  	visibility 1.5s ease-out,
  	z-index 1.5s ease-out
  ;
*/
  /*opacity: 0;
  visibility:hidden;*/
}
#el_3m_modal_inner {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#el_3m_modal_box{
  margin: 0 3%;
  padding: 0;
  width: 94%;
  /*min-width: 600px;
  max-width: 800px;*/
  top: 50%;
  left: 0;translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
  position: absolute;
  z-index: 1200;
  display: inline-block;
  text-align: center;
}
#el_3m_modal_overlay {
  margin: 0;
  padding: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: relative;
  z-index: 1100;
}
#el_3m_modal_control {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
}

#el_3m_modal_control_inner {
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
	position: absolute;
  z-index: 1200;
  display: block;
  text-align: center;
}
#el_3m_modal_close {
  margin: 0;
  padding: 0;
	width: 40px;
	height: 40px;
  position: absolute;
  /*top: calc(0% - 50px);
  left: calc(100% + 10px);*/
  top: -20px;
  right: -20px;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
	z-index: 1250;
	cursor: pointer;
}

#el_3m_modal_close:before {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 40px;
  height: 4px;
  margin: 0;
  background: #ffffff;
  transform: rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
#el_3m_modal_close:after {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 40px;
  height: 4px;
  margin: 0;
  background: #ffffff;
  transform: rotate(-45deg);
-moz-transform:rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
#el_3m_modal_close span {
  display: none;
}
#el_3m_modal_1 {
  display: none;
  /* margin: 0 auto; */
}

#el_3m_modal {
}
#el_3m_modal.is-open {
  opacity: 1;
  z-index: 1000;
  /*visibility:visible;*/
	display: block;
	background: rgba(0,0,0,0.50);
}
#el_3m_modal_1.is-open {
	display: block;
	/*padding: 20px;
	margin: 20px;*/
}
#el_3m_modal_1Ã£â‚¬â‚¬a {
    display: inline-block;
}

.btn__box {
    position: relative;
    /* width: 200px; */
    /* height: 200px; */
    /* line-height: 200px; */
    /*overflow: hidden;*/
}
.btn__box a {
    display: block;
    opacity: 1.0;
}
.btn__box a:hover {
    opacity: 1.0;
}

#threem_mv_topv {
    position: absolute;
    bottom: 290px;
    left: -120px;
}

#threem_mv .threem_maxwidth {
    overflow: visible;
}

#threem_mv_topv:hover {
    transition: 0.3s cubic-bezier(0, 0, 0, 1) bottom;
    /* box-shadow: 10px 10px 10px #ffffff; */
    opacity: 1.0;
}



/*-----------youtube-----------*/
.el_3m_modal_video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.el_3m_modal_video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#intro_pv {
    display: none;
}

/*
.btn__box:before,
.btn__box:after,
.btn__box a:before,
.btn__box a:after {
    content: '';
    position: absolute;
}
*/
/*.btn__box:before {
    bottom: 0;
    left: -200px;
    width: 100%;
    height: 1px;
}*/
/*.btn__box:after {
    bottom: -200px;
    right: 0;
    width: 1px;
    height: 200px;
}*/
/*.btn__box a:before {
    top: 0;
    right: -200px;
    width: 100%;
    height: 1px;
}*/
/*.btn__box a:after {
    top: -200px;
    left: 0;
    width: 1px;
    height: 200px;
}*/

/*
.btn__box:before {
    animation: leftAnim 1.5s linear 0s infinite;
}
.btn__box:after {
    animation: bottomAnim 1.5s linear .75s infinite;
}
.btn__box a:before {
    animation: rightAnim 1.5s linear 0s infinite;
}
.btn__box a:after {
    animation: topAnim 1.5s linear .75s infinite;
}
*/

/*
.btn__box:hover:before {
    animation: leftAnim 1.5s linear 0s infinite;
}
.btn__box:hover:after {
    animation: bottomAnim 1.5s linear .75s infinite;
}
.btn__box a:hover:before {
    animation: rightAnim 1.5s linear 0s infinite;
}
.btn__box a:hover:after {
    animation: topAnim 1.5s linear .75s infinite;
}
*/

/* Ã¥Ââ€žÃ£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³ */
@keyframes topAnim {
    0% {top:-100%;}
    100% {top:100%;}
}
@keyframes bottomAnim {
    0% {bottom:-100%;}
    100% {bottom:100%;}
}
@keyframes rightAnim {
    0% {right:-100%;}
    100% {right:100%;}
}
@keyframes leftAnim {
    0% {left:-100%;}
    100% {left:100%;}
}

@media (min-width: 800px){
		#el_3m_modal_box{
	  max-width: 720px;
		margin: 0 auto;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}


	#threem_mv_topv {
		left: -30px;
	}

}
@media (max-width: 800px){
	/*#el_3m_modal_box{
	  max-width: 720px;
		margin: 0 auto;
	}*/

	#el_3m_modal_1 a img {
	    height: auto;
		width: 100%;
	}
	#threem_mv_topv{
		display: none;
	}

	#intro_pv {
		display: block;
		margin: 20px 0 0;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#intro_pv iframe {
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

}
@media (max-width: 640px){
   /* #el_3m_modal_close {
		top: calc(0% - 40px);
		left: calc(100% - 50px);
	}*/
	#el_3m_modal_box{
	  margin: 0 5%;
	  width: 90%;
	}
}

@media (min-width: 1200px){
	#threem_mv_topv {
		left: -120px;
	}
}

@media (min-width: 1400px){
	#threem_mv_topv {
		left: -160px;
	}
}

@media (min-width: 1600px){
	#threem_mv_topv {
		left: -200px;
	}
}
