/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #231815;
    font-size : 16px;
    background-image:url(/textlive/images/hoshizora/img_bg.png);
    background-color:#023169;
    background-position: center -45px;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
}

body, html{
    width: 100%;
    min-width: 960px;
    height: 100%;
}

a, li, p, div, button, img{ outline: none !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{ color: #231815; text-decoration: none;}

a[target="_blank"]::after{
    margin: 0 3px 0 1px;
    font-family:'Hobonichi-Icons'!important;
    content: "\e914";
    font-size: 75%;
    position: relative;
    top: -5px;
}

a.ico_none[target="_blank"]::after{
    display: none;
}

a.bd_none{
    border: none !important;
}

.indent_half_top{ position: relative; margin-left: -.5em !important;}
.indent_half{ position: relative; margin-left: -.5em;}

img{ height: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
a img{ transition: opacity .15s ease 0s;}

.is_sp a img.touch,
.is_pc a img:hover{ transition: opacity .15s ease .05s; opacity: .7;}

img.s_a_100{ width: auto !important; height: 100% !important;}
img.s_100_a{ width: 100% !important; height: auto !important;}
.fixed{ position: fixed !important;}
.ib{ display: inline-block;}
.disabled,
.disabled a{ cursor: default !important;}

.pswp__bg{
    opacity: .7 !important;
}

.bx-wrapper .bx-viewport{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* -------------------- font-face  --------------------*/
.ff_b{ font-weight: 500 !important; }
.ff_oleo{ font-family: 'Oleo Script', cursive !important;}
.ff_oleo-b{ font-family: 'Oleo Script', cursive !important; font-weight: bold !important;}
.ff_g{ font-family: 'Gravitas One', cursive !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}


@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
*
*
    textlive
*
*
---------------------------------------------------------------------------------------------------------- */
@media screen and (min-width : 601px){ 


br.sp{ display: none;}
img.sp{ display: none;}
.switch_sp{ display: none !important;}


#wrapper{
    width: 100%;
    min-width: 960px;
    height: 100%;
    padding-top: 0;
    position: relative;
}

#wrapper:after{
    content: '';
    width: 100%;
    min-width: 960px;
    height: 100%;
    display: block;
    /* background-image:url(/textlive/images/hoshizora/img_bg.png); */
    background-position: center -45px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#contents{
    min-width: 960px;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 15;
}


/* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
header{
    width: 960px;
    margin: 0 auto;
    background-position: center top;
    text-align: center;
    color: #fff;
    position: relative;
    top: 0;
}

header:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image:url(/textlive/images/hoshizora/img_mv_bg_b.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: calc(50% - 480px);
    z-index: 0;
}


header:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image:url(/textlive/images/hoshizora/img_mv_star.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: calc(50% - 480px);
    z-index: 2;
}

header .logo{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 10;
}

header .logo img{
    width: 177px;
}

header h1{
    position: relative;
    z-index: 1;
}

header .yodogawa{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.809em;
    letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    position: absolute;
    top: 385px;
    left: 130px;
    z-index: 11;
}

header .yodogawa a{
    padding: 0 0 3px 0;
    color: #FCEE21;
    border-bottom: 2px solid transparent;
    transition: border .1s ease .0s, padding .1s ease .0s;
}

.is_pc header .yodogawa a:hover,
.is_sp header .yodogawa a.touch{
    padding: 0 0 2px 0;
    border-bottom: 2px solid #FCEE21 !important;
    transition: border .15s ease .05s, padding .15s ease .05s;
}


/* --------------------------------------------------
*
    #sec_schedule
*
-------------------------------------------------- */
#sec_schedule{
    width: 705px;
    margin: -2px auto 0 auto;
    box-sizing: border-box;
    border-radius: 25px;
    overflow: hidden;
    background-color: #FFF67F;
    text-align: center;
}

#sec_schedule h2{
    padding: 40px 0 30px 0;
}

#sec_schedule h2 img{
    width: 294px;
}

#sec_schedule ul{
    padding: 0 0 20px 65px;
}

#sec_schedule li{
    margin: 0 0 20px 0;
    text-align: left;
}

#sec_schedule li h3{
    margin: 0 0 8px 0;
}

#sec_schedule li h3 img{
    width: auto;
    height: 29px;
}

#sec_schedule li p{
    font-size: 21px;
    line-height: 1.523em;
    letter-spacing: .08em;
    color: #003269;
}



