@charset "UTF-8";
/* cutiehoney-u special site CSS (main.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
html, body {
  width: 100%;
  height: 100%;
  color: #fff;
  letter-spacing: .1px;
  font-size: 12px;
  line-height: 1.65;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  -webkit-text-size-adjust: 100%;
  background: #000;
}

.clearfix:before, header nav .main_menu:before, .main_wrapper:before, #content_character .chara_thumb ul:before, #content_cast .box_cast_inner dl:before, #content_cast .box_staff_inner dl:before, #content_story .story_wrap .sy_img:before, #content_product .product_wrap .product_detail .product_cf:before, #content_special #playlist:before, footer .staff_list dl:before, .clearfix:after, header nav .main_menu:after, .main_wrapper:after, #content_character .chara_thumb ul:after, #content_cast .box_cast_inner dl:after, #content_cast .box_staff_inner dl:after, #content_story .story_wrap .sy_img:after, #content_product .product_wrap .product_detail .product_cf:after, #content_special #playlist:after, footer .staff_list dl:after {
  content: "";
  display: table;
}
.clearfix:after, header nav .main_menu:after, .main_wrapper:after, #content_character .chara_thumb ul:after, #content_cast .box_cast_inner dl:after, #content_cast .box_staff_inner dl:after, #content_story .story_wrap .sy_img:after, #content_product .product_wrap .product_detail .product_cf:after, #content_special #playlist:after, footer .staff_list dl:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.wrapper {
  position: relative;
  width: 860px;
  max-width: 860px;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

#content_area {
  padding-top: 656px;
  position: relative;
}
#content_area .link0829 {
  display: block;
  position: absolute;
  width: 365px;
  top: 477px;
  left: 50%;
  background: #fff;
  opacity: 0;
  height: 120px;
  margin-left: 50px;
}
#content_area .content_area_inner {
  background: #ff1c6e;
  position: relative;
}
#content_area .content_area_inner .bnr_housou {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -533px;
  z-index: 10;
}
#content_area .content_area_inner .bnr_housou:hover {
  opacity: .9;
  transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
}
#content_area .content_area_inner .bnr_illust {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  z-index: 10;
  margin-left: -433px;
  top: -10px;
  left: 50%;
}
#content_area .content_area_inner .bnr_illust:hover {
  opacity: .9;
  transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
}

.no_pc {
  display: none;
}

.no_sp {
  display: inline;
}

/* ============================================
 header
============================================ */
header {
  position: fixed;
  top: 0;
  background: transparent;
  margin-bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 110;
}
header .sp_nav {
  display: none;
}
header .pc_nav {
  display: block;
}
header .main_wrapper {
  z-index: 10;
}
header .main_wrapper .wrapper {
  width: 940px;
  max-width: 950px;
  padding-top: 3px;
}
header .header_logo {
  float: left;
  margin-left: 4px;
}
header nav {
  float: left;
  margin-left: 5px;
  width: 800px;
}
header nav .main_menu .main_menu_child {
  float: left;
  height: 67px;
}
header nav .main_menu .menu {
  position: relative;
}
header nav .main_menu .menu .menu_bg {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
header nav .main_menu .menu img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  width: auto;
}
header nav .main_menu .menu a {
  position: relative;
  display: block;
}
header nav .main_menu .menu:hover .menu_bg {
  opacity: 1;
}
header nav .main_menu .menu:hover img {
  opacity: 1;
}
header nav .main_menu .menu_news {
  width: 67px;
  background: url("../images/nav/menu_news.png?a") no-repeat;
}
header nav .main_menu .menu_intro {
  width: 138px;
  background: url("../images/nav/menu_intro.png?a") no-repeat;
}
header nav .main_menu .menu_character {
  width: 127px;
  background: url("../images/nav/menu_character.png?a") no-repeat;
}
header nav .main_menu .menu_cast {
  width: 122px;
  background: url("../images/nav/menu_cast.png?a") no-repeat;
}
header nav .main_menu .menu_story {
  width: 74px;
  background: url("../images/nav/menu_story.png?a") no-repeat;
  margin-left: -3px;
}
header nav .main_menu .menu_product {
  width: 106px;
  background: url("../images/nav/menu_product.png?a") no-repeat;
  margin-left: -3px;
}
header nav .main_menu .menu_special {
  width: 85px;
  background: url("../images/nav/menu_special.png?a") no-repeat;
  margin-left: -6px;
}
header nav .main_menu .menu_special .menu_bg {
  background: rgba(255, 114, 165, 0.75);
}
header nav .main_menu .menu_housou {
  width: 72px;
  background: url("../images/nav/menu_housou.png") no-repeat;
}
header nav .main_menu .dropdown {
  position: relative;
}
header nav .main_menu .dropdown:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
header nav .main_menu .dropdown_menu {
  list-style: none;
  position: absolute;
  background: rgba(255, 114, 165, 0.75);
  z-index: 9999;
  left: 0;
  margin: 0;
  padding: 3px 2px 3px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 100%;
  opacity: 0;
  top: 60%;
  visibility: hidden;
}
header nav .main_menu .dropdown_menu li {
  position: relative;
  margin: 0px auto;
  padding: 3px;
  width: 100%;
}
header nav .main_menu .dropdown_menu li a {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  line-height: 20px;
  padding: 0 0 3px;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header nav .main_menu .dropdown_menu li a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: yellow;
  text-decoration: none;
}
header .before_shape {
  position: absolute;
  background: url(../images/img_header-shape_b.png) no-repeat;
  top: -140px;
  width: 1653px;
  height: 253px;
  left: 0;
  margin-left: -18%;
}
header .after_shape {
  position: absolute;
  background: url(../images/img_header-shape_r.png) no-repeat;
  top: -186px;
  right: 0;
  margin-right: -34%;
  width: 100%;
  height: 416px;
}
header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -2000px;
  width: 40000px;
  height: 1850px;
  background: #000;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-2.7deg);
  -ms-transform: rotate(-2.7deg);
  transform: rotate(-2.7deg);
  z-index: -1;
}
header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2000px;
  width: 4000px;
  height: 304px;
  background: #ff1c6e;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(7.8deg);
  -ms-transform: rotate(7.8deg);
  transform: rotate(7.8deg);
  z-index: -1;
}
header .before_dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  max-width: 220px;
}
header .after_dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  max-width: 270px;
}
header .bnr_housou {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  position: absolute;
  width: 95px;
  top: 73px;
  left: 50%;
  margin-left: -481px;
  z-index: 10;
}
header .bnr_housou:hover {
  opacity: .9;
  transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
}
header .bnr_illust {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  position: absolute;
  width: 70px;
  top: 103px;
  left: 50%;
  margin-left: -388px;
  z-index: 10;
}
header .bnr_illust:hover {
  opacity: .9;
  transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
}

.main_wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  width: 960px;
  height: 100%;
}

#bg_area {
  position: fixed;
  overflow: hidden;
  background: #fff;
  height: 656px;
  width: 100%;
  background: url("../images/img_bg0420.jpg") no-repeat center;
  background-size: cover;
}
#bg_area .wrapper {
  height: 100%;
}
#bg_area .img_top_honey02 {
  position: absolute;
  left: -16.6%;
  bottom: -211px;
}
#bg_area .img_top_honey {
  position: absolute;
  right: -30%;
  bottom: -135px;
}
#bg_area .txt_top {
  position: absolute;
  bottom: 206px;
  left: 50%;
  margin-left: 17px;
}
#bg_area .btn_top {
  position: absolute;
  bottom: 61px;
  left: 50%;
  margin-left: 46px;
}
#bg_area .img_top_chara {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -484px;
}

#main_img {
  display: none;
}

.btn_top_sp {
  display: none;
}

/* ============================================
 contents
============================================ */
section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section .before_dots {
  position: absolute;
  top: -400px;
  right: 50%;
  width: 1400px;
  max-width: none;
}
section .after_dots {
  position: absolute;
  bottom: -400px;
  left: 50%;
  width: 1400px;
  max-width: none;
  /*    -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: rotate(7.5deg);
      -ms-transform: rotate(7.5deg);
      transform: rotate(7.5deg);
      z-index: 1;
      */
}
section h2 {
  text-align: center;
  position: relative;
  padding: 60px 0;
}
section .wrapper {
  position: relative;
  z-index: 1;
}

