@charset "shift_jis";
/* リンク
----------------------------- */
a:hover img { opacity: 0.80; }

/* クリア
----------------------------- */
#contents #main #selection .contents .block:after,
#contents #main #selection .contents .block.useBlock .useBox:after,
#contents #main #selection .contents .springBlock .ryokuhiBlock:after,
#contents #main #selection .contents .springBlock .ryokuhiBlock .karashinaBox:after {
    content:" ";
    display:block;
    clear:both;
}

/* 共通
----------------------------- */
.sp { display: none; }
.pc { display: inline-block; }

/* サイドナビ
----------------------------- */
#wrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#contents #main {
	position: relative;
}

#pcMarcheNavi {
	z-index: 0;
	position: absolute;
	display: none;
	top: 53px;
	left: auto;
	margin: 0;
}
#pcMarcheNavi a {
	margin-bottom: 10px;
	display: block;
}
#pcMarcheNavi img {
	max-width: 100%;
	height: auto;
}
#pcMarcheNavi.is-fixed {
	position: fixed;
}





/* レイアウト
----------------------------- */
#contents #main #selection .wrap {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
#contents #main #selection .topimg {
	text-align: center;
	margin-bottom: 20px;
}
#contents #main #selection .contents {
	padding: 40px;
	color: #000000;
	background-image: url(img/bg_gr.png), url(img/bg.png) ;
	background-repeat: repeat-x ,repeat;
	background-position: 0 top, 0 0;
}
#contents #main #selection .contents .inner {
	width: 870px;
	margin: 0 auto ;
}
#contents #main #selection .contents .block {
	margin-bottom: 20px;
}
#contents #main #selection .contents .text {
	background: none;
}
#contents #main #selection .contents .btn {
	background: none;
	cursor: default;
}


/* leadBlock */
#contents #main #selection .contents .leadBlock {
	border-radius: 10px;
	background-image: url(img/logo.png),url(img/lead_bg_tl.png), url(img/lead_bg_tr.png),url(img/lead_bg_bl.png),url(img/lead_bg_br.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: center top, left top 24px, right top 24px, left 2px bottom 2px, right 2px bottom 2px;
	background-color: rgba(255,255,255,0.5);
	padding: 170px 50px 45px 50px;
	font-size: 14px;
}
#contents #main #selection .contents .leadBlock .text em {
	font-weight: bold;
}


/* itemBlock */
#contents #main #selection .contents .itemBlock {
	background-image: url(img/item_bg_tl.png),url(img/item_bg_tr.png), url( img/item_gr.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left 3px top 3px, right 3px top 3px, left top;
	background-color: #c4479f;
}
#contents #main #selection .contents .itemBlock + .itemBlock {
	margin-top: 40px;
}
#contents #main #selection .contents .itemBlock .imageBox {
	padding: 45px 20px 20px 30px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#contents #main #selection .contents .itemBlock .imageBox .fancybox {
	display: inline-block;
	position: relative;
}
#contents #main #selection .contents .itemBlock .imageBox .fancybox img.icon {
	position: absolute;
	z-index: 2;
	right:0;
	bottom:0;
}
#contents #main #selection .contents .itemBlock .imageBox .mainBox {
	display: table-cell;
	vertical-align: top;
	width: 300px;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox {
	display: table-cell;
	vertical-align: top;
	padding-left: 16px;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox .name {
	color: #a31579;
	font-size: 24px !important;
	font-weight: bold;
	text-shadow: #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox .name span {
  font-size: 16px;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox .images {
	margin-bottom: 5px;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox .images a + a {
	margin-left: 10px;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox .text {
	color: #ffffff;
	font-size: 14px;
}
#contents #main #selection .contents .itemBlock .textBox {
	background-image: url(img/item_bg_btm.png);
	background-repeat: no-repeat;
	background-position: center bottom 3px;
	background-color: #ffffff;
	color: #9a1672;
	padding: 10px 30px 30px 30px;
	font-size: 14px;
}
#contents #main #selection .contents .itemBlock .textBox .btn {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents #main #selection .contents .itemBlock .textBox .btn a {
	background-color: #c4479f;
	border-radius: 100px;
	padding: 10px 20px;
	color: #ffffff;
	text-decoration: none;
    display: inline-block;
}
#contents #main #selection .contents .itemBlock .textBox .btn a:hover {
	opacity: 0.8;
}


/* smallBlock */
#contents #main #selection .contents .smallBlock {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#contents #main #selection .contents .smallBlock .itemBlock {
	width: 32%;
	margin-top: 40px;
	box-sizing: border-box;
	background-image: url(img/item_bg_tl_sp.png),url(img/item_bg_tr_sp.png), url( img/item_gr.png);
	background-size: 20px auto, 20px auto, auto auto;
}
#contents #main #selection .contents .smallBlock .itemBlock .imageBox {
	padding: 25px 20px 10px 20px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#contents #main #selection .contents .smallBlock .itemBlock .imageBox img {
	width: 100%;
	height: auto;
}
#contents #main #selection .contents .smallBlock .itemBlock .imageBox .mainBox {
	display: block;
	width: 100%;
}
#contents #main #selection .contents .smallBlock .itemBlock .imageBox .subBox {
	display: block;
	padding-left: 0;
}
#contents #main #selection .contents .smallBlock .itemBlock .textBox {
	background-size: auto 20px;
	padding: 10px 20px 25px 20px;
}


/* ボタン */
#contents #main #selection .contents .btnArea {
	text-align: center;
	margin: 40px auto 40px auto ;
}


/* 追従ナビ
----------------------------- */
#footer #footer_nav {
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
}
#footer_nav {
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
}
#contents #box.rose {
  overflow: hidden;
  position: relative;
  z-index: 1; }

