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

.sec1-txt,.sec2-txt{
display: none;
}

.pg1{
overflow: hidden;
padding-bottom: 24px;
}
.pg1 img{
width: 100%;
margin: 16px 0 60px;
}

.sec2 dl{
clear: both;
font-size: 13px;
line-height: 20px;
padding-bottom: 7px;
overflow: hidden;
}
.sec2 dt{
font-weight: normal;
}
.sec2 dd{
}

#press{
position: absolute;
top: -80px;
width: 1px;
height: 1px;
}

#press-ph{
margin-top: 14px;
width: 100%;
overflow: hidden;
}
.press-ph1,.press-ph2,.press-ph3{
width: 31%;
margin-right: 2%;
float: left;
}
.press-ph1{
margin-top: 80px;
}
.press-ph2{
margin-top: 40px;
}



#foot-illust{
display: none;
}

#footer{
margin: 95px auto 0;
}



/* タブレット・PC */
@media screen and (min-width: 600px) {

.sec1{
margin: 180px 0 0 260px;
}
.sec1-txt{
display: block;
position: absolute;
top: -5px;
left: -198px;
}

.pg1{
padding-bottom: 32px;
}
.pg1 img{
width: 590px;
margin: 10px 0 140px;
}
.sec2{
margin: 0 0 0 260px;
}
.sec2-txt{
display: block;
position: absolute;
top: -10px;
left: -194px;
}
.sec2 dl{
font-size: 17px;
line-height: 32px;
letter-spacing: 1px;
padding-bottom: 0;
}
.sec2 dt{
float: left;
width: 115px;
font-weight: normal;
}
.sec2 dd{
float: left;
width: 585px;
}
.date-long dt{
width: 155px;
}
.date-long dd{
width: 545px;
}

#press{
top: -300px;
}
#press-ph{
margin-top: 18px;
padding-bottom: 80px;
}
.press-ph1,.press-ph2,.press-ph3{
width: 218px;
}
.press-ph1{
margin-top: 190px;
margin-right: 20px;
}
.press-ph2{
margin-top: 95px;
margin-right: 20px;
}


#foot-illust{
display: block;
margin: 75px 0 0;
text-align: center;
}

#footer{
margin: 40px auto 0;
}


}