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

@media (min-width: 1000px) {
  .hov {
    transition: all 0.2s ease-in-out 0s;
  }

  .hov:hover {
    margin-top: -8px;
    margin-bottom: 8px;
    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, #gallery .box_gallery li {
  margin-top: 50px !important;
}
@media (max-width: 1000px) {
  .mt50, #gallery .box_gallery 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: 50px;
}
@media (max-width: 1000px) {
  section {
    padding: 30px 0;
    margin-bottom: 5rem;
  }
}

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

footer {
  background: linear-gradient(270deg, rgb(255, 91, 55) 0%, rgb(255, 16, 132) 100%);
  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;
  }
}

#shop .box_ttl {
  max-width: 400px;
}

.box_ttl {
  width: 100%;
  margin: auto;
  background: url(../images/bg_ttl.png) repeat-x center center;
  text-align: center;
}
.box_ttl img {
  width: 100%;
  max-width: 526px;
}

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

/*----- bg--*/
.bg_mv {
  background: url("../images/bg_mv_01.jpg") repeat center top;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  z-index: -1;
}
.bg_mv .bg_01 {
  background: url("../images/bg_mv_02.png") no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.bg_mv .bg_02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1629px;
  height: 100vh;
  background: url("../images/img_mv.png") no-repeat left top;
  background-size: auto 100%;
}
@media (max-width: 1000px) {
  .bg_mv {
    background: url("../images/img_mv_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}

.bg_cont {
  background: linear-gradient(#f1a3b2, #ffffff, #ffc4b0);
  opacity: 0.85;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -1;
}

/*--confirm--*/
#confirm {
  background: linear-gradient(#f1a3b2, #ffffff, #ffc4b0);
  width: 100%;
  height: 100%;
  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;
}
#confirm .container .box_btn li a {
  display: block;
  padding: 1rem;
  background: #fff;
  border-radius: 30px;
}
#confirm .container .box_btn li a:hover {
  cursor: pointer;
}
#confirm .container .box_btn li img {
  width: 100%;
  max-width: 177px;
}
@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: 120px;
  z-index: 500;
}

.b_logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
@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: 10px;
  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(0, 0, 0, 0.5);
    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 {
  transition: all 0.2s ease-in-out 0s;
  padding: 0px 15px;
  margin-bottom: 25px;
  position: relative;
}
.glonav li:hover {
  cursor: pointer;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .glonav li {
    height: 12vh;
  }
  .glonav li img {
    transform: scale(1.2);
    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;
}

/*-----cont-----*/
/*--mv--*/
#main_img .box_mv {
  width: 100%;
  text-align: center;
  position: relative;
  height: 100vh;
}
#main_img .box_mv img {
  width: 100%;
}
#main_img .box_mv .logo {
  width: auto;
  position: absolute;
  right: 3%;
  top: 10%;
  z-index: 200;
  height: 88%;
  width: auto;
}
@media (max-width: 1000px) {
  #main_img .box_mv .logo {
    height: auto;
    width: 80%;
    top: auto;
    right: 10%;
    bottom: 0;
  }
  #main_img .box_mv .logo img {
    width: 100%;
  }
}
#main_img .box_mv .img_text {
  width: auto;
  position: absolute;
  left: 10%;
  bottom: 2%;
  z-index: 200;
  width: 45%;
  max-width: 515px;
}
@media (max-width: 1000px) {
  #main_img .box_mv .img_text {
    width: 80%;
    left: 10%;
  }
}

/*--mv--*/
.contents {
  position: relative;
  width: 100%;
}

.box_container {
  position: absolute;
  width: 100%;
  top: 0;
}

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

@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: 1rem;
  margin-bottom: 0.3rem;
}
#shop .box_shop .inn_shop h4.text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.7rem;
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
}

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

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

#shop .box_shop .inn_shop .list_shop li a {
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  display: inline-block;
  display: block;
  color: #000;
  font-size: 1.1rem;
  padding: 0.8rem;
  margin: 0.2rem 0;
}

#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.4);
  padding: 0 20px;
  margin-top: 30px;
  height: 500px;
}

@media (max-width: 1000px) {
  #shop .box_twitter .inn_tw {
    padding: 0 20px;
  }
}
#shop .box_twitter .twitter-timeline {
  height: 500px !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: 2.5rem;
  font-weight: bold;
  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;
}
#story .text_story .text_lead {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
  color: #e0464a;
}

