/*****************************************************

	全ての要素をリセット
	各ブラウザの表示を統一するための設定です

*****************************************************/
* {
	margin: 0;
	padding: 0;
	word-break: break-all;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	>font-size: 62.5%;
}

body {
	font-family: 'noto-sans-cjk-jp', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	color: #3b3b3b;
}

.audrey {
	font-family: 'Audrey', serif;
}

@font-face {
	font-family: 'Audrey';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Audrey-Normal.woff') format('woff'),
		url('../fonts/Audrey-Normal.otf') format('opentype');
}

@font-face {
	font-family: 'Audrey';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/Audrey-Medium.woff') format('woff'),
		url('../fonts/Audrey-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Audrey';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/Audrey-Bold.woff') format('woff'),
		url('../fonts/Audrey-Bold.otf') format('opentype');
}

/*
Noto Sans CJK JP Regular
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;

Noto Sans CJK JP Medium
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;


Noto Sans CJK JP Bold
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 700;
font-style: normal;

font-family: yu-mincho-pr6, sans-serif;
font-weight: 400;
font-style: normal;
*/

html, body {
	height:100%;
}

body.fixed {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

header,
article,
nav,
section,
footer {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

header,
article,
nav,
section,
footer,
div,
p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 1.5;
}

a {
	color: #333;
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 500;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
	line-height: 1.4;
	font-weight: 500;
}

img {
	border: 0;
	vertical-align: bottom;
}

.mimg img {
	width:100%;
	height:auto;
}

.entry_body .aligncenter {
    display: block;
    margin: 0 auto;
}

.entry_body .alignright {
	margin:0 0 0 10px;
	float: right;
}

.entry_body .alignleft {
	margin:0 10px 0 0;
	float: left;
}

.entry_body ol {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.entry_body ul {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry_body table {
	max-width:100%!important;
	border:1px solid #CCC;
}

.entry_body img {
	max-width:100%;
	height:auto;
}

.entry_body hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.entry_body table th,
.entry_body table td {
	padding:5px;
}

.entry_body blockquote {
	margin:0 0 15px;
    padding: 25px 15px 15px 50px;
    min-height:80px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    position: relative;
}

.entry_body blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

.entry_body blockquote p {
     padding: 10px 0;
    padding: 0;
    line-height: 1.7;
}

.entry_body blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

@media screen and (min-width: 768px) {

	.entry_body table th,
	.entry_body table td {
		padding:10px;
	}

	.entry_body blockquote {
		margin:0 0 40px;
	}
}

pre {
	overflow: auto;
}

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

dt,
dd,
td,
th {
	line-height: 1.5;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.5;
}

.pc {
	display: none;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

optgroup {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #AAA;
}

::-moz-placeholder {
	color: #AAA;
}

:-ms-input-placeholder {
	color: #AAA;
}

::-placeholder {
	color: #AAA;
}

/* Extras
========================================================================== */
.r0 { margin-right:0!important; }
.b0 { margin-bottom: 0!important; }

.clear:after,
.block1:after,
.block2:after,
.inblock:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
=================================== */
p {
	line-height: 1.6;
}

li {
	line-height: 1.6;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

/*
=================================== */
#wrap {
	text-align: left;
}

.block1 {
	margin:0 auto;
	padding:0 20px 0 70px;
	width:1040px;
}

header {
	background: url('../images/header_back.png') repeat center top;
	background-size: 104px 123px;
	box-shadow:0 0 10px 0 rgba(163,163,163,0.7) inset;
}

header .block1 {
	min-height:123px;
	position: relative;
}

header h1 {
	padding:20px 0 0;
	width:203px;
	float:left;
}

header h1 a {
	display: block;
	overflow: hidden;
	background: url('../images/shoplogo.png') no-repeat;
	background-size: 203px 77px;
	padding: 77px 0 0;
	height: 0!important;
}

.header_info {
	padding:40px 0 0;
	width:680px;
	position: relative;
	float:right;
}

.gnavi {
	position: absolute;
	top:10px;
	right:155px;
}

.gnavi li {
	display: inline-block;
	margin:0 6px 0 0;
	padding:0 17px 0 0;
	font-size:1.2rem;
	font-weight: 700;
	position: relative;
}

.gnavi li:after {
	position: absolute;
	top:0;
	right:0;
	content: '/';
	color:#c84589;
	width:6px;
	height:15px;
}

.gnavi li:last-child {
	margin:0;
	padding:0;
}

.gnavi li:last-child:after {
	display: none;
}

.gnavi li a {
	display: inline-block;
	padding:0 0 3px;
	position: relative;
}

.gnavi li a::after {
	position: absolute;
	bottom:0;
	left:0;
	content: '';
	width:0;
	height:1px;
	background-color: #333;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.gnavi li a:hover::after {
	width:100%;
}

.welcome {
	position: absolute;
	top:10px;
	right:0;
	display: block;
	font-size:1.2rem;
	letter-spacing: 1px;
}

.welcome b {
	margin:0 2px 0 0;
	font-size:1.4rem;
}

.header_info .cart {
	padding:0 35px 0 0;
	text-align: right;
}

.header_info .cart a {
	display: inline-block;
	background: url('../images/icon_cart.png') no-repeat left 15px;
	background-size: 53px 40px;
	padding:55px 0 0;
	width:70px;
	position: relative;
	text-align: left;
	font-weight: 700;
}

.header_info .cart b {
	position: absolute;
	top:0;
	right:0;
	display: block;
	width:40px;
	height:40px;
	line-height:40px;
	color:#FFF;
	text-align: center;
	background-color: #c84589;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.header_info .cart i {
	margin:0 2px 0 0;
	font-style: normal;
	font-size: 1.4rem;
}

.header_info .cart2 {
	position: absolute;
	top:10px;
	right:0;
	background: url('../images/icon_cart2.png') no-repeat;
	background-size: 28px 25px;
	padding:0 0 0 35px;
	height:25px;
	font-size:1.2rem;
	font-weight: 700;
}

.header_info .cart2 a {
	display: inline-block;
	padding:0 0 3px;
	background-color: #F0F0F0;
	position: relative;
}

.header_info .cart2 a:after {
	position: absolute;
	bottom:0;
	right:0;
	content: '';
	width:100%;
	height:2px;
	background-color: #333;
}

#wrapper {
	margin:0 auto;
	padding:40px 45px 50px;
	width:1040px;
}

#makebanner {
	width:100%!important;
}

.ctable {
	display: none;
}

.side_block {
	width:210px;
	float:left;
}

.aboutbox {
	background: url('../images/side_logo.png') no-repeat center top;
	background-size: 185px 100px;
	margin:0 0 35px;
	padding:110px 0 0;
}

.aboutbox p {
	font-size:1.3rem;
}

.searchbox {
	margin:0 0 20px;
	border:1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

.searchbox .inputbox {
}

.searchbox .inputbox input {
	padding:0 30px 0 10px;
	width:100%;
	height:38px;
	line-height:38px;
	font-size:1.4rem;
	border:none;
}

.searchbox .btn {
	position: absolute;
	top:3px;
	right:5px;
	width:20px;
	height:30px;
}

.searchbox .btn a {
	display: block;
	overflow: hidden;
	background: url('../images/icon_search.png') no-repeat center center;
	background-size: 18px 17px;
	padding: 30px 0 0;
	height: 0!important;
}

.sidelinkbox {
	margin:0 0 30px;
	padding:0 0 0 10px;
}

.sidelinkbox li {
	margin:0 0 15px;
	padding:0 0 0 15px;
	font-size:1.4rem;
	letter-spacing: 0.5px;
	position: relative;
}

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

.sidelinkbox li:after {
	position: absolute;
	left:2px;
	top:4px;
	content: '';
	width:6px;
	height:14px;
	background: url('../images/icon_arrow1.svg') no-repeat left center;
	background-size: 4px 6px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sidelinkbox li:hover:after {
	left:5px;
}

.sidelinkbox li a {
	display: inline-block;
	padding:0 0 5px;
	font-weight: 700;
	position: relative;
}

.sidelinkbox li a:after {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:100%;
	height:2px;
	background-color: #c94689;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sidelinkbox li a:hover:after {
	width:80%;
}

.category_block {
	margin:0 0 30px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.category_block.mb80 {
	margin:0 0 80px;
}

.category_block h2 {
	padding:0 30px 0 10px;
	width:100%;
	height:38px;
	line-height:38px;
	color:#FFF;
	font-size:1.4rem;
	letter-spacing: 1px;
	background-color: #c84588;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.category_block ul {
	padding:15px 12px 10px;
	font-size:1.3rem;
}

.category_block li {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:2px solid #FFF;
}

.category_block li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.category_block li a {
	display: block;
	padding:0 0 0 12px;
	font-weight: bold;
	position: relative;
}

.category_block li a:after {
	position: absolute;
	left:0;
	top:2px;
	content: '';
	width:6px;
	height:14px;
	background: url('../images/icon_arrow1.svg') no-repeat left center;
	background-size: 4px 6px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.category_block li a:hover:after {
	left:3px;
}

.category_block li ul {
	margin:10px 0 0;
	padding:10px 0 0;
	border-top:2px solid #FFF;
}

.category_block li li {
	padding:0 0 10px 12px;
}

.bannerbox p {
	margin:0 0 15px;
	width: 210px;
}

.bannerbox p:last-child {
	margin-bottom:0;
}

.bannerbox a {
	display: block;
	overflow: hidden;
	background: url('../images/side_banner1.png') no-repeat;
	background-size: 210px 175px;
	padding: 175px 0 0;
	height: 0!important;
}

.bannerbox .banner2 a {
	background-image: url('../images/side_banner2.png');
}

.rightContents {
	width:680px;
	text-align: left;
	float:right;
}

.bottom1_block {
	background-color: #f7f7f7;
	border-top:1px solid #e3e0e1;
	border-bottom:1px solid #e3e0e1;
}

.bottom1_block .block1 {
	padding:50px 45px;
}

.bottom_box1 {
	margin:0 25px 0 0;
	width:300px;
	font-size:1.4rem;
	float:left;
}

.bottom_box1.box3 {
	margin:0;
}

.bottom_box1 h3 {
	margin:0 0 15px;
	padding:0 0 5px;
	font-size:1.6rem;
	border-bottom:3px solid #000;
}

.bottom_box1 .exbox {
	margin:0 0 30px;
	color:#4D4D4D;
}

.bottom_box1 .exbox:last-child {
	margin-bottom:0;
}

.bottom_box1 .exbox h4 {
	margin:0 0 15px;
}

.bottom_box1 .exbox .ex {
	margin:0 0 30px;
}

.bottom_box1 .exbox .ex.b10 {
	margin:0 0 10px;
}

.bottom_box1 .exbox .ex.b15 {
	margin:0 0 15px;
}

.bottom_box1 .exbox .ex:last-child {
	margin-bottom:0;
}

.bottom_box1 .exbox .link {
	font-size: 1.2rem;
}

.bottom_box1 .exbox .link a {
	margin:0 0 0 3px;
	text-decoration: underline;
}

.bottom_box1 .exbox .link a:hover{
	text-decoration: none;
}

.bottom_box1 .exbox .linkbox a {
	display: block;
	line-height:35px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #626262;
}

.bottom_box1 .exbox .linkbox a:hover{
	opacity: 0.7;
}

.bottom_box1 .exbox .card {
	background: url('../images/bblock_image1.png') no-repeat center bottom;
	background-size: 272px 32px;
	padding:0 0 45px;
}

.contactbox {
	margin:0 0 15px;
	font-size: 1.4rem;
}

.contactbox h5 {
	font-weight: normal;
}

.contactbox .tel {
	margin:0 0 5px;
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
}

.bottom_box1 .exbox .plist li {
	margin:0 0 5px;
	padding:0 0 0 95px;
	font-size: 1.4rem;
	position: relative;
}

.bottom_box1 .exbox .plist li b {
	position: absolute;
	top:8px;
	left:0;
	font-weight: normal;
}

.bottom_box1 .exbox .plist li strong {
	margin:0 2px 0 0;
	font-size: 2.0rem;
	font-weight: normal;
}

.mapbox {
	background: url('../images/bblock_map.png') no-repeat;
	background-size: 290px 200px;
	margin:0 0 30px;
	padding:205px 0 0;
}

.mapbox ul {
	margin:0 0 5px;
}

.mapbox li {
	background: url('../images/bblock_mapicon1.png') no-repeat left 2px;
	background-size: 14px 14px;
	margin:0 0 5px;
	padding:0 0 0 20px;
	line-height:16px;
}

.mapbox li.check2 {
	background-image: url('../images/bblock_mapicon3.png');
}

.mapbox li.check3 {
	background-image: url('../images/bblock_mapicon3.png');
	margin:0;
}

.mapbox p {
	font-size: 1.2rem;
}

.shopbox {
	background: url('../images/bblock_image2.jpg') no-repeat left bottom;
	background-size: 300px 140px;
	margin:0 0 30px;
	padding:0 0 150px;
}

.shopbox h4 {
	background: url('../images/bblock_logo1.png') no-repeat right top;
	background-size: 111px 60px;
	margin:0 0 15px;
	padding:5px 0 0;
	height:60px;
	font-size: 1.6rem;
}

.companybox {
}

.companybox h4 {
	background: url('../images/bblock_logo2.png') no-repeat right top;
	background-size: 100px 30px;
	margin:0 0 15px;
	padding:5px 0 0;
	height:30px;
	font-weight: normal;
}

.companybox .cinfo {
}

.blink1_block .block1 {
	padding:35px 20px 20px;
}

.blinkbox {
	font-size:1.4rem;
	float:left;
}

.blinkbox.box1 {
	width:210px;
}

.blinkbox.box2 {
	width:420px;
}

.blinkbox.box3 {
	width:280px;
	float:right;
}

.blinkbox h3 {
	margin:0 0 10px;
}

.blinkbox li {
	margin:0 0 6px;
}

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

.blinkbox li ul {
	padding:4px 0 0 15px;
}

.blinkbox .type2 {
	width:150px;
	font-size:1.2rem;
	float:left;
}

.blinkbox .type2.w2 {
	width:160px;
}

.blinkbox .type2.w3 {
	width:100px;
}

.blinkbox .type2.w4 {
	width:170px;
}

.blinkbox .type2.w5 {
	width:110px;
}

.blink2_block {
	background-color: #f7f7f7;
	border-bottom:1px solid #e3e0e1;
}

.blink2_block .block1 {
	padding:20px;
}

.blink2_block p {
	display: flex;
	justify-content: center;
	align-items: center;
	color :#c84589;
	font-size:1.2rem;
}

.blink2_block a {
	margin:0 5px;
	color :#c84589;
	font-weight: 700;
}

.blink2_block b {
	margin:0 5px;
	color :#c84589;
}

.bottom2_block {
	background-color: #f7f7f7;
}

.bottom2_block .block1 {
	padding:0 20px;
}

.bottom2_block .bottom_box2 {
	background-size: 280px 183px;
	background-repeat: no-repeat;
	width:320px;
	text-align: center;
	border-right:1px solid #e5e5e5;
	float:left;
}

.bottom2_block .bottom_box2.box1 {
	background-image: url('../images/bottom2_image1.jpg');
	background-position: left 65px;
	padding:280px 40px 40px 0;
}

.bottom2_block .bottom_box2.box2 {
	background-image: url('../images/bottom2_image2.jpg');
	background-position: center 65px;
	padding:280px 40px 40px;
	width:360px;
}

.bottom2_block .bottom_box2.box3 {
	background-image: url('../images/bottom2_image3.jpg');
	background-position: right 65px;
	padding:280px 0 40px 40px;
	border-right:none;
}

.bottom2_block .bottom_box2 .label {
	line-height:32px;
	font-size:3.0rem;
	font-style: italic;
	letter-spacing: 1px;
}

.bottom2_block .bottom_box2 h3 {
	margin:0 0 30px;
	font-size:1.4rem;
	font-weight: normal;
	font-family: yu-mincho-pr6, sans-serif;
	letter-spacing: 1px;
}

.bottom2_block .bottom_box2 .link {
	font-size:1.6rem;
	letter-spacing: 1px;
}

.bottom2_block .bottom_box2 .link a {
	display: block;
	margin:0 auto;
	width:155px;
	line-height:42px;
	text-align: center;
	border-top:1px solid #535353;
	border-bottom:1px solid #535353;
	position: relative;
}

.bottom2_block .bottom_box2 .link a::before,
.bottom2_block .bottom_box2 .link a::after {
	position: absolute;
	left:0;
	top:0;
	content: '';
	width: 1px;
	height: 40px;
	background-color: #535353;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

.bottom2_block .bottom_box2 .link a::after {
	left:auto;
	right:0;
	top:auto;
	bottom:0;
}

.bottom2_block .bottom_box2 .link a:hover::before,
.bottom2_block .bottom_box2 .link a:hover::after {
	height:0;
}

footer {
	background-color: #1d1d1d;
}

footer .block1 {
	padding:70px 20px 15px;
	color:#FFF;
}

.pagetop {
	display: none;
	position: fixed;
	right:50px;
	bottom:50px;
	width:50px;
	overflow: hidden;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../images/common/pagetop.svg') no-repeat center center;
	background-size: 22px 11px;
	background-color:rgba(0, 0, 0, 0.2);
	padding: 50px 0 0;
	height: 0!important;
}

.blogo {
	margin:0 auto 40px;
	width:131px;
}

.blogo a {
	display: block;
	overflow: hidden;
	background: url('../images/flogo.png') no-repeat;
	background-size: 131px 69px;
	padding: 69px 0 0;
	height: 0!important;
}

.fnavi {
	margin:0 0 40px;
}

.fnavi ul {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:1.5rem;
}

.fnavi li {
	margin:0 8px;
	line-height:1.4;
	font-style: italic;
}

.fnavi li a {
	display: block;
	padding:0 0 3px;
	color:#FFF;
	position: relative;
}

.fnavi li a::after {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #FFF;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

.fnavi li.on a::after,
.fnavi li a:hover::after {
	width: 100%;
}

.fnavi .fb a {
	display: block;
	overflow: hidden;
	background: url('../images/icon_fb2.png') no-repeat;
	background-size: 26px 26px;
	padding: 26px 0 0;
	width:26px;
	height: 0!important;
}

.fnavi .fb a::after {
	display: none;
}

.copyright {
	text-align: center;
	color:#535353;
	font-size:1.2rem;
}

/* EC TOP
=================================== */
.slide_block {
	margin:0 0 70px;
}

.top_titlebox {
	margin:0 0 30px;
	padding:0 0 20px;
	text-align: center;
	position: relative;
}

.top_titlebox:after {
	position: absolute;
	left:50%;
	bottom:0;
	content: '';
	margin:0 0 0 -30px;
	width:60px;
	height:2px;
	background-color: #000;
}

.top_titlebox p {
	margin:0 0 5px;
	line-height: 1.0;
	font-size:3.0rem;
	font-weight: 400;
	font-family: 'Audrey', serif;
	font-style: italic;
	letter-spacing: 2px;
}

.top_titlebox h2 {
	font-size:1.3rem;
	font-weight: 400;
}

.top_recommend {
	margin:0 0 25px;
}

.top_recommend .top_recbox {
	margin:0 0 25px;
}

.top_recommend .top_recbox:last-child {
	margin:0;
}

.top_recommend .top_recbox a {
	display: block;
}

.top_recommend .top_recbox .titlebox {
	padding:10px;
	width:590px;
	border:1px solid #9f9f9f;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	float:left;
}

.top_recommend .top_recbox .titlebox:before {
	position: absolute;
	top:55px;
	right:-20px;
	content: '';
	border-top:5px solid transparent;
	border-left:10px solid #9f9f9f;
	border-bottom:5px solid transparent;
	border-right:10px solid transparent;
}

.top_recommend .top_recbox .titlebox:after {
	position: absolute;
	top:55px;
	right:-18px;
	content: '';
	border-top:5px solid transparent;
	border-left:10px solid #FFF;
	border-bottom:5px solid transparent;
	border-right:10px solid transparent;
}

.top_recommend .top_recbox .date {
	margin:0 0 5px;
	font-size:1.4rem;
}

.top_recommend .top_recbox .date b {
	display: inline-block;
	margin:0 5px 0 0;
	color:#c84589;
	font-size:1.6rem;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.top_recommend .top_recbox .date span {
	display: inline-block;
	margin:0 5px 0 0;
	font-size:1.5rem;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.top_recommend .top_recbox .title {
	line-height:1.4;
	font-size:2.2rem;
}

.top_recommend .top_recbox .title b {
	color:#c84589;
}

.top_recommend .top_recbox .imagebox {
	width:80px;
	overflow: hidden;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	float:right;
}

.top_recitemlist {
	margin:0 0 30px;
}

.reclist_itembox {
	width:135px;
	float:left;
}

.reclist_itembox a {
	display: block;
}

.reclist_itembox .imagebox {
	margin:0 0 10px;
}

.reclist_itembox .imagebox b {
	display: block;
	background-position: center center;
	background-size: cover;
}

.reclist_itembox .title {
	margin:0 5px 5px;
	line-height:1.4;
	font-size:1.4rem;
}

.reclist_itembox .price {
	font-size:1.2rem;
}

.reclist_itembox .price strong {
	color:#c84589;
}

.reclist_itembox .price b {
	font-size:1.4rem;
}

.viewmore {
	margin:0 auto 110px;
	width:210px;
}

.viewmore a {
	display: block;
	height:40px;
	line-height:40px;
	color:#020202;
	text-align: center;
	font-size:1.6rem;
	font-weight: bold;
	font-family: 'Audrey', serif;
	border:1px solid #bebebe;
}

.top_newitemlist {
	margin:0 0 50px;
}

.newlist_itembox {
	width:170px;
	float:left;
}

.newlist_itembox a {
	display: block;
}

.newlist_itembox .imagebox {
	margin:0 0 10px;
	background-color: #f6f6f6;
}

.newlist_itembox .imagebox b {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.newlist_itembox .title {
	margin:0 5px 5px;
	line-height:1.4;
	font-size:1.4rem;
}

.newlist_itembox .price {
	font-size:1.2rem;
}

.newlist_itembox .price strong {
	color:#c84589;
}

.newlist_itembox .price b {
	font-size:1.4rem;
}

.top_setitemlist {
	margin:0 0 50px;
}

.setlist_itembox {
	margin:0 0 20px;
	width:226px;
	float:left;
}

.setlist_itembox a {
	display: block;
}

.setlist_itembox:nth-child(3n-2) a {
	margin:0 2px 0 0;
}

.setlist_itembox:nth-child(3n-1) a {
	margin:0 1px;
}

.setlist_itembox:nth-child(3n) a {
	margin:0 0 0 2px;
}

.setlist_itembox .imagebox {
	margin:0 0 10px;
	background-color: #f6f6f6;
}

.setlist_itembox .imagebox b {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.setlist_itembox .title {
	margin:0 5px 5px;
	line-height:1.4;
	font-size:1.4rem;
}

.setlist_itembox .price {
	font-size:1.2rem;
}

.setlist_itembox .price strong {
	color:#c84589;
}

.setlist_itembox .price b {
	font-size:1.4rem;
}


.typebox_block {
}

.typebox_block li {
	background-repeat: no-repeat;
	background-size: 340px 180px;
	width:340px;
	font-size:1.7rem;
	float:left;
}

.typebox_block li.type1 {
	background-image: url('../images/chart1.png');
}

.typebox_block li.type2 {
	background-image: url('../images/chart2.png');
}

.typebox_block li.type3 {
	background-image: url('../images/chart3.png');
}

.typebox_block li.type4 {
	background-image: url('../images/chart4.png');
}

.typebox_block li a {
	display: block;
	padding:75px 0 0 90px;
	height:180px;
}

.typebox_block li.type1 a,
.typebox_block li.type2 a {
	padding-top:85px;
}

.typebox_block li.type2 a,
.typebox_block li.type4 a {
	padding-right:90px;
	text-align: right;
}

.typebox_block li b {
	display: inline-block;
	background: url('../images/icon_arrow5.svg') no-repeat left center;
	background-size: 9px 15px;
	padding:0 0 3px 20px;
	position: relative;
}

.typebox_block li:nth-child(even) b {
	background: url('../images/icon_arrow6.svg') no-repeat right center;
	padding:0 20px 3px 0;
}

.typebox_block li b:after {
	position: absolute;
	right:0;
	bottom:0;
	content: '';
	width:calc(100% - 20px);
	height:1px;
	background-color: #000;
}

.typebox_block li:nth-child(even) b:after {
	left:0;
	right:auto;
}

/* 一覧
=================================== */
.sub_block {
	padding:0 50px;
}

.banner_block {
	margin:0 0 45px;
}

.banner_block p {
	margin:0 11px 0 0;
	width:186px;
	float:left;
}

.banner_block.wide p {
	margin:0 13px 0 0;
	width:218px;
}

.banner_block p:last-child {
	margin:0;
}

.banner_block p a {
	display: block;
	overflow: hidden;
	background: url('../images/main_banner1.jpg') no-repeat;
	background-size: 186px 86px;
	padding: 86px 0 0;
	height: 0!important;
}

.banner_block p.banner2 a {
	background-image: url('../images/main_banner2.jpg');
}

.banner_block p.banner3 a {
	background-image: url('../images/main_banner3.jpg');
}

.banner_block.wide p.banner1 a {
	background-image: url('../images/main_banner1l.jpg');
	background-size: 218px 86px;
}

.banner_block.wide p.banner2 a {
	background-image: url('../images/main_banner2l.jpg');
	background-size: 218px 86px;
}

.banner_block.wide p.banner3 a {
	background-image: url('../images/main_banner3l.jpg');
	background-size: 218px 86px;
}

.bread {
	margin:0 0 15px;
	color:#c84588;
	font-size:1.4rem;
	font-weight: 700;
}

.bread a {
	display: inline-block;
	margin:0 3px 0 0;
	padding:0 0 3px;
	font-weight: 700;
	position: relative;
}

.bread a:after {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:100%;
	height:2px;
	background-color: #c84588;
}

.bread font {
	color:#333;
	font-size:1.8rem;
}

.bread a:last-child::after {
	display: none;
}

.order_block {
	margin:0 0 20px;
}

.order_block li {
}

.order_block li:last-child {
	margin:0;
}

.order_block li a {
	display: block;
}

.index_block {
	border-top:1px solid #c4c4c4;
	margin:0 0 70px;
}

.listbox {
	padding:25px 0;
	border-bottom:1px solid #c4c4c4;
	position: relative;
}

.listbox .imagebox {
	width:200px;
	float:left;
}

.listbox .imagebox b {
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f5f5f5;
}

.listbox .detailbox {
	padding:0 0 40px;
	width:360px;
	float:right;
}

.listbox .detailbox .label {
	margin:0 0 15px;
	line-height:25px;
	font-size:1.3rem;
}

.listbox .detailbox .label b {
	display: inline-block;
	margin:0 10px 0 0;
	padding:0 8px;
	line-height:25px;
	font-size:1.2rem;
	font-weight: 500;
	border:1px solid #cfcfcf;
	letter-spacing: 2px;
}

.listbox .detailbox h3 {
	margin:0 0 5px;
	color:#c84589;
	font-size:1.8rem;
}

.listbox .detailbox .ex {
	font-size:1.4rem;
}

.listbox .pricebox {
	position: absolute;
	right:0;
	bottom:25px;
	width:360px;
}

.listbox .pricebox .price {
	width:200px;
	line-height:25px;
	color:#c84589;
	font-size:1.4rem;
	float:left;
}

.listbox .pricebox .price b {
	margin:0 3px 0 0;
	font-size:2.0rem;
}

.listbox .pricebox .price i {
	color:#333;
	font-style: normal;
}

.listbox .pricebox .more {
	width:140px;
	float:right;
}

.listbox .pricebox .more a {
	display: block;
	color:#FFF;
	text-align: center;
	font-size:1.6rem;
	font-weight: 400;
	font-family: 'Audrey', serif;
	background-color: #1c1c1c;
}

.paging_block {
	text-align: center;
	font-size:1.4rem;
}

.paging_block li {
	display: inline-block;
	margin:0 5px;
	font-weight: 700;
}

.paging_block li a {
	display: block;
	padding:0 3px 3px;
	position: relative;
}

.paging_block li a:after {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:100%;
	height:1px;
	background-color: #333;
}

.paging_block li a:hover,
.paging_block li.on a {
	color:#c84589;
}

.paging_block li a:hover:after {
	background-color: #c84589;
}

.paging_block li.on a:after {
	display: none;
}

/* 詳細
=================================== */
.itemdetail_block {
	margin:0 0 30px;
	padding:30px 50px 50px;
	border-top:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}

.itemdetail_block .item_label {
	margin:0 0 10px;
	line-height:25px;
	font-size:1.3rem;
}

.itemdetail_block .item_label b {
	display: inline-block;
	margin:0 10px 0 0;
	padding:0 8px;
	line-height:25px;
	font-size:1.2rem;
	font-weight: 500;
	border:1px solid #cfcfcf;
	letter-spacing: 2px;
}

.itemdetail_block h3 {
	margin:0 0 20px;
	color:#c84589;
	font-size:2.4rem;
}

.itemdetail_block .mlead {
	margin:0 0 20px;
	font-size:1.8rem;
}

.itemdetail_block .mimagebox {
	margin:0 0 45px;
}

.itemdetail_block .mimagebox p {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f5f5f5;
}

.itemdetail_block .item_data {
	margin:0 0 25px;
}

.itemdetail_block .data_lblock {
	width:400px;
	font-size:1.4rem;
	float:left;
}

.itemdetail_block .data_lblock .data_ex {
	margin:0 0 10px;
}

.itemdetail_block .data_lblock .tags {
	margin:0 0 15px;
	color:#c84589;
}

.itemdetail_block .table {
	margin:0 0 10px;
}

.itemdetail_block .table table {
	width:100%;
	border-top:1px solid #aaa;
}

.itemdetail_block .table th {
	padding:12px 0;
	width:110px;
	text-align: center;
	border-bottom:1px solid #aaa;
	letter-spacing: 1px;
}

.itemdetail_block .table td {
	padding:12px 10px;
	border-bottom:1px solid #aaa;
}

.itemdetail_block .data_rblock {
	width:150px;
	float:right;
}

.itemdetail_block .data_rblock .checklabel {
	margin:0 0 10px;
	line-height:35px;
	color:#FFF;
	text-align: center;
	font-size:1.4rem;
	background-color: #000;
}

.itemdetail_block .data_rblock .priceline {
	margin:0 0 5px;
	line-height:1.1;
	color:#c84589;
	text-align: right;
	font-size:1.8rem;
}

.itemdetail_block .data_rblock .priceline b {
	margin:0 3px 0 0;
	font-size:3.0rem;
}

.itemdetail_block .data_rblock .taxline {
	margin:0 0 20px;
	font-size:1.4rem;
	text-align: right;
}

.itemdetail_block .data_rblock .count {
	margin:0 0 10px;
	padding:18px 0 0 40px;
	font-size:1.5rem;
	position: relative;
}

.itemdetail_block .data_rblock .count b {
	position: absolute;
	top:20px;
	left:0;
}

.itemdetail_block .data_rblock .count select {
	border:1px solid #333;
	padding:0 40px 0 10px;
	line-height:25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url('../images/icon_select.svg') no-repeat right 5px center;
	background-size: 7px 14px;
}

.itemdetail_block .data_rblock .btn {
	margin:0 0 10px;
}

.itemdetail_block .data_rblock .btn.btn2 {
	margin:0;
}

.itemdetail_block .data_rblock .btn a {
	display: block;
	overflow: hidden;
	background: url('../images/btnicon1.jpg') no-repeat;
	background-size: 150px 60px;
	padding: 60px 0 0;
	height: 0!important;
}

.itemdetail_block .data_rblock .btn.btn2 a {
	background-image: url('../images/btnicon2.jpg');
}

.itemdetail_block .ex_block {
	margin:0 0 10px;
	padding:20px 20px 30px;
	font-size:1.6rem;
	background-color: #f5f5f5;
}

.itemdetail_block .ex_block p {
	margin:0 0 30px;
	line-height:1.8;
}

.itemdetail_block .ex_block p:last-child {
	margin-bottom:0;
}

.itemdetail_block .caution {
	margin:0 0 40px;
	font-size:1.2rem;
	text-align: right;
}

.cartblock {
}

.cartblock h3 {
	margin:0 0 20px;
	font-size:2.4rem;
	font-weight: 700;
}

.cartblock .blabel {
}

.cartblock .blabel b {
	display: block;
	width:150px;
	line-height:35px;
	text-align: center;
	color:#FFF;
	font-size:1.5rem;
	background-color: #000;
	letter-spacing: 1px;
}

.cartblock .cartbox {
}

.cartblock .cartbox .price {
	padding:18px 0 0;
	width:290px;
	line-height:1.1;
	color:#c84589;
	font-size:1.8rem;
	float:left;
}

.cartblock .cartbox .price b {
	margin:0 3px 0 0;
	font-size:3.0rem;
}

.cartblock .cartbox .price i {
	color:#333;
	font-style: normal;
}

.cartblock .cartbox .pcount {
	padding:18px 0 0 40px;
	width:120px;
	font-size:1.5rem;
	position: relative;
	float:right;
}

.cartblock .cartbox .pcount b {
	position: absolute;
	top:20px;
	left:0;
}

.cartblock .cartbox .pcount select {
	border:1px solid #333;
	padding:0 40px 0 10px;
	line-height:25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url('../images/icon_select.svg') no-repeat right 5px center;
	background-size: 7px 14px;
}

.cartblock .cartbox .pbtn {
	width:150px;
	float:right;
}

.cartblock .cartbox .pbtn a {
	display: block;
	overflow: hidden;
	background: url('../images/btnicon1.jpg') no-repeat;
	background-size: 150px 60px;
	padding: 60px 0 0;
	height: 0!important;
}

.checkitem_block h3 {
	margin:0 0 15px;
	font-size:1.8rem;
}

.checkitembox {
	width:170px;
	font-size:1.4rem;
	float:left;
}

.checkitembox a {
	display: block;
}

.checkitembox .imagebox {
	margin:0 0 20px;
}

.checkitembox .imagebox b {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f5f5f5;
}

.checkitembox .citem_name {
	margin:0 10px 5px;
}

.checkitembox .citem_price {
	margin:0 10px;
	color:#c84589;
}

.checkitembox .citem_price b {
	margin:0 3px 0 0;
	font-size:2.0rem;
}

.checkitembox .citem_price i {
	color:#333;
	font-style: normal;
}


/* 一覧
=================================== */
.sub_block2 {
}

.titlebox_area {
	margin:0 0 85px;
	padding:0 0 20px;
	position: relative;
}

.titlebox_area.b60 {
	margin:0 0 60px;
}

.titlebox_area::after {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:60px;
	height:2px;
	background-color: #000;
}

.titlebox_area p {
	margin:0 0 2px;
	line-height:1.0;
	font-style: italic;
	font-size:3.0rem;
	font-weight: normal;
    font-family: 'Audrey', serif;
    letter-spacing: 2px;
}

.titlebox_area h2 {
	line-height:1.2;
	font-size:1.3rem;
	font-weight: normal;
}

.list_block {
	margin:0 0 50px;
	border-top:1px solid #aaa;
}

.list_block li {
	padding:15px 0;
	font-size:1.8rem;
	letter-spacing: 1px;
	border-bottom:1px solid #aaa;
}

.list_block li a {
	display: inline-block;
	background: url('../images/icon_arrow1.svg') no-repeat 5px center;
	background-size: 8px 12px;
	padding:0 0 0 25px;
}

/* recommend
=================================== */
.reclist_block {
	margin:0 0 30px;
	border-top:1px solid #aaa;
}

.recbox {
	border-bottom:1px solid #aaa;
}

.recbox a {
	display: block;
	padding:25px 0 15px;
}

.recbox .databox {
	width:580px;
	float:left;
}

.recbox .databox .data {
	margin:0 0 15px;
	font-size:1.5rem;
	font-family: 'Lato', sans-serif;
}

.recbox .databox .data b {
	margin:0 5px 0 0;
	color:#c84589;
	font-size:1.5rem;
}

.recbox .databox h3 {
	margin:0 0 20px;
	font-size:2.2rem;
}

.recbox .databox h3 b {
	color:#c84589;
}

.recbox .databox .ex {
	font-size:1.4rem;
}

.recbox .databox .ex p {
	line-height:1.5;
}

.recbox .profbox {
	width:80px;
	float:right;
}

.recbox .profbox .imagebox {
	margin:0 0 10px;
	overflow: hidden;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
}

.recbox .profbox .name {
	line-height:1.5;
	text-align: center;
	font-size:1.3rem;
	font-weight: 500;
}

.recbox .profbox .name b {
	display: block;
}

/* more
=================================== */
.recmore_block {
	margin:0 0 50px;
}

.rectitle_block {
	margin:0 0 50px;
}

.rectitle_block .date {
	margin:0 0 15px;
	font-size:1.5rem;
	font-family: 'Lato', sans-serif;
}

.rectitle_block .date b {
	margin:0 5px 0 0;
	color:#c84589;
	font-size:1.5rem;
}

.rectitle_block h3 {
	margin:0 0 20px;
	font-size:2.2rem;
}

.rectitle_block h3 b {
	color:#c84589;
}

.entry_body {
	margin:0 0 50px;
	font-size:1.6rem;
}

.entry_body p {
	margin:0 0 30px;
}

.entry_body p:last-child{
	margin:0;
}

.recitemlist_block {
	margin:0 0 50px;
	border-top:1px solid #c4c4c4;
}

.more_stitle {
	margin:0 0 5px;
	font-size:1.5rem;
	font-weight: 700;
}

.prof_body {
	margin:0 0 70px;
	padding:20px;
	background-color: #f5f5f5;
}

.prof_body .imagebox {
	width:130px;
	float:left;
}

.prof_body .prof_info {
	width:385px;
	font-size:1.4rem;
	float:right;
}

.prof_body .pname {
	line-height:1.5;
	font-size:1.6rem;
}

.prof_body .ppos {
	margin:0 0 15px;
	line-height:1.5;
}

.prof_body .pex {
	line-height:1.6;
}

.recnavi_block {
	display: flex;
	justify-content: space-around;
	font-size:1.2rem;
}

.recnavi_block .prev,
.recnavi_block .next {
	width:185px;
}

.recnavi_block .next {
	right:0;
}

.recnavi_block .prev a,
.recnavi_block .next a {
	display: block;
}

.recnavi_block .prev .label,
.recnavi_block .next .label {
	background: url('../images/icon_arrow3.svg') no-repeat left 7px;
	background-size: 6px 8px;
	margin:0 0 5px;
	padding:0 0 0 12px;
	color:#c84589;
}

.recnavi_block .next .label {
	background: url('../images/icon_arrow4.svg') no-repeat right 7px;
	background-size: 6px 8px;
	padding:0 12px 0 0;
	text-align: right;
}

.recnavi_block .prev .label b,
.recnavi_block .next .label b {
	display: inline-block;
	padding:0 0 2px;
	color:#c84589;
	position: relative;
}

.recnavi_block .prev .label b:after,
.recnavi_block .next .label b:after {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:100%;
	height:1px;
	background-color: #c84589;
}

.recnavi_block .prev .title,
.recnavi_block .next .title {
	font-size:1.4rem;
}

.recnavi_block .next .title {
	text-align: right;
}

.recnavi_block .prev .title b,
.recnavi_block .next .title b {
	color:#c84589;
	font-weight: 500;
}

.recnavi_block .list {
	padding:30px 0 0;
}

.recnavi_block .list a {
	display: inline-block;
	padding:0 0 5px;
	color:#c84589;
	position: relative;
}

.recnavi_block .list a:after {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:100%;
	height:1px;
	background-color: #c84589;
}

@media screen and (min-width: 769px) {

	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
}
