@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: #fffee6;
}

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

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

.pc {
  display: none;
}

/*====================
 カート
 ====================*/
.cart {
  width: 250px;
  margin: 10px auto 0;
  background: #000;
  transition: all 0.2s linear;
}

.cart:hover {
  opacity: 0.7;
}

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


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

}

header h1 {
  max-width: 100%;
}

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


/*====================
 キャッチコピー
 ====================*/
.copy_area {
  padding: 30px 0;
  background: #99cccc;
}

.copy_box {
  width: 90%;
  margin: 0 auto;
}

.copy_txt_box {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.8rem;
  box-sizing: border-box;
}

.logo {
  width: 100%;
  margin: 20px auto 40px;
}

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

.copy_txt_ttl {
  margin-bottom: 10px;
  font-size: 4.5vw;
  font-weight: bold;
  color: #ffeb3b;
  line-height: 1.6;
}

.copy_txt_b {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

.copy_txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}

.copy_txt span {
  color: #ff4040;
}

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

.copy_txt_s {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}




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

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

.product_box h2 {
  color: #888;
  width: 80%;
  margin: 0 auto 20px;
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
}

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

.item_box {
  width: 100%;
  margin-bottom: 20px;
  background: rgb(255 255 255 / 70%);
  padding: 20px;
  box-sizing: border-box;
}


.item_flex {

}


.jk {
  width: 100%;
  margin-bottom: 20px;
}

.spec {
  width: 100%;
  color: #333;
  padding: 10px;
  box-sizing: border-box;
}

.item_grade {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}


.spec h3 {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 10px;
  color: #444;
  text-align: center;
}

.item_ttl_sub {
  text-align: center;
}

.price {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #444;
  text-align: center;
}

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

.cart_name {
  font-size: 3.4vw;
  font-weight: bold;
  color: #E91E63;
  text-align: center;
}



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

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

.item_goods_ttl {
  margin-bottom: 5px;
}

.item_goods_ttl span {
  background: #99cccc;
  color: #333;
  padding: 3px;
}

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

.item_goods_list li {

}

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

.item_goods_list_cd li {

}



.item_box_another {
  width: 100%;
  margin-bottom: 50px;
  background: rgb(255 255 255 / 70%);
  padding: 20px;
  box-sizing: border-box;
}

.item_box_another dl {
  margin-bottom: 20px;
}

.item_box_another dl dt {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.item_box_another_dt_txt {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.item_box_another dl dd {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.item_box_another dl dd:last-child {
  margin-bottom: 0;
}

.cart_another {
  width: 200px;
  margin: 0 auto;
  background: #000;
  transition: all 0.2s linear;
}

.cart_another:hover {
  opacity: 0.7;
}

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

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

.item_box_another_caution li {

}






/*====================
 イベント詳細
====================*/
.event_schedule_box {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #fff;
  padding: 15px;
  box-sizing: border-box;
  background: rgb(255 255 255 / 70%);
}

.event_schedule_ttl {
  color: #fffee6;
  background: #99cccc;
  font-size: 3.8vw;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.event_schedule_ttl span {
  color: #ff4040;
}

.event_schedule_ttl_02 {
  background: #bcbcbc;
}

.event_schedule_list {

}

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

.event_schedule_list dt span {
  background: #99cccc;
  color: #fff;
  padding: 3px;
  font-size: 1.4rem;
  font-weight: bold;
}

.event_schedule_list_02 dt span {
  background: #bcbcbc;
}

.event_schedule_list dd {
  color: #444;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

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

.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: #d7066e;
}

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






/*====================
 ジャケットサムネイル
 ====================*/
.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;
}


/*====================
 注意事項
 ====================*/
.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: -1.3em;
  padding-left: 1.5em;
  color: #555;
}

.caution_list ul li {

}

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

.caution_list ul li a {
  color: #00b9b9;
}


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

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

.mod_gallery_navi li a {
  width: 50px;
  height: 50px;
  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: 50px;
  max-height: 36px;
  vertical-align: bottom;
}

.mod_gallery_navi_02 li a {
  height: 50px;
}

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

.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: #ccc;
}

.mod_gallery_photo img{
  position: absolute;
  max-width: calc(90% - 2px);
  max-height: 300px;
}

.mod_gallery_photo_02 {
  height: 300px!important;
}

.mod_gallery_photo_02 img {
  max-height: 300px;
}








/*====================
ジャケット
====================*/
.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;
}

.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: 80vw;
    /*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: 80vw;
    height: 80vw;
    max-width: 400px;
    max-height: 400px;
    margin: auto;
  }

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

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