/*--character--*/
#character .box_chara {
  position: relative;
}
@media (min-width: 1000px) {
  #character .box_chara {
    position: relative;
    text-align: left;
    display: flex;
    justify-content: center;
    height: 1000px;
  }
}
@media (max-width: 1000px) {
  #character .box_chara {
    background-size: 100% auto;
  }
}
#character .box_chara .box_info {
  order: 2;
  width: 100%;
  max-width: 620px;
  padding: 20px;
  margin-top: 30px;
  margin-left: 100px;
  position: relative;
  background: url(../images/bg_chara_info.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #928b16;
}
@media (max-width: 1000px) {
  #character .box_chara .box_info {
    margin: 1rem auto;
    z-index: 60;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
  }
}
#character .box_chara .box_info h4 {
  padding: 20px 0;
}
@media (max-width: 1000px) {
  #character .box_chara .box_info h4 {
    text-align: center;
  }
}
#character .box_chara .box_info h4 img {
  width: 90%;
  max-width: 446px;
}
#character .box_chara .box_info h5 {
  padding: 20px 0;
}
#character .box_chara .box_info h5 img {
  width: 100%;
  max-width: 469px;
}
#character .box_chara .box_info .box_text .cont_text {
  padding: 10px 0;
  line-height: 1.5rem;
}
@media (max-width: 1000px) {
  #character .box_chara .box_info .box_text .cont_text {
    padding: 10px;
  }
}
#character .box_chara .box_info .box_voice ul, #character .box_chara .box_info .box_pose ul, #character .box_chara .box_info .box_costume ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#character .box_chara .box_info .box_voice ul li, #character .box_chara .box_info .box_pose ul li, #character .box_chara .box_info .box_costume ul li {
  margin: 10px;
}
#character .box_chara .box_info .box_voice ul li img, #character .box_chara .box_info .box_pose ul li img, #character .box_chara .box_info .box_costume ul li img {
  width: 100%;
  max-width: 187px;
}
#character .box_chara .box_info .line {
  margin: 20px auto;
  width: 70%;
}
#character .box_chara .box_info .line img {
  width: 100%;
}
#character .box_chara .box_info .box_pose ul li img {
  border: 1px solid #ff921c;
}
#character .box_chara .box_info .box_costume {
  position: relative;
  margin: 10px;
}
#character .box_chara .box_info .box_costume .ttl_costume {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  max-width: 164px;
}
#character .box_chara .box_info .box_costume .ttl_costume img {
  width: 100%;
}
#character .box_chara .box_info .box_costume ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  #character .box_chara .box_info .box_costume ul li {
    margin: 5px;
  }
}
#character .box_chara .box_img {
  order: 1;
  width: 450px;
  z-index: 50;
  position: relative;
  text-align: right;
}
@media (max-width: 1000px) {
  #character .box_chara .box_img {
    text-align: center;
    width: 100%;
  }
  #character .box_chara .box_img img {
    width: 90%;
    margin-left: 5%;
  }
}
#character .box_chara .box_img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  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_01 .box_img {
  text-align: center;
}
@media (max-width: 1000px) {
  #character .chara_01 .box_img img {
    width: 100%;
  }
}
#character .chara_02 h4, #character .chara_02 h5 {
  text-align: center;
}
#character .chara_02 .box_voice ul, #character .chara_02 .box_pose ul, #character .chara_02 .box_costume ul {
  justify-content: center;
}
#character .chara_02 .box_01 {
  text-align: center;
}
#character .chara_02 .box_img {
  order: 2;
}
@media (min-width: 1000px) {
  #character .chara_02 .box_img {
    margin-right: 30px;
    margin-left: -100px;
  }
}
#character .chara_02 .box_info {
  order: 1;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  #character .chara_02 .box_info {
    z-index: 60;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
  }
}
#character .box_subchara {
  margin-top: 200px;
}
@media (max-width: 1000px) {
  #character .box_subchara {
    margin-top: 100px;
  }
}
#character .box_subchara .cont_subchara {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  background: url(../images/bg_chara_info.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #928b16;
}
#character .box_subchara .cont_subchara .img_cha {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  max-width: 225px;
}
#character .box_subchara .cont_subchara .img_cha img {
  width: 100%;
}
#character .box_subchara .cont_subchara .box_info {
  margin: 20px 50px 15px 200px;
}
@media (max-width: 1000px) {
  #character .box_subchara .cont_subchara .box_info {
    margin: 2% 2% 2% 35%;
  }
}
#character .box_subchara .cont_subchara .box_info h4 {
  width: 100%;
  max-width: 388px;
}
#character .box_subchara .cont_subchara .box_info h4 img {
  width: 100%;
}
#character .box_subchara .cont_subchara .box_info .box_voice {
  margin: 1rem;
}
#character .box_subchara .cont_subchara .box_info .box_voice li {
  width: 80%;
  margin: auto;
  max-width: 185px;
}
#character .box_subchara .cont_subchara .box_info .box_voice li img {
  width: 100%;
}
#character .box_subchara .cont_subchara .box_info .text_subchara {
  margin-top: 1rem;
}