/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    width: 100%;
    padding: 110px 0 30px 0;
    overflow: hidden;
    background-image:url(/textlive/images/hoshizora/parts_bg_stripe.png);
    background-position: center top;
    text-align: center;
    color: #fff;
}

footer .foot_inner{
    width: 840px;
    margin: 0 auto;
}

footer .sns_share{
    height: 40px;
    float: left;
    box-sizing: border-box;
    border-radius: 40px;
    position: relative;
}

footer .sns_share ul{

}

footer .sns_share li{
    margin: 0 15px;
    color: #ff8000;
    display: inline-block;
    font-size: 28px;
}

footer .sns_share li:first-child{
    margin-left: 0;
}

footer .sns_share li img{
    width: auto;
    height: 60px;
}

footer .foot_nav{
    float: right;
    letter-spacing: -.40em;
}

footer .foot_nav li{
    margin: 0 0 0 35px;
    display: inline-block;
}

footer .foot_nav img{
    width: auto;
    height: 72px;
}

.copyright{
    margin: 0 0 35px 0;
    clear: both;
    text-align: center;
}

.copyright img{
    width: 224px;
}


/* --------------------------------------------------
*
    .nav_textlive
*
-------------------------------------------------- */
.nav_textlive{
    clear: both;
    width: 100%;
    height: 113px;
    margin: 55px 0 30px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 20;
}

.nav_textlive .nav_inner{
    width: 705px;
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
}

.nav_textlive .disabled{
    visibility: hidden;
}

.nav_textlive .disabled img{
}

.nav_textlive .prev{
    position: absolute;
    top: 0;
    left: 0;
}

.nav_textlive .next{
    position: absolute;
    top: 0;
    right: 0;
}

.nav_textlive .prev img,
.nav_textlive .next img{
    width: auto;
    height: 113px;
}

.nav_textlive .first{
    margin: 31px 0 0 0;
    padding: 2px;
    height: 26px;
    display: inline-block;
    background-image:url(/textlive/images/hoshizora/parts_bg_b.png);
}

.nav_textlive .first img{
    width: 154px;
}


/* --------------------------------------------------
*
    .btm_info
*
-------------------------------------------------- */
#btm_info{
    width: 705px;
    margin: 0 auto;
    padding: 45px 0;
    background-color: #4C73A5;
    border-radius: 20px;
    text-align: center;
}

#btm_info h3{
    margin: 0 0 45px 0;
}

#btm_info h3 img{
    width: 226px;
}

#btm_info .title_desc{
    margin: 0 0 40px 0;
}

#btm_info .title_desc img{
    width: 462px;
}

#btm_info .desc{
    padding: 0 0 0 60px;
    text-align: left;
}

#btm_info p{
    color: #fff;
    font-size: 21px;
    line-height: 1.523em;
    letter-spacing: .08em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#btm_info p.name{
    padding: 1em 70px 0 0;
    text-align: right;
}

#btm_info a{
    padding: 0 0 3px 0;
    color: #FCEE21;
    border-bottom: 1px solid transparent;
    transition: border .1s ease .0s, padding .1s ease .0s;
}

.is_pc #btm_info a:hover,
.is_sp #btm_info a.touch{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #FCEE21 !important;
    transition: border .15s ease .05s, padding .15s ease .05s;
}

/* --------------------------------------------------
*
    .post
*
-------------------------------------------------- */
#post_body{
    padding: 0 0 0 0;
    overflow: hidden;
}

.post{
    clear: both;
    width: 900px;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 25px;
    background-color: #fff;
    padding: 25px;
    position: relative;
}

.post .col_l{
    width: 320px;
    float: left;
}

.post .col_r{
    width: 510px;
    float: right;
}

.post:before,
.post:after{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    position: absolute;
}

.post-header{
    width: 510px;
    margin: 0 0 25px 0;
    display: table;
    position: relative;
}

.post-header__icon{
    padding: 0 0 0 30px;
    display: table-cell;
    vertical-align: middle;
}

.post-header a{
    width: 435px;
    padding: 20px 30px;
    display: table-cell;
    background-color: #FFF67F;
    border-radius: 15px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0;
    color: #003269;
    position: relative;
}

.post-header a:after{
    content: '';
    width: 27px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-image:url(/textlive/images/hoshizora/parts_arrow_pc.png);
    background-size: 27px;
    position: absolute;
    top: calc(50% - 7px);
    right: -27px;
}

.post .time{
    margin: 0 0 5px 0;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: normal;
    color: #231815;
}

.post .slide{
    width: 320px;
    margin: 0 0 30px 0;
}

