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

::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;
  transition: all 0.2s linear;
}

.cart:hover {
  opacity: 0.7;
}

.cart img {
  width: 100%;
  vertical-align: bottom;
  background: #ff5722;
}

.cart_box {
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}

.cart_ttl {
  background: #bef400;
  padding: 10px;
  text-align: center;
  color: #ff5722;
  font-size: 2rem;
  font-weight: bold;
}

.cart_box dl {
  display: flex;
  padding: 15px;
  box-sizing: border-box;
}


.cart_box dl dt {
  width: 70%;
  display: flex;
  align-items: center;
  font-size: 2rem;
}

.no_flex {
  display: block!important;
}

.cart_box dl dd {
  width: 30%;
  display: flex;
  align-items: center;
  border-left: 1px solid #ccc;
  padding-left: 2.8%;
  box-sizing: border-box;
}

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

.cart_caution li {

}




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

}

header h1 {
  max-width: 100%;
}

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


/*====================
 キャッチコピー
 ====================*/
.copy_area {
  padding: 100px 0;
  background: #fff url("bg.jpg") no-repeat center center fixed;
  background-size: cover;
}

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

.copy_txt_box {
  max-width: 1000px;
  margin: 0 auto 40px;
  background: rgb(255 87 34 / 80%);
  padding: 30px;
  color: #fff;
  font-size: 2rem;
}

.logo {
  max-width: 450px;
  margin: 20px auto 60px;
}

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

.copy_txt_box p {
  margin-bottom: 10px;
  font-weight: bold;
}

.copy_txt_box p:last-child {
  margin-bottom: 0;
}

.copy_txt_box_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.copy_txt_box_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  word-break: break-all;
}

.copy_txt_box_caution li {

}

.copy_txt_box_caution li a {
  color: #fff;
}

.copy_txt_box_caution li a:hover {
  text-decoration: none;
}

.event_schedule_list_subtxt {
  font-weight: normal!important;
  margin: 10px 0;
}

.idc_list {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  word-break: break-all;
}

.idc_list li {

}




.copy_event_box {
  max-width: 1000px;
  margin: 0 auto 40px;
  background: rgb(255 87 34 / 80%);
  padding: 30px;
  color: #fff;
}

.copy_event_box:last-child {
  margin-bottom: 0;
}

.copy_event_box_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #ff5722;
  background: #fff;
}


.event_schedule_list {
  font-size: 1.6rem;
  margin-top: 20px;
}

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

.event_schedule_list dt span {
  background: #fff;
  color: #ff5722;
  padding: 3px;
  font-weight: bold;
}

.event_schedule_list_02 dt span {
  background: #fff;
}

.event_schedule_list dd {
  color: #fff;
  margin-bottom: 15px;
}

.event_schedule_list_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  margin: 10px 0;
}

.event_schedule_list_caution li {

}

.event_schedule_list_il {
  text-indent: -1em;
  padding-left: 1em;
}

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

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

.event_schedule_list_il li a {
  color: #ff5722;
}

.event_schedule_list_il li a:hover {
  text-decoration: none;
}

.event_schedule_list_subtxt {
  font-weight: normal!important;
  margin: 10px 0;
}

.idc_list {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  margin: 10px 0;
}

.idc_list li {

}

.color_y {
  color: #ffeb3b;
  font-weight: bold;
}




/*====================
 商品
 ====================*/
.product_area {
  padding: 100px 0;
  background: #fdfdfd;
  color: #333;
}

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

.product_box h2 {
  max-width: 300px;
  margin: 0 auto 60px; 
}

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

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

.item_box {

}

.jk {
  width: 90%;
  margin: 0 auto 30px;
}

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

.item_txt_b {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.item_list {
  margin-bottom: 10px;
}

.item_list li {

}

.item_list_caution {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.item_list_caution li {

}

.item_list_caution_cr {
  color: #f00;
}

.item_caution_box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 30px;
}

.item_caution_ttl {
  font-weight: bold;
  margin-bottom: 5px;
}

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


.item_caution li {

}

.item_caution_txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}


.item_caution_txt a {
  color: #ff5722;
}

.item_caution_txt a:hover {
  text-decoration: none;
}



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

.recording_list_ttl {
  font-size: 1.8rem;
  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.2rem;
  font-weight: normal;
}

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

.recording_list_subttld {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

.recording_list li {
  margin-bottom: 5px;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.indent_no {
  text-indent: 0!important;
  padding-left: 0!important;
}

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

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

.recording_list_caution li {

}

.recording_list_txt {
  margin-bottom: 30px;
  font-size: 1.4rem;
}


/*====================
 予約購入特典
====================*/
.bonus_detail_box {
  border: 1px solid #006fa1;
  padding: 40px;
  position: relative;
  margin-bottom: 80px;
}

.bonus_detail_ttl {
  position: absolute;
  color: #fff;
  background: #006fa1;
  padding: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  top: -34px;
  left: -1px;
}

.bonus_detail_subttl {
  font-size: 2.5rem;
  color: #006fa1;
  font-weight: bold;
  margin: 10px 0 20px;
}

.bonus_detail_txt {
  font-size: 1.6rem;
}

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

.bonus_detail_deadline_txt {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.bonus_detail_list {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 1.4rem;
}

.bonus_detail_list li {

}


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

.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: #006fa1;
  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: #006fa1;
  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: #006fa1;
  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{
  font-size: 1.3rem;
}

.music_list {
  font-size: 1.25rem;
}

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

.dvd_list {

}

.dvd_list li {
  margin-bottom: 10px;
}

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

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




/*====================
 ジャケットサムネイル
 ====================*/
.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: -1.3em;
  padding-left: 2.5em;
  color: #555;
  word-break: break-all;
}

.caution_list ul li {

}

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

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

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

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

.mod_gallery_navi li a {
  width: 70px;
  height: 70px;
  text-align: center;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.mod_gallery_navi_02 li a {
  height: 70px;
}

.mod_gallery_navi_02 li a img {
  max-height: 70px;
}

.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%);
}
.mod_gallery_photo img{
  position:absolute;
  max-width:448px;
  max-height: 448px;
}




/*====================
調整
====================*/
.mt_20 {
  margin-top: 20px;
}


















