@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

.pc { display: block !important; }
.sp { display: none !important; }

a:link { color:#fff; text-decoration:none; }
a:visited { color:#fff; }

body{
    padding: 0;
    color:#444;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color:#888;
}

/*--h/p--*/
h1{
    margin: 0 auto 2%;
    font-size: 24px;
    text-align: center;
    color: #333333;
}
h1 span{
    font-size: 14px;
    padding-left: 10px;
    letter-spacing: 1px;
}
h3{
    margin: 0 auto 2%;
    font-size: 24px;
    text-align: center;
    color: #333333;
}
h3 span{
    font-size: 14px;
    padding-left: 10px;
    letter-spacing: 1px;
}
h4{
    font-size: 19px;
    text-align: left;
}
h5{
    font-size: 14px;
    text-align: left;
}
p{
    font-size: 22px;
}

/*--wrapper--*/
#wrapper{
    width: 100%;
    background: url(../images/minamo_doujin_bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color:#000;
}

/*--main--*/
main{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 4%;
}
main .logo{
    position: absolute;
    top: 12px;
    left: 20px;
    width: 140px;
}
.main_bg img {
    width: 100%;
}

/*--Info--*/
#Info{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 4%;
}
#Info span{
    font-size: 4.5vw;
}
#Info img {
    width: 100%;
}
.info_img01{
    position: absolute;
    width: 13%;
    top: 2%;
    left: 2%;
}
.info_img02{
    position: absolute;
    top: 35%;
    width: 42%;
    left: 32%;
}
.info_img03{
    position: absolute;
    bottom: 3%;
    width: 70%;
    left: 15%;
}
.info_bg img {
    width: 100%;
}

/*-- base box ttl --*/
.w_base {
    background: rgb(255 220 220 / 0.5);
    margin: 0 auto 60px;
    padding: 60px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
/*   border-top: solid 4px;
     border-bottom: solid 4px;
　   border-image: linear-gradient(to right, #ff88aa, #ff0088, #fff);*/
    border-image-slice: 1;
}
.g_base {
    background: rgb(180 180 180 / 0.5);
    margin: 0 auto 60px;
    padding: 60px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
/*   border-top: solid 4px;
     border-bottom: solid 4px;
　   border-image: linear-gradient(to right, #ff88aa, #ff0088, #fff);*/
    border-image-slice: 1;
}
.box{
    width: 80%;
    margin: 0 auto;
}
.ttl{
    width: 100%;
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    color: #e264a4;
}
.ttl::before{
    position: absolute;
    bottom: -17px;
    content: '';
    width: 6%;
    left: 47%;
    border-bottom: 6px solid;
}
.ttl span{
    font-size: 30px;
}
.row{
    line-height: 58px;
}
.row::before {
    position: absolute;
    bottom: -26px;
    content: '';
    width: 6%;
    left: 47%;
    border-bottom: 6px solid;
}

/*-- bt--*/
.bt{
    text-align: center;
    width: 100%;
}
.bt p{
    width: 25%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0.8%;
    position: relative;
    display: inline-block;
    color: #333333;
    border: solid 2px #333333;
/*    background: linear-gradient(to bottom, #ff88aa, #ff0088);*/
}
.bt p:hover{
    opacity: 0.7;
    transition: 0.5s;
    border: solid 2px #888888 ;
}

.bt_act{
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
}
.bt_act p{
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 8% 0;
    background: #ffffff00;
    color: #333333;
    position: relative;
    border: solid 2px;
}
.bt_act p:hover{
    opacity: 0.7;
    transition: 0.5s;
}
/*--arrow--*/
.bt p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}
.bt_act p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #333333 ;
    border-bottom: 2px solid #333333 ;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}

/*--Release_stm--*/
#Release_stm {
    width: 100%;
    text-align: center;
}
#Release_stm ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#Release_stm li{
    display: inline-block;
    width: 42%;
    margin: 2% 1.5%;
    vertical-align: middle;
}
#Release_stm li img{
    width: 100%;
}