/* ============
 NEWS
===============*/
#content_news {
  background: #ff1c6e;
  padding-bottom: 90px;
}
#content_news h3 {
  font-size: 20px;
  font-size: 1.6666666667rem;
  margin-bottom: 1.6rem;
  position: relative;
}
#content_news h3 span {
  background: #ff1c6e;
  display: inline-block;
  position: relative;
  padding-right: .7rem;
}
#content_news h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 0;
  top: 1.3rem;
  background-color: #fff;
  vertical-align: middle;
}
#content_news #news {
  padding: 0 35px 35px 0;
  float: left;
  width: 70%;
  /*ボックス全体*/
  /*ラベル*/
  /*アイコンを表示*/
  /*ラベルホバー時*/
  /*チェックは隠す*/
  /*中身を非表示にしておく*/
  /*クリックで中身表示*/
  /*アイコンを入れ替える*/
}
#content_news #news .news_list {
  padding: 10px 20px 10px;
  height: 420px;
  overflow-y: scroll;
  border-radius: 5px;
  background: #ff4589;
}
#content_news #news .news_list ul li {
  font-size: 16px;
  font-size: 1.3333333333rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px dashed #fff;
}
#content_news #news .news_list ul li:first-child {
  padding-top: 0;
}
#content_news #news .news_list ul li h4 {
  color: #fae48c;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.6666666667rem;
}
#content_news #news .news_list ul li h4 span {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#content_news #news .news_list ul li h4 a {
  color: #fae48c;
  text-decoration: underline;
}
#content_news #news .news_list ul li h4 a:hover {
  text-decoration: none;
}
#content_news #news .news_list ul li p a {
  color: #fff;
  text-decoration: underline;
}
#content_news #news .news_list ul li p a:hover {
  text-decoration: none;
}
#content_news #news .news_list ul li p br {
  line-height: 1.2;
}
#content_news #news .news_list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#content_news #news .accbox {
  margin: 0;
  padding: 0;
}
#content_news #news .accbox .accbox_child {
  border-bottom: 1px dashed #fff;
  margin-bottom: 10px;
}
#content_news #news .accbox .accbox_child:first-child {
  padding-top: 0;
}
#content_news #news .accbox .accbox_child:last-child {
  border-bottom: none;
}
#content_news #news .accbox label {
  position: relative;
  display: block;
  padding: 0 45px 10px 0;
  color: #fae48c;
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.6666666667rem;
  cursor: pointer;
  transition: all 0.5s;
}
#content_news #news .accbox label a {
  color: #fae48c;
  text-decoration: underline;
}
#content_news #news .accbox label a:hover {
  text-decoration: none;
}
#content_news #news .accbox label span {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#content_news #news .accbox label .fa-plus-circle {
  opacity: 1;
}
#content_news #news .accbox label .fa-minus-circle {
  opacity: 0;
}
#content_news #news .accbox label i {
  text-align: right;
  position: absolute;
  font-size: 22px;
  font-size: 1.8333333333rem;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 30px;
}
#content_news #news .accbox input {
  display: none;
}
#content_news #news .accbox .accshow {
  font-size: 16px;
  font-size: 1.3333333333rem;
  transform: translateY(-8px);
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
#content_news #news .accbox .accshow a, #content_news #news .accbox .accshow img {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#content_news #news .accbox .accshow a:hover, #content_news #news .accbox .accshow img:hover {
  text-decoration: none;
  opacity: .8;
}
#content_news #news .accbox .accshow br {
  line-height: 1.2;
}
#content_news #news .cssacc:checked + label + .accshow {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
#content_news #news .accbox .accshow p {
  margin: 15px 10px;
}
#content_news #news .cssacc:checked + label .fa-plus-circle {
  opacity: 0;
}
#content_news #news .cssacc:checked + label .fa-minus-circle {
  opacity: 1;
}
#content_news #twitter_timeline {
  padding: 0 0 35px;
  float: left;
  width: 30%;
}
#content_news #twitter_timeline .sns_link {
  position: relative;
  z-index: 100;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
#content_news #twitter_timeline .sns_link li {
  width: 40px;
  display: inline-block;
  margin: 0 10px;
}

/* ============
 INTRODUCTION
===============*/
#content_intro {
  background: #39b54a;
  padding-bottom: 90px;
}
#content_intro .catchy {
  text-align: center;
  margin: -35px auto 35px;
}
#content_intro .intro_txt {
  font-size: 22px;
  font-size: 1.8333333333rem;
  letter-spacing: .5px;
  line-height: 2;
  text-align: center;
}
#content_intro .intro_txt span {
  font-weight: bold;
  color: #eaff56;
}
#content_intro .intro_txt strong {
  font-size: 120%;
}

