@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/saithohonoka_kaikin_bg_sp.png) center/cover no-repeat;*/
}

/*--h/p--*/
/*h1{
    position: absolute;
    font-size: 2.5vw;
    font-weight: normal;
    right: 3%;
    top: 95%;
}*/
h1{
    font-size: 4.5vw;
}
h3{
    font-size: 5vw;
}
h3 span{
    font-size: 2.5vw;
    padding-left: 10px;
    letter-spacing: 1px;
}
h4{
    font-size: 5vw;

}
h5{
    font-size: 3vw;
    text-align: center;
}
p{
    font-size: 3vw;
}

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

/*--main--*/
main{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 8%;
}
/*
main .logo{
    position: absolute;
    top: 8px;
    left: 14px;
    width: 80px;
}*/
a.logo_link {
    z-index: 1000;
    position: absolute;
    top: 1%;
    left: 2%;
     width: 20%;
}

main .logo {
    width: 100%;
}
/*--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: 23%;
    top: 2%;
    left: 1%;
}
.info_img02{
    position: absolute;
    top: 33%;
    width: 78%;
    left: 20%;
}
.info_img03{
    position: absolute;
    bottom: 2%;
    width: 98%;
    left: 1%;
}

/*-- 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);
    /*border-top: solid 6px;
    border-bottom: solid 6px;
    border-image: linear-gradient(to right, #ff0088, #ff88aa, #fff);
    border-image-slice: 1;*/
}
.g_base {
    margin: 0 auto 12%;
    padding: 10% 0 12%;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
    /*border-top: solid 6px;
    border-bottom: solid 6px;
    border-image: linear-gradient(to right, #fff, #ff0088, #ff88aa);
    border-image-slice: 1;*/
}
.box{
    width: 90%;
    margin: 0 auto;
}
.ttl{
    width: 100%;
    font-size: 7.5vw;
    text-align: center;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 10.5vw;
    margin-bottom: 10%;
    position: relative;
}
.ttl::before{
    position: absolute;
    bottom: -13px;
    content: '';
    width: 14%;
    left: 43%;
    border-bottom: 4px solid;
}
.ttl span{
    font-size: 3.6vw;
}
.row{
    line-height: 8vw;
    font-size: 5.3vw;
}
.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;
}
/*--arrow--*/
.bt p::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    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 #866758;
    border-bottom: 1px solid #866758;
    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 h3{
    font-size: 4.5vw;
}
#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 li img{
    width: 80%;
}
#Release_dvd .d1{
    order: 2;
}
#Release_dvd .d2{
    order: 1;
}

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

/*--Event--*/
#Event {
    width: 100%;
    text-align: center;
}
#Event .ttl{
    font-size: 6.5vw;
}
#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: 1;
}
#Event .e2{
    order: 2;
}

/*--Profile--*/
#Profile {
    width: 100%;
    text-align: center;
}
#Profile h3 {
    margin-bottom: 2%;
    font-size: 6.5vw;
}
#Profile h4 {
    font-size: 4vw;
    line-height: 8vw;
}
#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;
}

.address{
	font-size: 80%;
	display: block;
	margin-top: -2px;
	margin-left: 0;
}

.information li{
	 display: block;
}
.information li.info-text{
	width: 100%;
}

.information li.info-img{
	 width: 100%;
	 margin: 10px auto;
	 text-align: center;
}

.information li.info-img div.img{
	 width: 50%;
	 margin: auto;
}

/*SOD“W*/

div.main_poster ul{
	background: #ea525e;
}

div.main_poster ul{
	display: block;
}

div.main_poster ul li{
	display: block;
	width: 100%;
	vertical-align: middle;
}

div.main_poster ul li img{
	width: 100%;
}
#collaboration li{
    width: 100%;
}

#ambassador ul li{
	float: none;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	list-style: none;
}
}
