@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: #ffedfd;
  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;
  }
}

.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: #f8dadc;
  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;
  }
}

.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: 100%;
  max-width: 597px;
  margin: auto;
}
.box_ttl img {
  width: 100%;
}

/*----- bg--*/
body::before {
  background: url("../images/bg_pc.jpg") no-repeat right top;
  background-size: auto 100%;
  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: url(../images/bg_topimg.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1000px) {
  #main_img {
    margin-bottom: 30vh;
    background-size: auto auto;
  }
}

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

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

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

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

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

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

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

/*--confirm--*/
#confirm {
  background: #f5b4b5;
  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%;
  }
}

/*--loading--*/
#loading {
  background: #f5b4b5;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
}
#loading .box_loading {
  text-align: center;
  padding-top: 20vh;
}
#loading .box_loading p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  color: #ff638b;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
#loading .box_loading .text_loading {
  width: 50%;
  max-width: 250px;
}
#loading .box_loading .img_loading {
  width: 150px;
}

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

.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: 20px;
  margin-top: 0;
  margin-right: 0;
}
@media (min-width: 1000px) {
  .glonav {
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
  }
}
@media (max-width: 1000px) {
  .glonav {
    position: relative;
    right: 0;
    top: 0;
    padding: 20px;
    background: rgba(245, 180, 181, 0.8);
    text-align: center;
    height: 100vh;
    display: none;
  }
}
.glonav .btn_news {
  position: absolute;
  right: 40px;
  top: 80px;
}
@media (min-width: 1000px) {
  .glonav ul {
    display: flex;
    justify-content: end;
  }
}
@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%;
}
.glonav .btn_close img {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.btn_menu {
  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--*/
@media (min-width: 1000px) {
  #main_img .box_mv {
    background: url(../images/bg_mv_logo_pc.png) no-repeat center top;
    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_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;
}

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

@media (min-width: 1000px) {
  #shop .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#shop .box_shop {
  margin-right: 5%;
  width: 45%;
}

@media (max-width: 1000px) {
  #shop .box_shop {
    width: auto;
    margin-right: 0;
  }
}
#shop .box_shop .inn_shop {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  padding: 20px 40px 40px;
  margin-top: 30px;
  height: 480px;
}

@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: #ec6e83;
  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 #a40b5d;
}

#shop .box_twitter {
  width: 45%;
}

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

@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;
}

/*--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--*/
.box_chara {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  position: relative;
  text-align: left;
}

@media (min-width: 1000px) {
  .box_chara.chara_01 {
    min-height: 930px;
  }
}
.box_chara.chara_01 .cha_change {
  position: relative;
}

@media (min-width: 1000px) {
  .box_chara.chara_01 .cha_change img.img_change, .box_chara.chara_01 .cha_change img.btn_change {
    position: absolute;
    left: 30px;
    top: -30px;
  }
}
@media (max-width: 1000px) {
  .box_chara.chara_01 .cha_change img.img_change, .box_chara.chara_01 .cha_change img.btn_change {
    width: 100%;
  }

  .box_chara.chara_01 .cha_change img.img_change.img_cha1_b, .box_chara.chara_01 .cha_change img.img_cha1_b.btn_change {
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
  }
}
.box_chara.chara_01 .cha_change .btn_change.img_cha1_a {
  position: absolute;
  right: 58%;
  bottom: 0;
  width: 29%;
  z-index: 90;
}

.box_chara.chara_01 .cha_change .btn_change.img_cha1_a img {
  width: 100%;
}

.box_chara.chara_01 .cha_change .btn_change.img_cha1_b {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 25%;
  z-index: 90;
}

.box_chara.chara_01 .cha_change .btn_change.img_cha1_b img {
  width: 100%;
}

