@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:#000000;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color:#fff;
}

/*--h/p--*/
h1{
    font-size: 30px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 30px;
}
h3 span{
    font-size: 14px;
    padding-left: 10px;
    letter-spacing: 1px;
}
h4{
    font-size: 18px;
    text-align: left;
}
p{
    font-size: 16px;
}

/*--wrapper--*/
#wrapper{
    width: 100%;
    background: url(../images/hoshino_riko_back_PC.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color:#ffffff;
}

/*--main--*/
main{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 6%;
}
main .logo{
    position: absolute;
    top: 8px;
    left: 20px;
    width: 80px;
}
.main_mark{
    position: absolute;
    width: 14%;
    right: 10%;
    top: 20%;
    z-index: 1;
}
.main_mark img{
    width: 100%;
}
.main_txt01{
    position: absolute;
    right: 10%;
    top: 13%;
    color: #FFF;
    z-index: 2;
}
.mt01-01{
    font-feature-settings: "palt" 1;
    font-size: 3.5vw;
    letter-spacing: 3px;
    color: #FC6588;
    font-family: 'Nothing You Could Do', cursive;
    transform: rotate(-10deg);   
}
.mt01-02{
    text-shadow: 0 0 15px #FC6588, 0 0 15px #FC6588, 0 0 15px #FC6588, 0 0 15px #FC6588;
    font-size: 6vw;
    letter-spacing: 3px;
    line-height: 12vw;
}
.mt01-03{
    font-size: 8.5vw;
    line-height: 5vw;
}
.mt0103_01{
    font-size: 10.5vw;
    color: #FC6588;
}
.mt0103_02{
    color: #FC6588;
}
.mt01-04{
    font-family: 'Nothing You Could Do', cursive;
    font-size: 2vw;
    letter-spacing: 1px;
    text-align: right;
    line-height: 5.5vw;
}
.main_txt02{
    position: absolute;
    right: 10%;
    bottom: 20%;
    color: #FFF;
    font-size: 2vw;
    transform: skewX(-7deg);
    font-weight: bold;
}
.main_txt02 span{
    color: #FC6588;
}
.main_bg img {
    width: 100%;
}

/*-- base box ttl --*/
.w_base {
    background: #ffffff;
    margin: 0 auto 60px;
    padding: 60px 0;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
}
.p_base {
    background: #FFE2E7;
    margin: 0 auto 60px;
    padding: 60px 0;
    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;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    color: #FC6588;
}
.ttl::before{
    position: absolute;
    bottom: -17px;
    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%;
    background: #FC6588;
    position: relative;
    display: inline-block;
    color: #fff;
}
.bt p:hover{
    background:#cc375a;
    transition: 0.5s;
}
.bt_long{
    text-align: center;
    width: 60%;
    margin: 5% auto 0;
}
.bt_long p{
    width: 60%;
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 2% 0;
    background: #FC6588;
    position: relative;
    display: inline-block;
}
.bt_long p:hover{
    background:#cc375a;
    transition: 1s;
}
.bt_sns{
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
}
.bt_sns p{
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 4% 0;
    background: #ffffff;
    color: #FC6588;
    position: relative;
    border: solid 2px;
}
.bt_sns p:hover{
    background:#ffbccc;
    transition: 1s;
}
/*--arrow--*/
.bt p::after,
.bt_long 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_sns p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #FC6588;
    border-bottom: 2px solid #FC6588;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}

/*--Release_stm--*/
#Release_stm {
    width: 100%;
    text-align: center;
}
#Release_stm h3{
    color: #FC6588;
    margin-bottom: 6%;
    font-size: 26px;
}
#Release_stm ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#Release_stm li{
    display: inline-block;
    width: 40%;
    margin: 3% 1.5%;
    vertical-align: middle;
}
#Release_stm li img{
    width: 100%;
}

/*--Release_dvd--*/
#Release_dvd {
    width: 100%;
    text-align: center;
}
#Release_dvd h2{
    font-size: 24px;
    text-align: left;
}
#Release_dvd h2 span{
    color: #FC6588;
}
#Release_dvd ul{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#Release_dvd li{
    display: inline-block;
    width: 40%;
    margin: 3% 1.5%;
    vertical-align: middle;
}
#Release_dvd li img{
    width: 100%;
}

/*--Event--*/
#Event {
    width: 100%;
    text-align: center;
}
#Event h3{
    margin-bottom: 2%;
}

/*--Profile--*/
#Profile {
    width: 100%;
    text-align: center;
}
#Profile h3 {
    margin-bottom: 2%;
}
#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: 38%;
    margin: 3% 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: #000000;
    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;
}