@charset "utf-8";
/* CSS Document */

/*
================================================================================================================
 html・bodyエリア（縦横・背景色・テキストカラーの指定）
================================================================================================================
*/
html {}
body {background-color:#FFFFFF; color: #000000;}

/*
==========================================================================
コンテンツ領域(中央カラム)
==========================================================================
*/
#contents_all {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20px 0;
}
.contents_box {
  position: relative;
  width: 100%;
  height: auto;
  padding:0px;
  margin-bottom: 0px;
  border-radius: 0px;
}
.contents_box img {width: 100%;}

.contents_title, .contents_title_long {
  width: calc(100% - 20px);
  height: 52px;
  padding: 6px 4px 4px 4px;
  margin: 0px auto 20px auto;
  border-radius: 0px;
}
.contents_01 {
  width: calc(100% - 50px);
  height: auto;
  min-height: 5vh;
  padding: 8px;
  margin: 14px auto 22px auto;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
.contents_02 {
  width: calc(100% - 20px);
  height: auto;
  min-height: 5vh;
  padding: 8px;
  margin: 14px auto 22px auto;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
.contents_info {
  width: auto;
  height: auto;
  padding: 10px;
  margin: 0 0 10px 0;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
.contents_info_title {
  font-weight: bold;
  width: auto;
  height: auto;
  padding: 10px;
  margin: 0 0 20px 0;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  #contents_all {
    position: relative;
    width: 100%;
    /*min-width:320px;*/
    height: auto;
    margin: 20px auto 0 auto;
    padding: 0px;
  }
.contents_box {
  position: relative;
  width: 100%;
  height: auto;
  padding:0px;
  margin-bottom: 0px;
  border-radius: 0px;
}
.contents_box img {width: 100%;}
  .contents_title {
    height: 52px;
    width: calc(100% - 20px);
    margin: 0px auto 20px auto;
  }
  .contents_01 {
    width: calc(100% - 45px);
    height: auto;
    min-height: 5vh;
    padding: 5px;
    margin: 10px auto 20px auto;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
  }
  .contents_02 {
    width: calc(100% - 45px);
    height: auto;
    min-height: 5vh;
    padding: 5px;
    margin: 10px auto 20px auto;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
  }
}
#contents_all img, .contents_box img, .contents_01 img, .contents_02 img {
  width: 100%;
}
/*
================================================================================================================
 背景指定
================================================================================================================
*/
#bg01 {
  width:100%;
  height:auto;
  top: 0px;
  bottom:0;
  margin:0px auto;
  padding:0 0 20px 0;
  position: fixed;
  background: url(../images/common/loop_bg01.jpg) repeat-y top center fixed;
  background-size: 100%;
  z-index:2;
  position: relative;
}

/*
================================================================================================================
 コンテンツエリア（新規で変更・追加がある場合）
================================================================================================================
*/
/* コンテンツ内全体 */
.overall_elia {
  width:100%;
  max-width:1300px;
  /*min-width: 980px;*/
  height:100%;
  min-height:100px;
  background-color:rgba(255,255,255,1.00);
  color: #000000;
  position: relative;
  padding:0 0 0px 0;
  margin:0px auto;
  z-index:1;
}
#container {
  width:100%;
  height:auto;
  top:0;
  margin:0px;
  position: relative;
  padding:0px 0 0px 0;
  background-color:rgba(253,211,252,1.00);
}
.news_text_01 {
  width: calc(100% - 50px);
  height: auto;
  padding: 8px;
  margin: 15px auto 15px auto;
  border-radius: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  border-bottom:dashed 1px #333;
    text-shadow:0px 1px 1px #ADADAD ;
}
.news_text_01 .top_date {
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin: 0 0 0 0px;
  color:#3a63c2!important;
}

.image_01 {
  width: calc(100% - 30px);
  height: auto;
  padding: 0;
  margin: 15px auto 15px auto;
  border-radius: 16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
  text-align: center;
}
.image_01 img {
  width: calc(100% - 0px);
  height: auto;
  padding: 0px;
  margin: 0px;
  border-radius: 16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
  text-align: center;
  border: 1px solid rgba(0,77,153,0.00);
}

.image_02 {
  width: calc(100% / 2 - 30px);
  height: auto;
  padding: 0;
  margin: 15px auto 15px auto;
  border-radius: 16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
  text-align: center;
}
.image_02 img {
  width: calc(100% - 0px);
  height: auto;
  padding: 0px;
  margin: 0px;
  border-radius: 16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
  text-align: center;
  border: 1px solid rgba(0,77,153,0.00);
}

 .twitter_01 {
  width: calc(100% - 5px);
  height: 400px;
  overflow:hidden;
  padding: 0;
  margin: 5px auto 5px auto;
  border-radius: 0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
  text-align: center;
}
.scroll_01{
  width: calc(100% - 5px);
  height: 400px;
  overflow:hidden;
  overflow-y:scroll;
  padding: 0;
  margin: 5px auto 5px auto;
  border-radius: 0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
  text-align: center;
}

