@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 769px) {

#message{
position: relative;
margin: 0 auto;
overflow: hidden;
padding-bottom: 160px;
box-sizing: border-box;
}


/*index
-------------------------------------*/
#message .message_list{
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

#message .message_list li{
width:32%;
background: #0000d9;
padding:25px;
box-sizing: border-box;
border-radius:1rem;
}
.message_list li a{
position: relative;
overflow: hidden;
display: block;
}

#message .message_list li .img{
margin: 0 auto;
border-radius: .6rem;
overflow: hidden;
}

#message .message_list li .name{
font-size: 1.4rem;
font-weight: 800;
line-height: 1;
margin:15px 0;
text-align: center;
color: #FFF;
}

#message .message_list li .name span{
font-size: .8rem;
display: block;
margin-bottom: 10px;
}

#message .message_list li a .btn{
margin: 10px auto 0;
width: 90%;
border: 1px solid rgba(255,255,255,1);
padding: 10px;
box-sizing: border-box;
text-align: center;
border-radius: 50rem;
font-size: 14px;
font-weight: 700;
letter-spacing: 0;
line-height: 1;
background: #121212;
color: #FFF;
}

#message .bnr_img{
width: 46%;
margin: 0 auto;
}

/*detail
-------------------------------------*/
#message .mv_img{
width: 90%;
margin: 0 auto 60px;
border-radius:3rem;
overflow:hidden;
position: relative;
}

#message .mv_img::before{
content: "";
display: block;
width: 100%;
height: 100%;
border-radius:3rem;
position: absolute;
bottom: 0;
left:0;
background:linear-gradient(to top, rgba(0, 0, 0, 0.46), transparent 61%);
z-index: 2;
}

#message .mv_img .name{
position: absolute;
bottom: 30px;
right: 5%;
z-index: 3;
}

#message .mv_img .name {
font-size: 1.4rem;
font-weight: 900;
line-height: 1;
color: #FFF;
}

#message .mv_img .name span{
font-size: 2rem;
}

#message .block{
width: 80%;
margin: 0 auto 100px;
position: relative;
}


#message .block h2{
position: relative;
font-size: 2.2rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 20px;
letter-spacing: -.1rem;
padding-top: 10px;
}

#message .block h2::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background:#0000d9;
}


#message .message_box{
position: relative;
width: 90%;
margin: 0 auto;
}

#message .message_box .img{
position: relative;
margin: 0;
border-radius:3rem;
overflow:hidden;
}

#message .message_box .img::before{
content: "";
display: block;
width: 100%;
height: 100%;
border-radius:3rem;
position: absolute;
bottom: 0;
left:0;
background:linear-gradient(to top, rgba(0, 0, 0, 0.46), transparent 61%);
z-index: 2;
}

#message .message_box .img h2{
position: absolute;
bottom:10%;
right: 5%;
z-index: 5;
font-size: 3.6rem;
font-weight:900;
line-height: 1;
letter-spacing: -.1rem;
font-style: italic;
color: #FFF;
}

#message .message_box .box{
position: relative;
width: 88%;
margin:-3% auto 0;
padding:50px;
background:linear-gradient(to right, #0000d9 0%, #0000d9 50%, #133160 100%);
box-sizing: border-box;
z-index: 5;
border-radius: 2rem;
}

#message .message_box .box p{
color: #FFF;
font-weight: 800;
}


}
/*sp*/
@media only screen and (max-width: 768px) {
#message{
position: relative;
margin: 0 auto;
overflow: hidden;
padding-bottom: 60px;
box-sizing: border-box;
}


/*index
-------------------------------------*/
#message .message_list{
width: 90%;
margin: 0 auto;
}

#message .message_list li{
width:100%;
background: #0000d9;
padding:10px;
box-sizing: border-box;
margin-bottom:20px;
border-radius:1rem;
}

#message .message_list li:last-child{
margin-bottom: 0;
}

.message_list li a{
position: relative;
overflow: hidden;
display: block;
}

#message .message_list li .img{
margin: 0 auto;
border-radius: .6rem;
overflow: hidden;
}

#message .message_list li .name{
font-size: 1rem;
font-weight: 700;
line-height: 1;
margin:15px 0;
text-align: center;
color: #FFF;
}

#message .message_list li .name span{
font-size: .8rem;
display: block;
margin-bottom: 10px;
}

#message .message_list li a .btn{
margin: 10px auto 0;
width: 90%;
border: 1px solid rgba(255,255,255,1);
padding: 10px;
box-sizing: border-box;
text-align: center;
border-radius: 50rem;
font-size: 10px;
font-weight: 700;
letter-spacing: 0;
line-height: 1;
background: #121212;
color: #FFF;
}

#message .bnr_img{
width: 46%;
margin: 0 auto;
}

/*detail
-------------------------------------*/
#message .mv_img{
width: 100%;
margin: 0 auto 30px;
position: relative;
}

#message .mv_img img{
border-radius:.6rem;
overflow: hidden;
}

#message .mv_img .name{
position: relative;
width: 90%;
margin: auto;
}

#message .mv_img .name {
font-size: .8rem;
font-weight: 700;
line-height: 1.2;
text-align: right;
}

#message .mv_img .name span{
font-size: 1rem;
}

#message .block{
width: 90%;
margin: 0 auto 30px;
position: relative;
}


#message .block h2{
position: relative;
font-size: 1.2rem;
font-weight: 800;
line-height: 1.4;
margin: 0 0 10px;
padding-top: 10px;
}

#message .block h2::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background:#0000d9;
}


#message .message_box{
position: relative;
width: 100%;
margin: 0 auto;
}

#message .message_box .img{
position: relative;
margin: 0;
border-radius:.6rem .6rem 0 0;
overflow:hidden;
}

#message .message_box .img::before{
content: "";
display: block;
width: 100%;
height: 100%;
border-radius:3rem;
position: absolute;
bottom: 0;
left:0;
background:linear-gradient(to top, rgba(0, 0, 0, 0.46), transparent 61%);
z-index: 2;
}

#message .message_box .img h2{
position: absolute;
bottom:5%;
right: 5%;
z-index: 5;
font-size:1.1rem;
font-weight:900;
line-height: 1;
letter-spacing: -.1rem;
font-style: italic;
color: #FFF;
}

#message .message_box .box{
position: relative;
width: 100%;
margin:0% auto 0;
padding:15px;
background:linear-gradient(to right, #0000d9 0%, #0000d9 50%, #133160 100%);
box-sizing: border-box;
z-index: 5;
border-radius:0 0 .6rem .6rem;
}

#message .message_box .box p{
color: #FFF;
font-weight: 800;
}


}