/* ============
 CHARACTER
===============*/
#content_character {
  background: #b200ab;
  padding-bottom: 90px;
}
#content_character .c_cap02 {
  position: absolute;
  top: 450px;
  left: 0px;
}
#content_character .wrapper {
  width: 960px;
  max-width: 960px;
}
#content_character .chara_wrap {
  padding: 25px 0 0;
  background: url(../images/chara/c_bg.jpg);
  background-size: cover;
  width: 960px;
  height: 1095px;
}
#content_character h3 {
  padding: 10px 0 15px 47px;
}
#content_character .chara_thumb ul {
  margin-left: -2px;
}
#content_character .chara_thumb ul li {
  float: left;
  margin-left: 7px;
}
#content_character #slider_wrap {
  padding: 0;
  margin-top: 412px;
}
#content_character #slider_wrap #slider .slider {
  position: relative;
  width: 860px;
  height: 620px;
}
#content_character #slider_wrap #slider .slider .dot_bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
#content_character #slider_wrap #slider .slider .c_txt {
  position: absolute;
  top: 400px;
  left: 59px;
}
#content_character #slider_wrap #slider .slider .c_sp {
  display: none;
}
#content_character .slick-prev, #content_character .slick-next {
  z-index: 100;
  width: 30px;
  margin-top: -35px;
}
#content_character .slick-prev::before, #content_character .slick-next::before {
  font-size: 34px;
  font-size: 2.8333333333rem;
}
#content_character .slick-prev {
  left: 15px;
}
#content_character .slick-next {
  right: 15px;
}
#content_character .slider01 .c_body {
  position: absolute;
  top: 13px;
  right: 90px;
  width: 167px;
}
#content_character .slider01 .c_face01 {
  position: absolute;
  top: 10px;
  left: 301px;
  width: 334px;
}
#content_character .slider01 .c_face02 {
  position: absolute;
  top: 107px;
  left: 59px;
  width: 280px;
}
#content_character .slider02 .c_body {
  position: absolute;
  top: 5px;
  right: 90px;
  width: 243px;
}
#content_character .slider02 .c_face01 {
  position: absolute;
  top: 10px;
  left: 293px;
  width: 331px;
}
#content_character .slider02 .c_face02 {
  position: absolute;
  top: 42px;
  left: 95px;
  width: 183px;
}
#content_character .slider03 .c_body {
  position: absolute;
  top: 7px;
  right: 75px;
  width: 206px;
}
#content_character .slider03 .c_face01 {
  position: absolute;
  top: 37px;
  left: 315px;
  width: 344px;
}
#content_character .slider03 .c_face02 {
  position: absolute;
  top: 91px;
  left: 73px;
  width: 392px;
}
#content_character .slider04 .c_body {
  position: absolute;
  top: 11px;
  right: 110px;
  width: 232px;
}
#content_character .slider04 .c_face01 {
  position: absolute;
  top: 28px;
  left: 292px;
  width: 349px;
}
#content_character .slider04 .c_face02 {
  position: absolute;
  top: 70px;
  left: 30px;
  width: 276px;
}
#content_character .slider04 .c_face-pc {
  position: absolute;
  top: 28px;
  left: 65px;
  width: 534px;
}
#content_character .slider05 .c_body {
  position: absolute;
  top: 8px;
  right: 103px;
  width: 215px;
}
#content_character .slider05 .c_face01 {
  position: absolute;
  top: 71px;
  left: 304px;
  width: 285px;
}
#content_character .slider05 .c_face02 {
  position: absolute;
  top: 56px;
  left: 60px;
}
#content_character .slider05 .c_face-pc {
  position: absolute;
  top: 56px;
  left: 60px;
}
#content_character .slider06 .c_body {
  position: absolute;
  top: 0px;
  right: 103px;
  width: 185px;
}
#content_character .slider06 .c_face01 {
  position: absolute;
  top: 18px;
  left: 254px;
  width: 327px;
}
#content_character .slider06 .c_face02 {
  position: absolute;
  top: 61px;
  left: 72px;
  width: 248px;
}
#content_character .slider07 .c_body {
  position: absolute;
  top: 23px;
  right: 102px;
  width: 201px;
}
#content_character .slider07 .c_face-pc {
  position: absolute;
  top: 10px;
  left: 90px;
}
#content_character .slider08 .c_body {
  position: absolute;
  top: 23px;
  right: 102px;
  width: 181px;
}
#content_character .slider08 .c_face-pc {
  position: absolute;
  top: 0px;
  left: 110px;
  width: 480px;
}
#content_character .slider09 .c_body {
  position: absolute;
  top: 23px;
  right: 102px;
  width: 201px;
}
#content_character .slider09 .c_face-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
}
#content_character .slider10 .c_body {
  position: absolute;
  top: -9px;
  right: 22px;
  width: 375px;
}
#content_character .slider10 .c_face-pc {
  position: absolute;
  top: -10px;
  left: 50px;
}
#content_character .slider11 .c_body {
  position: absolute;
  top: 0px;
  right: 97px;
  width: 192px;
}
#content_character .slider11 .c_face-pc {
  position: absolute;
  top: 47px;
  left: 83px;
  width: 555px;
}
#content_character .slider12 .c_body {
  position: absolute;
  top: 71px;
  right: 40px;
  width: 330px;
}
#content_character .slider12 .c_face-pc {
  position: absolute;
  top: 59px;
  left: 62px;
  width: 500px;
}
#content_character .slider13 .c_body {
  position: absolute;
  top: 31px;
  right: 48px;
  width: 304px;
}
#content_character .slider13 .c_face-pc {
  position: absolute;
  top: 55px;
  left: 67px;
  width: 545px;
}
#content_character .slider14 .c_body {
  position: absolute;
  top: 12px;
  right: 98px;
  width: 179px;
}
#content_character .slider14 .c_face-pc {
  position: absolute;
  top: 50px;
  left: 100px;
  width: 553px;
}
#content_character .slider15 .c_body {
  position: absolute;
  top: 62px;
  right: 133px;
  width: 141px;
}
#content_character .slider15 .c_face-pc {
  position: absolute;
  top: 84px;
  left: 80px;
  width: 553px;
}
#content_character .slider16 .c_body {
  position: absolute;
  top: 72px;
  right: 63px;
  width: 276px;
}
#content_character .slider16 .c_face-pc {
  position: absolute;
  top: 115px;
  left: 54px;
  width: 563px;
}
#content_character .slider17 .c_body {
  position: absolute;
  top: 54px;
  right: 65px;
  width: 293px;
}
#content_character .slider17 .c_face-pc {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 534px;
}
#content_character .slider18 .c_body {
  position: absolute;
  top: 62px;
  right: 38px;
  width: 331px;
}
#content_character .slider18 .c_face-pc {
  position: absolute;
  top: 120px;
  left: 46px;
  width: 553px;
}
#content_character .slider19 .c_body {
  position: absolute;
  top: 12px;
  right: 78px;
  width: 282px;
}
#content_character .slider19 .c_face-pc {
  position: absolute;
  top: 100px;
  left: 73px;
  width: 553px;
}
#content_character .slider20 .c_body {
  position: absolute;
  top: 62px;
  right: 64px;
  width: 309px;
}
#content_character .slider20 .c_face-pc {
  position: absolute;
  top: 90px;
  left: 53px;
  width: 513px;
}
#content_character .slider21 .c_body {
  position: absolute;
  top: 2px;
  right: 84px;
  width: 191px;
}
#content_character .slider21 .c_face-pc {
  position: absolute;
  top: 50px;
  left: 83px;
  width: 553px;
}
#content_character .slider22 .c_body {
  position: absolute;
  top: 57px;
  right: 115px;
  width: 162px;
}
#content_character .slider22 .c_face-pc {
  position: absolute;
  top: 50px;
  left: 83px;
  width: 553px;
}

/* ============
 CAST
===============*/
#content_cast {
  background: #ffa71d;
  padding-bottom: 90px;
}
#content_cast .cast_staff_box h3 {
  margin: 15px auto 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
}
#content_cast .box_cast_inner dl {
  width: 100%;
  margin: 15px auto;
}
#content_cast .box_cast_inner dl dt {
  padding-right: 10px;
  float: left;
  width: 50%;
  text-align: right;
  color: #ff1c6e;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 24px;
}
#content_cast .box_cast_inner dl dd {
  padding-left: 10px;
  float: right;
  display: inline-block;
  width: 50%;
  text-align: left;
  color: #fff;
  font-size: 22px;
  font-size: 1.8333333333rem;
  line-height: 24px;
}
#content_cast .staff_box {
  margin-top: 60px;
}
#content_cast .box_staff_inner dl {
  width: 100%;
  margin: 15px auto;
}
#content_cast .box_staff_inner dl dt {
  padding-right: 10px;
  float: left;
  width: 50%;
  text-align: right;
  color: #ff1c6e;
  font-size: 16px;
  font-size: 1.3333333333rem;
  line-height: 24px;
}
#content_cast .box_staff_inner dl dd {
  padding-left: 10px;
  float: right;
  display: inline-block;
  width: 50%;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 24px;
}

/* ============
 STORY
===============*/
#content_story {
  background: #ff0000;
  padding-bottom: 90px;
}
#content_story #story .story {
  margin: 0 20px;
}
#content_story .story_wrap .sy_cp {
  margin: 0px auto 0;
  text-align: center;
}
#content_story .story_wrap .sy_tit {
  margin: 110px auto 60px;
  text-align: center;
}
#content_story .story_wrap .sy_tit img {
  height: 30px;
  display: inline-block;
}
#content_story .story_wrap .sy_img {
  margin: -2% 0 0 -2%;
}
#content_story .story_wrap .sy_img .sy_img_list {
  float: left;
  width: 48%;
  margin: 2% 0 0 2%;
}
#content_story .story_txt {
  margin: 35px auto;
  font-size: 16px;
  font-size: 1.3333333333rem;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 1.9;
}

/* ============
 PRODUCT
===============*/
#content_product {
  background: #2e3192;
  padding-bottom: 90px;
}
#content_product #story .story {
  margin: 0 20px;
}
#content_product .product_wrap hr {
  display: block;
  padding: 0;
  border: 0;
  margin: 50px auto;
  width: 100%;
  height: 0;
  outline: 0;
  background: transparent;
  border-top: 1px dashed #fff;
}
#content_product .product_wrap .cd {
  padding-top: 20px;
}
#content_product .product_wrap .cd h3 {
  text-align: center;
}
#content_product .product_wrap .cd h3 span {
  font-size: 18px;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 auto 60px;
  padding: 0 7px 5px;
  border-bottom: 1px solid #fff;
}
#content_product .product_wrap .product_detail {
  letter-spacing: -.1px;
}
#content_product .product_wrap .product_detail .btn_blu-ray {
  margin: 0 auto;
  text-align: center;
}
#content_product .product_wrap .product_detail .btn_blu-ray a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#content_product .product_wrap .product_detail .btn_blu-ray a:hover {
  opacity: .7;
}
#content_product .product_wrap .product_detail .product_img {
  text-align: center;
  width: 46%;
  float: left;
}
#content_product .product_wrap .product_detail .product_txt {
  width: 54%;
  float: left;
  padding-left: 5px;
}
#content_product .product_wrap .product_detail .product_txt h5 {
  font-size: 34px;
  font-size: 2.8333333333rem;
  line-height: 1.2;
  letter-spacing: -1.3px;
  font-weight: bold;
}
#content_product .product_wrap .product_detail .product_txt .release {
  color: #ffff66;
  font-size: 34px;
  font-size: 2.8333333333rem;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin: 3px 0 5px;
}
#content_product .product_wrap .product_detail .product_txt .meta {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.3;
}
#content_product .product_wrap .cd_detail {
  margin-top: 60px;
}
#content_product .product_wrap .cd_detail .cd_cp-sub {
  font-size: 16px;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-align: center;
}
#content_product .product_wrap .cd_detail h4 {
  text-align: center;
  font-size: 30px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 1.2;
  letter-spacing: -1.3px;
  font-weight: bold;
}
#content_product .product_wrap .cd_detail .product_img {
  padding-right: 10px;
}
#content_product .product_wrap .cd_detail .product_txt .meta {
  margin: 10px 0;
}
#content_product .product_wrap .cd_detail .tracklist li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-size: 1.3333333333rem;
  letter-spacing: -.3px;
  line-height: 1.2;
  margin: 8px 0;
}
#content_product .product_wrap .cd_detail .tracklist li span {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#content_product .product_wrap .cd_detail .small85 {
  font-size: 85%;
}
#content_product .product_wrap .cd_detail .small70 {
  font-size: 70%;
}
#content_product .product_wrap .cd_detail h6 {
  margin: 60px auto 20px;
  text-align: center;
  font-size: 30px;
  font-size: 2.5rem;
  letter-spacing: -1.3px;
  font-weight: bold;
  line-height: 1;
}
#content_product .product_wrap .cd_detail h6 span {
  display: inline-block;
  padding: 10px;
  border: solid 1px #fff;
}
#content_product .product_wrap .cd_detail .flexbox {
  display: flex;
  flex-wrap: wrap;
}
#content_product .product_wrap .cd_detail .item {
  width: 98%;
  margin: 1%;
  padding: 10px;
  background: #5b5ecb;
  text-align: center;
}
#content_product .product_wrap .cd_detail .item img {
  max-width: 100%;
  height: auto;
  width: 45%;
}
#content_product .product_wrap .cd_detail .item p {
  text-align: center;
}
#content_product .product_wrap .cd_detail .item .tenpo {
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  color: #ffff66;
}
#content_product .product_wrap .cd_detail .item .itemname {
  font-size: 12px;
  font-size: 1rem;
}
#content_product .product_wrap .cd_detail .item .detail_btn {
  font-size: 14px;
  font-size: 1.1666666667rem;
  background: #ff1c6e;
  color: #fff;
  margin-top: 15px;
  line-height: 1.2;
  padding: 10px 35px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