@media (min-width: 1000px) {
  .box_chara.chara_01 .box_detail {
    max-width: 500px;
    margin-left: 580px;
    z-index: 10;
    position: relative;
  }
}
@media (max-width: 1000px) {
  .box_chara.chara_01 .box_detail .img_name {
    width: 90%;
    margin-left: 5%;
  }
}
.box_chara.chara_01 .box_detail .box_voice {
  position: absolute;
  right: 10px;
  top: 115px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1000px) {
  .box_chara.chara_01 .box_detail .box_voice {
    position: relative;
    right: 0;
    top: 0;
    width: 80%;
    margin: 1rem auto;
  }
}
.box_chara.chara_01 .box_detail .box_voice p {
  margin-right: 10px;
  width: 30%;
  max-width: 63px;
}

.box_chara.chara_01 .box_detail .box_voice p img {
  width: 100%;
}

.box_chara.chara_01 .box_detail .btn_change {
  height: 200px;
  position: relative;
}

.box_chara.chara_01 .box_detail .btn_change img {
  position: absolute;
  left: 260px;
  top: 60px;
}

.box_chara.chara_01 .box_detail .btn_change .ac {
  z-index: 200;
}

.box_chara.chara_01 .img_change, .box_chara.chara_01 .cha_change .btn_change {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}

.box_chara.chara_01 .img_change.ac, .box_chara.chara_01 .cha_change .ac.btn_change {
  opacity: 1;
}

.box_chara.chara_01 .text_chara {
  padding-bottom: 2rem;
}

@media (min-width: 1000px) {
  .box_chara.chara_01 .text_chara {
    width: 75%;
    max-width: 480px;
    margin-left: 55px;
    margin-top: 145px;
  }
}
@media (max-width: 1000px) {
  .box_chara.chara_01 .text_chara {
    width: 85%;
    margin: 1rem auto 0;
  }
}
.box_chara.chara_02 {
  margin-top: 18vw;
  padding-top: 10px;
}

@media (min-width: 1000px) {
  .box_chara.chara_02 {
    min-height: 300px;
    width: 700px;
    margin-left: 90px;
    margin-top: 120px;
  }
}
.box_chara.chara_02 .img_chara img {
  position: absolute;
  left: -30px;
  top: -50px;
}

@media (max-width: 1000px) {
  .box_chara.chara_02 .img_chara img {
    left: -3%;
    top: auto;
    bottom: 0;
    width: 48vw;
  }
}
.box_chara.chara_02 .box_detail {
  margin-left: 180px;
}

@media (max-width: 1000px) {
  .box_chara.chara_02 .box_detail {
    margin-left: 45vw;
  }

  .box_chara.chara_02 .box_detail .img_cha2_name {
    width: 100%;
    margin-left: -3%;
  }
}
.box_chara.chara_02 .box_detail .box_voice {
  position: absolute;
  right: 280px;
  top: 100px;
}

@media (max-width: 1000px) {
  .box_chara.chara_02 .box_detail .box_voice {
    position: relative;
    right: 0;
    top: 5px;
    width: 100%;
    margin: 0 auto 0;
  }

  .box_chara.chara_02 .box_detail .box_voice p {
    margin-left: 20%;
  }
}
.box_chara.chara_02 .box_detail .text_chara {
  padding-bottom: 1rem;
  margin-right: 20px;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .box_chara.chara_02 .box_detail .text_chara {
    margin-top: 10px;
  }
}
.box_chara.chara_03 {
  padding-top: 10px;
}

@media (min-width: 1000px) {
  .box_chara.chara_03 {
    min-height: 300px;
    width: 700px;
    margin-left: 360px;
    margin-top: 50px;
  }
}
@media (max-width: 1000px) {
  .box_chara.chara_03 {
    margin-top: 20vw;
  }
}
.box_chara.chara_03 .img_chara img {
  position: absolute;
  right: 0;
  bottom: -50px;
}

@media (max-width: 1000px) {
  .box_chara.chara_03 .img_chara img {
    right: -5%;
    bottom: 0;
    width: 58%;
  }
}
.box_chara.chara_03 .box_detail {
  margin-left: 95px;
}

