@charset "utf-8";

.mv_videos {
    height: 0;
    padding-top: 56.2%;
    width: 100%;
	position: relative;
	background: #fff;
}
.mv_videos a {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.mv_videos a img {
	width: 100%;
}
.mv_videos .videobox {
	width: 100%;
    height: 0;
    padding-top: 56.2%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: hidden;
}
.mv_videos .videobox video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.re_sp { display: none !important;}
.re_pc { display: block !important;}

.videobox .btn{
	display: none;
}

@media screen and (max-width:767px){
.re_sp { display: block !important;}
.re_pc { display: none !important;}
.mv_videos {
	height: 0;
	padding-top: 56.2%;
}
.mv_videos a {
	display: block;
	width: 100%;
	height: auto;
}
.mv_videos .videobox video{
	width: 100%;
}
.videobox .btn{
	display:block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
}
}

/* ----------------------------------------

content

---------------------------------------- */
#content {
}

@media screen and (max-width:767px){
/*スマホ指定*/
}


#mv_top{
	text-align: center;
}

section{
	margin-bottom: 70px;
}

@media screen and (max-width:767px){
/*スマホ指定*/
	section{
		margin-bottom: 35px;
	}
}


/* ----------------------------------------

top_sec01

---------------------------------------- */
.title01 {
   padding: 0;
}

#top_sec01 {
	position: relative;
/*	padding: 50px 0 70px;
*/}
#top_sec01 .top_sec01_inner:before {
	content: "";
    position: absolute;
    padding: 0;
    top: 15px;
    left:0;
    background-image: url(/teiju/files/img/top/sec01_bg01.png);
    background-repeat: no-repeat;
    width: 196px;
    height: 377px;
    background-size: contain;
}
#top_sec01 .top_sec01_inner:after {
	content: "";
    position: absolute;
    padding: 0;
    top: -10px;
    right:0;
    background-image: url(/teiju/files/img/top/sec01_bg02.png);
    background-repeat: no-repeat;
    width: 224px;
    height: 314px;
    background-size: contain;
}
#top_sec01 .top_sec01_inner{
	width: 800px;
	margin: 0 auto;
	position: relative;

}
#top_sec01:after {
	position: absolute;
}
#top_sec01 .inner{
	text-align: center;
}


#top_sec01 .top_sec01_txt{
	line-height: 1.8;
	margin-bottom: 45px;
	font-size: 114.3%;
}
#top_sec01 .top_sec01_txt span{
	display: block;
	padding-bottom: 5px;
}
#top_sec01 .btn_01{
	margin-bottom: 60px;
}
#top_sec01 .top_bnr_01 a{
	display: block;
}



@media screen and (max-width:767px){
	#top_sec01{
/*		padding: 30px 0 25px;
*/	}
	#top_sec01 .inner{
		width: 100%;
	}
	#top_sec01 .top_sec01_inner{
		width: 100%;
	}
	#top_sec01 .top_sec01_inner:before {
	   	width: 98px;
	    height: 168px;
	    top: 60px;
	    transform: inherit;
   		-webkit-transform: inherit;
   		left: -8px;
	}
	#top_sec01 .top_sec01_inner:after {
	    width: 112px;
	    height: 157px;
	    top: 35px;
	}
	#top_sec01 .top_sec01_txt{
		position: relative;
		margin-bottom: 25px;
	}
	#top_sec01 .btn_01{
		margin-bottom: 30px;
	}
	#top_sec01 .btn_01 a{
	    width: 60%;
	    margin:0 auto;
	    font-size: 14px;
	}
	#top_sec01 .top_bnr_01{
		width: 85%;
		margin: 0 auto;
	}
	#top_sec01 .top_sec01_txt span{
		padding-bottom: 0;
	}
	#top_sec01 .top_sec01_txt{
		font-size: 14px;
	}
}

@media screen and (max-width:767px){
	#top_sec01 .top_sec01_inner:before {
		width: 200px;
	    height: 300px;
	    top: 60px;
	    transform: inherit;
	    -webkit-transform: inherit;
	    left: 0;
	}
	#top_sec01 .top_sec01_inner:after {
	    width: 150px;
	    height: 250px;
	    top: 35px;
	}
	}
@media screen and (max-width:567px){
	#top_sec01 .top_sec01_inner:before {
	   	width: 98px;
	    height: 168px;
	    top: 60px;
	    transform: inherit;
   		-webkit-transform: inherit;
   		left: -8px;
	}
	#top_sec01 .top_sec01_inner:after {
	    width: 112px;
	    height: 157px;
	    top: 35px;
	}
}
@media screen and (max-width:320px){
	#top_sec01 .top_sec01_inner:before {
	    width: 90px;
	    height: 145px;
	    top: 20px;
	    transform: inherit;
	    -webkit-transform: inherit;
	    left: -8px;
	}
	#top_sec01 .top_sec01_inner:after {
	   width: 100px;
    	height: 150px;
	    top: 9px;
	    right: -10px;
	}
	.title01 {
	    margin-bottom: 25px;
	}

}
/* ----------------------------------------

top_sec02

---------------------------------------- */
#top_sec02 .top_sec02_list li{
	margin-right: 40px;
	float: left;
	max-width: 500px;
	width: 500px;
	margin-bottom: 40px;
}
#top_sec02 .top_sec02_list li a{
	display: block;
}
#top_sec02 .top_sec02_list li:nth-child(2n){
	margin-right: 0;
}
#top_sec02 .top_sec02_list li:nth-child(1){
	border-top: 4px solid #6eba38;
}
#top_sec02 .top_sec02_list li:nth-child(2){
	border-top: 4px solid #eb6120;
}
#top_sec02 .top_sec02_list li:nth-child(3){
	border-top: 4px solid #00a5b1;
}
#top_sec02 .top_sec02_list li:nth-child(4){
	border-top: 4px solid #c1599d;
}