#content_product .product_wrap .cd_detail .item .detail_btn:hover {
  background: #fff;
  color: #ff1c6e;
}
@media (min-width: 900px) {
  #content_product .product_wrap .cd_detail .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  #content_product .product_wrap .cd_detail .item {
    width: 32.33%;
    padding: 15px;
    margin: 0.5%;
  }
  #content_product .product_wrap .cd_detail .item img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  #content_product .product_wrap .cd_detail .item .tenpo {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffff66;
  }
  #content_product .product_wrap .cd_detail .item .itemname {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #content_product .product_wrap .cd_detail .ost_flexbox .item {
    width: 49%;
    margin: 0.5%;
  }
  #content_product .product_wrap .cd_detail .rendou_flexbox .item {
    width: 49%;
    margin: 0.5%;
  }
  #content_product .product_wrap .cd_detail .misty-charason {
    width: 100% !important;
  }
  #content_product .product_wrap .cd_detail .misty-charason .rendou-tokuten {
    display: inline-block;
    width: 48%;
    padding: 30px;
  }
  #content_product .product_wrap .cd_detail .misty-charason .rendou-tokuten .detail_btn {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
}
#content_product .product_wrap .cd_detail_op {
  margin-top: 0;
}
#content_product .product_wrap .cd_detail_misty .product_txt h5 {
  letter-spacing: -1.7px;
}
#content_product .product_wrap .cd_detail_ed {
  margin-bottom: 60px;
}
#content_product .product_wrap .dvd_detail .product_cf {
  margin: 100px 0;
}
#content_product .product_wrap .dvd_detail .tokuten {
  padding: 15px;
  margin: 20px 0 0;
}
#content_product .product_wrap .dvd_detail .tokuten ul {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 -3% -3%;
}
#content_product .product_wrap .dvd_detail .tokuten ul li {
  margin: 0 0 3% 3%;
  width: 47%;
}
#content_product .product_wrap .dvd_detail .gift_name {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  font-size: 1.5rem;
  letter-spacing: -.3px;
  margin-bottom: 20px;
}
#content_product .product_wrap .dvd_detail .tora {
  color: #ec8e00;
}
#content_product .product_wrap .dvd_detail .kyanime {
  color: #ff1c6e;
}
#content_product .product_wrap .dvd_detail .info {
  font-size: 18px;
  font-size: 1.5rem;
  letter-spacing: -.3px;
  line-height: 1.5;
  margin: 15px 0 5px;
}
#content_product .product_wrap .dvd_detail h4 {
  text-align: center;
  font-size: 30px;
  font-size: 2.5rem;
  margin-bottom: 15px;
  letter-spacing: -1.3px;
  font-weight: bold;
  line-height: 1;
}
#content_product .product_wrap .dvd_detail h4 span {
  display: inline-block;
  padding: 10px;
  border: solid 1px #fff;
}
#content_product .product_wrap .dvd_detail .gift_txt {
  text-align: center;
  font-size: 22px;
  font-size: 1.8333333333rem;
  line-height: 1.5;
  color: #ffff66;
  margin-top: 20px;
  margin-bottom: 55px;
}
#content_product .product_wrap .dvd_detail .product_img {
  padding-right: 10px;
}
#content_product .product_wrap .dvd_detail .product_txt .meta {
  margin: 10px 0;
}
#content_product .product_wrap .dvd_detail .gift_info {
  font-size: 16px;
  font-size: 1.3333333333rem;
  line-height: 1.5;
  letter-spacing: -.8px;
  margin: 15px 0;
}
#content_product .product_wrap .dvd_detail .detail_btn {
  font-size: 26px;
  font-size: 2.1666666667rem;
  margin-top: 15px;
  line-height: 1.2;
  padding: 10px 35px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
#content_product .product_wrap .dvd_detail .btn_kyanime {
  background: #ff1c6e;
  color: #fff;
}
#content_product .product_wrap .dvd_detail .btn_kyanime:hover {
  background: #fff;
  color: #ff1c6e;
  text-decoration: none;
}
#content_product .product_wrap .dvd_detail .btn_tora {
  background: #ec8e00;
  color: #fff;
}
#content_product .product_wrap .dvd_detail .btn_tora:hover {
  background: #fff;
  color: #ec8e00;
  text-decoration: none;
}
#content_product .product_wrap .dvd {
  padding-top: 20px;
  margin: 155px auto 0;
}
#content_product .product_wrap .dvd h3 {
  text-align: center;
}
#content_product .product_wrap .dvd h3 span {
  font-size: 18px;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 auto 60px;
  padding: 0 7px 5px;
  border-bottom: 1px solid #fff;
}