@media (max-width: 1000px) {
  .box_chara.chara_03 .box_detail {
    margin-left: 3%;
    margin-right: 45%;
  }

  .box_chara.chara_03 .box_detail .img_cha3_name {
    width: 90%;
  }
}
.box_chara.chara_03 .box_detail .box_voice {
  position: absolute;
  right: 242px;
  top: 100px;
}

@media (max-width: 1000px) {
  .box_chara.chara_03 .box_detail .box_voice {
    position: relative;
    right: 0;
    top: 5px;
    width: 100%;
    margin: 0 auto 0;
  }

  .box_chara.chara_03 .box_detail .box_voice p {
    margin-left: 20%;
  }
}
.box_chara.chara_03 .box_detail .text_chara {
  padding-bottom: 1rem;
  text-align: right;
  margin-right: 240px;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .box_chara.chara_03 .box_detail .text_chara {
    margin-right: 0;
    width: 85%;
    margin-top: 10px;
  }
}
.box_chara.chara_04 {
  margin-top: 120px;
  padding-top: 20px;
}

@media (min-width: 1000px) {
  .box_chara.chara_04 {
    min-height: 340px;
    width: 965px;
    margin: 150px auto 50px;
  }
}
@media (max-width: 1000px) {
  .box_chara.chara_04 {
    margin-top: 10vw;
  }
}
@media (max-width: 1000px) {
  .box_chara.chara_04 .img_chara {
    margin-top: -10%;
  }
}
.box_chara.chara_04 .img_chara img {
  position: absolute;
  left: 50px;
  top: -50px;
}

@media (max-width: 1000px) {
  .box_chara.chara_04 .img_chara img {
    position: relative;
    left: 10%;
    width: 80%;
    top: 0;
  }
}
@media (min-width: 1000px) {
  .box_chara.chara_04 .box_detail {
    margin-left: 505px;
  }
}
@media (max-width: 1000px) {
  .box_chara.chara_04 .box_detail {
    text-align: center;
    margin-left: 0%;
    margin-top: -10%;
  }

  .box_chara.chara_04 .box_detail .img_cha4_name {
    width: 80%;
  }
}
.box_chara.chara_04 .box_detail .box_voice {
  position: absolute;
  right: 196px;
  top: 111px;
}

@media (max-width: 1000px) {
  .box_chara.chara_04 .box_detail .box_voice {
    position: absolute;
    right: 72%;
    bottom: 22%;
    top: auto;
  }
}
.box_chara.chara_04 .box_detail .text_chara {
  padding-bottom: 1rem;
  margin-right: 20px;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .box_chara.chara_04 .box_detail .text_chara {
    text-align: left;
    width: 80%;
    margin: 1rem auto;
  }
}
.box_chara .text_chara {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

@media (max-width: 1000px) {
  .box_chara .text_chara {
    line-height: 1.6rem;
  }
}
/*--garally--*/
#garally .box_garally {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
#garally .box_garally li {
  text-align: center;
}
@media (max-width: 1000px) {
  #garally .box_garally li {
    width: 80%;
  }
}
#garally .box_garally li img {
  width: 100%;
  max-width: 480px;
}
@media (min-width: 1000px) {
  #garally .box_garally li:first-child {
    margin-right: 50px;
  }
}

/*--special--*/
#special .box_countdown {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  position: relative;
  margin: 50px 0;
  padding: 30px;
}
@media (max-width: 1000px) {
  #special .box_countdown {
    margin: 25px 0;
  }
}
#special .box_countdown h4 img {
  width: 100%;
  max-width: 449px;
}
#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;
}
#special .box_trial {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  position: relative;
  margin: 50px 0;
  padding: 30px;
}
#special .box_trial h4 img {
  width: 100%;
  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: 100%;
  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: #ff638b;
  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_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: #ec6e83;
  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 #ec6e83;
  border-bottom: 1px solid #ec6e83;
}
@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: #ec6e83;
  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 #a40b5d;
}

/*--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: #ec6e83;
  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 .box_book {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  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: 409px;
}

/*--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: 20;
}

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