@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:#111a39;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color:#fff;
}

/*--h/p--*/
h1{
    position: absolute;
    font-size: 18px;
    color: #111a39;
    font-weight: normal;
    right: 2%;
    bottom: 6%;
}
h3{
    margin: 2% auto;
    font-size: 24px;
    text-align: center;
}
h3 span{
    font-size: 14px;
    padding-left: 10px;
    letter-spacing: 1px;
}
h4{
    font-size: 19px;
    text-align: left;
}
h5{
    font-size: 14px;
    text-align: center;
}
p{
    font-size: 22px;
}

/*--wrapper--*/
#wrapper{
    width: 100%;
    background: url(../images/ogura_tadai_back_PC.jpg) 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: 240px;
}
.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: 14%;
    top: 3%;
    right: 16%;
}
.info_img02{
    position: absolute;
    top: 74%;
    width: 40%;
    left: 3%;
}
.info_img03{
    position: absolute;
    bottom: 1%;
    width: 60%;
    right: 20%;
}
.info_img04{
    position: absolute;
    width: 9%;
    bottom: 2%;
    right: 0%;
}
.info_bg img {
    width: 100%;
}

/*-- base box ttl --*/
.w_base {
    background: #fff;
    margin: 0 auto 70px;
    padding: 70px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
}
.p_base {
    background: #F7E5E8;
    margin: 0 auto 70px;
    padding: 70px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
}
.box{
    width: 80%;
    margin: 0 auto;
}
.ttl{
    width: 100%;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
    color: #EB6D99;
    position: relative;
    line-height: 60px;
    display: inline-block;
}
.ttl::before{
    position: absolute;
    bottom: -28px;
    content: '';
    width: 6%;
    left: 47%;
    border-bottom: 6px solid;
}
#Release_stm .ttl{
    width: 100%;
    font-size: 38px;
    line-height: 52px;
}
.ttl_01{
    width: 100%;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    margin-top: 90px;
    margin-bottom: 60px;
    color: #EB6D99;
    position: relative;
    line-height: 60px;
    display: inline-block;
}
.ttl_01::before{
    position: absolute;
    bottom: -28px;
    content: '';
    width: 6%;
    left: 47%;
    border-bottom: 6px solid;
}
.ttl span{
    font-size: 30px;
}
.row{
    line-height: 50px;
}
.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: #111a39;
    background: #EB6D99;
}
.bt p:hover{
    opacity: 0.7;
    transition: 0.5s;
}
.bt_act{
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
}
.bt_act p{
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 4% 0;
    background: #ffffff00;
    color: #EB6D99;
    position: relative;
    border: solid 2px;
}
.bt_act p:hover{
    opacity: 0.7;
    transition: 0.5s;
}
.bt_long{
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
}
.bt_long p{
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 8% 0;
    background: #EB6D99;
    color: #111a39;
    position: relative;
}
.bt_long p:hover{
    opacity: 0.7;
    transition: 0.5s;
}
/*--arrow--*/
.bt p::after, .bt_long p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #111a39;
    border-bottom: 2px solid #111a39;
    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 #EB6D99;
    border-bottom: 2px solid #EB6D99;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}

/*--Release_stm--*/
#Release_stm {
    width: 100%;
    text-align: center;
}
#Release_stm h4{
    margin-bottom: 5%;
}
#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 h5{
    text-align: center;
    margin: 3% auto;
}
#Release_dvd ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#Release_dvd li{
    display: inline-block;
    width: 42%;
    margin: 2% 1.5%;
}
#Release_dvd img{
    width: 100%;
}
#Release_dvd .tokuten{
    width: 70%;
    margin: 0 auto;
}

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

/*--Event--*/
#Event {
    width: 100%;
    text-align: center;
}
#Event h3{
    font-size: 28px;
    color: #EB6D99;
}
#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;
    color: #EB6D99;
}
#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%;
}

/*--footer--*/
footer{
    width: 100%;
    padding-bottom: 50px;
}
.f_text{
    text-align: center;
}
.footerimg{
    width: 224px;
}
.copy{
    color: #fff;
    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 video{
	width: 100%;
	max-width: 800px;
	cursor:pointer
}