@charset "UTF-8";
/* CSS Document */
@media (min-width: 1000px) {
  .repc {
    display: block;
  }

  .resp {
    display: none !important;
  }

  img.repc {
    display: inline-block;
  }

  html {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .repc {
    display: none !important;
  }

  .resp {
    display: block;
  }

  img.resp {
    display: inline-block;
  }

  html {
    font-size: 13px;
    font-weight: normal;
  }
}
body {
  background-color: #fff;
  color: #413026;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

a,
a:visited {
  text-decoration: none;
  color: #3c1a01;
}

.hov {
  transition: all 0.2s ease-in-out 0s;
}

.hov:hover {
  transform: scale(1.2);
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}
@media (max-width: 1000px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50, .inn_garally li {
  margin-top: 50px !important;
}
@media (max-width: 1000px) {
  .mt50, .inn_garally li {
    margin-top: 25px !important;
  }
}

.fc_pink {
  color: #ff638b;
}

.fc_blue {
  color: #0072ff;
}

.fc_green {
  color: #0ba80f;
}

.fc_yellow {
  color: #c57902;
}

#top {
  width: 100vw;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: center;
}

footer {
  border-top: 2px dashed #e6326e;
  background: url(../images/bg_footer.jpg);
  padding: 20px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3rem;
  font-family: "Quicksand", "Avenir", "Arial", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 1000px) {
  footer {
    padding: 1rem;
    z-index: 100;
    position: relative;
  }
}

@media (max-width: 1000px) {
  section, #main_img {
    position: relative;
    z-index: 100;
  }

  #shop {
    margin-top: 0;
  }

  #story, #concept, #character, #garally {
    margin-top: 40vh !important;
  }
}
/*--confirm--*/
#confirm {
  background: url(../images/bg_sec_03.jpg);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
}
#confirm .container {
  width: 80%;
  max-width: 800px;
  margin-top: 5rem;
}
#confirm .container h1 {
  width: 80%;
  max-width: 200px;
  margin: auto;
  text-align: center;
}
#confirm .container h1 img {
  width: 100%;
}
#confirm .container .box_text {
  margin: 2rem 0;
  line-height: 2rem;
  font-weight: bold;
}
@media (min-width: 1000px) {
  #confirm .container .box_btn {
    display: flex;
    justify-content: center;
  }
}
#confirm .container .box_btn li {
  width: 296px;
  margin: 1rem;
}
@media (max-width: 1000px) {
  #confirm .container .box_btn li {
    text-align: center;
    width: 90%;
  }
  #confirm .container .box_btn li img {
    width: 80%;
  }
}

/*--header--*/
header {
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 200;
}

.head_fix {
  position: fixed;
  width: 100%;
  height: 90px;
}

.b_logo {
  position: absolute;
  left: 25px;
  top: 25px;
}
@media (max-width: 1000px) {
  .b_logo {
    left: 1%;
    top: 5%;
    width: 25%;
    max-width: 200px;
  }
  .b_logo img {
    width: 100%;
  }
}

