@charset "UTF-8";

/* default */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img {
  vertical-align: top;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  color: #6e693d;
  /*font: 1.6em / 1.4 "Noto Sans JP", sans-serif;*/
  font: 1.6em;
  font-weight: bold;
  font-style: normal;
  background-color: #fff;
}

a {
  text-decoration: none;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 0;
}

.red {
  /*color:red;*/
  color: #dc184c;
}


.line {
  background: linear-gradient(transparent 70%, #ffbaba 0%);
  color: red;
  font-weight: bold;
  font-size: 1.8rem;
}

/*font*/
.zen-kaku-gothic-new-light {

  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {

  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {

  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {

  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {

  font-weight: 900;
  font-style: normal;
}


/* base layout */
body {
  width: 100%;
  min-width: 1280px;
}

main {
  padding: 0;
}

#bg-content {
  /*background-image:url(../img/bg.jpg);
  background-size: contain;
  background-repeat: repeat-y;*/
  background-color: #ededed;
  position: relative;
}

@media screen and (min-width: 751px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: auto;
  }

  .pc-only {
    display: none;
  }
}

.lp-wrapper {
  width: 100%;
  overflow: hidden;
}

a[data-fancybox] {
  outline: none !important;
}


/* kv */
.kv-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1080;
  /* 背景画像の比率に合わせる */
  background: url("../img/bg_kv.jpg") center center / cover no-repeat;
}

.kv-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.kv-content {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 2vw;
  left: 10vw;
  /*width: 720px;*/
  width: 38vw;
  text-align: right;
}

.kv-content img {
  width: 100%;
}

.kv-content2 {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 4vw;
  left: 12vw;
  /*width: 445px;*/
  width: 34.76vw;
  text-align: right;
  min-width: 445px;
}

.kv-content2 img {
  width: 100%;
}

.kv-content img.kv_25logo {
  width: 135px;
  margin-bottom: 0.5vw;
}

.kv-content .kv-logo {
  pointer-events: none;
  min-width: 520px;
}



.info-block {
  /*position: absolute;*/
  /*bottom: 1.4vw;*/
  /*left: 0;*/
  width: 100%;

  font-weight: 400;
  font-style: normal;
  margin: 0 auto 0;
}

.info-block .info-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 12px 0;
  /*background-color: rgba(83,95,122,1);*/
}

.info-block .info-news-item {
  /*width: 94%;*/
  width: fit-content;
  margin: 2px 0;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
}

.info-block .info-news-item a {
  color: #6e693d;
  text-decoration: underline;
  transition: opacity .2s;
}

.info-block .info-news-item a:hover {
  opacity: .6;
}

.info-block .info-news-item.is-new::before {
  margin-right: 1em;
  color: #ff5bac;
  font-weight: bold;
  content: "NEW!";
}

/* main */
.lp-section {
  margin: 0 auto 80px;
}

.lp-section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 268px;
  margin-bottom: 40px;
}

.lp-section-header-h2 {
  color: #fff;
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 7.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5em;
  text-shadow: 0 0 0.2em #003e67, 0 0 2px #003e67, 0 0 1px #003e67;
  display: inline-block;
  text-indent: 0.5em;
}


.lp-section-body {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.lp-section-body img {
  width: 100%;

}

.lp-section-body2 {
  position: relative;
  width: 1280px;
  margin: 0 auto 0;
}

/* top */
.lp-section__top {
  height: 55.85vw;
  min-height: 715px;
  margin: 0 auto 0;
  padding: 0;
  position: relative;
  z-index: 1;
  border-top: 6px solid #b6904c;
  border-bottom: 6px solid #b6904c;
  background-image: url(../img/bg_section_top.jpg);
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 400;
  font-style: normal;
}

#bg_lp-section__top {
  margin: 0 auto 0;
  height: fit-content;
  padding-top: 100px;
  padding-bottom: 44px;
  /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(226,240,255,1) 33%, rgba(226,240,255,1) 100%);*/
  position: relative;
  z-index: 20;
}

.lp-section__top .lp-section-body {
  /*height:585px;*/
  margin: 0 auto 0;
  padding-top: 0;
  font-size: 2.5rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  z-index: 5;
  /*border:1px solid #e2f0ff;
  border:1px solid red;*/
}

.lp-section__top .section-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px #0e1337;
  text-shadow: 1px 1px 4px #0e1337;
}

.lp-section__top .section-text-01 {
  margin: 0 auto 50px;
  font-size: 2.5rem;
  line-height: 2em;
  letter-spacing: 0.05em;

}

.item_title {
  margin: 1em auto 1em;
  font-size: 3rem;
  display: inline-block;
}

