/* ResetCSS*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* add */

ol, ul {
    list-style: none;
}



/* Original CSS */

html {
	font-size: 62.5%;
}

body {
	font-family: serif;
	color: #333;
	font-size: 1.4em;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
   color: #666;
	text-decoration: none;
}
p {
	
}

#common-head {
	position: fixed;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 80px;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
	box-shadow: 0px 1px 3px #CCC;
	z-index: 99999;
}
#common-head img {
	position: absolute;
	top: 0;
	left: calc(50% - 80px);
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 160px;
	height: 80px;
}
#common-head ul {
	display: flex;
	position: absolute;
	font-size: 2.0rem;
}
#common-head li {
	padding: 0px 8px 0px 8px;
}
#common-head ul.left {
	text-align: right;
	right: calc(50% + 100px);
	top: 18px;
}
#common-head ul.left2 {
	text-align: right;
	right: calc(50% + 100px);
	font-size: 1.5rem;
	top: 48px;
}
#common-head ul.right {
	text-align: left;
	left: calc(50% + 100px);
	top: 30px;
}
#common-head .basket a {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 24px;
	right: 48px;
	background: #000;
	color: #FFF;
	padding: 6px;
	border-radius: 3px;
	border: 1px solid #000;
}
#common-head .basket i {
	padding-right: 6px;
}
#common-head .basket a:hover {
	text-decoration: none;
	color: #000;
	background: #FFF;
	transition: 0.5s;
}

#mybody {
	/* padding-top: 80px; */
}

#main-visual {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 50vw;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
}
#main-visual img.left {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 50%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#main-visual img.right {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 50%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#main-visual .top-banner-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
	position: absolute;
	bottom: 12px;
}
#main-visual img.top-banner {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 14vw;
	height: 14vw;
	padding: 12px;
	object-fit: cover;
	object-position: center center;
}

#banner-space {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 12px 0px 12px 0px;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
}
#banner-space div {
	padding-top: 12px;
}

#recom-item {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding: 0px 48px 80px 48px;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
}
#recom-item h2, #store h2, #privacy h2 {
	width: 100%;
	font-size: 2.8rem;
	border-top: 1px solid #666;
	text-align: center;
	padding: 24px 0px 36px 0px;
	margin-top: 24px;
	letter-spacing: 12px;
}
#recom-item p.notice {
  text-align: center;
  font-size: 90%;
  padding-bottom: 64px;
}
#recom-item .product {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: calc(100% / 4 - 48px);
	line-height: 1.6;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 48px;
}
#recom-item img {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}
#recom-item img:hover, #photo-sumnail img:hover {
   opacity: 0.6;
   transition: 0.5s;
}
#recom-item .p-name {
	font-size: 2.0rem;
	padding: 12px;
	font-weight: bold;
}
#recom-item .p-price {
	text-align: right;
	font-size: 2.0rem;
	padding-bottom: 12px;
	padding-right: 12px;
}

#spacer1 {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 30vh;
	text-align: center;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/spacer1.jpg?cmsp_timestamp=20201016144909);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#spacer1 img {
	width: auto;
	height: 12vh;
	padding-top: 9vh;
}

#intro {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-top: 64px;
	padding-bottom: 24px;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
}
#intro p {
	font-size: 1.5rem;
	line-height: 1.6;
}
#intro .intro-wrap {
	position: relative;
	height: 640px;
}
#intro a {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #666;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	padding: 16px;
	font-size: 1.7rem;
	margin-top: 36px;
}
#intro a:hover {
	background: #555;
	color: #FFF;
	transition: 0.5s;
	text-decoration: none;
}
#intro h3 {
	font-size: 2.2rem;
	font-weight: normal;
	padding-bottom: 36px;
}
#intro img.left-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 55vw;
	height: 40vh;
	object-fit: cover;
	object-position: center center;
}
#intro img.right-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 55vw;
	height: 40vh;
	object-fit: cover;
	object-position: center center;
}
#intro div.right-layer {
	position: absolute;
	top: 180px;
	right: 48px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 55vw;
	height: auto;
	background: rgba(255,255,255,0.9);
	padding: 80px;
}
#intro div.left-layer {
	position: absolute;
	top: 180px;
	left: 48px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 55vw;
	height: auto;
	background: rgba(255,255,255,0.9);
	padding: 80px;
}

