@charset "utf-8";

#fumufumu {
    margin: 0 auto;
    width: 100%;
}
#fumufumu .ttl_bg{
	background: #fff;
	margin:0 auto;
}
#fumufumu .ttl{
    width: 100%;
    margin:0 auto;
}
#fumufumu .ttl .ttl_inner{
    background: url("../images/header_img_sp.jpg?240430") top center no-repeat;
    padding-top: 99.6875%;
    background-size: cover;
    /* border-bottom: dotted 6px #f4ba1b; */
}
/*ここから*/
#fumufumu .description{
	background:#cf1d69;
	width:100%;
	display: block;
	padding: 10px 0px;
}
#fumufumu .logo{
	width: 50px;
	height: 50px;
	display:block;
	margin:0 auto;
}
#fumufumu .name{
	font-size: 23px;
	/* font-weight:bold; */
	color:#ffffff;
	text-align:center;
}
#fumufumu .oa{
	display:block;
	margin:0 auto;
	width: 70%;
}
#fumufumu .date{
    background:#ffffff;
    padding: 5px 10px;
    text-align:center;
    color:#cf1d69;
	font-size:16px;
    font-weight:bold;
}
/*ここまで*/
#fumufumu h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#fumufumu .clearTxt{
	text-indent: -10000px;
	text-decoration: none;
}
/*------ コンテンツエリア ------*/
#fumufumu .con_wrap{
    background: #fff;
    margin: 0 auto;
}
#fumufumu .con{
    width: 100%;
    margin:0 auto;
    background: #f7f7f7;
    padding: 5%;
}
#fumufumu .new{
	font-size:25px;
	font-weight:bold;
	text-align:center;
}
#fumufumu .con_wrap .img_inner{
    width: 90%;
    background: url("../images/shokai.png") top center no-repeat;
    padding-top: 31.7%;
    background-size: cover;
    margin: 0 auto;
}

	
/*------ 動画 ------*/
#fumufumu .movie{
    width: 100%;
    /* position: relative; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin: 0 auto;
}

#fumufumu .movie li{
    width: 85%;
    /* display: block; */
    /* float: left; */
    margin: 3% auto;
}
#fumufumu .movie li:first-child{
    width: 95%;
	padding:2%;
	margin-bottom: 21%;background:#ffffff;
	box-shadow: 2px 2px 8px #00000030;
}
#fumufumu .movie p{
    /* background-color: #96d26e; */
    font-size: 20px;
    font-weight: bold;
    padding: 1%;
    text-align: start;
    color: #000000;
    margin-top: 1%;
    border-radius: 4vw;
}
#fumufumu .ytCont{
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
#fumufumu .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#fumufumu .movie a:hover{
    text-decoration: none;
}
.ytimgCont {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.ytimgCont img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#fumufumu .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9アスペクト比 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#fumufumu .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#fumufumu .backnumber{
    display: block;
    width: 95%;
    background: url("../images/backnumber.png") top center no-repeat;
    padding-top: 12.25%;
    background-size: cover;
    margin: 0 auto;
    margin: 4% auto;
}
#fumufumu .backnumber:hover{
    opacity: 0.8;
}
/* clearfix */
 /* IE6 */
* html .clrFix { zoom: 1;}
 /* IE7 */
*:first-child+html .clrFix { zoom: 1;}
#footer {
	margin-top: 0 !important;
}



