@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: url(../images/bg_sp.jpg) top center;
  background-size: 100% auto;
  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 {
  margin-top: -10px;
  opacity: 0.7;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

.mt10 {
  margin-top: 10px;
}

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

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

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

.fc_pink {
  color: #ff638b;
}

.fc_blue {
  color: #0072ff;
}

.fc_green {
  color: #0ba80f;
}

.fc_yellow {
  color: #c57902;
}

section {
  padding: 50px 0;
  margin-bottom: 300px;
}
@media (max-width: 1000px) {
  section {
    padding: 30px 0;
    margin-bottom: 30vh;
  }
}

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

footer {
  background: #00a0e9;
  padding: 20px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3rem;
  color: #fff;
  font-family: "Quicksand", "Avenir", "Arial", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 1000px) {
  footer {
    padding: 1rem;
  }
}

.text_border {
  text-shadow: 2px 2px 3px #ffffff, -2px 2px 3px #ffffff, 2px -2px 3px #ffffff, -2px -2px 3px #ffffff, 2px 2px 3px #ffffff, -2px 2px 3px #ffffff, 2px -2px 3px #ffffff, -2px -2px 3px #ffffff;
}

.box_ttl {
  width: 70%;
  max-width: 360px;
  margin: auto;
}
.box_ttl img {
  width: 100%;
}

.ttl_sub {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.ttl_sub img {
  width: 100%;
}

/*----- bg--*/
body::before {
  background: #cef0ff url("../images/img_mv_chara.png") no-repeat center top;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
@media (max-width: 1000px) {
  body::before {
    background: url("../images/bg_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}

#main_img {
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1000px) {
  #main_img {
    background-size: auto auto;
  }
}

#concept {
  background: url(../images/bg_concept.png) no-repeat top center;
  background-attachment: fixed;
}
@media (max-width: 1000px) {
  #concept {
    margin-bottom: 30vh;
    background: url(../images/bg_concept.png) repeat center center;
    background-size: auto 100%;
  }
}

#story {
  background: url(../images/bg_story.png) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1000px) {
  #story {
    background: url(../images/bg_story.png) repeat center center;
    background-size: auto 100%;
  }
}

#character {
  background: url(../images/bg_character.png) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1000px) {
  #character {
    background: url(../images/bg_character.png) repeat 65% center;
    background-size: 200% auto;
  }
}

#garally {
  background: url(../images/bg_garally.png) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1000px) {
  #garally {
    background: url(../images/bg_garally.png) repeat center center;
    background-size: auto 100%;
  }
}

#special {
  background: url(../images/bg_special.png) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1000px) {
  #special {
    background: url(../images/bg_special.png) repeat center top;
    background-size: auto 100%;
  }
}

#spec {
  background: url(../images/bg_spec.png) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1000px) {
  #spec {
    background: url(../images/bg_spec.png) repeat center center;
    background-size: 200% auto;
  }
}

#book {
  background: url(../images/bg_book.png) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1000px) {
  #book {
    background: url(../images/bg_book.png) repeat center center;
    background-size: auto 100%;
  }
}

/*--confirm--*/
#confirm {
  background: #00a0e9;
  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: 500;
}

.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;
  left: calc(50% + 300px);
  top: 100px;
  padding: 20px;
  margin-top: 0;
  margin-right: 0;
}
@media (min-width: 1000px) {
  .glonav {
    transition: all 0.5s ease-in-out 0s;
  }
}
@media (max-width: 1000px) {
  .glonav {
    left: 0;
    top: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    height: 100vh;
    width: 100%;
    z-index: 400;
    display: none;
  }
}
.glonav .btn_news {
  position: absolute;
  right: 40px;
  top: 80px;
}
@media (max-width: 1000px) {
  .glonav ul {
    margin-top: 15%;
  }
}
.glonav li {
  transition: all 0.2s ease-in-out 0s;
  padding: 0px 15px;
  background: #cef0ff;
  border-radius: 30px 0 0 30px;
  margin-bottom: 25px;
  width: 800px;
  position: relative;
}
.glonav li:hover {
  cursor: pointer;
  margin-left: -20px;
}
@media (max-width: 1000px) {
  .glonav li {
    width: 100%;
    border-radius: 30px;
  }
  .glonav li img {
    width: 100%;
    transform-origin: center top;
  }
}
.glonav li.new:before {
  content: url("../images/ico_new.png");
  position: absolute;
  left: -13px;
  top: -12px;
}
.glonav .btn_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  z-index: 460;
}
.glonav .btn_close img {
  width: 100%;
  height: auto;
  padding-top: 0;
}

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

