@charset "utf-8";
/* SP */
@media  screen and ( max-width:768px ){

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

body::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 113vh;
    background: url(../images/ogura_tadai_back_SP.jpg) center/cover no-repeat;
}

/*--h/p--*/
h1{
    position: absolute;
    font-size: 3vw;
    font-weight: normal;
    right: 2%;
    bottom: 5%;
}
h3{
    font-size: 4vw;
}
h3 span{
    font-size: 2.5vw;
    padding-left: 10px;
    letter-spacing: 1px;
}
h4{
    font-size: 3.5vw;
    text-align: center;
}
h5{
    font-size: 3.5vw;
    text-align: center;
}
p{
    font-size: 4vw;
}

/*--wrapper--*/
#wrapper{
    width: 100%;
    background: none;
}

/*--main--*/
main{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 8%;
}
main .logo{
    position: absolute;
    top: 8px;
    left: 10px;
    width: 180px;
}

/*--Info--*/
#Info{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 9%;
}
#Info span{
    font-size: 9vw;
}
#Info img {
    width: 100%;
}
.info_img01{
    position: absolute;
    width: 32%;
    top: 4%;
    right: 34%;
}
.info_img02{
    position: absolute;
    top: 46%;
    width: 80%;
    left: 10%;
}
.info_img03{
    position: absolute;
    bottom: 23%;
    width: 100%;
    right: 0%;
}
.info_img04{
    position: absolute;
    width: 26%;
    bottom: 2%;
    right: 37%;
}

/*-- base box ttl --*/
.w_base {
    margin: 0 auto 12%;
    padding: 10% 0 12%;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
}
.p_base {
    margin: 0 auto 12%;
    padding: 10% 0 12%;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
}
.box{
    width: 90%;
    margin: 0 auto;
}
.ttl{
    width: 100%;
    font-size: 7.5vw;
    text-align: center;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 9.5vw;
    margin-bottom: 10%;
    position: relative;
}
.ttl::before{
    position: absolute;
    bottom: -20px;
    content: '';
    width: 14%;
    left: 43%;
    border-bottom: 4px solid;
}
#Release_stm .ttl{
    width: 100%;
    font-size: 5.5vw;
    line-height: 7.5vw;
}
.ttl_01{
    width: 100%;
    font-size: 7.5vw;
    margin-top: 15%;
    text-align: center;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 10.5vw;
    margin-bottom: 10%;
    position: relative;
}
.ttl_01::before{
    position: absolute;
    bottom: -20px;
    content: '';
    width: 14%;
    left: 43%;
    border-bottom: 4px solid;
}
.ttl span{
    font-size: 3.6vw;
}
.row{
    line-height: 8vw;
}
.row::before {
    position: absolute;
    bottom: -16px;
    content: '';
    width: 14%;
    left: 43%;
    border-bottom: 4px solid;
}

/*--bt--*/
.bt{
    text-align: center;
    width: 100%;
    margin-top: 5%;
}
.bt p{
    width: 46%;
    padding: 10px 0;
    font-size: 3vw;
    font-weight: bold;
    margin: 1% 0.8%;
    position: relative;
    display: inline-block;
}
.bt_act{
    text-align: center;
    width: 90%;
    margin: 8% auto 0;
}
.bt_act p{
    width: 100%;
    padding: 12px 0;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 5% 0 0;
    position: relative;
    border: solid 2px;
}
.bt_long{
    text-align: center;
    width: 90%;
    margin: 8% auto 0;
}
.bt_long p{
    width: 100%;
    padding: 12px 0;
    font-size: 3.5vw;
    font-weight: bold;
    margin: 5% 0 0;
    position: relative;
}
/*--arrow--*/
.bt p::after, .bt_long p::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #111a39;
    border-bottom: 1px solid #111a39;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 8%;
}
.bt_act p::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #EB6D99;
    border-bottom: 1px solid #EB6D99;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 8%;
}

/*--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: 90%;
    margin: 2% 1%;
}
#Release_stm li img {
    width: 80%;
}

/*--Release_dvd--*/
#Release_dvd {
    width: 100%;
    text-align: center;
}
#Release_dvd h5{
    text-align: center;
    margin: 5% auto;
}
#Release_dvd ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
#Release_dvd li{
    display: inline-block;
    width: 90%;
    margin: 2% 1%;
}
#Release_dvd img{
    width: 80%;
}
#Release_dvd .tokuten{
    width: 100%;
    margin: 0 auto;
}
#Release_dvd .d1{
    order: 2;
}
#Release_dvd .d2{
    order: 1;
}

/*--movie--*/
#movie {
    width: 100%;
    text-align: center;
}
#movie video{
    width: 90%;
}

/*--Event--*/
#Event {
    width: 100%;
    text-align: center;
}
#Event h3{
    margin-bottom: 3%;
    text-align: center;
    font-size: 5.5vw;
}
#Event h4 {
    font-size: 4.5vw;
    margin-bottom: 5%;
}
#Event ul{
    width: 98%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
#Event li{
    display: inline-block;
    width: 88%;
    margin: 1% 2%;
    text-align: center;
    vertical-align: middle;
}
#Event li img{
    width: 80%;
}
#Event .e1{
    order: 2;
}
#Event .e2{
    order: 1;
}

/*--Profile--*/
#Profile {
    width: 100%;
    text-align: center;
}
#Profile h3 {
    margin-bottom: 2%;
    font-size: 6.5vw;
    text-align: center;
}
#Profile h4 {
    font-size: 3.5vw;
    line-height: 8vw;
    text-align: center;
}
#Profile ul{
    width: 98%;
    text-align: center;
    margin: 0 auto;
}
#Profile li{
    display: inline-block;
    width: 88%;
    margin: 1% 2%;
    text-align: center;
    vertical-align: middle;
}
#Profile li img{
    width: 80%;
}

/*--footer--*/
footer{
    width: 100%;
    padding-bottom: 30px;
}
.f_text{
    text-align: center;
}
.footerimg{
    width: 150px;
}
.copy{
    margin-top: 10px;
    font-size: 2.5vw;
}

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