#search {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 24px 48px 48px 48px;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
}
#search .wrap {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #000;
	padding: 24px;
}
#search h3 {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 2.4rem;
	width: 100%;
	text-align: center;
	letter-spacing: 12px;
	padding-top: 12px;
	padding-bottom: 36px;
}
#search a {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 12px;
}
#search a:hover {
	text-decoration: none;
}
#search dl {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: calc(100% / 4 - 18px);
}
#search dt {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 12px;
	font-size: 1.6rem;
	font-weight: bold;
}
#search dd {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1.8rem;
	background: #F5F5F5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin-bottom: 6px;
}
#search dd:hover {
	background: #FFF8DC;
}
#search .brand, #search .usecase, #search .sect {
	margin-right: 24px;
}

#spacer2 {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 30vh;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/spacer2.jpg?cmsp_timestamp=20201016144915);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#spacer2 img {
	width: auto;
	height: 12vh;
	padding-top: 9vh;
}

#store {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding: 48px 48px 64px 48px;
	background: #333;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/back-black.jpg?cmsp_timestamp=20201016144753);
	background-position: center center;
	background-size: cover;
	color: #FFF;
}
#store a {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 50%;
	margin: 0 auto;
	margin-top: 24px;
	color: #AAA;
	border: 1px solid #AAA;
	padding: 12px;
}
#store a:hover {
	text-decoration: none;
	background: #FFF;
	color: #000;
	transition: 0.5s;
}
#store h2 {
	color: #FFF;
	border-top: 1px solid #FFF;
	padding-bottom: 64px;
}
#store .honten, #store .fukui {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 50%;
	justify-content: center;
	text-align: center;
}
#store img {
	width: 80%;
	height: calc(1 * 0.75);
	object-fit: cover;
	object-position: center center;
}
#store h6 {
	font-size: 2.2rem;
	padding: 24px 0px 24px 0px;
}
#store dl {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6;
}
#store dt {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.6rem;
  margin-top: 12px;
}
#store dd {
	font-size: 1.5rem;
	padding-left: 24px;
}

#common-foot {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding: 24px 24px 0px 24px;
	background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
}
#common-foot h6 {
	font-size: 1.7rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 12px 0px 12px 0px;
}
#common-foot dl {
	margin-bottom: 24px;
}
#common-foot dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 14px 0px 14px 0px;
}
#common-foot dd {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 6px;
}
#common-foot .foot-wrap {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: calc(100% / 3);
	padding: 24px;
}
#common-foot .footmenu {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
#common-foot ul {
	display: flex;
	width: 100%;
	justify-content: center;
}
#common-foot li {
	padding: 0px 12px 0px 12px;
}
#common-foot .menu1 {
	font-size: 2.0rem;
	padding-top: 24px;
}
#common-foot .menu2 {
	font-size: 1.8rem;
	padding-top: 24px;
}
#common-foot .menu3 {
	font-size: 1.6rem;
	padding-top: 36px;
}
#common-foot .menu3 i {
	padding-right: 3px;
	color: #555;
}
#common-foot .copyright {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 80px 0px 48px 0px;
}
#common-foot .sns {
	bottom: 24px;
	right: 24px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 300%;
	width: 100%;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 24px;
	color: #999;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.no-pro {
  font-size: 160%;
  width: 100%;
  margin-top: 64px;
  text-align: center;
}

.smp-only {
	display: none;
}

#common-head .search-jump {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 24px;
	font-size: 26px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 12px;
	color: #444;
}