@media (min-width: 1000px) {
  .nav_scroll {
    transition: all 0.5s ease-in-out 0s;
    left: auto;
    left: calc(100% - 220px);
  }
}
/*-----cont-----*/
/*--mv--*/
@media (min-width: 1000px) {
  #main_img .box_mv {
    height: 992px;
    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%;
    max-width: 1320px;
  }
}
@media (min-width: 1000px) {
  #main_img .box_mv .innner_mv .box_mv_chara {
    margin-left: -130px;
  }
}
@media (max-width: 1000px) {
  #main_img .box_mv .innner_mv .box_mv_chara img {
    width: 100%;
  }
}
#main_img .box_mv .innner_mv .box_logo {
  position: absolute;
  top: 20px;
  left: calc(50% + 50px);
}
@media (max-width: 1000px) {
  #main_img .box_mv .innner_mv .box_logo {
    width: 27%;
    top: 20%;
    left: 70%;
  }
  #main_img .box_mv .innner_mv .box_logo img {
    width: 100%;
  }
}
#main_img .box_mv .innner_mv .box_release {
  width: 100%;
  max-width: 566px;
}
@media (min-width: 1000px) {
  #main_img .box_mv .innner_mv .box_release {
    position: absolute;
    right: 0;
    top: 710px;
  }
}
@media (max-width: 1000px) {
  #main_img .box_mv .innner_mv .box_release {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }
}
#main_img .box_mv .innner_mv .box_release img {
  width: 100%;
}
#main_img .box_mv .innner_mv .box_mv_text {
  text-align: center;
  position: absolute;
}
@media (min-width: 1000px) {
  #main_img .box_mv .innner_mv .box_mv_text {
    left: -10px;
    top: 10px;
    width: 616px;
  }
}
@media (max-width: 1000px) {
  #main_img .box_mv .innner_mv .box_mv_text {
    width: 25%;
    left: 0;
    top: 10%;
  }
  #main_img .box_mv .innner_mv .box_mv_text img {
    width: 100%;
  }
}
#main_img .box_mv .innner_mv .btn_goods {
  margin-top: 30px;
}

/*--shop--*/
#shop {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  #shop .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#shop .box_shop {
  margin-right: 5%;
  width: 45%;
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1000px) {
  #shop .box_shop {
    width: auto;
    margin-right: 0;
  }
}
#shop .box_shop .inn_shop {
  padding: 0px 40px 40px;
  height: 450px;
}

@media (max-width: 1000px) {
  #shop .box_shop .inn_shop {
    padding: 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: #00a0e9;
  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%;
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1000px) {
  #shop .box_twitter {
    margin-top: 2rem;
    width: auto;
  }
}
#shop .box_twitter .inn_tw {
  border-radius: 40px;
  padding: 0 40px;
  margin-top: 30px;
  height: 438px;
}

@media (max-width: 1000px) {
  #shop .box_twitter .inn_tw {
    padding: 0 20px;
  }
}
#shop .box_twitter .twitter-timeline {
  height: 400px !important;
  border-radius: 40px;
  max-width: 100% !important;
}

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

/*--concept--*/
#concept .text_concept {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
}

/*--story--*/
#story .text_story {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
}

