@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: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  color: #333;
  line-height: 1.6;
}

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

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

.pc {
  display: none;
}

section {
  padding: 30px 0;
}

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

.bg01 {
  background: #ececec;
}


h2 {
  width: 80%;
  margin: 0 auto 30px;
}

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


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

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


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

}

header h1 {
  font-size: 1.8rem;
  font-family: 'Kaisei Tokumin', serif;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.mv_box {
  max-width: 100%;
}

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


/*====================
受注期間
====================*/
.dd_box {
  background: #037282;
  padding: 20px;
  margin-bottom: 60px;
  color: #fff;
}

.dd_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #ffe500;
  text-align: center;
  margin-bottom: 15px;
}

.dd_list {
  font-size: 1.6rem;;
  margin-bottom: 10px;
}

.dd_list li {
  text-align: center;
  margin-bottom: 7px;
}

.dd_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}

.dd_caution li {

}

.dd_caution li a {
 color: #fff;
}


/*====================
商品
====================*/
.item_box {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.jk {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.jk img {
  width: 100%;
  vertical-align: bottom;
  border: solid 1px #ccc;
}

.item_spec_box {
  width: 100%;
}

.item_ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  margin: 20px 0 10px;
  text-align: center;
}


.price {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
}

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

.item_caution_ttl {
  margin: 20px 0 5px;
  color: #e30000;
  text-align: center;
}

.item_caution_list {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  color: #666;
}

.item_caution_list li {

}

.item_deadtxt {
  margin-top: 20px;
  color: #e30000;
  text-align: center;
}

.item_size_box {
  margin-top: 30px;
  padding-top: 30px;
  font-size: 1.2rem;
  color: #666;
  border-top: 1px solid #ccc;
}

.item_size_list {
  margin-bottom: 20px;
}

.item_size_list li {

}


/*====================
 注意事項
 ====================*/
.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.4rem;
  color: #e30000;
  margin-bottom: 5px;
}

.caution_list ul {
  font-size: 1.3rem;
  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;
}



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

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