/* 新しいヘッダーナビメニュー */
#common-head-2 {
	border-top: 10px solid #ce3939;
	padding-top: 12px;
	background: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#common-head-2 .logo {
	width: 100%;
	text-align: center;
}
#common-head-2 .logo img {
	width: auto;
	height: 72px;
	margin: 0 auto;
	padding-top: 12px;
}
#common-head-2 i.home ,#common-head-dropdown i.home {
	padding-right: 4px;
}
#common-head-2 ul, #common-head-dropdown ul {
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 14px;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	margin-top: 8px;
}
#common-head-2 li a, #common-head-dropdown li a {
	display: block;
	padding: 18px 14px;
	border-bottom:  1px solid rgba(255,255,255,0);
}
#common-head-2 li a:hover, #common-head-dropdown li a:hover {
	border-bottom: 1px solid #ce3939;
}
#common-head-dropdown {
	border-top: 10px solid #ce3939;
	background: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
	padding-top: 4px;
	padding-bottom: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	width: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 999997;
	position: fixed;
	top: -84px;
	display: none;
}
.active {
	display: block !important;
}
.fixed {
	position: fixed;
}
.keycolor {
  color: #ce3939;
}
#common-head-2 .search a, #common-head-dropdown .search a {
   display: block;
   box-sizing: border-box;
   overflow: hidden;
   position: absolute;
   top: 42px;
   left: calc(100vw / 2 - 1440px / 2 + 24px);
   font-size: 26px;
   background: #FFF;
   border: 1px solid #999;
   border-radius: 3px;
   padding: 12px;
   color: #444;
}
#common-head-2 .basket a, #common-head-dropdown .basket a {
   display: block;
   box-sizing: border-box;
   overflow: hidden;
   position: absolute;
   top: 56px;
   right: calc(100vw / 2 - 1440px / 2 + 24px);
   background: #000;
   color: #FFF;
   padding: 6px;
   border-radius: 3px;
   border: 1px solid #000;
}
#common-head-dropdown .search a {
	position: absolute;
	top: 10px;
}
#common-head-dropdown .basket a {
	position: absolute;
	top: 10px;
	padding: 12px;
	font-size: 26px;
}
@media only screen and (max-width: 1099px) {
	#mybody {
		padding-top: 0;
	}
	#common-head-2 .pc-only, #common-head-dropdown .pc-only {
		display: none;
	}
	.smp-only {
		display: block;
	}
	#common-head-2 {
		padding: 6px 0;
	}
	#common-head-2 .logo img {
		width: auto;
		height: 50px;
		padding: 0;
	}
	#common-head-dropdown img {
		width: auto;
		height: 50px;
	}
	#common-head-2 .search a {
		top: 18px;
		left: 8px;
		font-size: 18px;
	}
	#common-head-2 .basket a {
		top: 28px;
		right: 8px;
		font-size: 12px;
	}
	#common-head-dropdown .search a {
		top: 8px;
		left: 8px;
		font-size: 18px;
	}
	#common-head-dropdown .basket a {
		top: 8px;
		right: 8px;
		font-size: 18px;
	}
}

/* 1100px以下はメニューを検索のみにする */

@media (max-width: 1100px) {

	#common-head ul {
		display: none;
	}	
	#recom-item .product {
		width: calc(100% / 3 - 48px);
	}
	
}

/* Smartphone under 768px */

