@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;}
img{max-width: 100%;}
a {color:#747474;text-decoration:none;-webkit-touch-callout:none;outline:none;}
a:link{color:#747474;}
a:visited{color:#0ABFBF;}
a:hover{color:#0ABFBF;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:middle; border-style:none;//IE8}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.dn{display: none;}
.vh{visibility: hidden;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{filter: alpha(opacity=40);opacity: 0.4;}
.forPc{display:block;}
.forSp{display:none;}
.bracket {text-indent: -0.5em;display: inline-block;}
.pcBr{display: inline}
.spBr{display: none}
/* Common
 * --------------------------------------------------------*/
body {
  letter-spacing: 0em;
  font:normal 18px/2.2em "YuGothic", "Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

/* header */
header {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 30px 0;
}
header .yodogawa {
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.075em;
  position: relative;
  padding: 30px 0 0 20px;
}
header .dokonoko {
  position: absolute;
  bottom: -8px;
}


.wrapper {
  width: 945px;
  margin: 0 auto;
}
.wrapL {
  padding-top: 10px;
}
.cap {
  font-size: 13px;
  line-height: 1.6em;
  box-sizing:border-box;
  padding: 20px 0 0 20px;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
}

#movie {
  width: 600px;
  height: 338px;
}
.hoverMov:hover {filter: alpha(opacity=80);opacity: 0.8;}

#news {
  width: 580px;
  margin: 25px auto 35px auto;
  position: relative;
  background: #FFF;
  border-radius: 150px;
  box-sizing:border-box;
  padding: 5px 14px;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  vertical-align: middle;
  word-wrap: break-word;
  word-break : break-all;
}
#news .news_ttl {
  position: absolute;
}
#news:before {
  content:" ";
  display:inline-block;
  width:40px;
  height:41px;
  background:url(../images/20160605/news.png);
  background-repeat: no-repeat;
  background-size:contain;
  padding-right: 15px;
  vertical-align: middle;
}

#news .news_txt {
  display: inline-block;
  width: 480px;
}

#textliveBox {
  box-sizing:border-box;
  background: #FFF;
  border-radius: 15px;
  margin-bottom: 20px;
}

.tlive_up{
  background: #FF8100;
  border-radius: 15px 15px 0 0;
  position: relative;
  padding: 0 0 20px 0;
  margin-top: 60px;
}

.tlive_up .tlive_ttl {
  display: inline-block;
  margin-top: -30px;
  padding-left: 10px;
}

.tlive_up .btn_report {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}


#textliveBox .post {
  width: 580px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 3px #FFEB32 solid;
}

/* テキ中 */
#textliveArea .textlive_posts,
#textliveArea .timemachine {
  font-family: "YuGothic", "Yu Gothic","游ゴシック", sans-serif;
}
#textliveArea .textlive_posts{
  width: inherit;
  margin: 0 auto;
}
#textliveArea h5 {
  margin: 5px 0 10px -12px;
  max-width: 218px;
  min-width: 110px;
  position: relative;
  line-height: 1.57;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px 12px 12px;
  text-align: left;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #FFEB32;
}
#textliveArea h5:after {
  content: "";
  position: absolute;
  top: 50%; right: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #FFEB32;
}
#textliveArea h5.tlive_tobichi:after {
  border-color: transparent transparent transparent #96DCDC;
}
#textliveArea h5.tlive_tobichi {
  background-color:#96DCDC;
}
#textliveArea h5 img {
  top: 0;
}
#textliveArea .textlive_body {
  max-width: 300px;
}
#textliveArea .currentContents {
  width: 580px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 3px #FFEB32 solid;
  position: relative;
}
#textliveArea .textlive_imgs {
  width: 250px;
  overflow: hidden;
}
#textliveArea .textlive_imgs a{
  width: 250px;
  height: 250px;
  overflow: hidden;
  top: -4px;
}
#textliveArea .textlive_date {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 11px;
  padding-bottom: 10px;
}
#textliveArea h5 > span {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.04em;
  color: #000;
}
#textliveArea .ftBtnWrap {
  width: auto;
}
#textliveArea .textlive_footer{
  width: 560px;
  margin: 0 auto;
}


