@charset "utf-8" ;
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*	Structure
------------------------------------------------ */
.thankyou-e4max{
	text-decoration-skip-ink: none!important;
}
.thankyou-e4max .txt-aR{ text-align:right;}
.thankyou-e4max .txt-aC{ text-align:center;}
.thankyou-e4max .txt-aL{ text-align:left;}


/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.thankyou-e4max .clearfix:before, .clearfix:after { content: ""; display: table; }
.thankyou-e4max .clearfix:after { clear: both; }
.thankyou-e4max .clearfix { zoom: 1; }


.pointer{cursor:pointer;}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/* ---------------------ヘッダー-------- */
.thankyou-e4max .logo-jr {
	background: #008803;
	padding: 15px;
	width: 80px;
	min-height: 60px;
	display:bloack;
	margin:auto;
}
.thankyou-e4max{
	color:#333;
 	font-family: 'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 	font-size: 1.5rem;
	line-height: 2em;
	overflow: hidden;
	*font-size:small;
	*font:x-small;
	font-weight: 300;
	margin: 0px;
	padding: 0 ;
	letter-spacing: 0.025em;
	background:#ee8075;}

.thankyou-e4max .header-area{
	//position:absolute;
	top:0;
	z-index:100;
	width:100%;}
.thankyou-e4max .header-area.fixed{
	position:fixed;
	top:0;
	}
.thankyou-e4max .header-area h1{
position:absolute;
	z-index:100;
	margin:1rem;
	padding:0;
	transition: 1s;
	width:150px;
	}
.thankyou-e4max .header-area h1.fixed{
	transform: scale(0.6);}
	
.thankyou-e4max .mainvisual{
	width:100%;}
.thankyou-e4max .mainvisual .slider-area .slider{
	width:100%;
	height:90vh;
	min-height:800px;
	background-size:cover;}
.thankyou-e4max .mainvisual .slider-area .slider .copy01{
	text-align:center;
	margin:12vh auto auto auto;
	max-width:800px;} 
.thankyou-e4max .mainvisual .slider-area .slider .copy02{
	text-align:center;
	margin:30vh auto auto auto;
	max-width:800px;
	color:#fff;
	font-size:4rem;
	font-weight:400;} 
.thankyou-e4max .mainvisual .slider-area .slider.pic01{
	background-image:url(../images/main-slide06l.jpg);
	background-position:bottom,center;}
.thankyou-e4max .mainvisual .slider-area .slider.pic02{
	background-image:url(../images/main-slide07l.jpg);
	background-position:bottom,center;}
.thankyou-e4max .mainvisual .slider-area .slider.pic03{
	background-image:url(../images/main-slide11l.jpg);
	background-position:bottom,center;}
.thankyou-e4max .mainvisual .slider-area .slider.pic04{
	background-image:url(../images/main-slide12l.jpg);
	background-position:bottom,center;}
.thankyou-e4max .mainvisual .slider-area .slider.pic05{
	background-image:url(../images/main-slide13l.jpg);
	background-position:bottom,center;}
.thankyou-e4max .mainvisual .slider-area .slider.pic06{
	background-image:url(../images/main-slide14l.jpg);
	background-position:center,center;}
.thankyou-e4max .mainvisual .slider-area .slider.pic07{
	background-image:url(../images/main-slide15l.jpg);
	background-position:bottom,center;}
.thankyou-e4max .mainvisual .slider-area .slider.pic08{
	background-image:url(../images/main-slide16l.jpg);
	background-position:bottom,center;}

.thankyou-e4max .mainvisual{
	position:relative;}
	
.thankyou-e4max h2.title-copy01{
	background-color:rgba(213,127,117,0.7);
	position:absolute;
	bottom:0;
	z-index:9;
	margin:0;
	width:100%;
	text-align:center;
	color:#fff;
	padding:2rem 0;
	font-size:4rem;
	font-weight:400;
	line-height:1.2;
}


.thankyou-e4max .concept{
	background: url(../images/bg_text_thankyou.png),
							url(../images/bg_concept_bottom.png) ;
	background-repeat: repeat-y, no-repeat;
	background-position:  left top, center bottom;
	background-size: 10% auto, 100% auto;
	padding:10rem 1rem;
}
.thankyou-e4max .concept .white-box{
	background:rgba(255,255,255,1);
	width:800px;
	margin: auto;
	padding:2rem 8rem;}

.thankyou-e4max .concept .white-box h3.h3text{
	margin-top:-6rem;
	font-size:5rem;
	line-height:1.8;
	margin-bottom:2rem;}
.thankyou-e4max .concept .white-box h3.h3text span{
	background:#000;
	color:#fff;
	padding:0.5rem 1rem;
	font-weight:normal;}
.thankyou-e4max .concept .white-box .boder-box01{margin: 40px 10px;}
.thankyou-e4max .concept .white-box p{
margin-bottom:1rem;}


.thankyou-e4max .box-stripe{
  padding:2rem 4rem;
  position: relative;
	z-index: 0;
	margin-bottom:6rem;}
.thankyou-e4max .box-stripe::before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #fff;
    z-index: -1;
  }