.glonav {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 0 0 0;
  background: linear-gradient(to bottom, rgba(255, 110, 0, 0.65) 0%, rgba(222, 52, 67, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}
@media (max-width: 1000px) {
  .glonav {
    position: relative;
    right: 0;
    top: 0;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(255, 110, 0, 0.9) 0%, rgba(222, 52, 67, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-align: center;
    height: 100vh;
    display: none;
  }
}
.glonav .btn_news {
  position: absolute;
  right: 40px;
  top: 80px;
}
.glonav ul {
  z-index: 200;
}
@media (min-width: 1000px) {
  .glonav ul {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .glonav ul {
    margin-top: 15%;
  }
}
.glonav li {
  padding: 0px 15px;
}
.glonav li:hover {
  cursor: pointer;
}
@media (max-width: 1000px) {
  .glonav li {
    height: 14vh;
  }
  .glonav li img {
    transform: scale(1.2);
    transform-origin: center top;
  }
}
.glonav .btn_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  z-index: 150;
}
.glonav .btn_close img {
  width: 100%;
  height: auto;
  padding-top: 0;
}
.glonav .btn_ss {
  position: absolute;
  left: 30px;
  top: 10px;
}
@media (max-width: 1000px) {
  .glonav .btn_ss {
    width: 30%;
    left: 2%;
    top: 2%;
  }
  .glonav .btn_ss img {
    width: 100%;
  }
}

.btn_menu {
  z-index: 150;
  position: fixed;
  right: 0;
  top: 0;
  width: 15%;
}
.btn_menu img {
  width: 100%;
  height: auto;
  padding-top: 0;
}

@media (min-width: 1000px) {
  .nav_scroll {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 0 50px;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(0.8);
    margin-top: -10px;
    margin-right: -105px;
    padding: 10px;
  }
}
/*-----cont-----*/
/*--mv--*/
#main_img {
  position: relative;
}
#main_img .box_mv {
  background: #ffefef;
}
@media (min-width: 1000px) {
  #main_img .box_mv {
    height: 1490px;
    width: 100%;
    overflow: hidden;
  }
}
#main_img .box_mv .innner_mv {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #main_img .box_mv .innner_mv {
    display: flex;
    width: 100%;
  }
}
#main_img .box_mv .innner_mv .box_mv_chara {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1000px) {
  #main_img .box_mv .innner_mv .box_mv_chara {
    background: url(../images/img_main.png) no-repeat top center;
    height: 1500px;
  }
}
@media (max-width: 1000px) {
  #main_img .box_mv .innner_mv .box_mv_chara img {
    width: 100%;
  }
}
#main_img .box_mv .innner_mv .box_mv_chara .bg_mv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 1500px;
  text-align: center;
  background: url(../images/bg_mv.png) no-repeat top center;
  background-size: cover;
}
#main_img .box_mv .innner_mv .box_mv_chara .bg_mv img {
  width: 100%;
  height: 120%;
}
#main_img .box_mv .innner_mv .box_mv_text {
  text-align: center;
}
@media (min-width: 1000px) {
  #main_img .box_mv .innner_mv .box_mv_text {
    position: absolute;
    right: 0;
    width: 680px;
    margin-left: -232px;
    padding-top: 105px;
  }
}
@media (max-width: 1000px) {
  #main_img .box_mv .innner_mv .box_mv_text {
    width: 100%;
    margin-top: -60%;
  }
  #main_img .box_mv .innner_mv .box_mv_text img {
    width: 100%;
  }
  #main_img .box_mv .innner_mv .box_mv_text .resp {
    margin-top: -15%;
  }
}
@media (min-width: 1000px) {
  #main_img .box_mv .innner_mv .box_release {
    margin-top: 200px;
    margin-left: 5%;
  }
}
@media (max-width: 1000px) {
  #main_img .box_mv .innner_mv .box_release {
    margin-top: -13%;
    padding-bottom: 30px;
  }
  #main_img .box_mv .innner_mv .box_release img {
    width: 95%;
  }
  #main_img .box_mv .innner_mv .box_release .btn_amazon {
    width: 50%;
    margin: auto;
    display: block;
    text-align: center;
  }
}
#main_img .box_mv .innner_mv .btn_goods {
  margin-top: 30px;
}
#main_img .bg_01 {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 13px;
  background: url(../images/bg_sec01.png) repeat-x;
}
@media (max-width: 1000px) {
  #main_img .bg_01 {
    display: none;
  }
}

/*--shop--*/
#shop {
  position: relative;
  z-index: 50;
}
@media (min-width: 1000px) {
  #shop {
    margin-top: -630px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1000px) {
  #shop {
    margin-top: 0;
    margin-bottom: 0px;
  }
}

@media (min-width: 1000px) {
  #shop .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #shop .container .box_ttl {
    width: 100%;
    margin: -65px auto 0px;
    text-align: center;
  }
  #shop .container .box_ttl img {
    width: 480px;
  }
}
@media (max-width: 1000px) {
  #shop .container {
    position: relative;
  }
  #shop .container .box_ttl {
    position: relative;
    margin: -12% auto 0px;
  }
  #shop .container .box_ttl img {
    width: 100%;
  }
}
#shop .box_shop {
  margin-right: 5%;
  margin-top: 50px;
  width: 45%;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 40px 40px;
}
@media (max-width: 1000px) {
  #shop .box_shop {
    width: auto;
    margin-right: 0;
    padding: 5px 0 0 0;
    margin-top: 3rem;
  }
}
#shop .box_shop .inn_shop {
  height: 440px;
}
@media (max-width: 1000px) {
  #shop .box_shop .inn_shop {
    padding: 0 20px;
  }
}

@media (max-width: 1000px) {
  #shop .box_shop .inn_shop {
    height: auto;
  }
}
#shop .box_shop .inn_shop h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

#shop .box_shop .inn_shop .list_shop {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#shop .box_shop .inn_shop .list_shop li {
  width: 45%;
  margin-bottom: 0.5rem;
}