/* ============
 SPECIAL
===============*/
#content_special {
  background: #00a99d;
  padding-bottom: 90px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#content_special .special_wrap .box {
  padding-top: 100px;
}
#content_special .special_wrap .box:first-child {
  margin-top: -60px;
}
#content_special .special_wrap h3 {
  text-align: center;
  margin-bottom: 40px;
}
#content_special .special_wrap h3 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  width: 100px;
  padding-bottom: 5px;
}
#content_special .special_wrap h3 span img {
  max-width: none;
  margin-left: -33px;
}
#content_special .special_wrap #content_illust h3 span {
  width: 520px;
  padding-bottom: 2px;
  padding-left: 3px;
}
#content_special .special_wrap #content_illust h3 span img {
  max-width: none;
  margin-left: 1px;
  width: 490px;
}
#content_special .special_wrap #content_illust h4 {
  text-align: center;
  margin: 75px auto;
}
#content_special .special_wrap #content_illust h4 span {
  font-size: 24px;
  font-size: 2rem;
  line-height: 1.3;
  display: inline-block;
  color: yellow;
  border-bottom: yellow solid 2px;
  font-weight: bold;
  letter-spacing: .5px;
}
#content_special .special_wrap #content_illust h4 span:first-child {
  padding-right: 5px;
  padding-left: 5px;
  margin: 0 10px;
}
#content_special .special_wrap #content_illust h4 span:last-child {
  padding-right: 10px;
  margin-left: 10px;
}
#content_special .special_wrap #content_illust .illust_list {
  margin: 75px 0;
}
#content_special .special_wrap #content_illust .illust_list h5 {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
#content_special .special_wrap #content_illust .illust_list h5 strong {
  font-size: 24px;
  font-size: 2rem;
  font-weight: bold;
}
#content_special .special_wrap #content_illust .illust_list p {
  font-size: 14px;
  font-size: 1.1666666667rem;
  text-align: center;
}
#content_special .special_wrap #content_illust .illust_list p a {
  color: #00ffff;
  text-decoration: none;
  font-weight: bold;
}
#content_special .special_wrap #content_illust .illust_list h6 {
  color: yellow;
  letter-spacing: .5px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0.5em 0;
  font-size: 24px;
  font-size: 2rem;
  margin-bottom: 25px;
}
#content_special .special_wrap #content_illust .illust_list h6 span {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
}
#content_special .special_wrap #content_illust p.caution {
  margin: 30px 0;
  text-align: center;
}
#content_special .special_wrap #content_download h3 span {
  width: 180px;
  padding-bottom: 6px;
}
#content_special .special_wrap #content_download h3 span img {
  max-width: none;
  margin-left: -2px;
}
#content_special #playerbox {
  border: 1px solid #fff;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-bottom: none;
}
#content_special #playerbox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#content_special #playlist li {
  width: 50%;
  float: left;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 36px;
}
#content_special #playlist li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#content_special #playlist .cm {
  width: 100%;
  border-top: none;
  border-bottom: none;
}
#content_special #playlist .cm a {
  background: #ff0000;
}
#content_special #playlist .cm a:hover {
  background: rgba(255, 0, 0, 0.81);
  border: #ff0000;
}
#content_special #playlist .cm a.active {
  background: #fff;
  color: #ff0000;
  border: #ff0000;
}
#content_special #playlist .pv01 a {
  background: #ff1c6e;
}
#content_special #playlist .pv01 a:hover {
  background: #FF417E;
  border: #ff1c6e;
}
#content_special #playlist .pv01 a.active {
  background: #fff;
  color: #ff1c6e;
  border: #ff1c6e;
}
#content_special #playlist .pv02 a {
  background: #f8b551;
}
#content_special #playlist .pv02 a:hover {
  background: #F8C070;
  border: #f8b551;
}
#content_special #playlist .pv02 a.active {
  background: #fff;
  color: #f8b551;
  border: #f8b551;
}
#content_special .dl_box p {
  margin: 30px 0 5px;
  text-align: center;
  font-size: 18px;
  font-size: 1.5rem;
}
#content_special .dl_box ul {
  text-align: center;
}
#content_special .dl_box ul li {
  background: transparent;
  margin: 15px;
  display: inline-block;
}
#content_special .dl_box ul li img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#content_special .dl_box ul li img:hover {
  opacity: .7;
}
#content_special .dl_box .sp_wallpaper {
  font-size: 12px;
  text-align: center;
}
#content_special .dl_box .sp_wallpaper li {
  margin: 5px;
  width: 21%;
}

#housou {
  z-index: 10000;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#housou .housou_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0 30px;
}
#housou .housou_container_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
#housou .housou_bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#housou .housou_wrap {
  position: absolute;
  width: 626px;
  height: 672px;
  left: 50%;
  top: 10px;
  margin-left: -313px;
}
#housou .housou_wrap .link {
  width: 120px;
  height: 20px;
  display: block;
  background: transparent;
  cursor: pointer;
  position: absolute;
}
#housou .housou_wrap .link01 {
  top: 318px;
  left: 104px;
}
#housou .housou_wrap .link02 {
  top: 378px;
  left: 104px;
}
#housou .housou_wrap .link03 {
  top: 400px;
  left: 104px;
}
#housou .housou_wrap .link04 {
  top: 422px;
  left: 104px;
}
#housou .housou_wrap .link05 {
  top: 444px;
  left: 104px;
}
#housou .housou_wrap .link06 {
  top: 464px;
  left: 104px;
}
#housou .housou_wrap .link07 {
  top: 483px;
  left: 104px;
}
#housou .housou_wrap .link08 {
  top: 503px;
  left: 104px;
}
#housou .housou_wrap .link09 {
  top: 523px;
  left: 104px;
}
#housou .housou_wrap .link10 {
  top: 542px;
  left: 104px;
}
#housou .housou_wrap .link11 {
  top: 564px;
  left: 104px;
}
#housou .housou_wrap .link12 {
  top: 585px;
  left: 104px;
}
#housou .housou_wrap .link13 {
  top: 606px;
  left: 104px;
  width: 180px;
}
#housou .housou_wrap .link14 {
  top: 665px;
  left: 104px;
  width: 180px;
}
#housou .housou_wrap .link15 {
  top: 685px;
  left: 104px;
  width: 180px;
}
#housou .housou_wrap .link16 {
  top: 705px;
  left: 104px;
  width: 180px;
}
#housou .housou_wrap .pp_close {
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
}

#to_top {
  cursor: pointer;
  position: fixed;
  right: 50%;
  bottom: 40px;
  margin-right: -420px;
  z-index: 1000;
}
#to_top img {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#to_top:hover img {
  transform: translateY(-5px);
}

.fadein {
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  visibility: hidden;
  opacity: 0;
}
.fadein.active {
  visibility: visible;
  transform: translateY(10px);
  opacity: 1;
}

