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

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

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

.pc {
  display: none;
}

/*====================
 カート
 ====================*/
.cart {
  width: 70%;
  margin: 10px auto 0;
  transition: all 0.2s linear;
}

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

.cart select {
  width: 100%;
  height: 40px;
}


/*====================
 ヘッダー
 ====================*/
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 {
  width: 90%;
  margin: 0 auto;
}

.copy_txt_b {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  font-family: "Noto Serif JP", serif;
}

.copy_txt {
  font-size: 3.4vw;
  line-height: 2;
  margin-top: 15px;
  color: #333;
}



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

.product_box {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

.item {
  margin-bottom: 50px;
}

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

.item_deadtxt {
  font-size: 4vw;
  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: 100%;
  margin: 0 auto 20px;
}

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

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

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

.item_bonus_list {

}



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

.music_list_ttl {
  font-size: 4vw;
  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-indent: -1em;
  padding-left: 1em;
  text-align: left;
  font-size: 1.4rem;
}




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

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

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

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

.campaign_list {
  border-top: 1px solid #ccc;
  padding: 15px;
}

.campaign_list dt {
  width: 100%;
  font-weight: bold;
  color: #177db0;
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.campaign_list dd {
  width: 100%;
  font-size: 1.5rem;
}

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



.campaign_cart_box_each {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  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;
  font-size: 1.5rem;
}

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

.campaign_cart_box_l {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.cart_02 {
  width: 70%;
  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 {
  width: 90%;
  margin: 0 auto;
}

.caution_list {
  border-bottom: 1px solid #ccc;
  padding: 0 0 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: 1.5em;
  color: #555;
}

.caution_list ul li {

}

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

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


/*====================
 スクロールボタン
 ====================*/
#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;
}





/*====================
 サムネイル
 ====================*/
.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 a {
  display:flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  background: rgb(204 204 204 / 40%);
}

.mod_gallery_navi li a img {
  max-width: 50px;
  max-height: 50px;
  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%);
  /*background: rgba(255, 255, 255, .6);*/
  height: 400px!important;
}
.mod_gallery_photo img{
  position: absolute;
  max-width: calc(100% - 48px);
  max-height: 400px;
}







/*====================
ジャケット
====================*/

.package_box {
  width: 402px;
}

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

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

.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;
  justify-content: center;
}

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

.column .li_border {
  border: none;
}

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

.column .none {
  border: none;
}

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





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

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

.column {
  width: 80vw;
  /*max-width: 240px;*/
  margin: auto;
}

.column li {
  width: 15vw;
  height: 15vw;
}
  
.column li:nth-child(4n) {
  margin-right: 0;
}

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

.jacket_box {
  width: 80vw;
  height: 80vw;
  max-width: 400px;
  max-height: 400px;
  margin: auto;
}

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

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