#app_demo #iPhone {
  position: relative;
  width: 302px;
  height: 615px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size:302px 615px;
  background-image: url(../images/20160605/iphone.png);
}
#app_demo #i_inner {
  width: 266px;
  height: 386px;
  /*overflow: scroll;*/
  overflow: hidden;
  position: absolute;
  top: 118px;
  left: 16px;
}
#iPhone img{
  border: 0.5px #FFF solid;
  border-radius: 10px;
}

#banner01 {
  text-align: center;
  padding: 20px 0 30px 0;
}
#banner01 .cap {
  text-align: left;
}
#banner01 a{
  border-radius: 64px;
  background: #fff6a2;
  display: inline-block;
}
#banner01 img {
  box-shadow:5px 10px 34px -3px rgba(0,0,0,0.3);
  -moz-box-shadow:5px 10px 34px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow:5px 10px 34px -3px rgba(0,0,0,0.3);
  border-radius: 64px;
}
.banner {
  box-sizing:border-box;
  padding-bottom: 15px;
}
.banner a{
  background: #fff6a2;
  border-radius: 15px;
  display: inline-block;
}

#campaign {
  padding: 30px 0 50px 0;
}

footer {
  text-align: center;
  padding: 30px 0;
}
footer li {
  padding: 0 10px;
}
footer .copy {
  font-size: 11px;
  text-align: center;
  padding: 50px 0;
  letter-spacing: 0.05em;
  font-family: Arial, Helvetica, sans-serif;
}

/* dokonoko_textlive.html */
#textliveArea .more {
  text-align: center;
  padding: 0 0 30px 0;
}

/* dokonoko_textlive.html */
#tlive_detail header{
text-align: center;
}
#tlive_detail .wrapper{
  width: 750px;
  border-radius: 15px 15px;
}
#tlive_detail .tlive_up {
  margin-top: 20px;
}
#tlive_detail .tlive_up .btn_report {
  right: 22px;
  top: 22px;
}
.btn_index{
  text-align: center;
  padding: 20px 0 30px 0;
}

.btn_dokonokojp{
  text-align: center;
  padding: 20px 0 30px 0;
}

#tlive_detail .textlive_imgs {
  padding-left: 60px;
}
#tlive_detail #textliveArea .currentContents {
  width: 710px;
  margin: 0 auto;
}
#tlive_detail #textliveArea .ftBtnWrap {
  width: 500px;
}
#textliveArea h5:after {
  background: none;
}

/* howto.html */
#mail_explain {
  display: table;
  margin: 0 auto;
  line-height: 1.89;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 40px;
  border-bottom: 3px #FFEB32 solid;
}
#mail_explain h2 {
  font-size:24px;
  line-height:2em;
  padding-bottom: 10px;
}
#mail_explain .register {
  font-size:24px;
  line-height:2em;
  display:block;
}
#mail_explain a{ color: #FF8100;}
#mail_explain a:hover, a.selected, a:link{ color: #fcb266;}

/* campaign.html */
#campaign {
  display: table;
  margin: 0 auto;
  line-height: 1.89;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 30px 40px;
  border-bottom: 3px #FFEB32 solid;
}
#campaign h2 {
  font-size:24px;
  line-height:1.4em;
  padding-bottom: 20px;
}
#campaign p {
  padding-bottom: 15px;
}
#campaign .yousuruni {
  font-size: 18px;
  letter-spacing: 0.05em;
}
#campaign a{ color: #FF8100;}
#campaign a:hover, a.selected, a:link{ color: #fcb266;}