#shop .box_shop .inn_shop .list_shop li a {
  background: #ee8630;
  text-align: center;
  display: inline-block;
  border-radius: 1rem;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.8rem;
  margin: 0.7rem 0;
}

#shop .box_twitter {
  width: 45%;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 20px 0px;
}
@media (max-width: 1000px) {
  #shop .box_twitter {
    padding: 5px 20px 0px;
    margin-top: 4rem;
    width: auto;
  }
}
#shop .box_twitter .inn_tw {
  height: 475px;
}
@media (max-width: 1000px) {
  #shop .box_twitter .inn_tw {
    padding: 0 20px;
  }
}

#shop .box_twitter .twitter-timeline {
  height: 450px !important;
  border-radius: 40px;
  max-width: 100% !important;
}

.inn_tw iframe {
  width: 740px !important;
}

/*----------------main_contents--------------*/
.main_contents {
  background: #fff;
  padding-top: 40px;
  position: relative;
  margin-top: -65px;
  z-index: 95;
}
.main_contents section {
  margin-top: 50px;
  border-top: 2px dashed #e6326e;
  background: url(../images/bg_dot.jpg);
  padding: 10px 0 30px 0;
  position: relative;
}
.main_contents section .container {
  width: 100%;
  max-width: 1200px;
  margin: 5px auto;
  text-align: left;
  position: relative;
  z-index: 60;
}
.main_contents section .container .box_container {
  width: 640px;
  text-align: center;
}
@media (max-width: 1000px) {
  .main_contents section .container .box_container {
    width: 100%;
  }
}
.main_contents section .container .box_container .box_ttl {
  width: 100%;
  max-width: 585px;
  margin: -62px auto 0;
}
@media (max-width: 1000px) {
  .main_contents section .container .box_container .box_ttl {
    margin: -12% auto 0;
  }
}
.main_contents section .container .box_container .box_ttl img {
  width: 100%;
}
.main_contents section .whiteg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 63px;
  background: url(../images/bg_whiteg.png) repeat-x;
  z-index: 40;
}
@media (max-width: 1000px) {
  .main_contents section .whiteg {
    display: none;
  }
}
.main_contents .img_chara {
  position: absolute;
  left: calc(50% + 10px);
  top: -20px;
  z-index: 50;
}
.main_contents .img_chara img {
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.main_contents .img_chara img.ac {
  opacity: 1;
}
.main_contents .img_chara img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
.main_contents .img_chara img.img_cha1_3 {
  left: -90px;
}
.main_contents .img_chara img.img_cha1_5 {
  left: -120px;
  top: -190px;
}
@media (max-width: 1000px) {
  .main_contents .img_chara img.img_cha1_5 {
    left: 0;
    top: 0;
  }
}
@media (max-width: 1000px) {
  .main_contents .img_chara {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 80;
  }
  .main_contents .img_chara img {
    width: 120%;
  }
}

/*--masterup--*/
.box_mup {
  position: relative;
  z-index: 95;
  width: 100%;
  margin: 50px auto -50px;
  text-align: center;
}
.box_mup h3 {
  text-align: center;
  position: relative;
}
.box_mup h3 img {
  margin-top: -35px;
  width: 100%;
  max-width: 650px !important;
}
@media (max-width: 1000px) {
  .box_mup h3 img {
    margin-top: -5%;
  }
}
.box_mup .box_img {
  background: #fbefff;
  width: 100%;
}
.box_mup .box_img img {
  width: 90%;
  max-width: 819px;
  margin-bottom: 20px;
}
.box_mup audio {
  width: 80%;
  margin: 10px;
  max-width: 800px;
}

/*--concept--*/
#concept h4 {
  text-align: left;
}
#concept .text_concept {
  font-size: 1rem;
  line-height: 2rem;
  text-align: left;
}
@media (max-width: 1000px) {
  #concept .text_concept {
    width: 95%;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  #concept h4 {
    text-align: center;
  }
  #concept h4 img {
    width: 95%;
  }
}

/*--story--*/
#story .text_story {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
}
#story .text_story img {
  width: 550px;
}
@media (max-width: 1000px) {
  #story .text_story img {
    width: 95%;
  }
}

