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

/*--h/p--*/
h1{
    position: absolute;
    color: #5e3e29;
    font-size: 20px;
    font-weight: normal;
    left: 12%;
    bottom: 26px;
}
h3{
    margin: 0 auto 4%;
    font-size: 24px;
    text-align: center;
    color: #ea5a77;
}
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/tadai_mahiro_back_PC.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color:#ffffff;
}

/*--main--*/
main{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 4%;
}
main .logo{
    position: absolute;
    top: 8px;
    left: 20px;
    width: 80px;
}
.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: 4%;
    left: 3%;
}
.info_img02{
    position: absolute;
    top: 17%;
    width: 6.5%;
    left: 42%;
}
.info_img03{
    position: absolute;
    bottom: 41%;
    width: 36%;
    right: 10%;
}
.info_bg img {
    width: 100%;
}

/*-- base box ttl --*/
.w_base {
    background: #fff;
    margin: 0 auto 60px;
    padding: 60px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
    border-top: solid 7px;
    border-bottom: solid 7px;
    border-image: linear-gradient(to right, #f75e84, #ff6633, #ffcc33);
    border-image-slice: 1;
}
.p_base {
    background: #FFE7ED;
    margin: 0 auto 60px;
    padding: 60px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
    border-top: solid 7px;
    border-bottom: solid 7px;
    border-image: linear-gradient(to right, #f75e84, #ff6633, #ffcc33);
    border-image-slice: 1;
}
.box{
    width: 80%;
    margin: 0 auto;
}
.ttl{
    width: 100%;
    font-size: 46px;
    color: #ea5a77;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}
.ttl::before{
    position: absolute;
    bottom: -17px;
    content: '';
    width: 6%;
    left: 47%;
    border-bottom: 6px solid;
}
.ttl span{
    font-size: 30px;
}

/*-- bt--*/
.bt{
    text-align: center;
    width: 100%;
}
.bt p{
    width: 25%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0.8%;
    background: #ea5a77;
    position: relative;
    display: inline-block;
    color: #fff;
}
.bt p:hover{
    background:#ea5a77af;
    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: 8% 0;
    background: #ffffff00;
    color: #ea5a77;
    position: relative;
    border: solid 2px;
}
.bt_act p:hover{
    background:#ea5a7769;
    transition: 1s;
}
/*--arrow--*/
.bt p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    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 #ea5a77;
    border-bottom: 2px solid #ea5a77;
    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 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{
    margin-bottom: 4%;
    text-align: center;
}
#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%;
}

/*--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;
}