@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/ogasawara_nano_back_SP.jpg) center/cover no-repeat;
}

/*--h/p--*/
h1{
    position: absolute;
    font-size: 3.5vw;
    font-weight: normal;
    right: 3%;
    bottom: 3%;
}
h3{
    font-size: 4.5vw;
    margin: 0 auto 6%;
}
h4{
    font-size: 4vw;
    text-align: center;
    margin: 6% auto;
}
h5{
    font-size: 4vw;
    text-align: center;
}

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

/*--Popup--*/
#Popup{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 12%;
}
#Popup img {
    width: 100%;
}
.popup_img01{
    position: absolute;
    width: 94%;
    top: 1%;
    left: 3%;
}
.popup_img02{
    position: absolute;
    width: 47%;
    top: 12%;
    left: 4%;
}
.popup_img03{
    position: absolute;
    width: 48%;
    top: 67%;
    left: 2%;
}
.popup_img04{
    position: absolute;
    width: 68%;
    top: 16%;
    left: 32%;
}
.popup_img05{
    position: absolute;
    width: 54%;
    top: 63%;
    right: 7%;
}
.popup_img06{
    position: absolute;
    width: 22%;
    top: 56%;
    right: 4%;
}

/*--Info--*/
#Info{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 12%;
}
.info_img01{
    position: absolute;
    width: 56%;
    top: 0%;
    left: 1%;
}
.info_img02{
    position: absolute;
    top: 43%;
    width: 96%;
    right: 2%;
}
.info_img03{
    position: absolute;
    bottom: 2%;
    width: 96%;
    left: 2%;
}

/*-- base --*/
.w_base {
    margin: 0 auto 12%;
    padding: 10% 0 12%;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
}
.y_base {
    margin: 0 auto 12%;
    padding: 10% 0 12%;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
}

/*-- box --*/
.box{
    width: 90%;
    margin: 0 auto;
}
.box .photo{
    width: 80%;
    margin: 0 3%;
}
.box .txt{
    width: 100%;
}
.box .tokuten_img {
    width: 90%;
    margin: 0 auto 0;
}

/*-- ttl --*/
.ttl{
    width: 100%;
    font-size: 7vw;
    text-align: center;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 9vw;
    margin-bottom: 12%;
    position: relative;
}
.ttl::before{
    position: absolute;
    bottom: -20px;
    content: '';
    width: 14%;
    left: 43%;
    border-bottom: 4px solid;
}
.ttl01{
    width: 100%;
    font-size: 7vw;
    text-align: center;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 9vw;
    margin: 12% auto;
    position: relative;
}
.ttl01::before{
    position: absolute;
    bottom: -20px;
    content: '';
    width: 14%;
    left: 43%;
    border-bottom: 4px solid;
}

/*--bt--*/
.bt{
    text-align: center;
    width: 100%;
    margin-top: 7%;
}
.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 #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 #5766A7;
    border-bottom: 1px solid #5766A7;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 8%;
}

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

/*--Release_dvd--*/
#Release_dvd .tag{
    font-size: 4.5vw;
    background: #fffab6;
    padding: 2.5% 0;
    color: #5766A7;
    border-radius: 50px;
    margin: 5% 0;
    font-weight: bold;
}
#Release_dvd h3{
    margin: 6% auto;
}

/*--Photobook--*/
#Photobook h4{
    margin: 3% auto 0;
}

/*--Message--*/
.m_box {
    width: 88%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 6px 6px #5766a7bd;
    border: solid 1px #5766A7;
    padding: 2%;
}

/*--Collabo--*/
#Collabo h3{
    margin: 6% auto;
}

/*--Event--*/
#Event h3{
    margin: 6% auto;
}
#Event .e1{
    order: 2;
}
#Event .e2{
    order: 1;
}

/*--Profile--*/
#Profile h3 {
    margin: 6% auto 0;
    font-size: 6.5vw;
    text-align: center;
}
#Profile h3 span{
    font-size: 2.5vw;
    padding-left: 10px;
    letter-spacing: 1px;
}

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