@charset "utf-8";

#fumufumu {
    margin: 0 auto;
}
#fumufumu .ttl_bg{
	background: #fff;
	/* padding-top: 35.78125%; */
	margin:0 auto;
}
#fumufumu .ttl{
    max-width: 1280px;
    margin:0 auto;
}
#fumufumu .ttl .ttl_inner{
    background: url("../images/header_img.jpg?240430") top center no-repeat;
    padding-top: 40.234375%;
    background-size: cover;
}
/*ここから*/
#fumufumu .description{
	background: #cf1d69;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#fumufumu .icon{
	display: flex;
	align-items: center;
}
#fumufumu .logo{
	padding:5px;
	width: 60px;
	height: 60px;
}
#fumufumu .name{
	font-size:30px;
	color:#ffffff;	
}
#fumufumu .oa{
	margin-left: 30px;
}
#fumufumu .date{
    position:relative;
    background:#ffffff;
    padding: 8px 15px;
    text-align:center;
    color: #cf1d69;
	font-size:16px;
    font-weight:bold;
}
#fumufumu .date:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:17px;
    border-right-width:17px;
    margin-top: -10px;
    border-right-color:#ffffff;
    right:100%;
    top:50%;
}
/*ここまで*/
#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{
    max-width: 1280px;
    margin:0 auto;
    background: #f7f7f7;
    padding: 50px;
}
#fumufumu .new{
	text-align:center;
	font-size:25px;
	font-weight:bold;
}
#fumufumu .con_wrap .img_inner{
    width: 70%;
    background: url("../images/shokai.png") top center no-repeat;
    padding-top: 24.659%;
    background-size: cover;
    margin: 0 auto;
}
/*------ 動画 ------*/
#fumufumu .movie{
    display: flex;
    
    flex-wrap: wrap;
    margin: 0 auto;
    /* padding-bottom: 4%; */
	justify-content: center;
}
#fumufumu .movie li:first-child{
    width: 50%;
    margin: 1% 10% 5%;
	padding:10px;
	background:#ffffff;
	box-shadow: 2px 2px 8px #00000030;
}
#fumufumu .movie li{
    width: 29%;
    margin: 2%;
}
#fumufumu .movie p{
    /* background-color: #96d26e; */
    font-size: 18px;
    font-weight: bold;
    padding: 1%;
    /* text-align: center; */
    color: #000000;
    margin-top: 1%;
    border-radius: 0.8em;
}
#fumufumu .movie a:hover{
    text-decoration: none;
}
#fumufumu .ytCont{
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
#fumufumu .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#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%;
}

.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 .backnumber{
    display: block;
    width: 50%;
    background: url("../images/backnumber.png") top center no-repeat;
    padding-top: 6.447%;
    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;
}