/*--Release_dvd--*/
#Release_dvd {
    width: 100%;
    text-align: center;
}
#Release_dvd h3{
    font-size: 28px;
}
#Release_dvd ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#Release_dvd li{
    display: inline-block;
    width: 42%;
    margin: 2% 1.5%;
    vertical-align: middle;
}
#Release_dvd li img{
    width: 100%;
}

/*--movie--*/
#movie {
    width: 100%;
    text-align: center;
}
#movie video{
    width: 80%;
    margin: 7% auto 2%;
}

/*--Event--*/
#Event {
    width: 100%;
    text-align: center;
}
#Event h3{
    font-size: 28px;
}
#Event h4{
    text-align: center;
    margin-bottom: 5%;
}
#Event ul{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
#Event li{
    display: inline-block;
    width: 42%;
    margin: 2% 1.5% 0;
    text-align: left;
    vertical-align: middle;
}
#Event li img{
    width: 100%;
}
.e01{
    order: 2;
}
.e02{
    order: 1;
}

/*--Profile--*/
#Profile {
    width: 100%;
    text-align: center;
}
#Profile h3 {
    margin-bottom: 2%;
    font-size: 34px;
    text-align: left;
}
#Profile h4 {
    font-size: 18px;
    text-align: left;
    line-height: 34px;
}
#Profile ul{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
#Profile li{
    display: inline-block;
    width: 42%;
    margin: 2% 1.5% 0;
    text-align: left;
    vertical-align: middle;
}
#Profile li img{
    width: 100%;
}

/*--comic--*/
#comic {
    width: 100%;
    text-align: center;
}
#comic h3 {
    margin-bottom: 2%;
    font-size: 28px;
    text-align: center;
    width: 90%;
    color: #dd0088;
}
#comic h4 {
    font-size: 18px;
    text-align: left;
    line-height: 24px;
}
#comic ul{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}
#comic li{
    display: inline-block;
    width: 42%;
    margin: 2% 1.5% 0;
    text-align: left;
    vertical-align: top;
}

#comic li img{
    width: 100%;
}

#comic ul:after{
	content: "";
	clear: both;
	display: block;
}



/*--footer--*/
footer{
    width: 100%;
    padding-bottom: 50px;
}
.f_text{
    text-align: center;
}
.footerimg{
    width: 224px;
}
.copy{
    color: #000;
    margin-top: 10px;
    font-size: 12px;
}

/*--pageTop--*/
#pageTop {
    text-align: center;
    margin-top: 30px;
}
#pageTop img {
    width:60px;
    padding-bottom: 30px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


#movie div.box{
	text-align: center;
}

#movie video{
	width: 100%;
	max-width: 800px;
	cursor:pointer
}

.comic_campaign{
	width: 100%;
	text-align: center;
}

.comic_campaign a img{
	width: 100%;
}

.comic_campaign h4{
    color: #dd0088;
    text-align: center !important;
    font-weight: bold;
    width: 100%;
    margin: 20px auto;
}

a:hover {
	opacity:0.5
	
}

.main_bg{
text-align: center;
}

.main_bg p{
color: #fff;
width: 80%;
text-align: center;
font-size: 140%;
margin: 60px auto;
}

.main_bg h2{
    font-size:300%;
    color: #fff;
    padding-top: 60px;
    line-height: 120%;
    font-family: "MS Pゴシック" ;

    }

.main_bg h1{
    font-size:300%;
    color: #fff;
    padding-top: 60px;
    line-height: 120%;

}

.main_bg img {
    width: 90%;
    margin: auto;
    max-width: 800px;
}

#Profile h3,
#Profile h4,
.bt_act p 
{
color: #fff;
}

.illust h4{
color: #fff;
width: 100%;
text-align: center;
}
.illust h5{
color: #fff;
width: 100%;
text-align: center;
font-size: 80%;
}

.main_bg h3{
    font-size:200%;
    color: #fff;
    padding-top: 60px;
    line-height: 120%;
    font-family: "MS Pゴシック" ;
    }