/* pcNavi */
#contents #box.rose #bottomNavi {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 920px;
    font-size: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 20px 20px 10px 20px;
    text-align: right;
    box-sizing: border-box;
}
#contents #box.rose #bottomNavi div {
    display: inline-block;
    vertical-align: top;
}
#contents #box.rose #bottomNavi div > .cartBtn {
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    box-sizing: border-box;
    text-decoration: none; 
    margin-left: 10px;
    border-radius: 4px;
    display: inline-block;
}
#contents #box.rose #bottomNavi img {
    margin-right: 10px;
    width: auto;
    height: 22px;
    vertical-align: middle;
}
#contents #box.rose #bottomNavi span {
    display: inline-block;
}
#contents #box.rose #bottomNavi .cartBtn {
  width: auto;
  background: #a31579;
  cursor: pointer;
}

#contents #box.rose #bottomNavi a:hover img {
    opacity: 1;
}
#contents #box.rose #bottomNavi a:hover em,
#contents #box.rose #bottomNavi a:hover span {
    opacity: 0.6;
}


/* スマホレイアウト
----------------------------- */
@media only screen and (max-width: 768px) {
/* -------------------------------------------------------------------------- */
/* 共通
----------------------------- */
.pc {display: none; }
.sp {display: inline-block; }
	
	
/* サイドナビ
----------------------------- */
#spMarcheNavi {
	position: relative;
	z-index: 10;
	width: 100%;
	font-size: 0;
	margin-top: 10px;
}
#spMarcheNavi div {
	background: #1b49cc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#spMarcheNavi div:hover {
    opacity: 0.8;
}
#spMarcheNavi div.is-fixed {
	position: fixed;
	top: 0;
}
#spMarcheNavi a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	padding: 8px 20px;
	box-sizing: border-box;
	text-decoration: none;
}
#spMarcheNavi img {
	margin-right: 10px;
}
#spMarcheNavi span {
	display: inline-block;
}
	

/* レイアウト
----------------------------- */
#contents #main #selection .wrap img {
	max-width: 100%;
	height: auto;
}
#contents #main #selection .topimg {
	margin-bottom: 10px;
}
#contents #main #selection .contents {
	padding: 10px;
	color: #000000;
}
#contents #main #selection .contents .inner {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#contents #main #selection .contents .block {
	margin-bottom: 10px;
}
#contents #main #selection .contents  .block h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
	

/* leadBlock */
#contents #main #selection .contents .leadBlock {
	background-image: url(img/logo.png),url(img/lead_bg_tl.png), url(img/lead_bg_tr.png),url(img/lead_bg_bl.png),url(img/lead_bg_br.png);
	background-size: auto 100px, 100% auto, 100% auto, 30px auto, 30px auto;
	padding: 80px 20px 20px 20px;
}


/* itemBlock */
#contents #main #selection .contents .itemBlock {
	background-image: url(img/item_bg_tl_sp.png),url(img/item_bg_tr_sp.png), url( img/item_gr.png);
	background-size: 20px auto, 20px auto, auto auto;
}
#contents #main #selection .contents .itemBlock + .itemBlock {
	margin-top: 10px;
}
#contents #main #selection .contents .itemBlock .imageBox {
	padding: 25px 20px 10px 20px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#contents #main #selection .contents .itemBlock .imageBox .fancybox {
	display: block;
}
#contents #main #selection .contents .itemBlock .imageBox .fancybox img {
	width: 100%;
	height: auto;
}
#contents #main #selection .contents .itemBlock .imageBox .fancybox img.icon {
	width: auto;
	height: auto;
}
#contents #main #selection .contents .itemBlock .imageBox .mainBox {
	display: block;
	width: 100%;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox {
	display: block;
	padding-left: 0;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox .name {
	font-size: 18px !important;
	font-weight: bold;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox .images {
	margin-bottom: 5px;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox .images a + a {
	margin-left: 0;
	margin-top: 10px;
}
#contents #main #selection .contents .itemBlock .imageBox .subBox .text {
	color: #ffffff;
}
#contents #main #selection .contents .itemBlock .textBox {
	background-size: auto 20px;
	padding: 10px 20px 25px 20px;
}


/* smallBlock */
#contents #main #selection .contents .smallBlock .itemBlock {
	width: 100%;
	margin-top: 10px;
}


/* ボタン */
#contents #main #selection .contents .btnArea {
	margin: 10px auto 10px auto ;
}


/* 追従ナビ
----------------------------- */
/* spNavi */
#contents #box.rose #bottomNavi {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    font-size: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 10px 5px 10px;
    text-align: right;
    box-sizing: border-box;
    min-width: 320px;
	margin-left: -4px;
}
#contents #box.rose #bottomNavi div {
    display: inline-block;
    vertical-align: top;
    /*width: 48%;*/
    margin: 0 3% 0 1%;
    box-sizing: border-box;
}
#contents #box.rose #bottomNavi div > .cartBtn {
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none; 
    margin-left: 0;
    border-radius: 4px;
    display: inline-table;
    width: auto;
}
#contents #box.rose #bottomNavi img {
    margin-right: 10px;
    width: auto;
    height: 22px;
    vertical-align: middle;
}
#contents #box.rose #bottomNavi span {
    display: inline-block;
}
 
#contents #box.rose #bottomNavi .cartBtn {
  width: auto;
  cursor: pointer;
}
#contents #box.rose #bottomNavi .cartBtn em,
#contents #box.rose #bottomNavi .cartBtn span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 1.2em;
}
#contents #box.rose #bottomNavi .cartBtn em {
	width:30px;
}

/* -------------------------------------------------------------------------- */
}

