@charset "utf-8";


/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/

/* RESET */
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
	/*font-family: meiryo ,arial;*/
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	text-align: left; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; 
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { 
	display: block;
}
								  
ol, ul { 
	list-style: none; 
}
blockquote, q {
	quotes: none; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
/* RESET */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  line-height: 1.6;
  background: #fff;
  min-width: 1100px;
}

::selection {
  background: rgb(3 169 244 / 0.4);
}

.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

.sp {
  display: none;
}

/*====================
 カート
 ====================*/
.cart {
  width: 250px;
  /* margin: 0 auto; */
  margin: 10px 0 0;
}

.cart img {
  width: 100%;
  vertical-align: bottom;
  background: #000;
  transition: all 0.2s linear;
}

.cart img:hover {
  opacity: 0.7;
}


/*====================
 ヘッダー
 ====================*/
header {

}

header h1 {
  max-width: 100%;
}

header h1 img {
  width: 100%;
  vertical-align: bottom;
}


/*====================
 キャッチコピー
 ====================*/
.copy_area {
  padding: 120px 0;
  position: relative;
  background: #000;
}

.copy_box {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  position: inherit;
}

.copy_txt_box {
  max-width: 1000px;
  margin: 0 auto;
}

.copy_txt_b {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #a1ff57;
}

.copy_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 15px;
  color: #fff;
}





/*====================
 商品
 ====================*/
.product_area {
  padding: 100px 0;
  background-size: cover;
}

.product_box {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.product_box h2 {
  max-width: 400px;
  margin: 0 auto 130px; 
}

.product_box h2 img {
  width: 100%;
  vertical-align: bottom;
}

.item_box {
  max-width: 1024px;
  margin-bottom: 50px;
}

.item_box:last-child {
  margin-bottom: 50px;
}

.item_ttl_pcsc {
  max-width: 1024px;
  padding: 10px;
  margin: 0px auto 30px;
  font-size: 2rem;
  color: #fff;
  background: #000;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
}

.item_ttl_normal {
  max-width: 1024px;
  padding: 10px;
  margin: 0px auto 30px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #666;
  box-sizing: border-box;
}

.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*margin-bottom: 100px;*/
  /*padding-bottom: 100px;*/
  /*border-bottom: 1px solid #fff;*/
}

/*
.item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
*/

.jk {
  width: 45%;
}

.jk_normal {
  width: 45%;
  /*border: 1px solid rgba(255, 255, 255, 0.3);*/
  box-sizing: border-box;
}

.jk_normal img {
  width: 100%;
  vertical-align: bottom;
}

.spec {
  width: 49%;
  color: #333;
}

.spec h3 {
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.spec h3 span {
  font-size: 1.6rem;
}

.price {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
}

.price span {
  font-size: 1.4rem;
 
}

.bonus_txt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff3d00;
  margin-bottom: 15px; 
}

.deadline_txt {
  font-size: 2rem;
  font-weight: bold;
  color: #ff3d00;
  margin-bottom: 15px; 
}

.deadline_txt_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.deadline_txt_caution li {

}

.t_list_box {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.t_list_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.t_list {
  font-size: 1.3rem;
}

.t_list li {
  margin-bottom: 3px;
}

.t_list li:last-child {
  margin-bottom: 0;
}


.spec_list {
  margin: 20px 0;
  text-indent: -1em;
  padding-left: 1em;
}

.spec_list li {
  margin-bottom: 5px;
}

.spec_list li:before {
  content: "●";
  margin-right: 0.8rem;
  font-size: 1.2rem;
}

.spec_list_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  margin: -10px 0 20px;
}

.spec_list_caution li {
  margin-bottom: 5px;
}

.spec_list_caution li:last-child {
  margin-bottom: 0;
}


/*====================
 プロフィール
====================*/
.profile_area {
  padding: 100px 0;
  background: #000;
}

.profile_box {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.profile_box h2 {
  max-width: 400px;
  margin: 0 auto 130px; 
}

.profile_box h2 img {
  width: 80%;
  vertical-align: bottom;
}

.profile_img {
  width: 100%;
  margin: 0 auto 30px;
}

.profile_img img {
  width: 100%;
  vertical-align: bottom;
}

.profile_ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  text-align: center;
  
}

.profile_txt {
  color: #fff;
  line-height: 2;
}