.post .slide img{
    width: 100%;
    height: auto;
    line-height: 0;
    margin: 0 0 20px 0;
}

.post__text{
    clear: both;
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: 0;
    color: #231815;
}

.post__text a{
    padding-bottom: 2px;
    border-bottom: 1px solid #231815;
    text-decoration: none;
}

.is_pc .post__text a:hover,
.is_sp .post__text a.touch{
    border-bottom: 1px solid #fff !important;
}

.post-share{
    clear: both;
    padding: 35px 0 0 0;
    position: relative;
    bottom: -10px;
    right: -10px;
}

.post-share ul{
    letter-spacing: -.40em;
    text-align: right;
}

.post-share li{
    width: 40px;
    box-sizing: border-box;
    margin: 0 0 0 15px;
    display: inline-block;
}

.post-share li img{
    width: 40px;
}

.post-share li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    transition: background .1s ease .0s;
}



}



/* ---------------------------------------------------------------------------------------------------------- */

@media screen and (max-width : 600px){ 
body{
    z-index: 10;
    background-image:url(/textlive/images/hoshizora/parts_bg_b.png);
    overflow-x: hidden;
    font-size: 14px;
}

body, html{
    width: 100%;
    min-width: 100%;
}

br{ display: none;}
br.sp{ display: inherit !important;}
img.pc{ display: none !important;}
.switch_pc{ display: none !important;}


#wrapper{
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: relative;
}

#wrapper:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image:url(/textlive/images/hoshizora/img_mv_bg_b.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#wrapper:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image:url(/textlive/images/hoshizora/img_mv_star_op.png);
    background-size: 800px;
    background-position: center top;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.is_sp #wrapper:after{
    min-height: 100vh;
    height: 100vh;
    -webkit-transform: translate3d(0, 0, 0);
}

#contents{
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 15;
}

/* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
header{
    padding: 10px 0 0 0;
    margin: 0 auto;
    background-position: center top;
    text-align: center;
    color: #fff;
    position: relative;
    top: 0;
    z-index: 3;
}


header .logo{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 3.5%;
    left: 0;
    z-index: 10;
}

header .logo img{
    width: 35%;
    max-width: 160px;
}

header h1{
    margin: 9% 0 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

header h1 img{
    width: 95%;
}

header .yodogawa{
    width: 90%;
    max-width: 460px;
    margin: -62px auto 10px auto;
    padding: 15px;
    border-radius: 15px;
    text-shadow: 0 0 20px rgba(2, 49, 105, 1), 0 0 15px rgba(2, 49, 105, 1), 0 0 10px rgba(2, 49, 105, 1), 0 0 10px rgba(2, 49, 105, 1), 0 0 10px rgba(2, 49, 105, 1), 0 0 5px #000, 0 0 5px #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    position: relative;
    z-index: 20;
}

header .yodogawa a{
    padding: 0 0 3px 0;
    color: #FCEE21;
    border-bottom: 2px solid transparent;
    transition: border .1s ease .0s, padding .1s ease .0s;
}

.is_pc header .yodogawa a:hover,
.is_sp header .yodogawa a.touch{
    padding: 0 0 2px 0;
    border-bottom: 2px solid #FCEE21 !important;
    transition: border .15s ease .05s, padding .15s ease .05s;
}


/* --------------------------------------------------
*
    #sec_schedule
*
-------------------------------------------------- */
#sec_schedule{
    width: 95%;
    max-width: 460px;
    margin: -2px auto 0 auto;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
    background-color: #FFF67F;
    text-align: center;
}

#sec_schedule h2{
    padding: 35px 0 30px 0;
}

#sec_schedule h2 img{
    width: 70%;
    max-width: 240px;
}

#sec_schedule ul{
    padding: 0 15px 10px 15px;
}

#sec_schedule li{
    margin: 0 0 25px 0;
    text-align: left;
}

#sec_schedule li h3{
    margin: 0 0 8px 0;
}

#sec_schedule li h3 img{
    width: auto;
    height: 21px;
}

#sec_schedule li p{
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: #003269;
}



/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    width: 100%;
    padding: 60px 0 45px 0;
    overflow: hidden;
    background-image:url(/textlive/images/hoshizora/parts_bg_stripe.png);
    background-position: center top;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 20;
}

footer .foot_inner{
    margin: 0 auto;
}

footer .sns_share{
    margin: 0 0 30px 0;
    position: relative;
}

footer .sns_share ul{

}

footer .sns_share li{
    margin: 0 25px;
    color: #ff8000;
    display: inline-block;
}