.thankyou-e4max .box-stripe::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #666 0, #666 6px); 
    z-index: -2;
  }
.thankyou-e4max .box-stripe h4{
	text-align:center;
	font-size:1.8rem;
	margin:1rem 0; }

.thankyou-e4max .news{
    background: repeating-linear-gradient(-45deg, #f2f2f2, #f2f2f2 3px, #ccc 0, #ccc 4px); 
		margin:0;
		padding:0;
	}
.thankyou-e4max .news .wrapper{
	width:800px;
	margin:auto;
	background:#f2f2f2;
	position:relative;
	padding:8rem 4rem;}
.thankyou-e4max .news .wrapper h3.h3text{
	margin:0;
	position:absolute;
	top:-200px;
	padding-top: 160px;}
.thankyou-e4max .news .wrapper iframe{
margin:auto;}

.thankyou-e4max .news .wrapper .twitter-area{
	 border:solid 5px #00acee;}
.thankyou-e4max .news .wrapper .twitter-header{
	color:#fff;
	background:#00acee;
	padding:0.5rem 1rem;
	position:relative;}
.thankyou-e4max .news .wrapper .twitter-header h4{
	font-size:1.8rem;
	line-height:1;}
.thankyou-e4max .news .wrapper .twitter-header  span.twitter-logo{
	width:4rem;
	display:inline-block;
	padding:0.2rem 1rem 0.2rem 0rem;
	vertical-align: text-top;}
.thankyou-e4max .news .wrapper .twitter-header  span.twitter-logo img{
	width:100%;}
.thankyou-e4max .news .wrapper .twitter-header .btn-area{
	position:absolute;
	top:0;
	right:0;}
.thankyou-e4max .news .wrapper .twitter-header .btn-area a{
	color:#fff;}
.thankyou-e4max .news .wrapper .twitter-header  span.acount{
	padding-right:2rem;}
.thankyou-e4max .news .wrapper .twitter-header  span.tag a{
	background:#fff;
	color:#00acee;
	border-radius:4px;
	padding:0.2rem 1rem;
	margin-right:1rem;}



.thankyou-e4max .mechanism,
.thankyou-e4max .history{
	background-color:#014099;
	color:#fff;
	border-bottom:4px solid #fff;
	font-size:2rem;}
.thankyou-e4max .mechanism span,
.thankyou-e4max .history span{	
	color:#fff;
	float: right;}
.thankyou-e4max .mechanism .wrapper{
	width:800px;
	margin:auto;
	position:relative;
	padding:1rem 4rem;
}
.thankyou-e4max .history .wrapper{
	width:800px;
	margin:auto;
	position:relative;
	padding:1rem 4rem;
}

.thankyou-e4max .top-contents-area{
	background: url(../images/bg_text_thankyou2.png),
							url(../images/bg_concept_top2.png),
							#fff;
	background-repeat: repeat-y, no-repeat;
	background-position:  left center, center top;
	background-size: 10% auto, 100% auto;
	padding:10rem 1rem;
}

.thankyou-e4max .mechanism-area,
.thankyou-e4max .history-area,
.thankyou-e4max .sales-area,
.thankyou-e4max .memories-area,
.thankyou-e4max .fun-area,
.thankyou-e4max .staff-area{
	width:800px;
	height:300px;
	border-radius:20px;
	margin:0 auto 4rem auto;
	text-align:center;
	padding-top:80px;
	}
.thankyou-e4max .sales-area{
	padding-top:40px;
	}

.thankyou-e4max .mechanism-area h3.h-text,
.thankyou-e4max .history-area h3.h-text,
.thankyou-e4max .sales-area h3.h-text,
.thankyou-e4max .memories-area h3.h-text,
.thankyou-e4max .fun-area h3.h-text,
.thankyou-e4max .staff-area h3.h-text{
	font-size:4.6rem;
	font-weight:700;
	letter-spacing: 1rem;
	line-height: 1.2;
	}
.thankyou-e4max .sales-area h3.h-text{
	letter-spacing: -0.1rem;
	line-height:1.2;
	position:relative;
	}

.thankyou-e4max .memories-area h3.h-text{
	letter-spacing: 0.5rem;
	position:relative;
	}
.thankyou-e4max .fun-area h3.h-text{
	letter-spacing: 0.5rem;
	position:relative;
	}
.thankyou-e4max .mechanism-area h3.h-text span,
.thankyou-e4max .history-area h3.h-text span,
.thankyou-e4max .sales-area h3.h-text span,
.thankyou-e4max .memories-area h3.h-text span,
.thankyou-e4max .fun-area h3.h-text span,
.thankyou-e4max .staff-area h3.h-text span{
	font-size:1.6rem;
	margin:1rem 1rem 3rem 1rem ;
	letter-spacing: 0.2rem;
	display:block;}

.thankyou-e4max .staff-area h3.h-text span{
	margin:1rem 1rem 2rem 1rem ;
	display:block;}
.thankyou-e4max .mechanism-area h3.h-text span.icon_new,
.thankyou-e4max .sales-area h3.h-text span.icon_new,
.thankyou-e4max .staff-area h3.h-text span.icon_new{
	margin:0 ;
	vertical-align: bottom;
	width:100px;
	display:inline-block;}
.thankyou-e4max .memories-area h3.h-text span.icon_new,
.thankyou-e4max .fun-area h3.h-text span.icon_new{
	margin:0 ;
	vertical-align: bottom;
	width:100px;
	display:inline-block;}
.thankyou-e4max .memories-area h3.h-text span.icon_entry{
	margin:0 ;
	vertical-align: bottom;
	width:100px;
	display:inline-block;}
	
.thankyou-e4max .mechanism-area{
	background:linear-gradient(to right, rgba(0, 0, 0,0.2), rgba(0, 0, 0, 0.2)),url(../images/daikaibou/daikaibou_header_img.png);
	background-size:cover;	
	background-position:  center bottom;
	color:#fff;
	display: block;
	position: relative;
}
.thankyou-e4max .history-area{
	background:linear-gradient(to right, rgba(0, 0, 0,0.2), rgba(0, 0, 0, 0.2)),url(../images/history/bg-gray.png), url(../images/history/history_header_img.png);
	background-size:cover;	
	background-position:  center bottom;
	color:#fff;
}
.thankyou-e4max .sales-area{
	background:linear-gradient(to right, rgba(0, 0, 0,0.2), rgba(0, 0, 0, 0.2)),url(../images/sales/sales_header_img.png);
	background-size:cover;	
	background-position:  center bottom;
	color:#fff;
}

.thankyou-e4max .memories-area{
	background:linear-gradient(to right, rgba(0, 0, 0,0.2), rgba(0, 0, 0, 0.2)),url(../images/memories/memories_header_img.png);
	background-size:cover;	
	background-position:  center bottom;
	color:#fff;
}

.thankyou-e4max .fun-area{
	background:linear-gradient(to right, rgba(0, 0, 0,0.2), rgba(0, 0, 0, 0.2)),url(../images/forchildren/forchildren_header_img.png);
	background-size:cover;	
	background-position:  center bottom;
	color:#fff;
}
.thankyou-e4max .staff-area{
	background:linear-gradient(to right, rgba(0, 0, 0,0.2), rgba(0, 0, 0, 0.2)),url(../images/staffmemories/staff_header_img.png);
	background-size:cover;	
	background-position:  center bottom;
	color:#fff;
}
.thankyou-e4max .top-contents-area .btn01 a{
	margin:auto;
	display:inline-block;
	padding:1rem 6rem;
	background:#fff;
	color:#ed8075;
	text-align:center;
	line-height:1.5;
	font-weight:900;
	border-radius:30px;
	transition: .3s;
	text-decoration: none;}
.thankyou-e4max .top-contents-area .btn01 a:hover {
  opacity: 0.7;
}


.thankyou-e4max .footer{
	background:#014099;
	height:40px;}
.footer-copy{
background: #222;
color: #999;
font-size: 1.0rem;
text-align: center;
padding: 10px 0;
}





.thankyou-e4max .flex{display:flex;}



	
.thankyou-e4max br.sp {display:none;}
.thankyou-e4max br.pc {display:block;}










/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------スマホ用---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:750px){
	a[href^="tel:"] {
		pointer-events: auto;
	}	


.thankyou-e4max br.sp {display:block;}
.thankyou-e4max br.pc {display:none;}
.thankyou-e4max  {
	min-width: 100%;
	width: 100%;
	font-size: 1.4rem;
	padding:0;
}	
.thankyou-e4max .wrapper {
	width: 100%;
}	
.thankyou-e4max img{width:100%;}

.thankyou-e4max .header-area{}
.thankyou-e4max .header-area h1{
	width:60px;}
	
.thankyou-e4max .mainvisual{
	width:100%;}
.thankyou-e4max .mainvisual .slider-area .slider{
	width:100%;
	min-height:auto;
	height:60vh;}
.thankyou-e4max .mainvisual .slider-area .slider .copy01{
	display:none;} 
.thankyou-e4max .mainvisual .slider-area .slider .copy02{
	margin:45vh auto auto auto;
	font-size:4.5vw;
} 
.thankyou-e4max .mainvisual .slider-area .slider.pic01{
	background-image:url(../images/main-slide06s.jpg);}
.thankyou-e4max .mainvisual .slider-area .slider.pic02{
	background-image:url(../images/main-slide07s.jpg);}
.thankyou-e4max .mainvisual .slider-area .slider.pic03{
	background-image:url(../images/main-slide11s.jpg);}
.thankyou-e4max .mainvisual .slider-area .slider.pic04{
	background-image:url(../images/main-slide12s.jpg);}
.thankyou-e4max .mainvisual .slider-area .slider.pic05{
	background-image:url(../images/main-slide13s.jpg);}
.thankyou-e4max .mainvisual .slider-area .slider.pic06{
	background-image:url(../images/main-slide14s.jpg);}
.thankyou-e4max .mainvisual .slider-area .slider.pic07{
	background-image:url(../images/main-slide15s.jpg);}
.thankyou-e4max .mainvisual .slider-area .slider.pic08{
	background-image:url(../images/main-slide16s.jpg);}

.thankyou-e4max .mainvisual{}
	
.thankyou-e4max h2.title-copy01{
	padding:1rem 0;
	font-size:4.5vw;
	//font-size:2rem;
}


.thankyou-e4max .concept{
	background: url(../images/bg_text_thankyou.png),
							url(../images/bg_concept_bottom.png) ;
	background-repeat: repeat-y, no-repeat;
	background-position:  -80px top, center bottom;
	background-size: 50% auto, 100% auto;
	padding:10rem 1rem;
}
.thankyou-e4max .concept .white-box{
	width:100%;
	margin: auto;
	padding:2rem 2rem;}

.thankyou-e4max .concept .white-box h3.h3text{
	margin-top:-4rem;
	font-size:6.0vw;
	line-height:2;}
.thankyou-e4max .concept .white-box h3.h3text span{}


.thankyou-e4max .box-stripe{
  padding:1rem 2rem;
	margin-bottom:2rem;}

.thankyou-e4max .box-stripe h4{
	text-align:center;
	font-size:1.8rem; }

.thankyou-e4max .news{
    background: repeating-linear-gradient(-45deg, #f2f2f2, #f2f2f2 3px, #ccc 0, #ccc 4px); 
		margin:0;
		padding:0;
	}
.thankyou-e4max .news .wrapper{
	width:100%;
	margin:auto;
	background:#f2f2f2;
	position:relative;
	padding:8rem 1rem;}
.thankyou-e4max .news .wrapper h3.h3text{
	width:240px;
	margin:0;
	position:absolute;
	top:-140px;
	padding-top:100px;}

.thankyou-e4max .news .wrapper .twitter-header .btn-area{
	position:initial;
	display:block;
	text-align:center;
	width:100%;}
.thankyou-e4max .news .wrapper .twitter-header  span.acount{
	padding-right:0rem;}
.thankyou-e4max .news .wrapper .twitter-header span.tag a{
	margin:0;}
	
.thankyou-e4max .mechanism,
.thankyou-e4max .history{
	border-bottom:4px solid #fff;
	font-size:1.5rem;}
.thankyou-e4max .mechanism span,
.thankyou-e4max .history span{	
	color:#fff;
	float: right;}
.thankyou-e4max .mechanism .wrapper{
	width:100%;
	margin:auto;
	position:relative;
	padding:1rem 2rem;
}
.thankyou-e4max .history .wrapper{
	width:100%;
	margin:auto;
	position:relative;
	padding:1rem 2rem;
}


.thankyou-e4max .top-contents-area{
	background: url(../images/bg_text_thankyou2.png),
							url(../images/bg_concept_top2.png),
							#fff;
	background-repeat: repeat-y, no-repeat;
	background-position:  -80px top, center bottom;
	background-size: 50% auto, 100% auto;
	padding:10rem 1rem;
}

.thankyou-e4max .history-area{
	width:100%;
	height:200px;
	padding-top:50px;}
.thankyou-e4max .mechanism-area,
.thankyou-e4max .sales-area,
.thankyou-e4max .memories-area,
.thankyou-e4max .fun-area,
.thankyou-e4max .staff-area{
	width:100%;
	height:200px;
	padding-top:50px;
	}
.thankyou-e4max .staff-area{
	padding-top:40px;
	}
.thankyou-e4max .sales-area{
	padding-top:40px;
	}

.thankyou-e4max .mechanism-area h3.h-text,
.thankyou-e4max .history-area h3.h-text,
.thankyou-e4max .sales-area h3.h-text,
.thankyou-e4max .memories-area h3.h-text,
.thankyou-e4max .fun-area h3.h-text,
.thankyou-e4max .staff-area h3.h-text{
	font-size:2.2rem;
	font-weight:900;
	letter-spacing: .2rem;
	}
.thankyou-e4max .sales-area h3.h-text{
	letter-spacing: -0.1rem;
	line-height:1.2;
	}
.thankyou-e4max .mechanism-area h3.h-text span,
.thankyou-e4max .history-area h3.h-text span,
.thankyou-e4max .sales-area h3.h-text span,
.thankyou-e4max .memories-area h3.h-text span,
.thankyou-e4max .fun-area h3.h-text span,
.thankyou-e4max .staff-area h3.h-text span{
	font-size:1.2rem;
	margin:1rem;
	display:block;}

.thankyou-e4max .mechanism-area h3.h-text span.icon_new,
.thankyou-e4max .sales-area h3.h-text span.icon_new,
.thankyou-e4max .memories-area h3.h-text span.icon_new,
.thankyou-e4max .memories-area h3.h-text span.icon_entry,
.thankyou-e4max .fun-area h3.h-text span.icon_new,
.thankyou-e4max .staff-area h3.h-text span.icon_new{
	width:60px;
}

.thankyou-e4max .memories-area h3.h-text span.icon_entry{
	position:absolute;
	right:0;
	top:-20px;
}

.thankyou-e4max .top-contents-area .btn01 a{
	font-size:1.4rem;}


.thankyou-e4max .footer{
	background:#014099;
	height:40px;}



}



/* トグル ------------------------------------------------------------ */

.thankyou-e4max .menu{
border:none;
background:#ee8075;
position:relative;
  border:10px solid #ee8075;
  box-sizing: content-box;
}
.thankyou-e4max .menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.thankyou-e4max .menu {
  position:absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 18px;
  z-index: 10;
}
.thankyou-e4max .menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 10;
}
.thankyou-e4max .menu span:nth-of-type(1) { top: 0px;}
.thankyou-e4max .menu span:nth-of-type(2) {  top: 8px;}
.thankyou-e4max .menu span:nth-of-type(3) {  bottom: 0px;}
.thankyou-e4max .menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.thankyou-e4max .menu.active span:nth-of-type(2) { opacity: 0;}
.thankyou-e4max .menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.thankyou-e4max #nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  overflow: auto;
}
.thankyou-e4max #nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.thankyou-e4max #nav ul{
    list-style:none;
	padding: 20% 0;
		text-align: left;
		font-size:2rem;
		width:50%;
		max-width:500px;
		margin:auto;
  }
