@charset "utf-8";
/*============================================================================================================
2022/06/17
=============================================================================================================*/
#main_contents.bg_black {background: #000;}


/*============================================================================================================
2022/06/07
=============================================================================================================*/
#main_visual {background-repeat: no-repeat; background-position: center top; background-size: cover;}
#main_visual.one {background-image:url(../img/top/main_visual.jpg);}
#main_visual.one2 {background-image:url(../img/top/visual2.jpg);}


/*------------------------------------------------------------------------------------------------------- */
#prof_visual {background-repeat: no-repeat; background-position: left top; background-size: cover;}
#prof_visual.p01 {background-image:url("../../profile/img/member01.jpg");}
#prof_visual.p02 {background-image:url("../../profile/img/member02.jpg");}


/*============================================================================================================
RELEASE
=============================================================================================================*/
#release_box{width: 90%; margin: 0 auto; max-width: 1000px; height: auto;}

#logo.inner {
position: static;
margin: 0 auto;
-o-transform: translate(0);
-ms-transform: translate(0);
-moz-transform: translate(0);
-webkit-transform: translate(0);
transform: translate(0);
}


/*------------------------------------------------------------------------------------------------------- */
dl#release_box {display: block; padding: 0;margin: 0 auto; width: 90%;}
dl#release_box dt {background: #050505;}
dl#release_box dt img {
width: 100%;
height: auto;
display: block;
background-repeat: no-repeat;
background-position: left top;
background-size: cover;
}
dl#release_box dt.n_release {min-width: inherit;min-height: inherit; max-width: inherit; min-height: inherit;}
dl#release_box dt.tall img {background-position:center top; background-size: contain;}


/*------------------------------------------------------------------------------------------------------- */
#pcblockwidth p:last-of-type {margin-bottom: 15px; line-height: 160%;}


/*============================================================================================================
INFORMATION
=============================================================================================================*/
#block_basic.information_info_bloc {

background-position: center top;
background-repeat: repeat-x;
background-size: cover;
background-attachment:fixed;
text-align:center;
height:auto;
width: 100%;
margin: 0 auto;
}