footer .sns_share li img{
    width: auto;
    height: 50px;
}

footer .foot_nav{
    letter-spacing: -.40em;
}

footer .foot_nav li{
    margin: 0 25px;
    display: inline-block;
}

footer .foot_nav img{
    width: auto;
    height: 58px;
}

.copyright{
    padding: 0 0 25px 0;
    clear: both;
    text-align: center;
    position: relative;
    z-index: 20;
}

.copyright img{
    width: 210px;
}


/* --------------------------------------------------
*
    .nav_textlive
*
-------------------------------------------------- */
.nav_textlive{
    clear: both;
    margin: 40px 0 5px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 20;
}

.nav_textlive .nav_inner{
    width: 90%;
    max-width: 460px;
    padding: 0 0 20px 0;
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
}

.nav_textlive .disabled{
    visibility: hidden;
}

.nav_textlive .disabled img{
}

.nav_textlive .prev{
    position: absolute;
    top: 0;
    left: 0;
}

.nav_textlive .next{
    position: absolute;
    top: 0;
    right: 0;
}

.nav_textlive .prev img,
.nav_textlive .next img{
    width: auto;
    height: 60px;
}

.nav_textlive .first{
    margin: 15px 0 0 0;
    padding: 2px;
    display: inline-block;
    background-image:url(/textlive/images/hoshizora/parts_bg_b.png);
}

.nav_textlive .first img{
    width: 116px;
}


/* --------------------------------------------------
*
    .btm_info
*
-------------------------------------------------- */
#btm_info{
    max-width: 460px;
    width: 95%;
    margin: 35px auto 0 auto;
    padding: 35px 0 30px 0;
    background-color: #4C73A5;
    border-radius: 15px;
    text-align: center;
    position: relative;
    z-index: 15;
}

#btm_info h3{
    margin: 0 0 20px 0;
}

#btm_info h3 img{
    width: 60%;
    max-width: 218px;
}

#btm_info .title_desc{
    margin: 0 0 15px 0;
}

#btm_info .title_desc img{
    width: 90%;
    max-width: 380px;
}

#btm_info .desc{
    padding: 0 15px;
    text-align: left;
}

#btm_info p{
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .05em;
}

#btm_info p.name{
    padding: 1em 0 0 0;
    text-align: right;
}

#btm_info a{
    padding: 0 0 3px 0;
    color: #FCEE21;
    border-bottom: 1px solid transparent;
    transition: border .1s ease .0s, padding .1s ease .0s;
}

.is_pc #btm_info a:hover,
.is_sp #btm_info a.touch{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #FCEE21 !important;
    transition: border .15s ease .05s, padding .15s ease .05s;
}

/* --------------------------------------------------
*
    .post
*
-------------------------------------------------- */
#post_body{
    padding: 30px 0 0 0;
}

.post{
    margin: 0 10px 20px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 10px;
    position: relative;
}

.post br{
    display: block;
}

.post-header{
    width: 100%;
    margin: 0 0 15px 0;
    display: table;
    position: relative;
}

.post-header__icon{
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: middle;
}

.post-header a{
    width: 520px;
    padding: 10px 15px;
    display: table-cell;
    background-color: #FFF67F;
    border-radius: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: .1em;
    font-weight: bold;
    color: #003269;
    position: relative;
}

.post-header a:after{
    content: '';
    width: 21px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-image:url(/textlive/images/hoshizora/parts_arrow_pc.png);
    background-size: 21px;
    position: absolute;
    top: calc(50% - 6px);
    right: -21px;
}


.post .time{
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    color: #231815;
}

.post .slide{
    margin: 0 0 10px 0;
}

.post .slide img{
    width: 100%;
    height: auto;
    line-height: 0;
    margin: 0 0 15px 0;
}

.post__text{
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0;
    color: #231815;
}

.post__text a{
    padding-bottom: 2px;
    border-bottom: 1px solid #231815;
    text-decoration: none;
}

.post__text a:hover,
.is_sp .post__text a.touch{
    border-bottom: 1px solid #fff !important;
}


.post-share{
    clear: both;
    padding: 25px 0 0 0;
    position: relative;
    bottom: -5px;
    right: 0;
}

.post-share ul{
    letter-spacing: -.40em;
    text-align: right;
}

.post-share li{
    width: 35px;
    box-sizing: border-box;
    margin: 0 0 0 15px;
    display: inline-block;
}

.post-share li img{
    width: 35px;
}

.post-share li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    transition: background .1s ease .0s;
}





}