/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
  body {width: 95%;margin: 0 auto;}
  img{max-width:100%;height:auto;}
  .hoverOp:hover{filter: alpha(opacity=100);opacity: 100;}
  .wrapper{width: 100%;}
  .fl,.fr {float: none;}
  .forPc{display:none;}
  .forSp{display:block;}
  .pcBr{display: none}
  .spBr{display: inline}
  .bracket {text-indent: -0.5em;display: inline;}
  header {
    width: 100%;
    padding: 20px 0 10px 0;
  }
  header .dokonoko {
    position: relative;
    bottom:inherit;
    display: table;
    margin: 0 auto;
    padding-right: 32px;
  }
  #douga {
    width: 100%;
  }
  #news {
    width: 100%;
    box-sizing: border-box;
    padding:5px 0 0 0;
    border-radius: 15px;
  }
  #news:before {
    display: table;
    padding: 5px 0 5px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #news .news_txt {
    width: 90%;
    display: table;
    margin: 0 auto;
    padding: 5px 0 10px 0;
  }
  #movie {
    margin: 10px auto 20px auto;
    width: 95%;
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
    }

  #movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

  .tlive_up {
    padding: 0 0 10px 0;
  }
  .tlive_up .tlive_ttl {
    padding-left: 0;
  }
  #textliveArea .textlive_date {
     padding : 0;
  }
  #textliveArea .textlive_text {
      padding-left: 0;
  }
  .tlive_up .btn_report {
    display: inline-block;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 0 auto;
    display: table;
    padding-top: 15px;
  }
  .tlive_up .btn_report img {
    width: 260px;
  }
  #textliveArea .currentContents{
    width: 90%;
  }
  #textliveArea h5 {
    margin: 5px 0 10px -12px;
    max-width: 230px;
  }
  #textliveArea .btn_prev {
    width: 30%;
  }
  #textliveArea .btn_next {
    width: 30%;
  }
  #textliveArea .textlive_footer {
    width: 100%;
  }
  #textliveArea .ftBtnWrap {
    width: 96%;
  }
  #textliveArea .btn_reload{
    padding: 0 10px;
    text-align: center;
    /*
    position: absolute;
    width: 90%;
    */
  }
  .cap {
    display: table;
    margin: 0 auto;
  }
  .wrapR {
    text-align: center;
  }
  #app_demo {
    display: none;
  }
  footer {
    width: 100%;
    padding: 20px 0 0 0;
  }
  footer li{
    display: inline-block;
  }
  footer #btn_fb{
    padding-top: 15px;
  }
  footer .copy {
    font-size: 9px;
    padding: 30px 0 30px 0;
  }

  .btn_index img{
    width: 60%;
  }

 .btn_dokonokojp img{
    width: 80%;
  }  
  
  /* dokonoko_textlive.html */
  #tlive_detail .wrapper{
    width: 100%;
  }
  #tlive_detail .tlive_up .btn_report {
    right: inherit;
    top: inherit;
  }
  #tlive_detail #textliveArea .currentContents {
    width: 95%;
  }
  #tlive_detail #textliveArea .ftBtnWrap {
    width: 100%;
    padding-top: 15px;
    position: relative;
  }
  #tlive_detail .textlive_imgs {
    padding-left: 0;
  }
  #textliveArea .ftBtn .btn_asc {
    margin-top: 60px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #textliveArea .ftBtn.btn_asc img {
    width: 50%;
  }

  /* howto.html */
  #mail_explain {
    width: 90%;
    padding: 20px 0;
  }
  #mail_explain h2 {
    text-align: center;
  }
  #mail_explain .register {
    font-size: 20px;
  }

  /* campaign.html */
  #campaign {
    width: 90%;
    padding: 20px 0;
  }

  /* [defult] slider */
  .slick-slider {
    position: relative;
    outline: none;
    display: block;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    -webkit-touch-callout: none;
  }
  .slick-list {
    position: relative;
    outline : none;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    outline : none;
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  .slick-track {
    outline : none;
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: '';
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir='rtl'] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: inline-block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  /* Dots */
  .slick-dots {
    position: relative;
    display: block;
    width: 100%;
    bottom: 10px;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border-radius: 15px;
    text-indent: -9999px;
    border: 0;
    outline: none;
    background: #BBB;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
    opacity: .6;
  }
  .slick-dots li.slick-active button{
    background: #000;
  }

}

@media only screen and (max-width: 321px) {
  #textliveArea h5 {
    max-width: 200px;
  }
}