.thankyou-e4max #nav li{
    margin-bottom: 2rem;
    border-bottom:solid 1px #ddd;
    padding:0rem 2rem 2rem 1rem;
    width:100%;
    position:relative;
  }
.thankyou-e4max #nav li:last-child{border:none;}
.thankyou-e4max #nav a{
    color: #333;
	width:100%;
	display:block;
    padding-right: 2rem;
  }
.thankyou-e4max #nav li.inactive{
    margin-bottom: 2rem;
    color: #bbb;
  }
.thankyou-e4max #nav li span{
	margin-left:0;
	font-size:80%;}

.thankyou-e4max #nav li span.icon_new{
	position:absolute;
	right:40px;
	top:-5px;
	display:block;
		margin:0;}
.thankyou-e4max #nav li span.icon_new.sec{
	top:10px;
}
@media screen and (max-width:750px){
	.thankyou-e4max #nav li span.icon_new{
	position: static;
		width:60px;
		display:block;}
}
.thankyou-e4max .arrow{
    position: relative;
}
.thankyou-e4max .arrow::before,
.thankyou-e4max .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.thankyou-e4max #nav li a.arrow::before{
    right:  1rem;
    width: 1rem;
    height:  1rem;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width:750px){
	.thankyou-e4max #nav ul{		width:80%;}
}
/* スライダー ------------------------------------------------------------ */

.thankyou-e4max .mainvisual .bx-wrapper{
	border:none;
	box-shadow:none;
	margin-bottom:0;}
.thankyou-e4max .mainvisual .bx-wrapper .bx-pager {
	bottom: 30px;}
	
.thankyou-e4max .mainvisual .bx-wrapper{
	border:none;
	box-shadow:none;
	margin-bottom:0;}
.thankyou-e4max .mainvisual .bx-wrapper .bx-pager {
	bottom: 30px;}
.thankyou-e4max .bx-pager.bx-default-pager a{background: #eee!important;}
.thankyou-e4max .bx-pager.bx-default-pager a.active{background: #000!important;}


@media screen and (max-width:750px){
	
}


/*	フェイドイン
------------------------------------------------ */
.thankyou-e4max .fade1 {
    animation-name: fadein;
    animation-duration: 1s;
    animation-iteration-count: 3;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.thankyou-e4max .fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 1s;
}
.thankyou-e4max .fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}