/* ============================================
 footer
============================================ */
footer {
  background: #000;
  padding: 35px 0 25px;
}
footer h2.staff_caption {
  color: #ff1c6e;
  font-size: 17px;
  font-size: 1.4166666667rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
footer .staff_list {
  text-align: center;
  margin-bottom: 3.5em;
}
footer .staff_list dl {
  display: inline-block;
  margin-right: 2em;
}
footer .staff_list dl dt {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-size: 1.25rem;
  margin-right: .7em;
}
footer .staff_list dl dt span {
  color: #ff1c6e;
}
footer .staff_list dl dd {
  display: inline-block;
  font-size: 19px;
  font-size: 1.5833333333rem;
}
footer .staff_list dl dd span {
  color: #ff1c6e;
}
footer .footer_logo {
  text-align: center;
  margin-bottom: 1.5em;
}
footer .footer_logo img {
  max-width: 150px;
}
footer .copy {
  font-size: 10px;
  font-size: 0.8333333333rem;
  text-align: center;
}
footer .share {
  margin: 20px auto 70px;
}
footer .share h3 {
  text-align: center;
  margin-bottom: 30px;
}
footer .share ul {
  text-align: center;
}
footer .share ul li {
  display: inline-block;
  margin: 0 15px;
}

.twitter-widget-wrapper iframe {
  width: 740px !important;
}

/* ============================================
 Media Queries
============================================ */
/* ============================================
 Media Queries
============================================ */
@media screen and (max-width: 900px) {
  .no_pc {
    display: inline;
  }

  .no_sp {
    display: none;
  }

  #sp_wrapper {
    position: relative;
    right: 0;
    top: 0;
  }

  .wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  #content_area {
    padding-top: 0;
    position: relative;
  }
  #content_area .link0829 {
    display: none;
  }
  #content_area .content_area_inner .bnr_housou {
    position: absolute;
    top: -40px;
    left: 10px;
    margin-left: 0;
    z-index: 10;
    width: 75px;
  }
  #content_area .content_area_inner .bnr_illust {
    position: absolute;
    width: 53px;
    top: -17px;
    left: 80px;
    margin-left: 0;
    z-index: 10;
  }

  #bg_area {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: auto;
    width: 100%;
    padding-top: 60px;
  }
  #bg_area .wrapper {
    display: none;
  }
  #bg_area .img_top_honey02 {
    display: none;
  }
  #bg_area .img_top_honey {
    display: none;
  }
  #bg_area .txt_top {
    display: none;
  }
  #bg_area .btn_top {
    display: none;
  }

  #main_img {
    display: inline;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .btn_top_sp {
    position: absolute;
    display: block;
    bottom: 18%;
    left: 50%;
    margin-left: 13.5%;
    width: 33%;
  }

  /* ============================================
   header
  ============================================ */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #000;
    z-index: 100;
  }
  header .sp_nav {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .pc_nav {
    display: none;
  }
  header .header_logo {
    float: none;
    margin-left: 0;
    text-align: center;
    width: 100%;
    padding: 5px 0 0;
  }
  header .header_logo img {
    width: 85px;
  }
  header:before {
    display: none;
  }
  header:after {
    display: none;
  }
  header .before_dots {
    display: none;
  }
  header .after_dots {
    display: none;
  }
  header .before_sp_dots {
    position: absolute;
    top: 0;
    left: -8%;
    height: 100%;
  }
  header .after_sp_dots {
    position: absolute;
    top: 0;
    right: -8%;
    height: 100%;
  }
  header .bnr_housou {
    margin-left: 0;
    cursor: pointer;
    position: absolute;
    width: 60px;
    top: 13px;
    left: 10px;
  }
  header .bnr_illust {
    margin-left: 0;
    cursor: pointer;
    position: absolute;
    width: 45px;
    top: 31px;
    left: 68px;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button {
    z-index: 100000;
    position: absolute;
    top: 0px;
    right: 0;
    margin: 18px 0 0;
    padding: 15px 0 0;
    width: 36px;
    height: 31px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .menu_button span {
    display: inline-block;
    /* transition: all .3s; */
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .menu_button.active {
    z-index: 110;
  }

  .menu_button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 1px;
  }

  .menu_button span:nth-of-type(1) {
    top: 0;
  }

  .menu_button span:nth-of-type(2) {
    top: 10px;
  }

  .menu_button span:nth-of-type(3) {
    bottom: 8px;
  }

  /*-----------  active  ------------*/
  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .menu_button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  /*-----------------------------------------------------------------
    dropdown nav
  ------------------------------------------------------------------*/
  .global_nav {
    display: none;
  }

  .slide_nav {
    position: fixed;
    top: 0;
    right: -190px;
    z-index: 100;
    width: 190px;
    height: 100%;
    background: #ff1c6e;
    text-align: center;
    overflow: auto;
  }

  .drawer-menu {
    padding: 55px 15px 0;
  }
  .drawer-menu li .drawer-menu-item {
    position: relative;
    letter-spacing: 1px;
    display: block;
    padding: 0;
    text-align: right;
    text-decoration: none;
    color: #fff;
  }
  .drawer-menu li .drawer-menu-item img:first-child {
    width: 130px;
  }
  .drawer-menu li .drawer-menu-item .drawer-caret {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    top: 17px;
    left: 10px;
    width: 12px;
    height: 12px;
  }
  .drawer-menu li .drawer-menu-item .drawer-caret img {
    width: auto;
  }
  .drawer-menu li .drawer-menu-item .drawer-caret.open {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .drawer-menu li span {
    color: #6e6e6e;
  }

  .drawer-menu > li {
    border-bottom: 1px solid #fff;
  }
  .drawer-menu > li:first-child {
    border-top: 1px solid #fff;
  }

  .dropdown_nav {
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
  }

  .drawer-dropdown-menu {
    overflow: hidden;
    max-height: 0;
    margin-top: 5px;
  }
  .drawer-dropdown-menu li {
    border: none;
    padding: 5px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 5px;
  }
  .drawer-dropdown-menu li:first-child {
    border-top: none;
  }
  .drawer-dropdown-menu li:last-child {
    border-top: none;
  }
  .drawer-dropdown-menu li .drawer-dropdown-menu-item {
    background: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-bottom: 3px;
    line-height: 26px;
    color: #fff;
  }

  .shade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #333;
    background-color: rgba(255, 255, 255, 0.7);
  }

  #page_top {
    width: 35px;
    height: 35px;
    position: fixed;
    left: 5%;
    bottom: 15px;
    cursor: pointer;
    display: none;
  }

  /* ============================================
   contents
  ============================================ */
  section {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  section .before_dots {
    position: absolute;
    top: -400px;
    right: 50%;
    width: 1400px;
    max-width: none;
  }
  section .after_dots {
    position: absolute;
    bottom: -400px;
    left: 50%;
    width: 1400px;
    max-width: none;
  }
  section h2 {
    text-align: center;
    position: relative;
    padding: 35px 0;
  }
  section h2 img {
    width: 175px;
  }

  /* ============
   NEWS
  ===============*/
  #content_news {
    padding-bottom: 50px;
  }
  #content_news h3 {
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-bottom: 1.6rem;
    position: relative;
  }
  #content_news h3 span {
    padding-right: .7rem;
  }
  #content_news h3::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 0;
    top: 1.1rem;
    background-color: #fff;
    vertical-align: middle;
  }
  #content_news #news {
    padding: 0 0 40px 0;
    float: left;
    width: 100%;
    /*ボックス全体*/
    /*ラベル*/
    /*アイコンを表示*/
    /*ラベルホバー時*/
    /*チェックは隠す*/
    /*中身を非表示にしておく*/
    /*クリックで中身表示*/
    /*アイコンを入れ替える*/
  }
  #content_news #news .news_list_wrap {
    padding: 0 20px;
  }
  #content_news #news .news_list {
    padding: 15px 15px 10px;
    height: 400px;
    overflow-y: scroll;
    border-radius: 5px;
    background: #ff4589;
  }
  #content_news #news .news_list ul li {
    font-size: 14px;
    font-size: 1.1666666667rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px dashed #fff;
  }
  #content_news #news .news_list ul li:first-child {
    padding-top: 0;
  }
  #content_news #news .news_list ul li h4 {
    color: #fae48c;
    line-height: 1.4;
  }
  #content_news #news .news_list ul li p br {
    line-height: 1.2;
  }
  #content_news #news .news_list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #content_news #news .accbox {
    margin: 0;
    padding: 0;
  }
  #content_news #news .accbox .accbox_child {
    border-bottom: 1px dashed #fff;
  }
  #content_news #news .accbox .accbox_child:first-child {
    padding-top: 0;
  }
  #content_news #news .accbox label {
    position: relative;
    display: block;
    padding: 0 30px 10px 0;
    color: #fae48c;
    line-height: 1.3;
    font-size: 16px;
    font-size: 1.3333333333rem;
    cursor: pointer;
    transition: all 0.5s;
  }
  #content_news #news .accbox label a {
    color: #fae48c;
    text-decoration: underline;
  }
  #content_news #news .accbox label a:hover {
    text-decoration: none;
  }
  #content_news #news .accbox label span {
    font-size: 12px;
    font-size: 1rem;
  }
  #content_news #news .accbox label .fa-plus-circle {
    opacity: 1;
  }
  #content_news #news .accbox label .fa-minus-circle {
    opacity: 0;
  }
  #content_news #news .accbox label i {
    text-align: right;
    position: absolute;
    font-size: 20px;
    font-size: 1.6666666667rem;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 30px;
  }
  #content_news #news .accbox input {
    display: none;
  }
  #content_news #news .accbox .accshow {
    font-size: 14px;
    font-size: 1.1666666667rem;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  #content_news #news .accbox .accshow a {
    color: #fff;
    text-decoration: underline;
  }
  #content_news #news .accbox .accshow a:hover {
    text-decoration: none;
  }
  #content_news #news .accbox .accshow br {
    line-height: 1.2;
  }
  #content_news #news .cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
  }
  #content_news #news .accbox .accshow p {
    margin: 15px 10px;
  }
  #content_news #news .cssacc:checked + label .fa-plus-circle {
    opacity: 0;
  }
  #content_news #news .cssacc:checked + label .fa-minus-circle {
    opacity: 1;
  }
  #content_news #twitter_timeline {
    padding: 0 0 20px;
    float: left;
    width: 100%;
  }
  #content_news #twitter_timeline .twitter_inner {
    margin: 0 auto;
    padding: 0 20px;
  }
  #content_news #twitter_timeline .twitter_inner .sns_link {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  #content_news #twitter_timeline .twitter_inner .sns_link li {
    width: 40px;
    display: inline-block;
    margin: 0 15px;
  }

  /* ============
 INTRODUCTION
===============*/
  #content_intro {
    padding-bottom: 70px;
  }
  #content_intro .catchy {
    margin: 0 auto 35px;
    margin-left: -5%;
  }
  #content_intro .catchy img {
    border: none;
    width: 105%;
    max-width: none;
  }
  #content_intro .intro_txt {
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
    letter-spacing: .3px;
    line-height: 2;
  }

  /* ============
   CHARACTER
  ===============*/
  #content_character {
    background: #b200ab;
    padding-bottom: 70px;
  }
  #content_character .wrapper {
    width: 90%;
    max-width: none;
  }
  #content_character .chara_wrap {
    position: relative;
    padding: 2% 0 0;
    background: url(../images/chara/c_bg.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
  }
  #content_character h3 {
    padding: 2% 0 0px 3%;
  }
  #content_character h3 img {
    width: 30%;
  }
  #content_character .c_cap02 {
    position: absolute;
    top: 12.4%;
    left: 0px;
    width: 30%;
  }
  #content_character .c_cap02 img {
    width: 70%;
    padding: 0;
  }
  #content_character .chara_thumb ul {
    margin-left: -2px;
  }
  #content_character .chara_thumb ul li {
    float: left;
    margin-left: 7px;
  }
  #content_character #slider_wrap {
    padding: 0% 0 0px;
    margin-top: 50.6%;
  }
  #content_character #slider_wrap #slider .slider {
    position: relative;
    width: auto;
    height: auto;
  }
  #content_character #slider_wrap #slider .slider .dot_bg {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 150px;
    z-index: -1;
  }
  #content_character #slider_wrap #slider .slider .c_sp {
    display: inline;
  }
  #content_character #slider_wrap #slider .slider .c_txt {
    display: none;
  }
  #content_character #slider_wrap #slider .slider .c_body {
    display: none;
  }
  #content_character #slider_wrap #slider .slider .c_face01 {
    display: none;
  }
  #content_character #slider_wrap #slider .slider .c_face02 {
    display: none;
  }
  #content_character #slider_wrap #slider .slider .c_face-pc {
    display: none;
  }
  #content_character .slick-prev, #content_character .slick-next {
    z-index: 100;
    width: 20px;
    margin-top: -15px;
  }
  #content_character .slick-prev::before, #content_character .slick-next::before {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #content_character .slick-prev {
    left: 10px;
  }
  #content_character .slick-next {
    right: 10px;
  }
  #content_character .slick-dots {
    position: absolute;
    left: 0;
    top: -34.6%;
    display: block;
    width: 100%;
    padding: 0 6px;
    margin: 0 0 0 0.6%;
    list-style: none;
    text-align: left;
  }
  #content_character .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14%;
    height: auto;
    margin: 0.1%;
    cursor: pointer;
    text-align: center;
  }
  #content_character .slick-dots li:nth-child(8) {
    width: 10%;
    margin: 6% .5% 1px;
  }
  #content_character .slick-dots li:nth-child(9) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(10) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(11) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(12) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(13) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(14) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(15) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(16) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(17) {
    width: 10%;
    margin: 3px 2px 0;
  }
  #content_character .slick-dots li:nth-child(18) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(19) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(20) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(21) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(22) {
    width: 10%;
    margin: 0 .5%;
  }
  #content_character .slick-dots li:nth-child(23) {
    width: 10%;
    margin: 0 .5%;
  }

  /* ============
   CAST
  ===============*/
  #content_cast {
    background: #ffa71d;
    padding-bottom: 70px;
  }
  #content_cast .cast_staff_box {
    text-align: center;
  }
  #content_cast .cast_staff_box h3 {
    margin: 0 auto 15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }
  #content_cast .box_cast_inner dl {
    width: 100%;
    margin: 15px auto;
  }
  #content_cast .box_cast_inner dl dt {
    padding-right: 0;
    float: none;
    width: 100%;
    text-align: center;
    color: #ff1c6e;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #content_cast .box_cast_inner dl dd {
    padding-left: 10px;
    float: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #content_cast .staff_box {
    margin-top: 60px;
  }
  #content_cast .box_staff_inner dl {
    width: 100%;
    margin: 15px auto;
  }
  #content_cast .box_staff_inner dl dt {
    padding-right: 0;
    float: none;
    width: 100%;
    text-align: center;
    color: #ff1c6e;
    font-size: 12px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #content_cast .box_staff_inner dl dd {
    padding-left: 0;
    float: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
    line-height: 1.3;
  }

  /* ============
   STORY
  ===============*/
  #content_story {
    padding-bottom: 70px;
  }
  #content_story #story .story {
    margin: 20px auto;
  }
  #content_story .story_wrap {
    width: 94%;
    margin: 0 auto;
  }
  #content_story .story_wrap .sy_cp {
    margin: 0px auto 0;
    text-align: center;
  }
  #content_story .story_wrap .sy_cp img {
    width: 55px;
  }
  #content_story .story_wrap .sy_tit {
    margin: 55px auto 25px;
    text-align: center;
  }
  #content_story .story_wrap .sy_tit img {
    height: 16px;
    display: inline-block;
  }
  #content_story .story_wrap .sy_img {
    margin: -2% 0 0 -2%;
  }
  #content_story .story_wrap .sy_img .sy_img_list {
    float: left;
    width: 48%;
    margin: 2% 0 0 2%;
  }
  #content_story .story_txt {
    margin: 20px auto 30px;
    font-size: 12px;
    font-size: 1rem;
    letter-spacing: .1px;
    text-align: center;
    line-height: 1.9;
  }

  /* ============
   PRODUCT
  ===============*/
  #content_product {
    background: #2e3192;
    padding-bottom: 90px;
  }
  #content_product .product_wrap hr {
    margin: 50px auto;
    width: 100%;
    background: transparent;
    border-top: 1px dashed #fff;
  }
  #content_product .product_wrap .cd {
    padding-top: 20px;
  }
  #content_product .product_wrap .cd h3 {
    text-align: center;
  }
  #content_product .product_wrap .cd h3 span {
    font-size: 16px;
    font-size: 1.3333333333rem;
    display: inline-block;
    margin: 0 auto 45px;
    width: 29px;
    padding: 0 5px 0;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  #content_product .product_wrap .product_detail {
    letter-spacing: -.1px;
  }
  #content_product .product_wrap .product_detail .product_cf {
    margin: 60px 0;
  }
  #content_product .product_wrap .product_detail .product_img {
    text-align: center;
    width: 100%;
    float: none;
  }
  #content_product .product_wrap .product_detail .product_img img {
    width: 80%;
  }
  #content_product .product_wrap .product_detail .product_txt {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center;
  }
  #content_product .product_wrap .product_detail .product_txt h5 {
    margin: 10px 0;
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
  }
  #content_product .product_wrap .product_detail .product_txt .release {
    color: #ffff66;
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 3px 0 5px;
    text-align: center;
  }
  #content_product .product_wrap .product_detail .product_txt .meta {
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
  #content_product .product_wrap .cd_detail {
    margin-top: 40px;
  }
  #content_product .product_wrap .cd_detail .cd_cp-sub {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1.2;
    text-align: center;
  }
  #content_product .product_wrap .cd_detail h4 {
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin-bottom: 25px;
    letter-spacing: -1.3px;
    font-weight: bold;
  }
  #content_product .product_wrap .cd_detail .product_img {
    padding-right: 0;
  }
  #content_product .product_wrap .cd_detail .product_txt .meta {
    margin: 10px 0;
  }
  #content_product .product_wrap .cd_detail .tracklist li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: -.3px;
    line-height: 1.2;
    margin: 7px 0;
    text-align: center;
  }
  #content_product .product_wrap .cd_detail .tracklist li span {
    font-size: 12px;
    font-size: 1rem;
  }
  #content_product .product_wrap .cd_detail h6 {
    margin: 40px auto 15px;
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    letter-spacing: -1.3px;
    font-weight: bold;
    line-height: 1;
  }
  #content_product .product_wrap .cd_detail h6 span {
    display: inline-block;
    padding: 10px;
    border: solid 1px #fff;
  }
  #content_product .product_wrap .cd_detail_op {
    margin-top: 0;
  }
  #content_product .product_wrap .cd_detail_misty .product_txt h5 {
    letter-spacing: -1.7px;
  }
  #content_product .product_wrap .cd_detail_ed {
    margin-bottom: 40px;
  }
  #content_product .product_wrap .dvd_detail .product_cf {
    margin: 40px 0;
  }
  #content_product .product_wrap .dvd_detail .tokuten {
    padding: 0;
    margin: 30px auto 0;
    max-width: 900px;
  }
  #content_product .product_wrap .dvd_detail .tokuten ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 -3% -3%;
  }
  #content_product .product_wrap .dvd_detail .tokuten ul li {
    margin: 0 0 3% 3%;
    width: 47%;
  }
  #content_product .product_wrap .dvd_detail .gift_name {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
    font-size: 1.1666666667rem;
    text-align: center;
    letter-spacing: -.3px;
    margin: 20px auto 5px;
  }
  #content_product .product_wrap .dvd_detail .tora {
    color: #ec8e00;
  }
  #content_product .product_wrap .dvd_detail .kyanime {
    color: #ff1c6e;
  }
  #content_product .product_wrap .dvd_detail .info {
    font-size: 16px;
    font-size: 1.3333333333rem;
    letter-spacing: -.3px;
    line-height: 1.5;
    margin: 15px 0 5px;
    text-align: center;
  }
  #content_product .product_wrap .dvd_detail h4 {
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin-bottom: 15px;
    letter-spacing: -1.3px;
    font-weight: bold;
    line-height: 1;
  }
  #content_product .product_wrap .dvd_detail h4 span {
    display: inline-block;
    padding: 10px;
    border: solid 1px #fff;
  }
  #content_product .product_wrap .dvd_detail .gift_txt {
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1.5;
    color: #ffff66;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #content_product .product_wrap .dvd_detail .product_img {
    padding-right: 0;
  }
  #content_product .product_wrap .dvd_detail .product_txt .meta {
    margin: 10px 0;
  }
  #content_product .product_wrap .dvd_detail .gift_info {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1.5;
    letter-spacing: -.8px;
    margin: 10px 0;
  }
  #content_product .product_wrap .dvd_detail .detail_btn {
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-top: 5px;
    line-height: 1.2;
    padding: 10px 45px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
  }
  #content_product .product_wrap .dvd {
    margin: 65px auto 0;
  }
  #content_product .product_wrap .dvd h3 {
    text-align: center;
  }
  #content_product .product_wrap .dvd h3 span {
    font-size: 18px;
    font-size: 1.5rem;
    display: inline-block;
    width: 54px;
    padding: 0 5px 0px;
    border-bottom: 1px solid #fff;
    margin: 0 auto 45px;
  }

  /* ============
   SPECIAL
  ===============*/
  #content_special {
    padding-bottom: 70px;
  }
  #content_special .special_wrap .box {
    padding-top: 70px;
  }
  #content_special .special_wrap .box:first-child {
    margin-top: -60px;
  }
  #content_special .special_wrap h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  #content_special .special_wrap h3 span {
    width: 77px;
    padding-bottom: 5px;
  }
  #content_special .special_wrap h3 span img {
    max-width: none;
    margin-left: -22px;
    width: 120px;
  }
  #content_special .special_wrap #content_illust h3 span {
    width: 323px;
    padding-bottom: 2px;
    padding-left: 2px;
  }
  #content_special .special_wrap #content_illust h3 span img {
    max-width: none;
    margin-left: 1px;
    width: 118px;
  }
  #content_special .special_wrap #content_illust h3 span {
    width: 323px;
    padding-bottom: 2px;
    padding-left: 2px;
  }
  #content_special .special_wrap #content_illust h3 span img {
    max-width: none;
    margin-left: 1px;
    width: 300px;
  }
  #content_special .special_wrap #content_illust h4 {
    text-align: center;
    margin: 40px auto;
  }
  #content_special .special_wrap #content_illust h4 span {
    font-size: 13px;
    font-size: 1.0833333333rem;
    line-height: 1.3;
    display: inline-block;
    color: yellow;
    border-bottom: yellow solid 2px;
    font-weight: bold;
    letter-spacing: -.6px;
  }
  #content_special .special_wrap #content_illust h4 span:first-child {
    padding-right: 3px;
    padding-left: 3px;
    margin: 0 6px;
  }
  #content_special .special_wrap #content_illust h4 span:last-child {
    padding-right: 6px;
    margin-left: 6px;
  }
  #content_special .special_wrap #content_illust .illust_list {
    margin: 40px 0;
  }
  #content_special .special_wrap #content_illust .illust_list h5 {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    text-align: center;
  }
  #content_special .special_wrap #content_illust .illust_list h5 strong {
    font-size: 13px;
    font-size: 1.0833333333rem;
    font-weight: bold;
  }
  #content_special .special_wrap #content_illust .illust_list p {
    font-size: 12px;
    font-size: 1rem;
    text-align: center;
  }
  #content_special .special_wrap #content_illust .illust_list h6 {
    color: yellow;
    letter-spacing: .5px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0.5em 0;
    font-size: 18px;
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  #content_special .special_wrap #content_illust .illust_list h6 span {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.25rem;
    font-weight: normal;
    color: #fff;
  }
  #content_special .special_wrap #content_illust p.caution {
    font-size: 10px;
    font-size: 0.8333333333rem;
    margin: 30px 0;
    text-align: center;
  }
  #content_special .special_wrap #content_download h3 span {
    width: 133px;
    padding-bottom: 6px;
  }
  #content_special .special_wrap #content_download h3 span img {
    max-width: none;
    margin-left: 1px;
    width: 118px;
  }
  #content_special #playerbox {
    position: relative;
  }
  #content_special #playlist li {
    width: 50%;
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 34px;
  }
  #content_special .dl_box p {
    margin: 30px 0 5px;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #content_special .dl_box ul {
    text-align: center;
  }
  #content_special .dl_box ul li {
    margin: 5px;
    width: 21%;
  }
  #content_special .dl_box .sp_wallpaper {
    font-size: 10px;
    text-align: center;
  }
  #content_special .dl_box .sp_wallpaper li {
    margin: 5px;
    width: 35%;
  }

  #housou {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #housou .housou_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #housou .housou_wrap {
    position: absolute;
    width: 90%;
    height: auto;
    left: 5%;
    top: 40px;
    margin-left: 0;
  }
  #housou .housou_wrap .link {
    width: 18%;
    height: 2%;
    display: block;
    background: transparent;
    cursor: pointer;
    position: absolute;
  }
  #housou .housou_wrap .link01 {
    top: 49.6%;
    left: 18%;
  }
  #housou .housou_wrap .link02 {
    top: 47.3%;
    left: 18%;
  }
  #housou .housou_wrap .link03 {
    top: 49.9%;
    left: 18%;
  }
  #housou .housou_wrap .link04 {
    top: 52.6%;
    left: 18%;
  }
  #housou .housou_wrap .link05 {
    top: 54.2%;
    left: 18%;
  }
  #housou .housou_wrap .link06 {
    top: 57.5%;
    left: 18%;
  }
  #housou .housou_wrap .link07 {
    top: 60%;
    left: 18%;
  }
  #housou .housou_wrap .link08 {
    top: 62.5%;
    left: 18%;
  }
  #housou .housou_wrap .link09 {
    top: 65%;
    left: 18%;
  }
  #housou .housou_wrap .link10 {
    top: 67.5%;
    left: 18%;
  }
  #housou .housou_wrap .link11 {
    top: 70%;
    left: 18%;
  }
  #housou .housou_wrap .link12 {
    top: 72.5%;
    left: 18%;
  }
  #housou .housou_wrap .link13 {
    top: 75%;
    width: 29%;
    left: 18%;
  }
  #housou .housou_wrap .link14 {
    top: 82.3%;
    width: 29%;
    left: 18%;
  }
  #housou .housou_wrap .link15 {
    top: 84.7%;
    width: 29%;
    left: 18%;
  }
  #housou .housou_wrap .link16 {
    top: 87.3%;
    width: 29%;
    left: 18%;
  }
  #housou .housou_wrap .pp_close {
    position: absolute;
    right: 5px;
    width: 30px;
    top: 10px;
    cursor: pointer;
  }

  #to_top {
    cursor: pointer;
    position: fixed;
    right: 5%;
    bottom: 35px;
    width: 20px;
    margin-right: 0;
  }

  /* ============================================
   footer
  ============================================ */
  footer {
    padding: 35px 0 25px;
  }
  footer h2.staff_caption {
    color: #ff1c6e;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  footer .staff_list {
    text-align: center;
    margin-bottom: 2.5em;
  }
  footer .staff_list dl {
    display: block;
    margin-right: 0;
  }
  footer .staff_list dl dt {
    display: inline-block;
    color: #ff1c6e;
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin-right: .7em;
  }
  footer .staff_list dl dd {
    display: inline-block;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  footer .footer_logo {
    text-align: center;
    margin-bottom: 1.5em;
  }
  footer .footer_logo img {
    width: 30%;
  }
  footer .copy {
    font-size: 11px;
    font-size: 0.9166666667rem;
    text-align: center;
  }

  .share {
    margin: 20px auto 40px;
  }
  .share h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .share ul {
    text-align: center;
  }
  .share ul li {
    width: 60px;
    display: inline-block;
    margin: 0 10px;
  }
}

/*# sourceMappingURL=main.css.map */