.top_title_text {
  width: auto;
  margin: 2rem auto 0;
  color: #424654;
  filter: drop-shadow(5px 5px 5px #fff) drop-shadow(-5px -5px 5px #fff) drop-shadow(5px 5px 5px #fff) drop-shadow(-5px -5px 5px #fff);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
}

.lp-section__top .section-text-02 {
  margin: 2rem auto 0;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5em;
}

.chara_right {
  width: 574px;
  position: absolute;
  top: -5px;
  right: -70px;
  z-index: 10;
}

.chara_right img {
  width: 100%;
}

.chara_left {
  width: 550px;
  position: absolute;
  bottom: -80px;
  left: 0px;
  z-index: 1;
}

.chara_left img {
  width: 100%;
}

/* ナビゲーションメニュー */
.lp-section__gnav {
  width: 100%;
  height: fit-content;
  margin: 0 auto 0;
  position: relative;
  z-index: 10;
  background-size: cover;
  border-bottom: 6px solid #b6904c;
}


ul.gnav {
  max-width: 1080px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.nav_wrap {
  border-top: 3px solid #b6904c;
  margin-top: 15px;
  border-bottom: 3px solid #b6904c;
  margin-bottom: 15px;
}

ul.gnav li {

  padding: 50px 0;
  color: #fff;
  font-size: 2rem;
  /*font-family: "Noto Serif JP", serif;*/
  letter-spacing: 0.08rem;
}

ul.gnav li a {
  width: 100%;
  padding: 0 10px 8px;
  color: #fff;
  display: block;

}

ul.gnav li a:hover {
  /*text-decoration:underline;*/
  padding-bottom: 5px;
  border-bottom: 3px solid #f6b33b;
}

ul.gnav li a:visited {
  color: #fff;
}


/* 商品情報 */
.lp-section__product .lp-section-header-h2 {
  text-shadow: 0 0 0.2em #003e67, 0 0 2px #003e67, 0 0 1px #003e67;
}

.copyright {
  text-align: center;
  font-size: 12px;
}

h3 {
  width: 100%;
  height: 49px;
  margin: 0 auto 40px;
  color: #32383e;
  text-align: center;
  line-height: 49px;
  font-size: 1.5em;
}

h3.product_title02 {
  background: url(../img/bg_product_title02.jpg) no-repeat;
  background-size: contain;
}

h3.product_title03 {
  background: url(../img/bg_product_title03.jpg) no-repeat;
  background-size: contain;
}

.lp-section .lp-section__product {}

.lp-section__product .lp-section-header {
  background: url(../img/heading01.jpg) no-repeat 50% 50%/cover;
}

.lp-section__product .lp-section-desc {
  border: 1px solid pink;
  margin-bottom: 80px;
  font-size: 1.8rem;
}

.syuuryou {
  position: absolute;
  font-size: 10rem;
  color: red;
  z-index: 10;
  margin-left: 40%;
  margin-top: 15%;
  text-shadow: white 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}


.lp-section__product .product-block {
  position: relative;
  width: 1100px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

img.product-title {
  width: 1100px;
  height: 90px;
  margin: 0 auto 44px;
  display: block;
}

.lp-section__product .product-block .product-image {
  position: relative;
  flex-basis: 438px;
  margin-right: 40px;

}

.lp-section__product .product-block .product-image img {
  width: 100%;
}

.lp-section__product .product-block .product-image .label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 1em;
  background: linear-gradient(90deg, #fac3cc 0, #fac3cc 20%, rgba(250, 195, 204, 0) 100%);
  color: #cc2944;
  font-size: 2rem;
  font-weight: bold;
  line-height: 50px;
  pointer-events: none;
}

ul.thumb_list {
  width: 100%;
  margin-top: 20px;
  margin-right: 10px;
  display: flex;
  justify-content: space-around;
}

ul.thumb_list li {
  width: 131px;
}

ul.thumb_list li img {
  width: 100%;
  cursor: pointer;
}

div.product-spec {
  margin-top: 1rem;
  line-height: 2.4rem;
}

.lp-section__product .product-block .product-content {
  flex: 1;
}

.lp-section__product .product-block .sub_caption {
  width: 55%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08rem;
  background: linear-gradient(to right, rgba(208, 135, 235, 1) 0%, rgba(146, 161, 242, 1) 100%);
}

.lp-section__product .product-block .product-content-gray {
  flex: 1;
  filter: grayscale(100%);
}

.title_name {
  font-size: 1.8rem;
  letter-spacing: 0.08rem;
}

.product_name {
  font-size: 2.7rem;
  letter-spacing: 0.08rem;
}

h4.product_caption {
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #6e693d;
}

h4.product_caption2 {
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;

}


.lp-section__product .product-block .product-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.8em;
  /*text-align: justify;*/
  word-break: break-all;
}

.lp-section__product .product-block .product-text+.product-text {
  margin-top: 1em;
}

div.cautionary-note {
  font-size: 1.3rem;
}

ul.cautionary-note_list {
  font-size: 1.3rem;
}

ul.cautionary-note_list li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.cautionary-note_list li::before {
  margin-right: 0.2em;
  content: '※';
}

div.buy_content_box {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  column-gap: 30px;
}

div.price_txt_cap {
  font-size: 1.5rem;
  font-weight: bold;
}

div.price_txt {
  font-size: 1.7rem;
  font-weight: bold;
  color: #f27272;
}

div.price_txt span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #6e693d;
}

div.buy_content_box a.buy-button {
  margin: 0;
  display: block;
  width: 280px;
  height: 60px;
  border-radius: 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  transition: opacity .15s;
  line-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  background-color: #f27272;
}

.lp-section__product .product-block .product-info {
  width: 100%;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 2em;
}

.lp-section__product .product-block .product-info dt {
  clear: both;
  float: left;
}

.lp-section__product .product-block .product-info dt::after {
  content: "\FF1A";
}

.lp-section__product .product-block .product-info dt.jan {
  letter-spacing: .05em;
}

.prouct_spec {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.prouct_spec .product-flex-left {
  width: 34%;
  margin-top: 30px;
}

.prouct_spec .product-flex-left table.info_table {
  font-size: 1.3rem;
  line-height: 2.6rem;
  vertical-align: top;
}

.prouct_spec .left {
  width: 12%;
  text-align: right;
}

.prouct_spec .left .product_price_cap {
  font-weight: bold;
}

.prouct_spec .left .product_price {
  font-size: 1.8rem;
  color: #ff9500;
  font-weight: bold;
}

.prouct_spec .left .product_price span {
  font-size: 1.5rem;
  color: #000;
}

.prouct_spec .right {
  width: 30%;
  margin-left: 0;
}

.prouct_spec .product-flex-left table.info_table td.info_item {
  vertical-align: top;
}

.lp-section__product .product-block .product-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 30px;
}

.lp-section__product .product-block .product-flex p {
  text-align: right;
}

.lp-section__product .product-block .product-flex-left {
  width: 100%;
  margin-top: 30px;
}

.lp-section__product .product-block .product-flex-left table.info_table {
  font-size: 1.3rem;
  line-height: 2.6rem;
  vertical-align: top;
}

.lp-section__product .product-block .product-flex-left table.info_table td.info_item {
  vertical-align: top;
}

.lp-section__product .product-block .product-flex .left {
  text-align: right;
}

.lp-section__product .product-block .product-flex .left .product_price_cap {
  font-weight: bold;
}

.lp-section__product .product-block .product-flex .left .product_price {
  font-size: 1.8rem;
  color: #ffa800;
}

.lp-section__product .product-block .product-flex .left .product_price span {
  font-size: 1.5rem;
  color: #000;
}

.lp-section__product .product-block .product-flex .right {
  margin-left: 30px;
}

.lp-section__product .prouct_spec .right .buy-button,
ul.product_limited_list li a.buy-button {
  margin: 20px auto 0;
  display: block;
  width: 280px;
  height: 60px;
  border-radius: 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  transition: opacity .15s;
  line-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.txt_price {
  width: 280px;
  margin-bottom: 12px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #f27200;
}

.txt_price span {
  font-size: 0.8em;
}

.lp-section__product .prouct_spec .right .buy-button:hover,
ul.product_limited_list li a.buy-button:hover {
  opacity: .85;
}

.lp-section__product .prouct_spec .right .buy-button.type-01,
ul.product_limited_list li a.buy-button.type-01 {
  background-color: #ff9500;
}

.lp-section__product .prouct_spec .right .buy-button.type-02,
ul.product_limited_list li a.buy-button.type-02 {
  background-color: #ff5f8d;
}

.lp-section__product .prouct_spec .right .buy-button.type-03 {
  background-color: #999;
  pointer-events: none;
}

div.mutual_link_box {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
}

div.mutual_link_box p {
  margin-bottom: 30px;
  font-size: 2rem;
}

div.mutual_link_box a {
  width: 1100px;
  height: 231px;
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 0.2em #000ec8, 0 0 2px #000ec8, 0 0 1px #000ec8;
  display: flex;
  justify-content: center;
  align-items: center;

}

div.mutual_link_box a img {
  width: 100%;
}


/*特典情報*/
.lp-section__product_limited {
  margin: 0 auto 0;
}

.lp-section__product_limited .lp-section-header-h2 {
  text-shadow: 0 0 0.2em #0068c8, 0 0 2px #0068c8, 0 0 1px #0068c8;
}

.lp-section__product_limited .lp-section-header {
  background: url(../img/heading02.jpg) no-repeat 50% 50%/cover;
}

.product_limited_box {
  margin-bottom: 30px;
}

.lp-section__product_limited h3 {
  width: 808px;
  height: 100px;
  margin: 62px auto 0;
  font-size: 7.4rem;
  line-height: 7.4rem;
  text-shadow: 0 0 0.05em #424654;
  background: url(../img/bg_product_limited.png) no-repeat 50% 50%/contain;
}

img.product-title2 {
  width: 1100px;
  margin: 62px auto 0;
  display: block;
}

div.product_limited_title_cap {
  width: 100%;
  margin: 1.3rem auto 0;
  font-size: 3rem;
  text-align: center;
  text-shadow: 0 0 0.05em #424654;
}

img.thumb_product_limited {
  width: 700px;
  margin: 45px auto 0;
  display: block;
}

div.product_limited_txt {
  width: 100%;
  margin: 5.6rem auto 0;
  font-size: 2.5rem;
  line-height: 3.4rem;
  text-align: center;
}

ul.product_limited_cautionary_note {
  width: 100%;
  margin: 90px auto 0;
  font-size: 1.3rem;
}

ul.product_limited_cautionary_note li {
  line-height: 2.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

ul.product_limited_cautionary_note li::before {
  margin-right: 0.2em;
  content: "※";
}

.lp-section__product_limited .product_limited_block {
  width: 1100px;
  margin: 0 auto 80px;
}

ul.product_limited_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

ul.product_limited_list li {
  width: 30%;
}

img.product_limited_decoration {
  width: 100%;
  display: block;
}

.product_limited_thumb {
  width: 100%;
  padding: 1rem 0 1.5rem;
  background-color: #e8f6ff;
}

.product_limited_thumb img {
  width: 90%;
  margin: 0 auto 0;
  display: block;
  box-shadow: 0 1px 3px 0 rgba(131, 131, 131, 0.6);
}

.product_limited_annotation {
  margin-top: 5px;
  font-size: 1.3rem;
}

.product_limited_sub_caption {
  width: 100%;
  margin: 20px auto 16px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08rem;
  background: linear-gradient(to right, rgba(208, 135, 235, 1) 0%, rgba(146, 161, 242, 1) 100%);
}

.product_limited_name {
  width: 100%;
  margin: 0 auto 10px;
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  border-bottom: 2px solid #008fcc;
}

ul.product_limited_list li p {
  width: 100%;
  margin: 0 auto 3.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

ul.product_limited_caution {
  width: 100%;
  margin: 0 auto 0;
  font-size: 1.2rem;
}

ul.product_limited_caution li {
  width: 100%;
  margin-bottom: 0.4em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2em;
}


.tenpo_wrap {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.tenpo_single {
  margin: 10px auto;
  text-align: center;
  width: 24%;
}

.tenpo_title {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.tenpo_img img {
  width: 100%;
}


/*購入特典*/
.lp-section__purchase_benefits {
  margin: 0 auto 0;
}

.lp-section__purchase_benefits .lp-section-header-h2 {
  text-shadow: 0 0 0.2em #b000f1, 0 0 2px #b000f1, 0 0 1px #b000f1;
  line-height: 0.7em;
}

.lp-section__purchase_benefits .lp-section-header-h2 span {
  font-size: 3rem;
  letter-spacing: 0.5rem;
}

.lp-section__purchase_benefits .lp-section-header {
  background: url(../img/heading03.jpg) no-repeat 50% 50%/cover;
}

.lp-section__purchase_benefits .product_limited_block {
  width: 1100px;
  margin: 0 auto 80px;
}

div.purchase_benefits {
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
  column-gap: 5rem;
}

div.purchase_benefits img.thumb_product_limited {
  max-width: 500px;
  margin: 0;
}

div.purchase_benefits_txt_box div.product_limited_txt {
  margin: 0 auto 0;
  text-align: left;
  line-height: 3rem;
}

div.purchase_benefits_txt_box ul.product_limited_cautionary_note {
  margin-top: 60px;
}




.lp-section__product.track_list {
  width: 90%;
  margin: 83px auto 0;
  padding: 60px 0;
}

img.track_list_decoration {
  width: 318px;
  margin: 0 auto 0;
  display: block;
}

img.product-title3 {
  width: 435px;
  height: 85px;
  margin: 0 auto 40px;
  display: block;
}

div.released_later {
  width: 100%;
  height: 90px;
  margin-bottom: 80px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 90px;
  background: url(../img/bg_released_later.png) no-repeat 50% 50%/contain;
}

.lp-section__product .lp-section-h3__track::before,
.lp-section__product .lp-section-h3__track::after {
  display: block;
  flex: 1;
  height: 1px;
  content: "";
}

.limited_item {
  width: 100%;
  padding: 4.8em 0 0.5em;
}

.limited_item .product-block .product-content h4 {
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 2em;
  color: #32383e;
  font-weight: normal;
}

.limited_item .product-block .product-content-gray h4 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 2em;
  color: #32383e;
  font-weight: normal;
}



.limited_item .product-block .product-content h4 span {
  color: red;
  font-size: 0.8em;
}

.limited_item .product-block .product-content p.product-text {
  width: 90%;
  line-height: 2em;
  margin-top: 33px;
  margin-bottom: 20px;
}

.limited_item .product-block .product-content ul.product_caution {
  width: 90%;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #32383e;
}

.limited_item .product-block .product-content ul.product_caution li {
  list-style: none;
}

.limited_item .product-block .product-content ul.product_caution li:before {
  content: "※";
  margin-left: -14px;
}

.limited_item .product-block .product-content-gray h4 span {
  color: red;
  font-size: 0.8em;
}

.limited_item .product-block .product-content-gray p.product-text {
  width: 90%;
  line-height: 2em;
  margin-bottom: 20px;
}

.limited_item .product-block .product-content-gray ul.product_caution {
  width: 90%;
  font-size: 0.8em;
  line-height: 1.5em;
  color: rgb(101, 121, 126);
}

.limited_item .product-block .product-content-gray ul.product_caution li {
  list-style: none;
}

.limited_item .product-block .product-content-gray ul.product_caution li:before {
  content: "※";
  margin-left: -14px;
}

.lp-section__product .product-sp {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto 70px;
}

.lp-section__product .product-sp-item {
  flex-basis: 450px;
  position: relative;
}

.lp-section__product .product-sp-image {
  margin-bottom: 20px;
}

.lp-section__product .product-sp-image img {
  width: 100%;
}

.lp-section__product .product-sp-text {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.lp-section__product .product-sp-notice {
  font-size: 1.2rem;
}

.lp-section__product .product-sp-notice li {
  margin: 2px 0;
  padding-left: 1em;
  text-indent: -1em;
}

.lp-section__product .product-sp-notice li::before {
  content: "\203B";
}


.lp-section__product .track-list {
  margin-bottom: 20px;
  color: #625c6a;
  position: relative;
}

img.dummy_track_list {
  width: 1100px;
  margin: 0 auto 100px;
  display: block;

}

.lp-section__product .track-list-tab,
.lp-section__product .track-list-tab2,
.lp-section__product .track-list-tab3,
.lp-section__product .track-list-tab4 {
  display: flex;
  position: relative;
  z-index: 1;
  height: 64px;
}

.lp-section__product .track-list-tab a,
.lp-section__product .track-list-tab2 a,
.lp-section__product .track-list-tab3 a,
.lp-section__product .track-list-tab4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  border-width: 1px 1px 0;
  border-style: solid;
  border-radius: 20px 20px 0 0;
  color: #625c6a;
  font-size: 2rem;
  font-weight: bold;
  transition: opacity .2s;
  z-index: 15;
  background: url(../deco_track_tab.png) no-repeat;
  background-size: contain;
}

.deco_track_tab01,
.deco_track_tab02,
.deco_track_tab03,
.deco_track_tab04 {
  width: 359px;
  height: 30px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 5;
}

.deco_track_tab02 {
  position: absolute;
  top: 4px;
  left: 370px;
}

.deco_track_tab03 {
  position: absolute;
  top: 4px;
  left: 737px;
}

.deco_track_tab01 img,
.deco_track_tab02 img,
.deco_track_tab03 img {
  width: 100%;
}

.lp-section__product .track-list-tab a.is-current,
.lp-section__product .track-list-tab2 a.is-current,
.lp-section__product .track-list-tab3 a.is-current,
.lp-section__product .track-list-tab4 a.is-current {
  color: #625c6a;
  transition: none;
}

.lp-section__product .track-list-tab a:not(.is-current):hover,
.lp-section__product .track-list-tab2 a:not(.is-current):hover,
.lp-section__product .track-list-tab3 a:not(.is-current):hover,
.lp-section__product .track-list-tab4 a:not(.is-current):hover {
  opacity: .8;
}

.lp-section__product .track-list-tab a::after,
.lp-section__product .track-list-tab2 a::after,
.lp-section__product .track-list-tab3 a::after,
.lp-section__product .track-list-tab4 a::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}

.lp-section__product .track-list-tab .disc1 {
  border-color: #71d9d3;
  background: linear-gradient(#f5fffe, #d0fbf9);
}

.lp-section__product .track-list-tab .disc1.is-current {
  border-color: #70d9d3;
  background: linear-gradient(#c6f7f4, #70d9d3);
}

.lp-section__product .track-list-tab .disc1.is-current::after {
  background-color: #c6f7f4;
}

.lp-section__product .track-list-tab .disc2,
.lp-section__product .track-list-tab .disc3,
.lp-section__product .track-list-tab .disc3,
.lp-section__product .track-list-tab .disc4 {
  border-color: #71d9d3;
  background: linear-gradient(#f5fffe, #d0fbf9);
}

.lp-section__product .track-list-tab .disc2.is-current,
.lp-section__product .track-list-tab .disc3.is-current,
.lp-section__product .track-list-tab .disc4.is-current {
  background-color: #70d9d3;
  background: linear-gradient(#c6f7f4, #70d9d3);
}

.lp-section__product .track-list-tab .disc2.is-current::after,
.lp-section__product .track-list-tab .disc3.is-current::after,
.lp-section__product .track-list-tab .disc4.is-current::after {
  background-color: #c6f7f4;
}

.lp-section__product .track-list-tab2 .disc4 {
  border-color: #007eff;
  background-color: #57b8e6;
}

.lp-section__product .track-list-tab2 .disc4.is-current {
  background-color: #f2fbff;
}

.lp-section__product .track-list-tab2 .disc4.is-current::after {
  background-color: #f2fbff;
}

.lp-section__product .track-list-tab2 .disc5,
.lp-section__product .track-list-tab2 .disc6 {
  border-color: #007eff;
  background-color: #57b8e6;
}

.lp-section__product .track-list-tab2 .disc5.is-current,
.lp-section__product .track-list-tab2 .disc6.is-current {
  background-color: #f2fbff;
}

.lp-section__product .track-list-tab2 .disc5.is-current::after,
.lp-section__product .track-list-tab2 .disc6.is-current::after {
  background-color: #f2fbff;
}

.lp-section__product .track-list-tab3 {
  border-color: #DC3FFF;
  background-color: #F8D9FB;
}

.lp-section__product .track-list-body,
.lp-section__product .track-list-body2 {
  display: flex;
  position: relative;
  z-index: 0;
  padding: 24px 0;
  border-width: 1px;
  border-style: solid;
}

.lp-section__product .track-list-body.is-init,
.lp-section__product .track-list-body2.is-init {
  display: none;
}

.lp-section__product .track-list-body.is-current,
.lp-section__product .track-list-body2.is-current {
  display: flex;
}

.lp-section__product .track-list-body.disc1,
.lp-section__product .track-list-body2.disc1 {
  border-color: #71d9d3;
  background: linear-gradient(#c6f7f4, #d0fbf9);
}

.lp-section__product .track-list-body.disc2 {
  border-color: #71d9d3;
  background: linear-gradient(#c6f7f4, #d0fbf9);
}

.lp-section__product .track-list-body.disc3 {
  border-color: #71d9d3;
  background: linear-gradient(#c6f7f4, #d0fbf9);
}

.lp-section__product .track-list-body.disc4 {
  border-color: #71d9d3;
  background: linear-gradient(#c6f7f4, #d0fbf9);
}

.lp-section__product .track-list .track-lists {
  width: calc(100% / 3);
  padding: 0 25px 0 30px;
}

.lp-section__product .track-list .track-lists:not(:first-child) {
  /*border-left: 1px solid #fff;*/
}

.lp-section__product .track-list .track-lists li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 1.5rem;
}

.lp-section__product .track-list .track-lists li span {
  font-size: 1.4rem;
}

.lp-section__product .track-list .track-lists li:not(:last-child) {
  margin-bottom: .5em;
}


.lp-section__product .track-list .track-lists03 {
  width: calc(100% / 3);
  padding: 0 25px 0 30px;
  margin-left: 67%;
}

.lp-section__product .track-list .track-lists03:not(:first-child) {
  border-left: 1px solid #fff;
}

.lp-section__product .track-list .track-lists03 li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 1.5rem;
}

.lp-section__product .track-list .track-lists03 li:not(:last-child) {
  margin-bottom: .5em;
}

.mt120 {
  margin-top: 120px;
}

.lp-section__product .track-list-tab a.single_tab {
  width: 273px;
}


.lp-section__product .track-list__dummy {
  position: relative;
  pointer-events: none;
}

.lp-section__product .track-list__dummy .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.lp-section__product .track-list__dummy .text-wrapper p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 4px 8px #000;
}

.lp-section__product .track-list__dummy .track-list-tab a {
  color: #ccc;
}

.lp-section__product .track-list__dummy .track-list-tab .disc1 {
  border-color: #666;
  background-color: #999;
}

.lp-section__product .track-list__dummy .track-list-tab .disc1::after {
  background-color: #999;
}

.lp-section__product .track-list__dummy .track-list-tab .disc2 {
  border-color: #444;
  background-color: #444;
}

.lp-section__product .track-list__dummy .track-list-body {
  display: block;
  height: 358px;
  background-color: #999;
  border-color: #666;
}

.lp-section__product .hi-res p {
  text-align: center;
}

.lp-section__product .hi-res-text-01 {
  margin-bottom: 4px;
  color: #555;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.lp-section__product .hi-res-text-02 {
  margin-bottom: 20px;
  color: #555;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: bold;
}

.lp-section__product .hi-res-text-03 {
  font-size: 1.8rem;
}

#icon_reprint {
  width: 135px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}


/* 試聴動画 */
.lp-section.lp-section__movie {
  /*margin-top:150px;*/
}

.lp-section__movie .lp-section-header {
  background: url(../img/bg_header_05.jpg) no-repeat 50% 50%/cover;
}

.lp-section__movie .lp-section-header-h2 {
  text-shadow: 0 0 0.2em #2c3db1, 0 0 2px #2c3db1, 0 0 1px #2c3db1;
}

#bg_movie-block {
  width: 98%;
  /*height:666px;*/
  margin: 130px auto 0;
  z-index: 2;
}

.lp-section__movie .movie-block {
  width: 1137px;
  height: 850px;
  margin: 0 auto 83px;
  padding: 40px 0 0;
  z-index: 5;
  background-image: url(../img/bg_movie_top.png), url(../img/bg_movie_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position:
    top left,
    bottom right;
  background-size: 790px 171px, 790px 171px;
}

.lp-section__movie .movie-title {
  width: 873px;
  height: 65px;
  margin: 0 auto 10px;
  padding: 0;
  color: #f3f3f3;
  font-size: 3rem;
  text-align: center;
  text-shadow: 0 0 0.2em #424654, 0 0 2px #424654, 0 0 1px #424654;
}

.lp-section__movie .movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}

.lp-section__movie .movie-list-item {
  width: 540px;
  margin-bottom: 40px;
}

.lp-section__movie .movie-list-item:nth-child(odd) {
  margin-right: 40px;
}

.lp-section__movie .movie-list-item:nth-child(odd) .movie-title {
  background-color: #fce3d7;
}

.lp-section__movie .movie-list-item:nth-child(even) .movie-title {
  background-color: #eedaf2;
}

.sp {
  display: block;
}




.lp-section__movie .movie-title0 {
  margin-bottom: 0;
  padding: 0;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 5rem;
}


.lp-section__movie .movie-wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto 0;
  padding-top: 56.25%;
}

.lp-section__movie .movie-wrapper>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.ul_movie-wrapper {
  width: 100%;
  margin: 33px auto 0;
  display: block;
}


/* 店舗特典 */
.lp-section.lp-section__store {
  margin-top: 150px;
}

.lp-section__store .lp-section-header {
  background: url("../img/bg_header_05.jpg") no-repeat 50% 50%/cover;
}

#bg_store-block {
  width: 1100px;
  /*height:666px;*/
  margin: 80px auto 0;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.store-block {
  width: 30%;
  /*height:650px;*/
  margin: 25px auto 3px;
  padding: 0;
  z-index: 5;
}

.store-block img {
  width: 90%;
}

.storetitle {
  font-size: 2rem;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.storeimg {
  text-align: center;
}

.storecap {
  font-size: 1.5rem;
  padding: 5px;
  text-align: center;
}

a.storebtn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: 5px auto 5px;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  background: #FFFFFF;
  color: #27acd9;
  border-radius: 100vh;
  transition: 0.5s;
}

a.storebtn:hover {
  color: #fff;
  background: #27acd9;
}


/* 配信情報 */

.haisinbtn img {
  margin: 20px 20px 50px 20px;
  max-width: 450px;
}

.lp-section__service .lp-section-header {
  background: url(../img/heading03.jpg) no-repeat 50% 50%/cover;
}

.lp-section__service .lp-section-header-h2 {
  text-shadow: 0 0 0.2em #86022a, 0 0 2px #86022a, 0 0 1px #86022a;
}

a.btn_distribution_site {
  width: 258px;
  height: 63px;
  margin: 70px auto 0;
  line-height: 63px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  background-color: #f27272;
  display: block;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

a.btn_distribution_site:hover {
  opacity: 0.8;
}


#bg_service_content {
  width: 100%;
}

.lp-section__service .lp-section-body {
  width: 100%;
  margin: 0 auto 0;
}

.lp-section__service .lp-section-desc {
  width: 100%;
  margin: 8rem auto 0;
  text-align: center;
}

.lp-section__service .lp-section-desc span {
  width: 82%;
  margin: 0 auto 0;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 2.6rem;
  display: block;
}

.haisin-title {
  font-size: 1.8rem;
  margin-top: 80px;
}

.lp-section__service .service-wrapper {
  width: 1280px;
  height: 618px;
  margin: 0 auto 10px;
  padding-top: 75px;
}

.lp-section__service .service-list {
  width: 70%;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.lp-section__service .service-list-item {
  width: 280px;
  margin-bottom: 30px;
  padding: 30px 0;
  background-color: #fff;

}

.lp-section__service .service-list-item .service-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-bottom: 25px;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lp-section__service .service-list-item .service-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 208px;
  margin: 0 auto;
  min-height: 65px;
}

.lp-section__service .service-list-item .service-btn a {
  display: inline-block;
}

.lp-section__service .service-list-item .service-btn a img {
  transition: opacity .2s;
}

.lp-section__service .service-list-item .service-btn a:hover img {
  opacity: .8;
}

.lp-section__service .service-list-item .service-btn.hi-reso {
  align-items: flex-end;
}

.lp-section__service .service-list-item .service-btn .hi-reso-link {
  position: relative;
  margin-top: 10px;
}

.lp-section__service .service-list-item .service-btn .hi-reso-link::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -73px;
  width: 58px;
  height: 56px;
  margin: auto 0;
  background: url(../img/icon_hi-reso.png) no-repeat 50% 50%/cover;
  pointer-events: none;
  content: "";
}

.lp-section__service .service-list-item .service-btn img {
  height: 65px;
}

.lp-section__service .service-list-item__itunes .service-logo img {
  width: 140px;
}

.lp-section__service .service-list-item__itunes .service-btn img {
  height: 50px;
}

.lp-section__service .service-list-item__amazon .service-logo img {
  width: 120px;
}

.lp-section__service .service-list-item__animelo .service-logo img {
  width: 180px;
}

.lp-section__service .service-list-item__mora .service-logo img {
  width: 133px;
}

.lp-section__service .service-list-item__recochoku .service-logo img {
  width: 140px;
}

.lp-section__service .service-list-item__e-onkyo .service-logo img {
  width: 178px;
}

.lp-section__service .service-list-text {
  font-size: 3.2rem;
  color: #008fcc;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

.lp-section__service .service-notice {
  margin-top: 28px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2rem;
}

/* bottom */
.lp-section__bottom {
  margin-top: 150px;
  margin-bottom: 100px;
}

.banner_block {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 40px;
}

.lp-section__bottom .bottom-banner {
  width: 48%;
  text-align: center;
}

.lp-section__bottom .bottom-banner a {
  width: 100%;
  transition: opacity .2s;
}

.lp-section__bottom .bottom-banner a:hover {
  opacity: .8;
}

.lp-section__bottom .bottom-banner a img {
  width: 100%;
}

/* background decoration */
.bg_decoration {
  width: 570px;
  height: 570px;
  background: url(../img/bg_decoration.png) no-repeat;
  background-size: cover;
  z-index: 10;
  position: absolute;
  left: 0;
  margin-top: -570px;
  opacity: 0.7;
}

.bg_decoration.bd_fixed {
  position: fixed;
  bottom: 0;
}

/* page top */
.top-anchor {
  position: absolute;
  right: 30px;
  margin: -30px auto 0;
  text-align: right;
  transform: translate(0, -100%);
  transition: opacity .2s;
  z-index: 10;
}

.top-anchor.is-fixed {
  position: fixed;
  bottom: -30px;
}

.top-anchor.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.top-anchor a {
  width: 72px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 3px #fff;
  transition: opacity .2s;
  cursor: pointer;
}

.top-anchor a:hover {
  opacity: .8;
}

.top-anchor img {
  width: 100%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 3px #fff);
}

.wrapbox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: rgba(255, 255, 255, 1.00);
  font-size: 5rem;
  text-align: center;
}






/* sp------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 1500px) {

  .kv-content {
    top: 6%;
    left: 8%;
  }

  .kv-content2 {
    bottom: 2%;
    top: auto;
  }

}

@media screen and (max-width: 750px) {

  .wrapbox {
    font-size: 6vw;
  }


  /* kv */
  .kv-wrap {
    height: auto;
    background: none;
  }

  .kv-inner {
    width: auto;
    height: 100vw;
    background: url(../img/bg_kv_sp.jpg) no-repeat;
    background-size: cover;
  }

  .kv-content {
    min-width: none;
    top: auto;
    right: auto;
    left: 0vw;
    bottom: 40vw;
    width: 50%;
    /*height: 100vw;*/
    margin: 0 auto;
    /*padding-top: 42vw;*/
  }

  .kv-content img.kv_25logo {
    min-width: none;
    margin-bottom: 2vw;
  }

  .kv-content .kv-logo {
    min-width: initial;
  }

  .kv-content .kv-date {
    margin-bottom: 2.13333vw;
    font-size: 6.93333vw;
  }

  .kv-content .kv-date span {
    font-size: 10.66667vw;
  }

  .kv-content2 {
    width: 42vw;
    min-width: 0;
    left: 5vw;
    bottom: 8vw;
  }

  .info-block {
    /*position: absolute;*/
    /*bottom: 1.4vw;*/
    /*left: 0;*/
    width: 100%;
  }

  .info-block .info-news {
    display: block;
    min-height: auto;
    padding: 2.6vw 4vw;
  }

  .info-block .info-news-item {
    width: auto;
    margin: 0.53333vw 0;
    font-size: 2.6vw;
    text-align: center;
  }

  h4.product_caption {
    margin-top: 10px;
    font-size: 4vw;
    font-weight: bold;
  }

  h4.product_caption2 {
    margin-top: 10px;
    font-size: 3.5vw;
    font-weight: bold;
  }

  /* main */
  .lp-section {
    margin: 0 auto 0;
  }

  .lp-section-header {
    height: 32vw;
    margin-bottom: 8vw;
  }

  .lp-section-header-h2 {
    font-size: 6.93333vw;
    text-shadow: 0 1.06667vw 2.13333vw #000;
  }

  .lp-section-body {
    width: auto;
    padding: 0 4vw;
  }

  /* top */
  .lp-section__top {
    height: 500px;
    padding-top: 3vw;
    padding-bottom: 3vw;
    min-height: initial;
    background-size: 100%;
    background-position: center;
    background: url("../img/bg_section_top_sp.jpg") center top / cover no-repeat;
  }

  #bg_lp-section__top {
    width: auto;
    padding: 0;
    /*height:390px;*/
    /*background: none;*/
    /*background: rgb(255,255,255);*/
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(226,240,255,1) 33%, rgba(226,240,255,1) 100%);*/

  }

  .lp-section__top .section-text-01 {
    margin: 5vw auto 1em;
    font-size: 4vw;
  }

  .lp-section__top .section-text-02 {
    margin: 5vw auto 20px;
    font-size: 5.33333vw;
  }

  .lp-section__top .section-text-03 {
    font-size: 8vw;
  }

  .top_title_text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3.5rem;
  }

  /* ナビゲーションメニュー */
  .lp-section__gnav {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    z-index: 20;
  }

  ul.gnav {

    display: flex;
    justify-content: space-between;
  }

  ul.gnav li {
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08rem;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }

  ul.gnav li:last-child {
    border: none;
  }

  ul.gnav li a {
    width: 100%;
    display: block;
    padding: initial;
  }

  ul.gnav li a img {
    width: 100%;
  }

  ul.gnav li a:hover {
    text-decoration: underline;
  }

  ul.gnav li a:visited {
    color: #008fcc;
  }
  ul.gnav li a:hover {
    /*text-decoration:underline;*/
    padding-bottom: 0;
    border-bottom: 0;
  }

  /* 試聴動画 */
  .lp-section.lp-section__movie {
    margin-top: 0;
  }

  .lp-section__movie .lp-section-header {
    background: url(../img/heading03.jpg) no-repeat 50% 50%/cover;
  }

  .lp-section-body2 {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
  }

  #bg_movie-block {
    width: 96%;
    height: auto;
    /*aspect-ratio: 1225/666;*/
    margin: 0 auto 0;
    padding: 0;
    z-index: 2;
  }

  .lp-section__movie .movie-block {
    width: 96%;
    margin-bottom: 0;
    height: auto;
    /*aspect-ratio: 1225/666;*/
    margin: 0 auto 0;
    padding: 20px 0 14vw;
    z-index: 5;
    background-size: 100% 8vw, 100% 8vw;
  }

  .lp-section__movie .movie-list {
    display: block;
    margin-bottom: 0;
  }

  .lp-section__movie .movie-list-item {
    width: auto;
    margin-right: 0 !important;
    margin-bottom: 6.66667vw;
  }

  .lp-section__movie .movie-title {
    width: 100%;
    height: 15vw;
    margin: 0 auto 0;
    padding: 1vw 0;
    font-size: 4vw;
    line-height: normal;
  }

  .lp-section__movie .movie-title0 {
    height: 14vw;
    padding: 2vw 0;
    font-size: 4vw;
    line-height: normal;
  }

  .lp-section__movie .movie-wrapper {
    position: relative;
    width: 94%;
    margin: 2vw auto 0;
    padding-top: 56.25%;
  }

  .lp-section__movie .movie-wrapper>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  img.ul_movie-wrapper {
    margin: 2vw auto 0;
  }

  /*.lp-section__movie .movie-wrapper {
    position: relative;
    width: 90%;
    aspect-ratio: 16/9;
  }
  .lp-section__movie .movie-wrapper iframe {
    width: 100%;
    height: 100%;
  }  */
  
  div.product-spec{
    font-size: 3.5vw;
  }


  /* 店舗特典 */
  .lp-section.lp-section__store {
    margin-top: 0;
  }

  .lp-section__store .lp-section-header {
    background: url(../img/bg_header_05.jpg) no-repeat 50% 50%/cover;
  }

  #bg_store-block {
    width: 98%;
    /*height:666px;*/
    margin: 40px auto 0;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }

  .store-block {
    width: 50%;
    /*height:650px;*/
    margin: 25px auto 3px;
    padding: 0;
    z-index: 5;
  }

  .store-block img {
    width: 90%;
  }

  .storetitle {
    font-size: 3vw;
    text-align: center;
    padding: 5px;
    font-weight: bold;
  }

  .storeimg {
    text-align: center;
  }

  .storecap {
    font-size: 2.8vw;
    padding: 5px;
    text-align: center;
  }

  a.storebtn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 98%;
    margin: 5px auto 5px;
    padding: 1rem 1rem;
    font-size: 2.5vw;
    font-weight: bold;
    border: 2px solid #27acd9;
    background: #FFFFFF;
    color: #27acd9;
    border-radius: 5vh;
    transition: 0.5s;
  }

  a.storebtn:hover {
    color: #fff;
    background: #27acd9;
  }

  .tenpo_wrap {
    flex-wrap: wrap;
  }

  .tenpo_single {
    width: 49%;
  }

  .tenpo_title {
    font-size: 3.9vw;
    line-height: 5.5vw;
  }

  .tenpo_txt {
    font-size: 3vw;
    line-height: 4.5vw;
  }


  /* 商品情報 */
  img.product-title {
    width: 98%;
    height: auto;
    margin: 0 auto 4vw;
  }

  ul.thumb_list li {
    width: 32%;
  }

  h3 {
    width: 100%;
    height: 27vw;
    margin: 0 auto 30px;
    padding-top: 1.4vw;
    text-align: center;
    line-height: 1.3em;
    font-size: 1.4em;
  }

  h3.product_title03 {
    background: url(../img/bg_product_title03_sp.jpg) no-repeat;
    background-size: cover;
  }

  h3.product_title02 {
    background: url(../img/bg_product_title02_sp.jpg) no-repeat;
    background-size: cover;
  }

  h3.product_title03 span {
    font-size: 0.8em;
  }

  .lp-section__product .lp-section-desc {
    margin-bottom: 8vw;
    font-size: 4vw;
  }

  .lp-section__product .product-block {
    width: 100%;
    display: block;
    margin-top: 4vw;
    margin-bottom: 10vw;
  }

  .lp-section__product .product-block .product-image {
    margin: 0 0 5.33333vw;
  }

  .lp-section__product .product-block .product-image .label {
    font-size: 4.26667vw;
    line-height: 10.66667vw;
  }

  .lp-section__product .product-block .sub_caption {
    width: 100%;
  }

  .product_name {
    margin: 2vw auto 2vw;
    font-size: 4.9vw;
    font-weight: bold;
  }

  .lp-section__product .product-block .product-text {
    margin-bottom: 5.33333vw;
    font-size: 3.3vw;
    line-height: 1.7em;
  }

  .lp-section__product .product-block .product-info {
    width: 80%;
    font-size: 3.2vw;
  }

  .lp-section__product .product-block .product-flex {
    display: block;
    margin-top: 5.33333vw;
  }

  .prouct_spec {
    width: 100%;
    flex-wrap: wrap;
  }

  .prouct_spec .product-flex-left {
    width: 100%;
  }

  .prouct_spec .product-flex-left table.info_table {
    vertical-align: top;
  }

  .prouct_spec .product-flex-left table.info_table tr td {
    border-bottom: 1px solid #6ab1cf;
  }

  .prouct_spec .product-flex-left table.info_table tr td.info_item {
    width: 14%;
    margin-right: 2%;
    vertical-align: top;
  }

  .prouct_spec .left {
    width: 100%;
    margin: 10vw auto 0;
    font-size: 2rem;
    text-align: center;
  }

  .prouct_spec .left .product_price {
    margin: 2vw auto 0;
    font-size: 3.5rem;
  }

  .prouct_spec .left .product_price span {
    font-size: 1.5rem;
  }

  .lp-section__product .prouct_spec .right {
    width: 100%;
    margin: 10vw 0 0;
  }

  .lp-section__product .product-block .product-flex .buy-button {
    width: 90%;
    height: 20vw;
    border-radius: 6.66667vw;
    font-size: 5vw;
    line-height: 20vw;
    box-shadow: 0 0.26667vw 0.8vw 0 rgba(0, 0, 0, 0.4);
  }

  .txt_price {
    width: 100%;
  }

  .lp-section__product .lp-section-h3__track {
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }

  .lp-section__product .lp-section-h3__track span {
    padding: 0 .5em;
    font-size: 6.4vw;
  }

  .lp-section__product .lp-section-h3__track::before,
  .lp-section__product .lp-section-h3__track::after {
    height: 0.26667vw;
  }

  .lp-section__product .product-sp {
    display: block;
    width: auto;
    margin-bottom: 16vw;
  }

  .lp-section__product .product-sp-item {
    margin-bottom: 16vw;
  }

  .lp-section__product .product-sp-image {
    margin-bottom: 3.2vw;
  }

  .lp-section__product .product-sp-text {
    margin-bottom: 4vw;
    font-size: 3.73333vw;
  }

  .lp-section__product .product-sp-notice {
    font-size: 3.2vw;
  }

  .lp-section__product .product-sp-notice li {
    margin: 0.53333vw 0;
  }

  .limited_item {
    width: 100%;
    margin: 0 auto 0;
    padding: 3em 0 0.2em;
  }

  .syuuryou {
    margin-left: 20%;
  }

  div.buy_content_box a.buy-button {
    width: 70%;

  }

  div.buy_content_box {
    column-gap: initial;

  }

  div.price_txt span {
    font-size: 3vw;
  }

  div.price_txt {
    font-size: 4vw;
    font-weight: bold;
  }

  div.mutual_link_box {
    width: 100%;
    margin-top: 5vw;
  }

  div.mutual_link_box p {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

  div.mutual_link_box a {
    width: 100%;
    height: 20vw;
    margin-bottom: 20vw;
    font-size: 5vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 0.2em #000ec8, 0 0 2px #000ec8, 0 0 1px #000ec8;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://shop.koeitecmo.com/user_data/products/f194424e26f156f78699a8ada1cf0079.jpg) no-repeat 50% 50%/cover;
  }

  /*特典情報*/
  .lp-section__product_limited h3 {
    width: 96%;
    margin: 5vw auto 0;
    padding: 0;
    font-size: 8vw;
  }

  img.product-title2 {
    width: 100%;
    height: auto;
    margin: 32px auto 0;
    display: block;
  }

  div.product_limited_title_cap {
    font-size: 5vw;
    margin: 0 auto 0;
  }

  img.thumb_product_limited {
    width: 90%;
    margin: 2vw auto 0;
  }

  div.product_limited_txt {
    margin: 4vw auto 0;
    font-size: 3.86667vw;
    line-height: 5.5vw;
  }

  ul.product_limited_cautionary_note {
    margin: 4vw auto 0vw;
  }

  .lp-section__product_limited .product_limited_block {
    width: 94%;
    margin: 0 auto 4vw;
  }

  ul.product_limited_list {
    width: 100%;
    margin: 0 auto 5vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  ul.product_limited_list li {
    width: 100%;
    margin: 0 auto 14vw;
  }

  ul.product_limited_caution li {
    margin: 0 auto 2vw;
  }

  div.purchase_benefits_txt_box ul.product_limited_cautionary_note {
    margin-top: 4vw;
  }

  .limited_item .product-block .product-content h4 {
    margin-bottom: 1.3em;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .limited_item .product-block .product-content p.product-text {
    width: 100%;
    margin-bottom: 1.5em;
    ;
    line-height: 1.5em;
    word-break: normal;
  }

  .limited_item .product-block .product-content ul.product_caution {
    width: 100%;
    margin-top: 1em;
  }

  .limited_item .product-block .product-content-gray h4 {
    margin-bottom: 1.3em;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .limited_item .product-block .product-content-gray p.product-text {
    width: 100%;
    margin-bottom: 1.5em;
    ;
    line-height: 1.5em;
    word-break: normal;
  }

  .limited_item .product-block .product-content-gray ul.product_caution {
    width: 100%;
    margin-top: 1em;
  }


  /*購入特典*/
  .lp-section__purchase_benefits .lp-section-header-h2 {
    line-height: 1em;
  }

  .lp-section__purchase_benefits .product_limited_block {
    width: 94%;
    margin: 0 auto 4vw;
  }

  div.purchase_benefits {
    margin: 2vw auto 0;
    flex-wrap: wrap;
    row-gap: 2vw;
  }

  div.purchase_benefits img.thumb_product_limited {
    width: 90%;
    height: auto;
    margin: 0 auto 0;
  }

  /* トラックリスト */
  .lp-section__product.track_list {
    width: 90%;
    margin: 0 auto 0;
  }

  .lp-section__product.track_list .lp-section-body {}

  img.track_list_decoration {
    width: 70%;
    margin: 0 auto 0;
  }

  div.released_later {
    font-size: 5vw;
    margin-bottom: 2vw;
  }

  .lp-section__product .lp-section-h3__track {
    width: 100%;
    padding: 5vw 0;
    height: fit-content;
    display: flex;
    align-items: center;
    margin: 5vw auto 5vw;
    font-family: "Noto Serif JP", serif;
    background: url(../img/bg_lp-section-h3__track.png) no-repeat 50% 50% / cover;
  }

  .lp-section__product .lp-section-h3__track span {
    display: block;
    font-size: 3.8vw;
    line-height: 1.2em;
    font-weight: bolder;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0;
  }

  .lp-section__product .track-list {
    margin-bottom: 10vw;
  }

  img.dummy_track_list {
    width: 100%;
    margin: 0 auto 0;
    display: block;
  }

  .lp-section__product .track-list-tab,
  .lp-section__product .track-list-tab2,
  .lp-section__product .track-list-tab3 {
    height: 13.33333vw;
  }

  .lp-section__product .track-list-tab a,
  .lp-section__product .track-list-tab2 a,
  .lp-section__product .track-list-tab3 a {
    border-radius: 4.26667vw 4.26667vw 0 0;
    font-size: 4vw;
  }

  .lp-section__product .track-list-body,
  .lp-section__product .track-list-body2 {
    padding: 2.66667vw 4vw;
  }

  .lp-section__product .track-list-body.is-current,
  .lp-section__product .track-list-body2.is-current {
    display: block;
  }

  .lp-section__product .track-list-body3 {
    padding: 2.66667vw 4vw;
    display: block;
  }


  .lp-section__product .track-list .track-lists {
    width: auto;
    padding: 0;
    border: none !important;
  }

  .lp-section__product .track-list .track-lists li {
    margin: .25em 0 !important;
    font-size: 3vw;
  }

  .lp-section__product .track-list .track-lists02 {
    width: auto;
    padding: 0;
    border: none !important;
  }

  .lp-section__product .track-list .track-lists02 li {
    margin: .25em 0 !important;
    font-size: 4vw;
  }

  .lp-section__product .track-list .track-lists03 {
    width: auto;
    padding: 0;
    border: none !important;
    margin-left: auto;
  }

  .lp-section__product .track-list .track-lists03 li {
    margin: .25em 0 !important;
    font-size: 4vw;
  }


  .lp-section__product .track-list__dummy .text-wrapper p {
    font-size: 8vw;
    text-shadow: 0 1.06667vw 2.13333vw #000;
  }

  .lp-section__product .track-list__dummy .track-list-body {
    height: 250px;
  }

  .lp-section__product .hi-res-text-01 {
    margin-bottom: 1.06667vw;
    font-size: 4.8vw;
  }

  .lp-section__product .hi-res-text-02 {
    margin-bottom: 5.33333vw;
    font-size: 6.4vw;
  }

  .lp-section__product .hi-res-text-03 {
    font-size: 4vw;
  }

  #product_line {
    width: 100%;
    margin-bottom: 17vw;
    height: 2px;
    background-color: #d7d9da;
  }

  /* 音楽配信 */

  .haisinbtn img {
    max-width: 90%;
  }

  .lp-section.lp-section__service {
    margin: 12vw auto 0;
  }

  .lp-section__service .lp-section-header {
    background: url(../img/heading03.jpg) no-repeat 50% 50%/cover;
  }

  .haisin-title h3 {
    font-size: 2.1rem;
    margin-top: 80px;
    height: 15vw;
  }

  .mt120 {
    margin-top: 0;
  }

  .lp-section__product .track-list-tab a.single_tab {
    width: 24%;
  }

  .lp-section__service .lp-section-body {
    width: auto;
  }

  .lp-section__service .lp-section-desc {
    width: 96%;
    height: auto;
    margin: 0 auto 6vw;
    padding: 0;
    font-size: 4vw;
    position: relative;
  }

  .lp-section__service .lp-section-desc span {
    width: 95%;
    margin: 0 auto 0;
    font-size: 3.3vw;
    letter-spacing: 0.03em;
    line-height: 4.5vw;
    display: block;
  }

  .lp-section-desc_bottom {
    width: 95%;
    margin: 0 auto 0;
    padding-top: 18.8061%;
    background: url(../img/lp-section-desc_bottom.png) no-repeat;
    background-size: contain;
    position: relative;
    bottom: 2.2em;
    left: 0;
  }

  a.btn_distribution_site {
    margin: 6vw auto 0;
  }

  .lp-section__service .service-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    margin: 6vw 0;
    padding: 5.33333vw;
    background: none;
  }

  .lp-section__service .service-list {
    display: block;
  }

  .lp-section__service .service-list-item {
    width: auto;
    margin-bottom: 5.33333vw;
    padding: 6.66667vw 0;
  }

  .lp-section__service .service-list-item .service-logo {
    height: auto;
    margin-bottom: 6.66667vw;
  }

  .lp-section__service .service-list-item .service-btn {
    width: 55.46667vw;
    margin: 0 auto;
    min-height: auto;
  }

  .lp-section__service .service-list-item .service-btn .hi-reso-link {
    margin-top: 2.66667vw;
  }

  .lp-section__service .service-list-item .service-btn .hi-reso-link::before {
    left: -19.46667vw;
    width: 15.46667vw;
    height: 14.93333vw;
  }

  .lp-section__service .service-list-item .service-btn img {
    height: 17.33333vw;
    opacity: 1 !important;
  }

  .lp-section__service .service-list-item__itunes .service-logo img {
    width: 37.33333vw;
  }

  .lp-section__service .service-list-item__itunes .service-btn img {
    height: 13.33333vw;
  }

  .lp-section__service .service-list-item__amazon .service-logo img {
    width: 32vw;
  }

  .lp-section__service .service-list-item__animelo .service-logo img {
    width: 48vw;
  }

  .lp-section__service .service-list-item__mora .service-logo img {
    width: 35.46667vw;
  }

  .lp-section__service .service-list-item__recochoku .service-logo img {
    width: 37.33333vw;
  }

  .lp-section__service .service-list-item__e-onkyo .service-logo img {
    width: 47.46667vw;
  }

  .lp-section__service .service-list-text {
    font-size: 5.33333vw;
  }

  .lp-section__service .service-notice {
    font-size: 3.2vw;
  }

  .lp-section__service .service-notice li {
    margin: 0.53333vw 0;
  }

  /* bottom */
  .lp-section__bottom {
    margin-bottom: 15vw;
  }

  .banner_block {
    width: 100%;
    margin: 16vw auto 0;
    row-gap: 4vw;
  }

  .lp-section__bottom .bottom-banner {
    width: 80%;
    margin: 0 auto 0;
  }

  .lp-section__bottom .bottom-banner a {
    opacity: 1 !important;
  }

  .lp-section__bottom .bottom-banner img {
    width: 100%;
  }

  /* page top */
  .top-anchor {
    position: absolute;
    right: 4vw;
    margin-top: -4vw;
  }

  .top-anchor.is-fixed {
    bottom: -6vw;
  }

  .top-anchor a {
    font-size: 3.2vw;
    text-shadow: 0 0 0.8vw #fff;
    opacity: 1 !important;
  }

  .top-anchor img {
    width: 9.86667vw;
    filter: drop-shadow(0 0 0.8vw #fff);
  }


  .item_title {
    font-size: 5vw;
    line-height: 6.5vw;
  }

  ul.product_limited_cautionary_note {
    font-size: 3vw;
  }

  ul.product_limited_cautionary_note li {
    line-height: 4.5vw;
  }

  ul.cautionary-note_list {
    font-size: 3vw;
  }

  ul.cautionary-note_list li {
    line-height: 4.5vw;
  }

  div.purchase_benefits_txt_box div.product_limited_txt {
    line-height: 5.5vw;
    text-align: center;
  }

  img.product-title3 {
    width: 100%;
    height: auto;
  }



}