.top_box {
  position: relative;
  width: 90%;
  height: auto;
  padding:0px;
  margin: 0px auto 100px auto;
  border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
  background-color:rgba(255,255,255,0.00);
}
.top_box img {width: 100%;}
.top_title {
  position: relative;
  width: 100%;
  height: auto;
  padding:10px 0px 10px 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: rgba(255,255,255,1.00);
  border-radius: 6px ;
  border:solid 2px rgba(0,77,153,1.00);
  background-color:rgba(253,102,153,1.00);
  background-image:url("../images/common/waku01_title_obi_L.png"), url("../images/common/waku01_title_obi_R.png"), url("../images/common/waku01_title_obi.png");
  background-position: center left, center right, center center;
  background-repeat:no-repeat, no-repeat, repeat-y;
  background-size:24%, 24%, 100%;
}

.comments_box{
    position:relative;
    width:100%;
    height:auto;
  min-height: 20px;
  background-image: url("../special/images/chara_obi_01.png"), url("../special/images/chara_obi_02.png");
  background-position: top right 20px, bottom right;
  background-repeat:no-repeat, no-repeat;
  background-size: 16%, 10vw;
  border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
  padding: 5% 20px 5% 20px;
  margin-top: 30px;
}
/* 吹き出しのCSS  */
.arrow_box{
    position:relative;
    width:80%;
    height:auto;
    background:#FFFFFF;
    padding:20px;
    text-align:left;
    border:3px solid #ff6699;
    color:#990033;
    font-size:18px;
  line-height: 28px;
    font-weight:bold;
    border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    text-shadow:0px 1px 1px #ADADAD ;
  margin: 10px 0 0px 10px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:60%;
  visibility:visible!important;
}
.arrow_box:after{
    border-color: rgba(247, 221, 51, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -8px;
    border-left-color:#FFFFFF;
}

.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:60%;
}
.arrow_box:before{
    border-color: rgba(30, 144, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -10px;
    margin-left: 2px;
    border-left-color:#ff6699;
}
/* 吹き出しのCSS終わり  */



@media screen and (min-width:600px) and (max-width:899px) {
#container {
  width:100%;
  height:auto;
  margin:0px auto;
  position: relative;
  padding:0px 0 0px 0;
}
.text_01 {
  width: calc(100% - 10px);
  height: auto;
  padding: 8px;
  margin: 10px auto 10px auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
}

.news_text_01 {
  width: calc(100% - 10px);
  height: auto;
  padding: 8px;
  margin: 10px auto 10px auto;
  border-radius: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  border-bottom:dashed 1px #333;
    text-shadow:0px 1px 1px #ADADAD ;
}
.news_text_01 .top_date {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 0 0px;
  color:#3a63c2!important;
}

.image_01 {
  width: calc(100% - 20px);
  height: auto;
  padding: 0;
  margin: 10px auto 10px auto;
  border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
  text-align: center;
}
.image_01 img {
  width: calc(100% - 0px);
  height: auto;
  padding: 0px;
  margin: 0px;
  border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
  text-align: center;
  border: 1px solid rgba(0,77,153,0.00);
}

.top_box {
  position: relative;
  width: 90%;
  height: auto;
  padding:0px;
  margin: 0px auto 15vw auto;
  border-radius: 8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
  background-color:rgba(255,255,255,0.00);
}
.top_box img {width: 100%;}
.top_title {
  position: relative;
  width: 100%;
  height: auto;
  padding:10px 0px 10px 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: rgba(255,255,255,1.00);
  border-radius: 6px ;
  border:solid 2px rgba(0,77,153,1.00);
  background-color:rgba(253,102,153,1.00);
  background-image:url("../images/common/waku01_title_obi_L.png"), url("../images/common/waku01_title_obi_R.png"), url("../images/common/waku01_title_obi.png");
  background-position: center left, center right, center center;
  background-repeat:no-repeat, no-repeat, repeat-y;
  background-size:24%, 24%, 100%;
}

.comments_box{
    position:relative;
    width:100%;
    height:auto;
  min-height: 20vw;
  background-image: url("../special/images/chara_obi_01.png"), url("../special/images/chara_obi_02.png");
  background-position: top right 3vw, bottom right;
  background-repeat:no-repeat, no-repeat;
  background-size: 20vw, 14vw;
  border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
  padding: 5vw 15px 15px 15px;
  margin-top: 30px;
}
/* 吹き出しのCSS  */
.arrow_box{
    position:relative;
    width:calc(100% - 23vw);
    height:auto;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border:3px solid #ff6699;
    color:#990033;
    font-size:16px;
  line-height: 24px;
    font-weight:bold;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    text-shadow:0px 1px 1px #ADADAD ;
  margin: 10px 0 0px 0px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:60%;
  visibility:visible!important;
}
.arrow_box:after{
    border-color: rgba(247, 221, 51, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -8px;
    border-left-color:#FFFFFF;
}

.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:60%;
}
.arrow_box:before{
    border-color: rgba(30, 144, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -10px;
    margin-left: 2px;
    border-left-color:#ff6699;
}
/* 吹き出しのCSS終わり  */
}

@media screen and (max-width:599px) {
#container {
  width:100%;
  height:auto;
  margin:0px auto;
  position: relative;
  padding:0px 0 0px 0;
}

.news_text_01 {
  width: calc(100% - 10px);
  height: auto;
  padding: 8px;
  margin: 5px auto 5px auto;
  border-radius: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-align: left;
  border-bottom:dashed 1px #333;
    text-shadow:0px 1px 1px #ADADAD ;
}
.news_text_01 .top_date {
  position: relative;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  margin: 0 0 0 0px;
  color:#3a63c2!important;
}

.image_01 {
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 5px auto 5px auto;
  border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
  text-align: center;
}
.image_01 img {
  width: calc(100% - 0px);
  height: auto;
  padding: 0px;
  margin: 0px;
  border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
  text-align: center;
  border: 1px solid rgba(0,77,153,0.00);
}

.top_box {
  position: relative;
  width: 90%;
  height: auto;
  padding:0px;
  margin: 0px auto 15vw auto;
  border-radius: 8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
  background-color:rgba(255,255,255,0.00);
}
.top_box img {width: 100%;}
.top_title {
  position: relative;
  width: 100%;
  height: auto;
  padding:10px 0px 10px 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: rgba(255,255,255,1.00);
  border-radius: 6px;
  border:solid 2px rgba(0,77,153,1.00);
  background-color:rgba(253,102,153,1.00);
  background-image:url("../images/common/waku01_title_obi_L.png"), url("../images/common/waku01_title_obi_R.png"), url("../images/common/waku01_title_obi.png");
  background-position: center left, center right, center center;
  background-repeat:no-repeat, no-repeat, repeat-y;
  background-size:24%, 24%, 100%;
}

.comments_box{
    position:relative;
    width:100%;
    height:auto;
  min-height: 20vw;
  background-image: url("../special/images/chara_obi_01.png"), url("../special/images/chara_obi_02.png");
  background-position: top right 3vw, bottom right;
  background-repeat:no-repeat, no-repeat;
  background-size: 24vw, 14vw;
  border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
  padding: 0% 10px 10px 10px;
  margin-top: 30px;
}
/* 吹き出しのCSS  */
.arrow_box{
    position:relative;
    width:calc(100% - 27vw);
    height:auto;
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    border:3px solid #ff6699;
    color:#990033;
    font-size:12px;
  line-height: 16px;
    font-weight:bold;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    text-shadow:0px 1px 1px #ADADAD ;
  margin: 10px 0 0px 0px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:60%;
  visibility:visible!important;
}
.arrow_box:after{
    border-color: rgba(247, 221, 51, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -8px;
    border-left-color:#FFFFFF;
}

.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:60%;
}
.arrow_box:before{
    border-color: rgba(30, 144, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:24px;
    border-right-width:24px;
    margin-top: -10px;
    margin-left: 2px;
    border-left-color:#ff6699;
}
/* 吹き出しのCSS終わり  */
}


/* youtube埋込  */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/* morelinkボタン（続きを見る） */
.morelink {
  width: 40%;
  display: block;
  position: relative;
  max-width: 450px;
  margin: 20px auto;
  padding: 0px;
  background: #333;
}
.morelink:hover {
  background: #FCA7FF;
}
.morelink .open_btn img {
  width: 100%;
  border-radius: 6px;
  opacity: 1;
}
.morelink .open_btn:hover {
  cursor: pointer;
  background: #FCA7FF;
  color: #FFF;
}
.morelink .open_btn:hover {
  opacity: 0.4;
}
.morelink .btn_text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-shadow:2px 2px 0 #8d2447, -2px -2px 0 #8d2447,
              -2px 2px 0 #8d2447, 2px -2px 0 #8d2447,
              0px 2px 0 #8d2447,  0-2px 0 #8d2447,
              -2px 0 0 #8d2447, 2px 0 0 #8d2447;
  /*background-color: aqua;*/
  opacity: 1;
  pointer-events: none;
}
@media screen and (min-width:900px) {.morelink {border: 4px solid #333; border-radius: 12px;} .morelink .btn_text {font-size: 26px;}}
@media screen and (max-width:899px) {.morelink {border: 2px solid #333; border-radius: 8px;} .morelink .btn_text {font-size: 3vw;}}


/* jampボタン01（別ページへ） */
.more_link01 {
  width: 60%;
  display: block;
  position: relative;
  max-width: 540px;
  padding: 0px;
  background: #333;
}
@media screen and (min-width:900px) {.more_link01 {margin: 20px auto 40px auto;}}
@media screen and (max-width:899px) {.more_link01 {margin: 20px auto 20px auto;}}
.more_link01:hover {
  background-image:url("../images/common/btn_top02.png");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:100%;
}
.more_link01 .jamp_btn img {
  width: 100%;
  border-radius: 6px;
  opacity: 1;
}
.more_link01 .jamp_btn:hover {
  cursor: pointer;
  background: #FFFF33;
  color: #FFF;
}
.more_link01 .jamp_btn:hover {
  opacity: 0.0;
}
.more_link01 .btn_text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-shadow:2px 2px 0 #8d2447, -2px -2px 0 #8d2447,
              -2px 2px 0 #8d2447, 2px -2px 0 #8d2447,
              0px 2px 0 #8d2447,  0-2px 0 #8d2447,
              -2px 0 0 #8d2447, 2px 0 0 #8d2447;
  /*background-color: aqua;*/
  opacity: 1;
  pointer-events: none;
}
@media screen and (min-width:900px) {.more_link01 {border: 4px solid #333; border-radius: 12px;} .more_link01 .btn_text {font-size: 26px;}}
@media screen and (max-width:899px) {.more_link01 {border: 2px solid #333; border-radius: 8px;} .more_link01 .btn_text {font-size: 3vw;}}


/* jampボタン02（別ページへ） */
.more_link02 {
  width: 30%;
  display: block;
  position: relative;
  max-width: 540px;
  min-width: 140px;
  margin: 20px auto;
  padding: 0px;
  background: #333;
}
.more_link02:hover {
  background-image:url("../images/common/btn_top04.png");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:100%;
}
.more_link02 .jamp_btn img {
  width: 100%;
  border-radius: 6px;
  opacity: 1;
}
.more_link02 .jamp_btn:hover {
  cursor: pointer;
  background: #FFFF33;
  color: #FFF;
}
.more_link02 .jamp_btn:hover {
  opacity: 0.0;
}
.more_link02 .btn_text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-shadow:2px 2px 0 #8d2447, -2px -2px 0 #8d2447,
              -2px 2px 0 #8d2447, 2px -2px 0 #8d2447,
              0px 2px 0 #8d2447,  0-2px 0 #8d2447,
              -2px 0 0 #8d2447, 2px 0 0 #8d2447;
  /*background-color: aqua;*/
  opacity: 1;
  pointer-events: none;
}
@media screen and (min-width:900px) {.more_link02 {border: 4px solid #333; border-radius: 12px;} .more_link02 .btn_text {font-size: 22px;}}
@media screen and (max-width:899px) {.more_link02 {border: 2px solid #333; border-radius: 8px; margin: 10px auto;} .more_link02 .btn_text {font-size: 2vw;}}


/*
================================================================================================================
 トップへ戻る
================================================================================================================
*/
@media screen and (min-width:900px) {
#page-top_special {
  position:fixed;
  bottom:30px;
  right:20px;
  font-size:12px;
  z-index:9999;
  display:none;
}
#page-top_special span {
  font-size:20px;
}
#page-top_special a {
  background-image: url("../special/images/page_up.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration:none;
  color:#FFF;
  width:120px;
  padding:0;
  text-align:center;
  line-height:0;
  display:block;
  border-radius:60px;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
}
#page-top_special a img{ width:100%!important;}
  
#page-top_special a:hover {
  background-image: url("../special/images/page_up_hover.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration:none;
  background-color:rgba(249,218,248,0.00);
  color:#E853FC;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

}
@media screen and (max-width:899px) {
#page-top_special {
  position:fixed;
  bottom:10px;
  right:10px;
  font-size:10px;
  z-index:9999;
  display:none;
}
#page-top_special span {
  font-size:16px;
}
#page-top_special a {
  background-image: url("../special/images/page_up.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration:none;
  color:#FFF;
  width:80px;
  padding:0;
  text-align:center;
  line-height:0;
  display:block;
  border-radius:40px;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
}
#page-top_special a img{ width:100%!important;}
  
#page-top_special a:hover {
  background-image: url("../special/images/page_up_hover.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration:none;
  background-color:rgba(249,218,248,0.00);
  color:#E853FC;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
}

/*
================================================================================================================
スライダー
================================================================================================================
*/
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.slider{
    margin: 3vw 1%;
    width: 98%;
}
.slider img{
  height: auto;
  width: 100%;
    border-radius:0px;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}

@media only screen and (min-width: 800px) {
.flex_chara{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
}