@charset "utf-8";

/* ----------------------------------------------------------------------
 Base Style
---------------------------------------------------------------------- */
.sayonara .lower-mv {
    background-image: url(../images/img_mv_sayonara.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.sayonara .lower-mv {
    position: relative;
    width: calc(100% - 100px);
    min-height: 500px;
    margin: 90px auto 80px;
}
.sayonara .lower-ttl01 span {
    display: block;
    margin-top: 0;
	padding: 15px 30px;
    font-size: 4.5rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.05em;
	line-height: 1.6;
	background:rgba(64,57,153,0.9);
}
.sayonara .lower-ttl02 {
	width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: #403999;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}
.sayonara .lower-ttl02:after {
	display: none;
}
.sayonara .lower-ttl03 {
    margin-top: 40px;	
    margin-bottom: 30px;
    padding-left: 0;
    border-left: none;
    color: #403999;
    font-size: 2rem;
    font-weight: bold;
}
.sayonara .item-project p {
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4;
}
.sayonara .text-lead{
	margin: 40px 0;
    line-height: 1.8;
	text-align: center;
}
.img-wrapper {
        display: block;
        position: relative;
        width:100%;
        height: 100%;	
        right: 0;
        bottom: 0;
        z-index: 1;
}
.item-project .img-wrapper{
       max-height: 230px;		
}
.expansion {
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.movie-box {
	margin: 0 auto;
    max-width: 814px;
	height: auto;
}
.sayonara .fRight {
    float: right;
    margin-left: 30px;
}
.sayonara .fRightobject {
    width: 450px;
}
.pb50{
	padding-bottom: 50px;
}
.clear{
	clear: both;
}

.bx-wrapper{
	margin: 0 auto 50px;
	padding: 0;
	width: 1080px;
	text-align: center;
	box-shadow:none;
	border: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #403999;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
}	


@media screen and (max-width: 768px) {
.sayonara .lower-mv {
    width: calc(100%);	
    min-height: 240px;
    margin: 64px auto 10px;
}	
.sayonara .lower-ttl01 {
    width: 75%;
}	
.sayonara .lower-ttl01 span {
    padding: 10px 20px;
    font-size: 2rem;
}	
.sayonara .text-lead {
	margin: 30px 0 15px;
    text-align: left;
}
.sayonara .lower-ttl02 {
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
}
.sayonara .lower-ttl03 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.6rem;
}	
.sayonara .fRightobject {
    width: 100%;
}
.sayonara .item-project p {
    font-size: 1.3rem;
    line-height: 1.3;
}	
.img-caption {
    margin: 10px 0 25px;
}
.list-project {
    display: flex;
}	
.item-project {
    width: 48%;
	margin-bottom: 20px;
}
.item-project:nth-child(odd) {
    margin-right: 2%;
}	
.item-project:nth-child(even) {
    margin-left: 2%;
}		
}