/*--character--*/
@media (min-width: 1000px) {
  #character .box_chara {
    position: relative;
    text-align: left;
    display: flex;
    justify-content: center;
  }
}
#character .box_chara .box_info {
  order: 1;
  width: 100%;
  max-width: 580px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1000px) {
  #character .box_chara .box_info {
    margin-top: -10%;
    z-index: 60;
    padding: 10px;
  }
}
#character .box_chara .box_info h4 {
  text-align: center;
  border-bottom: 1px solid #00a0e9;
  padding: 20px;
}
#character .box_chara .box_info h4 img {
  width: 100%;
  max-width: 209px;
}
#character .box_chara .box_info .box_text .btn_text ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 1000px) {
  #character .box_chara .box_info .box_text .btn_text ul {
    height: 60px;
  }
}
#character .box_chara .box_info .box_text .btn_text ul li {
  width: 40%;
  text-align: center;
  border-bottom: 1px solid #00a0e9;
  position: relative;
}
#character .box_chara .box_info .box_text .btn_text ul li:first-child {
  margin-right: 3%;
  padding-top: 15px;
}
#character .box_chara .box_info .box_text .btn_text ul li.ac:after {
  position: absolute;
  width: 40px;
  height: 28px;
  left: 40%;
  bottom: -18px;
  content: "";
  background: url(../images/ico_arrow.png) no-repeat center bottom;
}
#character .box_chara .box_info .box_text .cont_text {
  border-bottom: 1px solid #00a0e9;
  padding: 10px 40px 40px;
}
@media (max-width: 1000px) {
  #character .box_chara .box_info .box_text .cont_text {
    padding: 10px;
  }
}
#character .box_chara .box_info .box_text .cont_text li {
  line-height: 1.5rem;
  display: block;
}
#character .box_chara .box_info .box_text .cont_text li.box_02 {
  margin-top: -25px;
}
#character .box_chara .box_info .box_text .cont_text li.box_02 p {
  text-align: center;
  margin-top: 10px;
}
#character .box_chara .box_info .box_costume {
  padding: 20px;
}
@media (max-width: 1000px) {
  #character .box_chara .box_info .box_costume {
    padding: 10px;
  }
}
#character .box_chara .box_info .box_costume h5 {
  text-align: center;
}
#character .box_chara .box_info .box_costume ul {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
#character .box_chara .box_info .box_costume ul li {
  width: 24%;
  max-width: 116px;
}
#character .box_chara .box_info .box_costume ul li img {
  width: 100%;
}
#character .box_chara .box_info .box_voice {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #00a0e9;
}
#character .box_chara .box_info .box_voice p {
  margin: 15px;
  width: 30%;
  max-width: 63px;
}
#character .box_chara .box_info .box_voice p img {
  width: 100%;
}
#character .box_chara .box_img {
  order: 2;
  width: 100%;
  max-width: 510px;
  z-index: 50;
  position: relative;
}
#character .box_chara .box_img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#character .box_chara .box_img img.ac {
  opacity: 1;
}
#character .box_chara .box_img img.img_cha_p {
  position: relative;
}
#character .chara_02 .box_img {
  order: 1;
  margin-right: 30px;
}
#character .chara_02 .box_info {
  order: 2;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  #character .chara_02 .box_info {
    margin-top: -10%;
  }
}

/*--garally--*/
#garally .box_garally {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
#garally .box_garally li {
  text-align: center;
  margin-right: 50px;
}
@media (max-width: 1000px) {
  #garally .box_garally li {
    width: 45%;
    margin-right: 2%;
  }
}
#garally .box_garally li img {
  width: 100%;
  max-width: 480px;
}
#garally .box_garally li .hov:hover {
  margin-bottom: 10px;
}