/*--gallery--*/
#gallery .box_gallery {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
#gallery .box_gallery li {
  text-align: center;
  margin-right: 50px;
}
@media (max-width: 1000px) {
  #gallery .box_gallery li {
    width: 45%;
    margin-right: 2%;
  }
}
#gallery .box_gallery li img {
  width: 100%;
  max-width: 480px;
}
#gallery .box_gallery 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: 202px;
}
#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), #special .box_trial .box_img li:nth-child(6) {
    text-align: right;
    margin-right: 10px;
  }
  #special .box_trial .box_img li:nth-child(3), #special .box_trial .box_img li:nth-child(5), #special .box_trial .box_img li:nth-child(7) {
    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: linear-gradient(270deg, rgb(255, 91, 55) 0%, rgb(255, 16, 132) 100%);
  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_countdown {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  margin: 50px 0;
  padding: 30px;
}
#special .box_countdown h4 {
  max-width: 525px;
}
#special .box_countdown h4 img {
  width: 100%;
  max-width: 563px;
}
#special .box_countdown .box_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#special .box_countdown .box_list li {
  box-sizing: content-box;
  width: 100%;
  max-width: 470px;
  margin: 30px 0 0;
  text-align: center;
}
@media (min-width: 1000px) {
  #special .box_countdown .box_list li:nth-child(odd) {
    margin: 30px 2% 0;
  }
  #special .box_countdown .box_list li:first-child {
    margin: 30px 100px;
  }
}
#special .box_countdown .box_list li img {
  width: 100%;
}
#special .box_countdown .box_list li audio {
  margin: 10px 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: #eb4743;
  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 #eb4743;
  border-bottom: 1px solid #eb4743;
}
@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: #fff;
  border: 1px solid #000;
  text-align: center;
  display: inline-block;
  display: block;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.8rem;
  margin: 0.7rem 0;
}

/*--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);
}
@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: linear-gradient(270deg, rgb(255, 91, 55) 0%, rgb(255, 16, 132) 100%);
  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: 14rem;
  }
  #spec .list_spec.list2 dd {
    width: 330px;
  }
}
@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: 200px;
}

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

/*--shop_bt--*/
#shop_bt .box_ttl {
  width: 100%;
  margin: auto;
}
#shop_bt h4 {
  margin-top: 2rem;
}
#shop_bt .inn_shop .list_shop {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
#shop_bt .inn_shop .list_shop li {
  width: 20%;
  margin: 0.5rem;
}
@media (max-width: 1000px) {
  #shop_bt .inn_shop .list_shop li {
    width: 45%;
    margin: 1%;
  }
}
#shop_bt .inn_shop .list_shop li a {
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  display: inline-block;
  display: block;
  color: #000;
  font-size: 1.2rem;
  padding: 0.8rem;
  margin: 0.7rem 0;
}

/*-----------sp対応用*/
#concept, #story, #gallery, #spec {
  display: block !important;
}
#concept .inn_shop h4, #story .inn_shop h4, #gallery .inn_shop h4, #spec .inn_shop h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

#update .box_ttl {
  width: 85%;
  max-width: 327px;
  margin: auto;
}
#update .text_update {
  line-height: 1.3rem;
  margin: 1rem;
}
#update .text_update h4 {
  font-weight: bold;
}
@media (min-width: 1000px) {
  #update .box_update {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#update .box_update div {
  width: 40%;
  margin: 1rem 2%;
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
}
@media (max-width: 1000px) {
  #update .box_update div {
    width: 95%;
    margin: 1rem auto;
  }
}
#update .box_update h5 {
  text-align: center;
  background-color: #eb4743;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 20px;
  width: 80%;
  margin: auto;
}
#update .box_update a {
  width: 238px;
  margin: 1rem auto;
  display: block;
}
#update .box_update a img {
  width: 100%;
}
#update .box_update h6 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#update .box_update p {
  line-height: 1.3rem;
}/*# sourceMappingURL=common.css.map */