.sns_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.sns_btn li {
  position: relative;
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  width: 24%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.2s linear;
}

.sns_btn li:hover {
  background: #fff;
  color: #000;
  border: none;
}

.sns_btn li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/*====================
 ディスク
====================*/
.music_list_box {
  padding: 15px 0 0;
  border-top: 1px dashed #555;
}

.music_list_box p {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.music_list_box p span {
  font-size: 1.3rem;
}

.disc_list {
  margin-bottom: 10px;
}

.disc_list label{
  max-width: 100%;
  font-size: 1.4rem;
  background: #fff;
  color: #00b1ce;
  padding: 10px 40px 10px 10px;
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}

.disc_list label:hover{
  -webkit-transition: all .3s;
  transition: all .3s;
}

.disc_list input{
  display: none;
}

.disc_list label:after{
  color: #00b1ce;
  font-family:"Font Awesome 5 Free";
  content:" \f078";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0,-50%);
  -webkit-transform : translate(0,-50%);
  transform : translate(0,-50%);
}

.disc_list input:checked ~ label::after {
  color: #00b1ce;
  font-family:"Font Awesome 5 Free";
  content:" \f077";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0,-50%);
  -webkit-transform : translate(0,-50%);
  transform : translate(0,-50%);
}

.disc_list div{
  height: 0px;
  padding: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.disc_list input:checked ~ div{
  height: auto;
  padding: 10px;
  background: rgba(255, 255, 255, .8);
  opacity: 1;
  max-width: 95%;
  margin: 10px auto 0;
}

.disc_list div p{
  color: #f11c75;
  font-size: 1.3rem;
}

.music_list {
  font-size: 1.25rem;
}

.music_list li {
  margin-bottom: 5px;
}

/*
.music_list li:before {
  content: "・"
}
*/


/*-----
レコーディングリスト
-------------------------*/
.recording_list_box {
  color: #333;
  padding: 40px;
  background: rgb(255 255 255 / 20%);
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 100px;
}

.recording_list_ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.recording_list_subttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.recording_list_subttl span {
  font-size: 1.4rem;
  font-weight: bold;
}

.recording_list_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.recording_list {
  width: 48%;
  font-size: 1.4rem;
}

.recording_list_w100p {
  width: 100%;
}

.recording_list li {
  margin-bottom: 5px;
}

.recording_list li:last-child {
  margin-bottom: 0;
}

.recording_list_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
}

.recording_list_caution li {

}

.recording_list_txt {
  margin-top: 20px;
  font-size: 1.4rem;
}



/*-----
イベント
-------------------------*/
.event_ttl {
  font-size: 3rem;
  font-weight: bold;
  padding: 20px;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: center;
  background: #a1ff57;
}

.event_box {
  color: #333;
  padding: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-sizing: border-box;
  margin-bottom: 20px;
}


/*
.event_ttl {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  text-align: center;
}
*/
.event_list {

}

.event_list dt {
  margin-bottom: 10px;
}

.event_list dt span {
  background: #000;
  color: #a1ff57;
  padding: 3px;
  font-weight: bold;
}

.event_list dd {
  margin-bottom: 15px;
}

.event_list dd a {
  color: #333;
}

.event_list dd a:hover {
  text-decoration: none;
}

.event_list_txt {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.event_list_b_txt {
  margin-bottom: 5px;
}

.event_list_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.event_list_caution li {
  margin-bottom: 5px;
}

.event_idc_list {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.event_list_txt {

}



/*====================
 ジャケットサムネイル
 ====================*/
.thumbnail_box {
  width: 100%;
  margin: 0 auto;
}

.mainImage {
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
  border: 1px solid #ccc;
  vertical-align: bottom;
  box-sizing: border-box;
}

.mainImage img{
  width: 100%;
  vertical-align: bottom;
}

.thumbnails {
  width: 100%;
  display: flex;
  justify-content: inherit;
  align-items: baseline;
  /* margin: 0 auto; */
}

.thumbnails li {
  width: 25%;
  margin-left: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.thumbnails li:first-child {
  margin-left: 0;
}

.thumbnails li img {
  width: 100%;
  cursor: pointer;
  vertical-align: bottom;
}

.thumbnails li img:hover {
  opacity: 0.7;
}


/*====================
 注意事項
 ====================*/
.caution_area {
  padding: 60px 0;
  background: #fff;
  box-shadow: 0 5px 5px rgba(221, 221, 221, 0.8) inset, 0 -5px 5px rgba(221, 221, 221, 0.8) inset;
}

.caution_box {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}

.caution_list {
  border-bottom: 1px solid #ccc;
  padding: 0 10px 15px;
  margin-bottom: 15px;
}

.caution_list_ttl {
  font-size: 1.6rem;
  color: #f00;
  margin-bottom: 5px;
}

.caution_list ul {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 2.5em;
  color: #555;
}

.caution_list ul li {

}

.caution_list ul li:before {
  content: "※ ";
}

.caution_list ul li a {
  color: #333;
}

.caution_list ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}


/*====================
 スクロールボタン
 ====================*/
#page-top {
  position: fixed;
  bottom: 55px;
  right: 20px;
  width: 60px;
  transition: all 0.1s ease-out;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}

#page-top:hover {
  bottom: 54px;
  filter: inherit;
}