@media (max-width: 768px) {
	
	.pc-only {
		display: none;
	}
	.flex {
		display: block;
	}
  	#common-head {
    	height: 60px;
  	}
   	#common-head img {
     	width: 100px;
     	height: auto;
     	top: 6px;
     	left: calc(50% - 50px);
  	}
	#common-head .basket a {
		font-size: 22px;
		top: 12px;
		right: 12px;
		padding: 6px;
	}
  	#common-head .basket i {
		padding: 0;
  	}
  	#common-head .search-jump {
		font-size: 22px;
		left: 12px;
		padding: 6px;
  	}
	#mybody {
		/* padding-top: 60px; */
	}
	#main-visual, #main-visual img.left, #main-visual img.right {
		height: 72vw;
	}
	#main-visual img.top-banner {
		width: 24vw;
		height: 24vw;
		padding: 6px;
	}
	#banner-space {
		padding: 12px 24px 0px 24px;
	}
	#banner-space img {
		width: 100%;
		height: auto;
	}
	#recom-item h2, #store h2, #privacy h2 {
		font-size: 2.0rem;
		letter-spacing: 6px;
	}
	#recom-item {
		padding: 24px;
	}
	#recom-item .flex {
		display: flex;
	}
	#recom-item .product {
		width: calc(100% / 2 - 12px);
		margin: 0px 6px 12px 6px;
	}
	#recom-item .p-name {
		font-size: 1.6rem;
		padding: 12px 0px 12px 0px;
		line-height: 1.2;
	}
	#recom-item .p-price {
		font-size: 1.4rem;
	}
	#intro {
		padding-bottom: 0px;
	}
	#intro h3 {
		font-size: 1.7rem;
		line-height: 1.2;
		padding-bottom: 24px;
	}
	#intro p {
		font-size: 1.3rem;
	}
	#intro a {
		margin: 12px;
		margin-top: 24px;
		padding: 12px;
		font-size: 1.5rem;
	}
	#intro .intro-wrap {
		height: calc(80vw * 0.563 + 320px);
	}
	#intro img.left-img, #intro img.right-img {
		width: 80%;
		height: calc(80vw * 0.563);
	}
	#intro div.left-layer, #intro div.right-layer {
		width: 80%;
		height: auto;
		top: calc(80vw * 0.563 - 30px);
		padding: 24px;
	}
	#search {
		padding: 24px;
	}
	#search h3 {
		font-size: 2.0rem;
	}
	#search .flex {
		display: flex;
	}
	#search .wrap {
		padding: 12px;
	}
	#search dl {
		width: calc(100% / 2 - 12px);
		line-height: 1.2;
	}
	#search dt {
		font-size: 1.2rem;
		padding: 6px 0px 6px 0px;
	}
	#search dd {
		font-size: 1.2rem;
	}
	#search dd a {
		padding: 6px 3px 6px 0px;
	}
	#search .brand, #search .usecase, #search .sect {
		margin-right: 0;
	}
	#search .brand, #search .sect {
		margin-right: 24px;
	}
	#store {
		padding: 24px;
		padding-bottom: 48px;
	}
	#store dt, #store dd {
		font-size: 90%;
	}
	#store a {
		width: 100%;
		margin: 0 auto;
		margin-top: 24px;
	}
	#store .honten, #store .fukui, #store img, #store dl {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#store .honten {
		margin-bottom: 48px;
	}
	#common-foot ul {
		display: block;
	}
	#common-foot .menu3 {
		line-height: 2.0;
	}
	#common-foot .foot-wrap {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#common-foot .copyright {
		font-size: 0.8rem;
	}
	#spacer1, #spacer2 {
		
	}
  
	_::-webkit-full-page-media, _:future, :root #spacer1 {
		background-attachment: scroll;
	}
	_::-webkit-full-page-media, _:future, :root #spacer2 {
		background-attachment: scroll;
	}
}

/* screen 1440px over */

@media (min-width: 1441px) {
	
	body {
		background: #FFF;
	}
	
	#mybody {
        background-image: url(https://img02.shop-pro.jp/PA01130/551/etc/back-paper.jpg?cmsp_timestamp=20201016144802);
		margin: 0 auto;
		width: 1440px;
		box-shadow: 0px 10px 10px #999;
	}
	
	#common-head .basket a {
		right: calc(50% - 690px);
	}
  	#main-visual {
    	height: 720px;
  	}
	#main-visual img.top-banner {
		width: 180px;
		height: 180px;
	}
	
	#intro .intro-wrap {
		height: 640px;
	}
	#intro img.left-img, #intro img.right-img {
		width: 800px;
		height: 450px; 
	}
	#intro div.left-layer, #intro div.right-layer {
		width: 50%;
		height: auto;
		padding: 80px;
	}
	
	#common-head .search-jump {
		left: calc(50% - 690px);
	}
	
}