@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;
  color: #333;
  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: 10px auto 0;
  /*margin: 10px 0 0;*/
}

.cart img {
  width: 100%;
  vertical-align: bottom;
  background: #76008a;
  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: 60px 0 10px;
  position: relative;
  background: #e8f8ff;
}

.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: #333;
  font-family: "Noto Serif JP", serif;
}

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





/*====================
 商品
 ====================*/
.product_area {
  padding: 60px 0;
  background: #e8f8ff;
}

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

.item {
  margin-bottom: 50px;
}

.item_ttl {
  background: #8eddff;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}

.item_deadtxt {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
  text-align: center;
}

.item_deadtxt_caution {
  text-align: center;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.jk {
  width: 500px;
  margin: 0 auto 20px;
}

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

.item_spec {
  width: 500px;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #666;
}

.item_txt {
  margin-bottom: 10px;
}

.item_bonus_list {

}



.music_list_box {
  width: 500px;
  margin: 0 auto 50px;
}

.music_list_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
}

.music_list {
  color: #999;
}

.music_list li {

}


.item_f_caution {
  text-align: center;
  font-size: 1.4rem;
}




.product_area_02 {
  padding: 60px 0;
  background: #e9e9e9;
}

.campaign_box {
  background: #f5f5f5;
  padding: 30px;
}

.campaign_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

.campaign_txt {
  text-align: center;
  margin-bottom: 20px;
}

.campaign_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding: 20px;
}

.campaign_list dt {
  width: 20%;
  font-weight: bold;
  color: #177db0;
}

.campaign_list dd {
  width: 80%;

}

.campaign_cart_box {
  border-top: 1px solid #ccc;
  padding: 20px;
}



.campaign_cart_box_each {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
  background: #ddd;
  margin-bottom: 10px;
}

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

.campaign_cart_box_dt {
  font-weight: bold;
  color: #177db0;
  margin-bottom: 5px;
}

.campaign_cart_box_dd {
  margin-bottom: 10px;
}

.campaign_cart_box_l {
  width: 75%;
}

.cart_02 {
  width: 25%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

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

.campaign_list_caution li {
  margin-bottom: 2px;
}










/*====================
 注意事項
 ====================*/
.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%;
  }
  
}