#page-top img {
  width: 100%;
  vertical-align: bottom;
}

#page-top a:hover {
  /*opacity: 0.6;*/
}


/*====================
 フッター
 ====================*/
footer {
  background: #000;
  padding: 10px;
}

footer p {
  text-align: center;
  font-size: 13px;
  color: #fff;
}



/*　画面サイズが1700pxからはここを読み込む　
@media screen and (min-width:1700px) {   
 .poster_box {
   width: 350px;
 }
}*/




/*====================
 サムネイル
 ====================*/
.mod_gallery {
  margin: 0;
}

/* .mod_gallery_navi */
.mod_gallery_navi {
  margin: 5px 0  10px;
}

.mod_gallery_navi ul {
  display: flex;
  flex-wrap: wrap;
}

.mod_gallery_navi li {
  background: none;
  margin: 0 4px 4px 0;
}

.mod_gallery_navi li:last-child {
  margin-right: 0;
}

.mod_gallery_navi li a {
  display:flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  text-align: center;
  border: 1px solid #ccc;
  background: rgb(204 204 204 / 40%);
}

.mod_gallery_navi li a img {
  max-width: 69px;
  max-height: 69px;
  vertical-align: bottom;
}

.mod_gallery_navi li a:link    {}
.mod_gallery_navi li a:visited {}
.mod_gallery_navi li a:hover   {opacity:0.8;}
.mod_gallery_navili a:active  {opacity:0.8;}
/* IE用 ↓*/
.mod_gallery_navi li a:hover img {filter:alpha(opacity=80);}
 
/* mod_gallery_photo */
.mod_gallery_photo {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background: rgb(204 204 204 / 40%);
  height: 450px!important;
}
.mod_gallery_photo img{
  position:absolute;
  max-width:450px;
  max-height: 450px;
}


/*
@media all and (-ms-high-contrast:none) {
  .mod_gallery_photo {
    display: block;
	position: relative;
  }
  
  .mod_gallery_photo img {
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
  }
}

*/



















/*====================
ジャケット
====================*/
.package_box {
  width: 462px;
}

.jacket_box {
  width: 460px;
  height: 460px;
  background-color: #fff;
  border: solid 1px #ccc;
}

.jacket {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 460px;
  max-height: 460px;
}

.jacket .popup {
  display: block;
  width: 100%;
  height: 100%;
}

.jacket .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.column li {
  margin-top: 5px;
  border: solid 1px #d0d0d0;
  margin-right: 10px;
  cursor: pointer;
}

.column li:nth-child(5n) {
  margin-right: 0;
}

.column .li_border {
  border: none;
}

.column a, .column .none {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
}

.column .none {
  border: none;
}

.column img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 70px;
  max-height: 70px;
  margin: auto;
  opacity: .4;
}


/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

  .picture {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .package_box {
    width: 70vw;
    max-width: 242px;
    margin: auto;
  }

  .column {
    width: 55vw;
    max-width: 240px;
    margin: auto;
  }

  .column li {
    width: 15vw;
    height: 15vw;
  }

  .column a {
    width: 100%;
    height: 100%;
  }

  .jacket_box {
    width: 68vw;
    height: 68vw;
    max-width: 240px;
    max-height: 240px;
    margin: auto;
  }

  .zoom {
    top: 1vw;
    right: 1vw;
    max-width: 6vw;
  }

  .column img {
    max-width: 98%;
    max-height: 98%;
  }
  
}