#top_sec02 .top_sec02_list li .list_img{
	position: relative;
}
#top_sec02 .top_sec02_list li .list_img_tit{
	background-repeat: no-repeat;
	background-size: contain;
    width: 141px;
    height: 141px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    vertical-align: middle;
}
#top_sec02 .top_sec02_list li:nth-child(1) .list_img_tit{
	background-image: url(/teiju/files/img/top/crcl_01.png);
}
#top_sec02 .top_sec02_list li:nth-child(2) .list_img_tit{
	background-image: url(/teiju/files/img/top/crcl_02.png);
}
#top_sec02 .top_sec02_list li:nth-child(3) .list_img_tit{
	background-image: url(/teiju/files/img/top/crcl_03.png);
}
#top_sec02 .top_sec02_list li:nth-child(4) .list_img_tit{
	background-image: url(/teiju/files/img/top/crcl_04.png);
}
#top_sec02 .top_sec02_list li .list_img_tit span{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 100%;
}
#top_sec02 .top_sec02_list li .list_txt{
	padding: 0 30px 30px;
	position: relative;
}
#top_sec02 .top_sec02_list li:nth-child(1) .list_txt{
	background-image: url(/teiju/files/img/common/bg_grn.png);
}
#top_sec02 .top_sec02_list li:nth-child(2) .list_txt{
	background-image: url(/teiju/files/img/common/bg_org.png);
}
#top_sec02 .top_sec02_list li:nth-child(3) .list_txt{
	background-image: url(/teiju/files/img/common/bg_blu.png);
}
#top_sec02 .top_sec02_list li:nth-child(4) .list_txt{
	background-image: url(/teiju/files/img/common/bg_pup.png);
}




#top_sec02 .top_sec02_list li .list_txt>p{
	background:#fff;
	padding: 30px 30px 40px;
	line-height: 25px;
}
#top_sec02 .top_sec02_list li .list_txt .list_txt_trg{
    padding: 0;
    position: absolute;
    bottom:0;
    right:0;
}
@media screen and (max-width:767px){
	#top_sec02{
		width: 100%;
	}
	#top_sec02 .top_sec02_list {
		max-width: 500px;
		margin:0 auto;
	}
	#top_sec02 .top_sec02_list li .list_img_tit{
	    width: 100px;
	    height: 100px;
	}
	#top_sec02 .top_sec02_list li {
		margin: 0 auto;
	    margin-right: 0;
	    float: none;
	    width: 100%;
	    margin-bottom: 25px;
	}
	#top_sec02 .top_sec02_list li:last-child {
		margin-bottom: 0;
	}
	#top_sec02 .top_sec02_list li .list_txt>p{
		padding: 20px 20px 25px;
		line-height: 23.5px;
	}
	#top_sec02 .top_sec02_list li .list_txt{
		padding: 0 22px 22px;
		font-size: 13px;
	}
}














/* ----------------------------------------

top_sec03

---------------------------------------- */
#top_sec03 {
	margin-bottom: 0;
}

#top_sec03 .inner{
	position: relative;
	height: 355px;
}
#top_sec03 .top_channel{
	width: 500px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#top_sec03 .top_channel a{
	display: block;
}
#top_sec03 .top_instagram{
	width: 500px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#top_sec03 .top_instagram .ist_tit{
	text-align: center;
	position: relative;
}
#top_sec03 .top_instagram .ist_tit > a:hover{
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (max-width:767px){
	#top_sec03 {
		margin-bottom: 0;
	}

	#top_sec03 .inner{
		position: relative;
		height: auto;
	}
	#top_sec03 .top_channel{
    	max-width: 500px;
    	text-align: center;
    	margin:0 auto;
		width: 100%;
		position: inherit;
		bottom: inherit;
		left: inherit;
		margin-bottom: 30px;
	}
	#top_sec03 .top_instagram{
    	max-width: 500px;
    	margin:0 auto;
		width: 100%;
		float: none;
		position: inherit;
		bottom: inherit;
		right: inherit;
	}
	#top_sec03 .top_instagram .ist_tit{
		padding-bottom: 15px;
	}
	#top_sec03 .top_instagram .ist_tit > a{
		font-size: 14px;
	}
}
@media screen and (max-width:320px){
#top_sec03 .top_instagram .ist_tit > a{
	font-size: 12px;
}
}

.insta_wrap {
	overflow: hidden;
}
.insta_inner {
	overflow: hidden;
	height: auto;
}
.insta_image {
	width: 33.33333%;
	float: left;
}
.insta_image img{
}
.insta_image a{
	display: block;
}
.insta_image:nth-last-child(n+7) {
	display: none;
}

@media screen and (min-width:768px){
	.insta_inner {
/*		margin-right: -2.13%;
*/		height: 334px;
	}
	.insta_image {
		width: 33.33333%;
	}
	.insta_image a:hover {
		opacity: .7;
	}
	.insta_image:nth-last-child(n+7) {
		display: none;
	}
	.insta_inner {
		height: auto;
	}
}

.footer_bnr {

}































/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#xxxx {
	*zoom: 1;
}