
/* 背景
--------------------------------------------------*/
.back {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../image/back.svg);
  background-position: center;
  z-index: -1;
}

/* メイン
--------------------------------------------------*/
.main_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cover_wrapper {
  position: relative;
  width: 100%;
  max-width: 1800px;
  height: 860px;
  margin: auto;
}

.cover_pic {
  position: absolute;
  width: 160%;
  max-width: 1940px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cover_pic img {
  width: 100%;
  height: auto;
}

.lilith_icon {
  position: absolute;
  top: 30px;
  left: 10%;
  margin-left: -90px;
  color: #FFF;
  text-align: left;
}

.cover_text {
  position: absolute;
  top: 190px;
  left: 10%;
  margin-left: -92px;
}

.cover_text img {
  width: 100%;
  height: auto;
}

.cover_title {
  position: absolute;
  width: 96%;
  max-width: 970px;
  bottom: 240px;
  right: 10%;
  margin-right: -180px;
}

.cover_title img {
  width: 100%;
  height: auto;
}

.sub_wrapper {
  position: relative;
  width: 100%;
  max-width: 1800px;
  height: 500px;
  margin: -190px auto 0;
  text-align: right;
}

.cd_pic {
  position: absolute;
  right: 10%;
  margin-right: -140px;
}

.cd_title {
  position: absolute;
  width: 96%;
  max-width: 970px;
  bottom: 110px;
  left: 10%;
  margin-left: -180px;
}

.cd_title img {
  width: 100%;
  height: auto;
}

.main_text {
  position: relative;
  width: 60%;
  max-width: 1000px;
  margin: -40px auto 20px;
  color: #FFF;
}

.cover_title_sp {
  display: none;
}

.limited_icon {
  position: absolute;
  top: 0;
  left: -180px;
}

.date_text {
  width: 50%;
  min-width: 230px;
  max-width: 400px;
  height: auto;
}

.date_text img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {

.cover_wrapper {
  height: auto;
}

.cover_pic {
  position: relative;
  width: 100%;
  max-width: auto;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.lilith_icon {
  left: 30px;
  margin-left: 0;
}

.cover_text {
  position: absolute;
  width: 37.5%;
  min-width: 360px;
  max-width: 450px;
  top: 120px;
  left: 28px;
  margin-top: 5.8%;
  margin-left: auto;
}

.cover_title {
  position: absolute;
  bottom: 24%;
  right: 50%;
  margin-right: auto;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.sub_wrapper {
  position: relative;
  width: 100%;
  max-width: 1800px;
  height: auto;
  margin: -15.84% auto 0;
  text-align: right;
}

.cd_pic {
  position: relative;
  width: 74.66%;
  min-width: 320px;
  max-width: 896px;
  right: auto;
  margin: auto;
  -webkit-transform: translate(18%, 0);
  transform: translate(18%, 0);
}

.cd_pic img {
  width: 100%;
  height: auto;
}

.cd_title {
  position: absolute;
  bottom: 12%;
  left: 50%;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.main_text {
  position: relative;
  width: 90%;
  max-width: 680px;
  margin: 40px auto 20px;
  color: #FFF;
}

.limited_icon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.main_text p br {
  display: none;
}
}

@media screen and (max-width: 800px) {

.cover_text {
  position: absolute;
  width: 30%;
  min-width: 140px;
  max-width: 240px;
  top: 120px;
  left: 28px;
  margin-top: 5.8%;
  margin-left: auto;
}

.sub_wrapper {
  margin: -36% auto 0;
}

.cover_title_sp {
  display: block;
  position: relative;
  width: 140%;
  min-width: 460px;
  max-width: 760px;
  left: 50%;
  margin-bottom: 40px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cover_title_sp img {
  width: 100%;
  height: auto;
}
}

@media screen and (max-width: 600px) {

.lilith_icon {
  width: 15.66%;
  min-width: 70px;
  top: 4.4%;
  left: 5%;
}

.lilith_icon img {
  width: 100%;
  height: auto;
}

.cover_text {
  top: 70px;
  left: 4.66%;
}
	
.main_text {
  margin: 6.66% auto 3.33%;
}
	
.cover_title_sp {
  margin-bottom: 6.66%;
}
}

@media screen and (max-width: 440px) {

.cover_pic {
  position: relative;
  width: 100%;
  min-width: 440px;
  max-width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
}

/* コンテンツ
--------------------------------------------------*/
hr.section_border {
  position: relative;
  width: 80px;
  margin: 100px auto;
  border: solid #FFF;
  border-width: 0 0 1px;
}

/* 商品紹介
--------------------------------------------------*/
.goods_wrapper {
  position: relative;
  width: 100%;
  max-width: 1900px;
  margin: 50px auto 0;
  overflow: hidden;
}

.goods_back {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 78%;
  min-width: 1360px;
  background-color: #FFF;
}

.goods {
  position: relative;
  max-width: 1300px;
  margin: auto;
}

.goods_number {
  position: absolute;
  width: 100%;
  max-width: 292px;
  top: 0;
  left: 10%;
  margin-left: -100px;
}

.goods_number img {
  width: 100%;
  height: auto;
}

.number700 {
  display: none;
}

.goods_name {
  position: relative;
  float: left;
  width: 40%;
  max-width: 500px;
  margin-left: 5%;
  padding: 140px 0 0;
}

.goods_info {
  position: relative;
  float: left;
  width: 40%;
  max-width: 500px;
  margin-left: 5%;
  padding: 0 0 60px;
}

.number {
  margin-bottom: 80px;
}

.list {
}

.list li {
  display: list-item;
  list-style-type: none;
  padding: 8px 0;
  border: solid #000;
  border-width: 1px 0 0;
}

.list li:last-child {
  border: solid #000;
  border-width: 1px 0;
}

.goods_pic {
  position: relative;
  float: right;
  width: 45%;
  max-width: 600px;
  margin-right: 5%;
  padding: 140px 0 60px;
  text-align: center;
}

.goods_pic img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 700px) {

.banner img {
  width: 100%;
  max-width: 440px;
  height: auto;
}
}

.border {
  position: relative;
  padding: 50px 0 0;
}

.border::after {
  position: absolute;
  top: 25px;
  left: 0;
  width: 40px;
  content: '';
  border: solid #000;
  border-width: 1px 0 0;
}

@media screen and (max-width: 1000px) {

.goods_number {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.goods_name {
  position: relative;
  float: none;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 140px 0 0;
  text-align: center;
}

.goods_pic {
  position: relative;
  float: none;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}

.goods_info {
  position: relative;
  float: none;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.border {
  position: relative;
  padding: 0;
}

.border::after {
  border-width: 0;
}
}

@media screen and (max-width: 700px) {

.goods_number {
  display: none;
}

.goods_name {
  padding: 0;
}

.number700 {
  display: block;
  width: 46.35%;
  min-width: 170px;
  margin: 0 auto 10px;
}

.number700 img {
  width: 100%;
  height: auto;
}

.number {
  margin-bottom: 25px;
}

.goods_pic {
  width: 100%;
  padding: 40px 0;
}

.goods_pic img {
  width: 116%;
  max-width: 500px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
}

/* アコーディオン
--------------------------------------------------*/
.chara {
  margin: 0 auto 90px;
}

.chara_info_a dt {
  display: block;
  width: 90%;
  max-width: 360px;
  margin: auto;
  cursor: pointer;
  background: url(../image/arrow_swich_a.svg) 25px -67px no-repeat;
}

.chara_info_y dt {
  display: block;
  width: 90%;
  max-width: 360px;
  margin: auto;
  cursor: pointer;
  background: url(../image/arrow_swich_y.svg) 25px -67px no-repeat;
}

.chara_name {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.chara_name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 12px;
  height: 100%;
  border: solid #000;
  border-width: 1px 0 1px 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chara_name::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 12px;
  height: 100%;
  border: solid #000;
  border-width: 1px 1px 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chara_info_a dd {
  text-align: center;
  display: block;
  margin: 0;
}

.chara_info_a dt.active {
  background: url(../image/arrow_swich_a.svg) 25px 17px no-repeat;
}

.chara_info_y dd {
  text-align: center;
  display: block;
  margin: 0;
}

.chara_info_y dt.active {
  background: url(../image/arrow_swich_y.svg) 25px 17px no-repeat;
}

.more_info {
  width: 90%;
  padding: 35px 0 0;
  margin: 0 auto;
  text-align: center;
}

.chara_pic_list {
  margin: auto;
  font-size: 0;
}

.chara_pic_list li {
  display: inline-block;
  list-style-type: none;
  width: 25%;
}

.chara_pic_list li img {
  width: 100%;
  height: auto;
}

.more_info hr {
  width: 40px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000;
  height: 1px;
  clear: both;
  margin: 30px auto;
}

.chara_info:hover {
}

.more_info_list {
  font-size: 0;
}

.more_info_list li {
  display: inline-block;
  list-style-type: none;
  padding: 0 12px;
}

@media screen and (max-width: 1200px) {

.chara_pic_list {
  max-width: 600px;
}

.chara_pic_list li {
  width: 50%;
}
}

@media screen and (max-width: 1000px) {

.more_info p {
  text-align: left;
}

.more_info p br {
  display: none;
}
}

@media screen and (max-width: 600px) {

.chara_info dd {
  display: none;
}

.chara_pic_list {
  max-width: 300px;
}

.chara_pic_list li {
  width: 100%;
}
}

/* 購入ボタン
--------------------------------------------------*/
.button_a {
  display: inline-block;
  width: 250px;
  margin: 6px 0;
  padding: .7em 0;
  background-color: #000;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}

.button_a:hover {
  background-color: #27CDBD;
}

.button_a span {
  position: relative;
  padding: 0 9px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button_a span::after {
  position: absolute;
  width: 18px;
  height: 16px;
  top: 50%;
  right: 0;
  content: '';
  margin-top: -8px;
  background-image: url(../image/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.button_a:hover span {
  padding: 0 18px 0 0;
}

.button_a:hover span::after {
  right: -9px;
  opacity: 1;
}

.button_y {
  display: inline-block;
  width: 250px;
  margin: 6px 0;
  padding: .7em 0;
  background-color: #000;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}

.button_y:hover {
  background-color: #FF8ABA;
}

.button_y span {
  position: relative;
  padding: 0 9px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button_y span::after {
  position: absolute;
  width: 18px;
  height: 16px;
  top: 50%;
  right: 0;
  content: '';
  margin-top: -8px;
  background-image: url(../image/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.button_y:hover span {
  padding: 0 18px 0 0;
}

.button_y:hover span::after {
  right: -9px;
  opacity: 1;
}

/* サンプル音声
--------------------------------------------------*/
.voice {
  width: 180px;
  margin: 30px 0 0 -6px;
  text-align: center;
}

.voice_btn_a {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 6px;
  border-radius: 24px;
  background-color: #000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.voice_btn_a:hover {
  background-color: #27CDBD;
}

.voice_btn_y {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 6px;
  border-radius: 24px;
  background-color: #000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.voice_btn_y:hover {
  background-color: #FF8ABA;
}

.voice_icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../image/voice_icon.svg);
  background-position: left;
  background-repeat: no-repeat;
  animation: voice 1s steps(8) infinite;
}
 @keyframes voice {
 to {
 background-position: -384px 0;
}
}

@media screen and (max-width: 1000px) {

.voice {
  margin: 30px auto 0;
}
}

/* ページ下部
--------------------------------------------------*/
.bottom {
  position: relative;
  width: 90%;
  margin: 100px auto 0;
  text-align: center;
}

.bottom img {
  width: 100%;
  max-width: 388px;
  height: auto;
}

/* ポップアップ
--------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  z-index: 1047;
  position: fixed;
  top: 28px;
  right: 28px;
  width: 30px;
  height: 30px;
  background-image: url(../image/close_icon.png);
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 30px;
  font-size: 0;
}

@media screen and (max-width: 700px) {

.mfp-fade.mfp-wrap .mfp-arrow:hover, .mfp-fade.mfp-wrap .mfp-arrow:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  top: 18px;
  right: 18px;
}
}

/* ポップアップウインドウ
--------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
}

.imitation {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.imitation_info {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  border: solid 1px #000;
  border-width: 1px 0;
  text-align: left;
}

.imitation_info dt {
  float: left;
  width: 100%;
}

.imitation_info dd {
  padding: 0 0 1em 0;
}

.imitation_info dd:last-child {
  padding-bottom: 0;
}

.imitation_title img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.sample_logo img {
  width: 70%;
  max-width: 200px;
  height: auto;
}

.bottom_close {
  width: 250px;
  margin: auto;
}

.bottom_close img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media screen and (max-width: 700px) {

.imitation p br {
  display: none;
}
}

/* 商品詳細リスト
--------------------------------------------------*/
.info_wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  color: #FFF;
  text-align: center;
}

.info_title {
  width: 50%;
  min-width: 230px;
  max-width: 400px;
  margin: auto;
  text-align: center;
}

.info_title img {
  width: 100%;
  height: auto;
}

.info_wrapper p {
  width: 90%;
  max-width: 720px;
  margin: auto;
}

.title {
  width: 60%;
  max-width: 1200px;
  margin: auto;
  color: #27CDBD;
  text-align: center;
}

.title img {
  width: 85%;
  max-width: 660px;
  height: auto;
}

.title_list {
  margin-top: 20px;
  padding: 14px 0 0;
  font-size: 0;
  border: solid #27CDBD;
  border-width: 1px 0 0;
}

.title_list li {
  display: inline-block;
  list-style-type: none;
  padding: 0 14px;
}

.info {
  position: relative;
  width: 90%;
  max-width: 1500px;
  margin: auto;
  text-align: center;
}

.info p {
  max-width: 650px;
  margin: auto;
}

.info_list {
  margin: 40px auto 0;
  font-size: 0;
  border: solid #FFF;
  border-width: 0 0 1px;
  overflow: hidden;
}

.info_list li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  padding: 8px 12px;
}

.info_list li::before {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: solid #FFF;
  border-width: 1px 0 0;
}

.imitation_btn {
  width: 100%;
  margin: 100px auto;
}

.imitation_notice {
  width: 90%;
  max-width: 342px;
  margin: auto;
}

.imitation_notice img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {

.info_list li {
  width: 100%;
  padding: 8px 0;
}
}