/*--character--*/
#character {
  position: relative;
  text-align: left;
}
#character .text_character {
  text-align: left;
  width: 90%;
  margin: auto;
  line-height: 1.6rem;
  display: flex;
}
#character .text_character .img_cha_sub {
  width: 35%;
  max-width: 181px;
  margin-top: -50px;
  position: relative;
}
#character .text_character .img_cha_sub img {
  width: 100%;
}
#character .text_character .box_text {
  width: 80%;
}
@media (max-width: 1000px) {
  #character h4 {
    text-align: center;
  }
  #character h4 img {
    width: 98%;
  }
}
#character .box_voice {
  display: flex;
  flex-wrap: wrap;
  max-width: 510px;
  margin: 0.5rem auto;
}
@media (max-width: 1000px) {
  #character .box_voice {
    justify-content: center;
  }
}
#character .box_voice p {
  width: 33%;
  margin: 0.2rem 0.5rem;
}
@media (min-width: 1000px) {
  #character .box_voice p {
    max-width: 147px;
  }
}
@media (max-width: 1000px) {
  #character .box_voice p {
    width: 30%;
    margin: 0.2rem 1%;
  }
}
#character .box_voice p img {
  width: 100%;
}
#character .box_costume {
  padding: 20px;
}
@media (max-width: 1000px) {
  #character .box_costume {
    padding: 10px;
  }
}
#character .box_costume h5 {
  text-align: center;
}
#character .box_costume h5 img {
  width: 100%;
  max-width: 551px;
}
#character .box_costume ul {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  #character .box_costume ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#character .box_costume ul li {
  width: 20%;
  max-width: 118px;
}
@media (max-width: 1000px) {
  #character .box_costume ul li {
    width: 30%;
    max-width: none;
  }
}
#character .box_costume ul li img {
  width: 100%;
  z-index: 100;
  position: relative;
}

.lity-content:after {
  box-shadow: none !important;
}

/*--garally--*/
@media (max-width: 1000px) {
  #garally {
    background: none;
  }
}
#garally .inn_container {
  width: 100% !important;
  max-width: 1200px;
}
#garally .inn_container .box_ttl {
  text-align: left;
  margin-left: 0;
}

.box_gallery {
  background: url(../images/bg_dot.jpg);
  margin-top: -60px;
}
.box_gallery .whiteg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 63px;
  background: url(../images/bg_whiteg.png) repeat-x;
  z-index: 40;
}

.inn_garally {
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  z-index: 80;
}
@media (min-width: 1000px) {
  .inn_garally {
    width: 1200px;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .inn_garally {
    background: url(../images/bg_dot.jpg);
    padding-bottom: 1rem;
    padding-top: 1rem;
    justify-content: center;
  }
}
.inn_garally li {
  text-align: center;
  margin: 0 20px;
}
@media (max-width: 1000px) {
  .inn_garally li {
    width: 40%;
    margin: 2%;
  }
}
.inn_garally li img {
  position: relative;
  width: 100%;
  max-width: 480px;
}

/*--special--*/
.bg_04 {
  background: url(../images/bg_sec_04.jpg);
}
@media (min-width: 1000px) {
  .bg_04 {
    z-index: 100;
    position: relative;
  }
}

#special {
  position: relative;
  z-index: 95;
  border-top: 2px dashed #e6326e;
  margin-top: 100px;
  padding-bottom: 100px;
}
#special .box_ttl {
  margin-top: -50px;
}
@media (max-width: 1000px) {
  #special .box_ttl {
    margin-top: -8%;
  }
  #special .box_ttl img {
    width: 100%;
  }
}
#special .ttl_sub {
  background: url(../images/bg_ttl_sub.png) repeat-x;
}
#special .ttl_sub img {
  width: 50%;
  max-width: 103px !important;
  margin-top: -5px;
}
#special .box_trial {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  margin: 50px 0;
  padding: 30px;
}
#special .box_trial h4 img {
  width: 90%;
  max-width: 449px;
}
#special .box_trial .box_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
#special .box_trial .box_img li {
  width: 48%;
  margin: 15px 0;
}
@media (max-width: 1000px) {
  #special .box_trial .box_img li {
    width: 100%;
  }
}
#special .box_trial .box_img li img {
  width: 90%;
  max-width: 428px;
}
#special .box_trial .box_img li:first-child {
  width: 100%;
}
#special .box_trial .box_img li:first-child img {
  max-width: 654px;
}
@media (min-width: 1000px) {
  #special .box_trial .box_img li:nth-child(2) {
    text-align: right;
    margin-right: 10px;
  }
  #special .box_trial .box_img li:nth-child(3) {
    text-align: left;
    margin-left: 10px;
  }
}
#special .box_trial .box_text {
  width: 100%;
  max-width: 760px;
  margin: 20px auto;
}
#special .box_trial .box_text dt {
  text-align: center;
  background-color: #ee8630;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