/*--special--*/
#special .box_movie {
  margin: 30px 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
}
#special .box_movie h4 img {
  width: 100%;
  max-width: 348px;
}
#special .box_movie h4 img:hover {
  padding-bottom: 40px;
}
#special .box_movie .btn_movie {
  margin-top: 30px;
}
#special .box_movie .btn_movie img {
  width: 100%;
  max-width: 507px;
}
#special .box_movie .btn_movie img:hover {
  margin-bottom: 10px;
}
#special .box_trial {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  margin: 50px 0;
  padding: 30px;
}
#special .box_trial h4 img {
  width: 100%;
  max-width: 360px;
}
#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: 100%;
  max-width: 428px;
  box-sizing: content-box;
}
#special .box_trial .box_img li:first-child {
  width: 100%;
}
#special .box_trial .box_img li:first-child img {
  max-width: 654px;
  border: 1px solid #ccc;
}
@media (min-width: 1000px) {
  #special .box_trial .box_img li:nth-child(2), #special .box_trial .box_img li:nth-child(4) {
    text-align: right;
    margin-right: 10px;
  }
  #special .box_trial .box_img li:nth-child(3), #special .box_trial .box_img li:nth-child(5) {
    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: #00a0e9;
  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: 322px;
}
#special .box_trial .btn_download a {
  display: inline-block;
  margin: 0 20px 20px;
}
#special .box_trial .btn_download a img {
  margin-top: 30px;
}
#special .box_trial .btn_download a:hover img {
  opacity: 0.8;
  margin-bottom: 30px;
  margin-top: 0;
}
#special .box_goods {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  position: relative;
  margin: 50px 0;
  padding: 30px;
}
#special .box_goods h4 img {
  width: 100%;
  max-width: 449px;
}
#special .box_goods h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  color: #ff638b;
  margin: 2rem 0 1rem;
}
#special .box_goods .box_item {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
@media (min-width: 1000px) {
  #special .box_goods .box_item {
    display: flex;
    justify-content: center;
  }
}
#special .box_goods .box_item .box_img {
  width: 100%;
  max-width: 410px;
}
#special .box_goods .box_item .box_img img {
  width: 100%;
}
#special .box_goods .box_item .box_list {
  width: 100%;
  max-width: 460px;
}
@media (min-width: 1000px) {
  #special .box_goods .box_item .list_spec {
    padding: 40px 40px 20px;
  }
}
@media (max-width: 1000px) {
  #special .box_goods .box_item .list_spec {
    padding: 10px 5px;
  }
}
#special .box_goods .box_item .list_spec dt, #special .box_goods .box_item .list_spec dd {
  padding: 5px 10px;
  margin-bottom: 10px;
}
#special .box_goods .box_item .list_spec dt {
  background: #00a0e9;
  color: #fff;
  border-radius: 1rem;
}
#special .box_goods .box_item .list_spec dd {
  text-align: left;
  line-height: 1.2em;
}
#special .box_goods .box_item .list_spec dd:last-child {
  padding-top: 1rem !important;
  border-top: 1px solid #00a0e9;
  border-bottom: 1px solid #00a0e9;
}
@media (max-width: 1000px) {
  #special .box_goods .box_item .list_spec dd:last-child {
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1000px) {
  #special .box_goods .box_item .list_spec {
    margin-top: 2rem;
  }
  #special .box_goods .box_item .list_spec.list1 dt, #special .box_goods .box_item .list_spec.list1 dd, #special .box_goods .box_item .list_spec.list2 dt, #special .box_goods .box_item .list_spec.list2 dd {
    width: 100%;
  }
  #special .box_goods .box_item .list_spec.list1 dt, #special .box_goods .box_item .list_spec.list2 dt {
    padding: 5px 10px;
    margin-bottom: 0.5rem;
  }
  #special .box_goods .box_item .list_spec.list1 dd, #special .box_goods .box_item .list_spec.list2 dd {
    padding: 0 1rem;
  }
}
#special .box_goods .box_item .list_shop li {
  padding: 0 40px;
}
#special .box_goods .box_item .list_shop li a {
  background: #00a0e9;
  text-align: center;
  display: inline-block;
  border-radius: 1rem;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.8rem;
  margin: 0.7rem 0;
  box-shadow: 0 5px 0 #006fa2;
}

/*--spec--*/
#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.6);
  border-radius: 40px;
}
@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: #00a0e9;
  display: inline-block;
  color: #fff;
  border-radius: 1rem;
}
#spec .list_spec dd {
  text-align: left;
  line-height: 1.2rem;
}
@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 .box_book {
  width: 95%;
  max-width: 510px;
  margin: auto;
  padding: 35px 10px;
}
@media (max-width: 1000px) {
  #book .box_book {
    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: 250px;
}

/*--sns--*/
#sns {
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
#sns .share {
  width: 195px;
  margin: -3rem 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: 500;
}

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