#special .box_trial .box_text dd {
  text-align: left;
  line-height: 1.2em;
  margin: 20px auto 30px;
}
#special .box_trial .btn_download {
  width: 100%;
  text-align: center;
}
#special .box_trial .btn_download img {
  width: 100%;
  max-width: 324px;
}
#special .box_countdown {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  margin: 50px 0;
  padding: 30px;
}
#special .box_countdown h4 img {
  width: 100%;
  max-width: 339px !important;
}
#special .box_countdown .box_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#special .box_countdown .box_list li {
  border: 2px solid #fff;
  box-sizing: content-box;
  width: 100%;
  max-width: 470px;
  margin: 30px 0 0;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 1000px) {
  #special .box_countdown .box_list li:nth-child(odd) {
    margin: 30px 2% 0;
  }
}
#special .box_countdown .box_list li img {
  width: 100%;
}
#special .box_countdown .box_list li audio {
  margin: 10px 0;
}

/*--spec--*/
.bg_03 {
  background: url(../images/bg_sec_03.jpg);
}
@media (min-width: 1000px) {
  .bg_03 {
    z-index: 100;
    position: relative;
  }
}

#spec {
  position: relative;
  z-index: 95;
  border-top: 2px dashed #e6326e;
  padding-bottom: 100px;
}
#spec .box_ttl {
  margin-top: -50px;
}
@media (max-width: 1000px) {
  #spec .box_ttl {
    margin-top: -8%;
  }
  #spec .box_ttl img {
    width: 100%;
  }
}
#spec .box_spec {
  margin: auto;
}
@media (min-width: 1000px) {
  #spec .box_spec {
    display: flex;
    justify-content: space-between;
    width: 1030px;
  }
}
#spec .box_spec .box_package {
  width: 80%;
  max-width: 340px;
  margin: 0 auto;
}
#spec .box_spec .box_package img {
  width: 100%;
}
#spec .list_spec {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1000px) {
  #spec .list_spec {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
  }
}
@media (max-width: 1000px) {
  #spec .list_spec {
    padding: 30px 20px;
  }
}
#spec .list_spec dt, #spec .list_spec dd {
  padding: 5px 10px;
  margin-bottom: 10px;
}
#spec .list_spec dt {
  background: #ee8630;
  display: inline-block;
  color: #fff;
  border-radius: 1rem;
}
#spec .list_spec dd {
  text-align: left;
}
@media (min-width: 1000px) {
  #spec .list_spec.list1 dt {
    width: 6rem;
  }
  #spec .list_spec.list1 dd {
    width: 470px;
  }
  #spec .list_spec.list2 dt {
    width: 10rem;
  }
  #spec .list_spec.list2 dd {
    width: 400px;
  }
}
@media (max-width: 1000px) {
  #spec .list_spec {
    margin-top: 2rem;
  }
  #spec .list_spec.list1 dt, #spec .list_spec.list1 dd, #spec .list_spec.list2 dt, #spec .list_spec.list2 dd {
    width: 100%;
  }
  #spec .list_spec.list1 dt, #spec .list_spec.list2 dt {
    padding: 5px 10px;
    margin-bottom: 0.5rem;
  }
  #spec .list_spec.list1 dd, #spec .list_spec.list2 dd {
    padding: 0 1rem;
  }
}

/*--book--*/
#book {
  border-top: 2px dashed #e6326e;
  padding-bottom: 100px;
}
#book .box_ttl {
  margin-top: -50px;
}
@media (max-width: 1000px) {
  #book .box_ttl {
    margin-top: -8%;
  }
  #book .box_ttl img {
    width: 100%;
  }
}
#book .box_book {
  width: 95%;
  max-width: 300px;
  margin: auto;
  padding: 0px 10px;
}
@media (max-width: 1000px) {
  #book .box_book {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 5px;
  }
}
#book .box_book .text_book {
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
#book .box_book .img_book {
  width: 80%;
  max-width: 409px;
}

/*--sns--*/
#sns {
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 100;
  padding-bottom: 20px;
}
#sns .share {
  width: 195px;
  margin: 0 auto 0;
}
#sns .share li {
  display: inline-block;
  margin: 0 5px;
}
#sns .share li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#sns .share li a img {
  width: 100%;
  max-width: 46px;
}

/*----btn_top----*/
.btn_top {
  position: fixed;
  right: 200px;
  bottom: 30px;
  opacity: 0;
  transition: all 300ms 0s ease;
  z-index: 220;
}

/*-----------sp対応用*/
#concept, #story, #garally, #spec {
  display: block !important;
}/*# sourceMappingURL=common.css.map */