﻿@charset "utf-8";

@import url("bootstrap.custom.min.css"); /* only Grid system CSS */


/* --------------------------------
	Common style
-------------------------------- */

.question h3{
    color: white;
    background: url(../../../Contents/ImagesPkg/lineup/purple_icon.png) no-repeat;
    background-position: 2% center;
    background-size: 40px auto;
    background-color: #6d4177;
    padding: 20px 0 20px 10%;
    font-size: 19px;
    font-weight: 600;
    margin: 30px 0 10px;
}
html {
    font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}

#main {
    font-size: 15px;
    font-size: 1.5rem;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

textarea { /* for chrome fontsize bug */
    font-family: sans-serif;
}

ul, ol {
    list-style: none;
    margin: 0; padding: 0;
}
dl, dt, dd, li{
    margin: 0; padding: 0;
}
img {
    max-width: 100%;
}

input,
textarea{
	padding: 0 5px;
}


textarea{
	border: 1px solid #ccc;

}

input:focus,
textarea,
select:focus,{
	border-color: #3c8dbc
}

blockquote{
	margin: 0;
	padding: 0;
}

a img:hover{
	opacity: 0.8;
}

/* svg icon */
#svgicon {
    display: block;
    width: 0; height: 0; overflow: hidden;
}
.cb {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}
.cb-images {
    width: 1.125em;
}
.icon-bg {
    fill: #d4d4d5;
}
.icon-with-bg {
    fill: #fff;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}
/*.row {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 16px;
}*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    /*padding-left: 8px;
    padding-right: 8px;*/
}


/*  table
============================ */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding:8px;
    line-height:1.42857143;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table-bordered {
    border:1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered>thead>tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border:1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width:2px
}



/*	form
============================ */

label {
    font-weight: normal;
}
input:focus,
select:focus {
    outline: none;
}
input[type="number"] {
    text-align: right;
}
.form-group .errormsg {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
dd.form-group .errormsg {
    margin-bottom: 0;
}

/*.form-control {
    border: 1px solid #C4CCCE;
    border-radius: 3px !important;
    box-shadow: none;
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 6px 12px;
    width: auto;
    line-height: 1.5;
}*/

.form-control:focus {
    border-color:#3c8dbc !important;
    box-shadow:none
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    box-shadow:none;
    background: none;
}
.has-success .form-control { border-color: #0D8969; background: #e7f6f3; }
.has-warning .form-control { border-color: #E99133; background: #fdf7ed; }
.has-error .form-control { border-color: #CF3F34; background: #FDF1F0; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: inherit;  background: #FDF1F0;
}
.mailm-warp h1.contTtl{
    font-size: 23px;
    margin: 20px 0;
    font-weight: bold;
    font-family: var(--mincho);
    color: var(--basecolor);
}

.form-control::-moz-placeholder {
    color:#bbb;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#bbb
}
.form-control::-webkit-input-placeholder {
    color:#bbb
}
.form-control:not(select) {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}

.form-group .form-control {
    width: 100%;
}
.form-inline .form-control {
    width: auto;
}

.form-group.lange input[type="text"], .form-group.lange label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: middle;
}
.form-group.lange input[type="text"] {
    width: 28%;
}
.input_tel input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_tel input:first-child {
    margin-left: 0;
}
.form-group.input_name input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2%;
    vertical-align: middle;
    width: 48%;
}
.form-group.input_name input:first-child {
    margin-left: 0;
}
.form-group.input_zip input {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_zip .question-circle {
    font-size: 11px;
    display: inline-block;
    width: 15px; height: 15px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    background: #525263;
    border-radius: 50%;
}
.form-group.input_zip .question-circle .cb-question {
    fill: #fff;
}


.form-group .item_price input, .form-group .item_quantity input {
    margin: 0 1%;
    text-align: right;
    width: 50%;
}

.form-inline label {
    margin: 0 10px 0 0;
}
.form-inline label:first-child + select,
.form-inline label:first-child + input {
    margin-right: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.checkbox-inline, .radio-inline {
    cursor: pointer;
    margin-left: 20px;
}
.checkbox-inline:first-child, .radio-inline:first-child {
    margin-left: 0;
}

span.required {
    color: #DE5D50;
    font-weight: normal !important;
    margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
}

/* --------------------------------
	Parts
-------------------------------- */

/* heading */

h2 {
    font-size: 16px;
    font-size: 1.6rem;
}
.page-heading {
    margin: 0 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
}

.heading01 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.heading02,
.heading03 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.heading04 {
    clear: both;
    margin-bottom: 5px;
}
.heading05 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.heading{
    font-weight: normal;
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.heading.size18{
	font-size: 18px;
	font-size: 1.8rem;
}

.heading.size21{
	font-size: 21px;
	font-size: 2.1rem;
}

.heading.size24{
	font-size: 24px;
	font-size: 2.4rem;
}

.hd_purple{
	font-size: 18px;
	font-size: 1.8rem;
	color: #580571;
	margin-bottom: 10px;
}

.product_about_page #main h3{
	font-size: 18px;
	font-size: 1.8rem;
	color: #580571;
	margin-bottom: 0;
}

.product_about_page #main h3 span{
	color: #968336;
}

.product_about_page #main p span{
	color: #580571;
}

.product_about_page #main p a{
	text-decoration: underline;
}

.product_about_page #main p a:hover{
	text-decoration: none;
}


/* btn */

.btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding:10px 16px;
    font-weight: bold;
}

.btn-lg{padding:10px 16px;font-size:16px;line-height:1.3333333}
.btn-sm{padding:8px 10px;font-size:12px;line-height:1.5;font-weight: normal;}
.btn-xs{padding:5px 8px;font-size:10px;line-height:1.5;font-weight: normal;}

.btn .cb {
    margin: 0 5px;
}

/* btn_circle */

.btn_circle {
    border: 0 none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    color: #fff;
    background: #B8BEC4;
    cursor: pointer;
    width: 40px; height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
.btn_circle .cb {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    top: -1px;
}
.btn_circle:hover {
    opacity: 0.8;
}

/* icon_close */

.icon_close {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
}
.icon_close::before, .icon_close::after {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #525263;
}
.icon_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* badge */

.badge {
    display:inline-block;
    min-width:10px;
    padding:3px 6px;
    font-size:10px;
    font-size:1rem;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    background-color:#DE5D50;
    border-radius:10px
}
.btn .badge {
    position:relative;
    top:-1px
}

/* tableStyle */

div.table {
    width: 100%;
    display: table;
}
div.table .thead {
    display: none;
}
div.table .tbody {
    display: table-row-group;
}
div.table .tbody .tr {
    display: table-row;
    margin: 0;
}
div.table .tbody .tr > .td {
    display: table-cell;
    padding: 10px 8px;
    text-align: center;
    overflow-x:hidden;
}
.table .tbody .tr > .price {
    text-align: right;
}

/* dl_table */

.dl_table {

}
.dl_table dl {
    padding: 8px 0;

}
.dl_table dd .form-group {
    padding-top: 8px;
}
.dl_table dd > .form-group:first-child {
    padding-top: 0;
}
.dl_table .zip-search {
    margin-top: 8px;
}

/* pagination */

.pagination {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    clear: both;
}
.pagination ul {
    list-style-type: none;
    margin: 0 auto;
    /*padding: 1em 0;*/
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    min-width: 29px;
    padding: 0 3px 0 2px;
    text-align: center;
    position: relative;
}

.pagination ul li a {
    color: #525263;
    display: block;
    line-height: 1.8;
    padding: 5px 1em;
    text-decoration: none;
}
.pagination ul li a:hover, .pagination ul li a:focus {
    background: #f1f1f1;
}
.pagination ul li.active a {
    background: #F3F3F3;
    text-decoration: none;
}
.pagination ul li.active a:hover, .pagination ul li.active a:focus {
    background: #F3F3F3;
}
.pagination ul li.disabled a {
    color: #9797A0;
    text-decoration: none;
}
.pagination ul li.disabled a:hover, .pagination ul li.disabled a:focus {
    color: #9797A0;
}

/* topicpath */

#topicpath {
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 0 8px;
}
#topicpath ol {
    padding-top: 1em;
    padding-bottom: 1em;
    list-style: none;
    overflow: hidden;
}
#topicpath li {
    float: left;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
}
#topicpath li a {
    float: left;
    display: inline-block;
}

#topicpath li:after {
    content:"｜";
}
#topicpath li:last-child {
    font-weight: bold;
}
#topicpath li:last-child:after {
    content:"";
}

/* message */
.message {
    text-align: center;
    padding: 16px 0;
    margin: 0;
}
p.message {
    padding: 0 0 16px;
}
.heading04 + .message {
    padding-top: 0;
    text-align: left;
}
.message .errormsg {
    padding: 8px;
    font-weight: bold;
}
.message .errormsg:first-child {
    margin-top: 0;
}
.message .errormsg:last-child {
    margin-bottom: 0;
}
.message .errormsg .cb {
    margin-right: 5px;
    font-size: 130%;
    position: relative;
    top: -1px;
}

/* pagenumberarea */

.pagenumberarea {
    text-align: right;
    margin: 0;
    padding-right: 16px;
    padding-bottom: 20px;
}
.pagenumberarea > li {
    float: none;
    display: inline-block;
    margin-left: 3px;
    width: auto;
}
.dropdown.open > a {
    background: #ededed;
}

/* flowline */

.flowline {
    position: relative;
    margin: 0;
    padding: 8px 0 16px;
    border-bottom: 1px dotted #ccc;
}
.flowline ul {
    position: relative;
    margin: 0 auto;
}
.flowline ul::before {
    content: "";
    height: 4px;
    background: #525263;
    position: absolute;
    top: 13px;
    margin: 0;
    border-radius: 2px;
    z-index:0;
}
.flowline.step3 ul::before {
    width: 66.66666666%;
    left: 16.6666666%;
}
.flowline.step4 ul::before {
    width: 75%;
    left: 12.5%;
}
.flowline ul li {
    float: left;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    z-index:1;
}
.flowline.step3 ul li {
    width: 33.33333333333333%;
}
.flowline.step4 ul li {
    width: 25%;
}
.flowline li .flow_number {
    line-height: 30px;
    width: 30px; height: 30px;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    background: #525263;
    color: #fff;
    top: 0; left: 18px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
.flowline li.active {
    color: #5CB1B1;
}
.flowline li.active .flow_number {
    background: #5CB1B1;
}


/* item_box */

.item_box > div {
    padding: 8px;
}
.item_box .item_photo {
    max-width: 100px;
}
.item_box .icon_edit {
    position: absolute;
    top: 16px; right: 16px;
    text-align: right;
    padding: 0;
}

/* .cart .item_box */

#cart .inner {
    padding: 0 8px;
}
.cart .item_box {
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}
.cart .item_box:last-child {
    border: 0 none;
}
.cart .item_box > div,
.cart .item_box > dl {
    padding: 8px 0;
}
.cart .item_box .item_photo {
    padding: 8px 8px 8px 0;
    float: left;
}
.cart .item_box .item_detail {
    padding-left: 108px;
}
.cart .item_box .icon_edit {
    height: 30px; width: 30px;
    right: 0; top: 10px;
    text-align: center;
    vertical-align: middle;
}
.cart .item_box .icon_edit button {
    display: inline-block;
    vertical-align: middle;
}
.cart .item_box .icon_close {
    width: 30px;
}
.cart .item_box .cb {
    font-size: 20px;
    font-size: 2rem;
}
.cart .item_box .item_name {
    margin-right: 35px;
    font-size: 16px;
    font-size: 1.6rem;
}
.cart .item_box .item_pattern {
    font-size: 14px;
    font-size: 1.4rem;
}
.cart .item_box .item_price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.cart .item_box .item_price .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 10px;
}
.cart .item_box .item_quantity {
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
}
.cart .item_box .item_quantity input {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    text-align :right;
}
.cart .cart_price {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    border-bottom: 1px solid #E8E8E8;
    text-align: right;
}
.cart .cart_price .price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.cart .btn_area {
    padding: 8px 0 0;
}
.cart .btn_area li {
    padding-bottom: 8px;
}
.cart .btn_area .btn {
    width: 100%;
}
.cart .btn_area .btn-sm {
	height: auto;
    font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.4;
    padding: 10px 8px;
}

/* form_terms_link */

.form_terms_link {
    text-align: center;
}

/* error_box */
.error_box {
    text-align: center;
    padding: 5% 0;
}
.error_box .btn_back {
    padding: 5% 0;
}
.error_box .btn_back a {
    width: 100%;
    max-width: 320px;
}


/* --------------------------------
	Common
-------------------------------- */

.inner {
    /*max-width: 1150px;*/
	max-width: 1216px;
}

/****** Base Layout Setting ********/

/*#contents, */#header, #footer, .pagetop {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

#contents, #header, #footer, .pagetop {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#contents {
    min-height: 100vh;
    z-index: 2;
}
#header .container {
    position: relative;
}

/* main
--------------------------------------- */

#main .topSearchArea{
	margin-bottom: 25px;
}

#main .topSearchArea .topSearchTab{
	overflow:hidden;
}

#main .topSearchArea .topSearchTab li{
	width: 33.3%;
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#35163f, endcolorstr=#1f0d25));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#35163f, endcolorstr=#1f0d25))";
	zoom: 1;
	background: -moz-linear-gradient(top,#35163f,#1f0d25);
	background: -webkit-gradient(linear,left top,left bottom,from(#35163f),to(#1f0d25));
	background: linear-gradient(to bottom, #35163f, #1f0d25);/* IE10+, W3C */
	float:left;
	border-radius: 10px 10px 0 0;
	color: #fff;
	text-align: center;
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	cursor: pointer;
	height: 46px;
	margin-top: 8px;
	line-height: 46px;
	border-top: 1px solid #1b0b20;
	border-right: 1px solid #1b0b20;
	border-left: 1px solid #1b0b20;
}

#main .topSearchArea .topSearchTab li:before{
	content: url(../Contents/ImagesPkg/common/arrow_gnav.png);
	margin-right: 8px;
	position: relative;
	top: -2px;
}

#main .topSearchArea .topSearchTab li.select{
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#5a2a73, endcolorstr=#3e1d50));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#5a2a73, endcolorstr=#3e1d50))";
	zoom: 1;
	background: -moz-linear-gradient(top,#5a2a73,#3e1d50);
	background: -webkit-gradient(linear,left top,left bottom,from(#5a2a73),to(#3e1d50));
	background: linear-gradient(to bottom, #5a2a73, #3e1d50);/* IE10+, W3C */
	border-radius: 10px 10px 0 0;
	height: 54px;
	margin-top: 0;
	line-height: 54px;
	font-size: 18px;
}

#main .topSearchArea .topSearchTab li.select:before{
	top: -3px;
}

#main .topSearchArea .topSearchContent{
	border-top: 6px solid #3e1e51;
	width: 99.9%;
}

#main .topSearchArea .topSearchContent li{
	border-right: 1px solid #cecabb;
	border-bottom: 1px solid #cecabb;
	border-left: 1px solid #cecabb;
	background: #faf8f5;
	padding: 17px 0 21px;
	height: 271px;
}

#main .topSearchArea .topSearchContent dl{
	width: 95.84%;
	margin: 0 2.08%;
}

#main .topSearchContent dt,
#main .topSearchContent dd{
	float: left;
	height: 32px;
	line-height: 32px;
	margin-bottom: 14px;	
}

#main .topSearchContent dt{
	font-size: 12px;
	font-weight: bold;
}

#main .topSearchContent .searchLabelLeft{
	width: 8.4%;
}

#main .topSearchContent .searchLabelRight{
	width: 6.4%;
}

#main .topSearchContent .searchSelect{
	width: 41.3%;
}

#main .topSearchContent .searchSelect.interval{
	margin-right: 2.6%;
}

#main .topSearchContent .searchSelect div{
	float: left;
}

#main .topSearchContent .searchSeparate{
	width: 44.46%;
}

#main .topSearchContent .searchTilde{
	width: 11.08%;
	text-align: center;
	font-size: 12px;
}

#main .topSearchContent .searchText{
	width: 91.6%;
}

#main .topSearchContent select,
#main .topSearchContent input{
	font-size: 11px;
	width: 100%;
	/*height: 32px;
	border: 1px solid #bfbfbf;*/
}

#main .topSearchArea .topSearchContentHide{
	display:none;
}

#main h2{
	margin: 0;
	line-height: 1;
}

#main .topBox{
	margin-bottom: 45px;
	clear: both;
	zoom: 1;
}

#main .topBox:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}

/*#main .contTtl{
	background-image: url(../Contents/ImagesPkg/common/bg_ttl_icon.gif);
	background-repeat: no-repeat;
	height: 52px;
	line-height: 1;
	font-size: 30px;
	margin-bottom: 35px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	border-bottom: 1px solid #322e2d;
	padding: 6px 0 0 44px;
}*/

#main .contTtl{
	height: 53px;
	font-size:24px;

	margin-bottom: 35px;
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	border-bottom: 1px solid #322e2d;
	clear: both;
}

#main .contTtl span {
    background-image: url(../Contents/ImagesPkg/common/bg_ttl_icon.png);
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: left center;
    padding: 0 0 0 42px;
    display: flex;
    min-height: 44px;
    align-items: center;

}

/* 期間限定 */

#main .limitItem li{
	float: left;
	margin: 25px 3.82% 0 0;
	width: 48.09%;
	text-align: center;
}

#main .limitItem li:nth-child(1){
	margin-top: 0;
	width: 100%;
}

#main .limitItem li:nth-child(odd){
	margin-right: 0; 
}



/* 今が飲みごろ＆お買い得ワイン */

#main .itemList li{
	float: left;
	text-align: center;
	width: 23.92%;
	margin-right: 1.44%;
}

#main .itemList li a{
	display: block;
	color: #222;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
}

#main .itemList li a:hover{
	text-decoration: underline;
}

#main .itemList li img{
	max-height: 184px;
}

#main .itemList li span{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

#main .itemList p{
	margin: 10px 0 0;
}

#main .productList li{
	margin-top: 30px;
}


/* ランキング */

#main .rankingBox{
	width: 100%;
	float: left;
}

#main .rankingBox ul li{
	width: 18.18%;
	margin-right: 2.27%;
	float: left;
	text-align: center;
}

#main .rankingBox ul li:nth-child(5){
	margin-right: 0;
}

#main .rankingBox ul li a{
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	color: #222;
	text-decoration: none;
}

#main .rankingBox ul li a:hover{
	text-decoration: underline;
}

#main .rankingBox .rankNo{
	margin-bottom: 15px;
}

#main .rankingBox .rankingItem img{
	max-height: 118px;
}

#main .rankingBox span{
	font-weight: normal;
}

/* お客様お客様から支持される理由＆お客様の声 */

.customer{
	border-top: 1px solid #000;
	padding: 45px 0;
}

.customer ul li{
	width: 48.09%;
	margin-right: 3.82%;
	float: left;
}

.customer ul li:nth-child(2){
	margin-right: 0;
}

/* 最新のお知らせ */

.news a{
	color: #222;
	text-decoration: none;
}

.news p{
	padding: 0;
	margin: 0;
}

.news .newsListLink{
	text-align: right;
}

.news .newsListLink a{
	background: url(../Contents/ImagesPkg/top/arrow_newslist.png) no-repeat 0 center;
	padding-left: 17px;
	font-size: 12px;
	font-size: 1.2rem;
}

.news ul{
	border-top: 1px dotted #bfbfbf;
	margin-top: 10px;
}

.news ul li{
	border-bottom: 1px dotted #bfbfbf;
	font-size: 14px;
	font-size: 1.4rem;
}

.news ul li p{
	text-indent: -93px;
	padding: 10px 31px 10px 93px;
}

.news ul li a{
	display: block;
	padding: 10px 31px 10px 0;
	background: url(../Contents/ImagesPkg/top/arrow_news.png) no-repeat right 10px center;
}

.news ul li a p{
	text-indent: -93px;
	padding: 0 0 0 93px;
}

.news .newsListLink a:hover,
.news ul li a:hover span{
	text-decoration: underline;
}

/* TOPバナーエリア
--------------------------------------- */

.topBnrArea a{
	color: #222;
}

.topBnrArea a:hover{
	text-decoration: underline;
}

.topBnrArea .topBnrTtl{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0 0;
	letter-spacing: -1px;
	word-wrap: break-word;
}

.topBnrArea .topBnrEx{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 5px 0 0;
}

/* 頒布会から選ぶ */

.column3 li{
	width: 32.56%;
	margin-right: 1.16%;
	float: left;
}

.column3 li:nth-child(3){
	margin-right: 0;
}

/* ワイン選びにお困りの方へ */
/* スペシャルコンテンツ */

.column4 li{
	width: 22.51%;
	margin-right: 3.32%;
	float: left;
}

.column4 li:nth-child(4){
	margin-right: 0;
}

/* プレゼント */

.column2 li{
	width: 48.09%;
	margin-right: 3.82%;
	float: left;
}

.column2 li:nth-child(2){
	margin-right: 0;
}

/*.column2 p{
	text-align: center;
}*/

/****** Header Setting ********/

#header {
    background: #ffffff;
    z-index: 3;
    /*padding-top: 8px;*/
    min-height: 45px;
}
#header .inner {
    position: relative;
}
#header .copy {
    /*font-size: 9px;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 0;*/
    margin: 0;
	display: none;
}
.header_logo_area {
    position: relative;
    /*z-index: 10;
    min-height: 54px;*/
}
.header_logo_area .header_logo {
    /*font-size: 20px;
    font-size: 2rem;
    margin: 0;*/
}

.header_logo_area .header_logo a{
    max-width: 178px;
	display: block;
	margin: 0;
}

/*.header_logo_area .header_logo a:hover{
	opacity: 0.6;
}*/

/* header-buttons */

.header-buttons {
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 5%;
    background: #999;
    z-index: 11;
}
.header-buttons li {
    display: inline-block;
}

.cart-trigger{
    position: relative;
    display: block;
    /*height: 44px;*/
	height: 31px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
    cursor: pointer;
}

.nav-trigger {
    position: relative;
    display: block;
    /*height: 44px;
	height: 21px;*/
	width: 21px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
    cursor: pointer;
}

.nav-trigger {
    color: transparent !important;
}

p.cart-trigger a:link,
p.cart-trigger a:visited,
p.cart-trigger a:hover,
p.cart-trigger a:active {
    text-decoration: none;
    color: #525263;
}
p.cart-trigger:hover {
    opacity: 0.8;
}
p.cart-trigger a {
    display: inline-block;
    /*width: 50px;*/
    height: 44px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    outline: none;
}
p.cart-trigger .cb {
    vertical-align: middle;
    font-size: 25px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
p.cart-trigger .cb-close {
    opacity: 0;
    position: absolute;
    left: 13px; top: 9px;
    font-size: 24px;
}
p.cart-trigger .badge {
    position: absolute;
    right: 1px; top: 5px;

}
p.cart-trigger.cart-is-visible .cb-shopping-cart,
p.cart-trigger.cart-is-visible span.badge {
    /* hide cart icon */
    opacity: 0;
}
p.cart-trigger.cart-is-visible .cb-close {
    /* show close icon */
    opacity: 1;
}

#btn_menu {
    margin: 0;
    position: absolute;
    right: 15px; top: 0;
    z-index: 11;
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #525263;
}
.nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.nav-trigger span::before, .nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
.nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}
.nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}
.drawer-open .nav-trigger span {
    /* hide line in the center */
    background: rgba(46, 50, 51, 0);
}
.drawer-open .nav-trigger span::before, .drawer-open .nav-trigger span::after {
    /* keep visible other 2 lines */
    background: #525263;
}
.drawer-open .nav-trigger span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.drawer-open .nav-trigger span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}


/****** drawer Setting ********/

.drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #F6F6F6;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}


/*	Category navigation
--------------------------- */

/* category-nav */

#drawer .category-nav {
    margin-bottom: 16px;
}
.category-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #525263;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}
.category-nav a.has-toggle {
    padding-right: 50px;
}
.category-nav a:link,
.category-nav a:visited,
.category-nav a:hover,
.category-nav a:active {
    text-decoration: none;
}
.category-nav a:hover {
    background: rgba(204, 204, 204, 0.1);
}
.category-nav a .toggle {
    display: block;
    position: absolute;
    right: 10px; top: 5px;
    width: 40px; height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.category-nav .active > .toggle .cb {
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg)
}
.category-nav li > a:hover {
    background: rgba(204, 204, 204, 0.1);
}
.category-nav li > a.active {
    background: rgba(204, 204, 204, 0.1);
}

.category-nav ul {
    display: none;
}
.category-nav ul > li > a {
    padding-left: 18px;
}
.category-nav ul > li > ul > li > a {
    padding-left: 26px;
}
.category-nav ul > li > ul > li > ul > li a {
    padding-left: 42px;
}



/****** Footer Setting ********/

/*#footer {
    background: #f8f8f8;
    border-top: 1px solid #e8e8e8;
    padding-top: 12px;
	padding-bottom: 24px;
	margin-top: 36px;
}
#footer ul {
    text-align: center;
}
#footer ul li {
    display: inline-block;
    margin: 0 8px 8px;
}
#footer a {
    color: #444;
}
#footer a:hover {
    color: #686868;
}*/
.footer_logo_area {
    text-align: center;
    color: #000;
}
.footer_logo_area .logo {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}
.footer_logo_area .copyright {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0;
}

.pagetop {
    display: none;
    text-align: right;
    position: fixed;
    bottom: 10px; right: 10px;
    z-index: 2;
}
.pagetop a {
    display: inline-block;
    position: relative;
    width: 30px; height: 30px;
    background-color: #B8BEC4;
    border-radius: 50%;
}
.pagetop a:hover {
    opacity: 0.8;
}
.pagetop a .cb-angle-down {
    fill: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    top: 50%; left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
}

/****** Each BlockParts Setting ********/

/* Cart */

.cart {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cart.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}


/* Search */

.bt_search {
    border: 0;
    background: none;
    position: absolute;
    right: 0; top: 0;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
}
.bt_search .cb-search {
    fill: #636378;
    font-size: 25px;
    font-size: 2.5rem;
}

#searchform {
    position: relative;
}

.search select {
    height: 50px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.5em 1em;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search select option {
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search .input_search {
    height: 50px;
    padding: 0 50px 0 1em;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-left: 1%;
}

.search input[type="search"] {
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    border: 0 none;
    padding: 0.5em 0;
    box-shadow: none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search .bt_search {
    margin-top: 3px;
}


/* Member area */

.member_link {
    /*margin-bottom: 16px;*/
}
.member_link a{
    border-bottom: 1px solid #e8e8e8;
    color: #525263;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
}
.member_link a:hover {
    color: #9797a1;
}
.member_link a .cb {
    font-size: 30px;
    font-size: 3rem;
    fill: #B8BEC4;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.member_link a:hover .cb {
    fill: #c6cbd0;
}

/* globalnav */

/*.globalnav li a {
    border-bottom: 1px solid #e8e8e8;
    color: #525263;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
}

.globalnav a:hover {
    color: #9797a1;
}*/

/* News List */

.newslist {
    border-bottom: 1px solid #f8f8f8;
}
.newslist dl {
    border-top: 1px dotted #ccc;
}
.newslist dt {
    cursor: pointer;
    padding: 8px;
    position: relative;
}
.newslist dt span {
    display: block;
}
.newslist dt .angle-circle {
    position: absolute;
    right: 16px;top: 17px;
    display: inline-block;
    width: 21px; height: 21px;
    border-radius: 50%;
    background: #B8BEC4;
}
.newslist dt .cb {
    position: relative;
    top: -1px; left: 5px;
    fill: #fff;
    font-size: 11px;
    font-weight: normal;
}
.newslist dt:hover .news_title {
    text-decoration: underline;
}
.newslist dt.active .cb {
    position: relative;
    top: -2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.newslist dt:hover .cb {
    opacity: 0.8;
}
.newslist dd {
    display: none;
    margin: 0 8px 8px;
}


/* Item List Page
------------------------------------------- */

.product_item {
    position: relative;
}
.product_item a {
    display: block;
}
.product_page .product_item a {
    padding-bottom: 16px;
}
.product_item a:hover {
    background: rgba(255,255,255,0.3);
    text-decoration: none;
}
.product_item a:hover img {
    opacity: 0.8;
}
.item_photo {
    display: block;
    margin: 0 0 8px;
    text-align: center;
}
.item_photo img {
    width: 100%;
}
.product_item .btn_circle {
    position: absolute;
    right: 8px; top: 8px;
}
.item_comment {
    margin: 0 0 8px;
}
.item_name {
    color: #525263;
    margin: 0 0 8px;
}
.item_price {
    color: #525263;
    font-weight: bold;
}
.item_price .small {
    font-size: 86%;
}

.special_price {
    color: #DE5D50;
}

/* Item Detail Page
------------------------------------------- */


dl.quantity dt {
    float: left;
    min-height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
dl.quantity dd {
    padding-left: 3em;
}

.classcategory_list li {
    margin-top: 8px;
}
.classcategory_list li:first-child {
    margin-top: 0;
}
.btn_area .btn {
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
.btn_area .btn_icon .cb {
    display: inline-block;
    font-size: 30px;
    font-size: 3.0rem;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#item_photo_area {
    padding-top: 8px;
    padding-bottom: 8px;
}
#item_photo_area img {
    text-align: center;
}
#item_detail_area .small {
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal !important;
}
#item_detail_area .item_name {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 5px;
}
#item_detail_area .item_detail p {
    margin: 0;
}
#item_detail_area .item_detail .sale_price {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
#item_detail_area .item_detail .announce {
    padding: 8px 0;
    font-weight: bold;
}
#item_detail_area .item_detail .point {
    padding: 8px 0;
}
#item_detail_area .item_detail .item_code {
    padding: 8px 0;
}
#item_detail_area .item_detail .relative_cat {
    padding: 8px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
#item_detail_area .item_detail .item_comment {
    margin-bottom: 8px;
}
.cart_area {
    padding-top: 8px;
}
.cart_area .classcategory_list li select {
    width: 100%;
}
.cart_area .quantity {
    margin: 8px 0;
}
.cart_area .quantity dd input {
    max-width: 100px;
}
#item_detail .snsbtn_area {
    padding: 8px 0;
}

/* freearea */

#item_detail .freearea p {
    margin-top: 0;
}
#item_detail .freearea .heading01 {
    margin-bottom: 8px;
}

/* relative_cat */

.relative_cat > p {
    margin: 0;
}
.relative_cat ol {
    list-style: none;
}
.relative_cat li {
    display: inline-block;
    color: #333;
}
.relative_cat li a {
    padding: 0 0.5em;
    display: inline-block;
}
.relative_cat li:first-child a {
    padding-left: 0;
}

.relative_cat li:after {
    content:" > ";
}
.relative_cat li:last-child:after {
    content:"";
}

/* review_area */

#review_area {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 0;
}
#review_area dl dt {
    padding: 16px 0;
    cursor: pointer;
}
#review_area dl dt:hover {
    color: #9797A0;
}
#review_area dl dt.active .cb {
    transform: rotate(180deg);
}
#review_area dl dt .cb {
    position: absolute;
    right: 16px;
    top: 17px;
}
#review_area dl dd {
    display: none;
    padding-bottom: 0;
}
#review_area dl dd .review_btn a {
    margin: 0 auto;
    padding: 16px;
    width: 100%;
}
#review_area .review_list {
    padding: 8px 0;
}
#review_area .review_list li {
    padding: 8px 0;
}
#review_area .review_list p {
    margin: 4px 0;
}
#review_area .review_list .review_date {
    font-weight: bold;
}
#review_area .review_list .recommend_level {
    margin-left: 16px;
}
#review_area .review_list .recommend_level span {
    color: #DE5D50;
}

/* keyword_area */

#keyword_area {
    border-top: 1px solid #E8E8E8;
}
#keyword_area .heading03 {
    padding: 8px 0 0;
}
#keyword_area ul li {
    display: inline-block;
    margin-right: 5px;
}
#keyword_area ul li a {
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    background: #F5F7F8;
    border: 1px solid #D7DADD;
    color: #525263;
}
#keyword_area ul li a:hover {
    background: #EEF1F3;
}

/* recommend_area */

#recommend_area {
    border-top: 1px solid #E8E8E8;
}
#recommend_area .carousel {
    margin-left: -8px;
    margin-right: -8px;
}
#recommend_area .carousel .product_item {
    padding: 0 8px;
}
#recommend_area .carousel .product_item .btn_circle {
    right: 16px;
}
#recommend_area .slick-prev,
#recommend_area .slick-next {
    border: 0 none;
    background: 0 none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;

    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    width: 36px; height: 36px;
    line-height: 36px;
    vertical-align: middle;
    top: -2em;
}

#recommend_area .angle-circle {
    display: inline-block;
    background: #bfbfbf;
    border-radius: 50%;
    width: 30px; height: 30px;
    margin-top: 3px;
}
#recommend_area .slick-prev .cb,
#recommend_area .slick-next .cb {
    fill: #fff;
    position: relative;
    top: -4px; right: -2px;
    font-size: 25px;
    font-size: 2.5rem;
}
#recommend_area .slick-prev .cb {
    left: -2px;
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg)
}

#recommend_area .slick-prev:hover,
#recommend_area .slick-next:hover {
    opacity: 0.8;
}

#recommend_area .slick-disabled {
    opacity: 0.4;
    cursor: default;
}
#recommend_area .slick-disabled:hover {
    opacity: 0.4;
}

#recommend_area .slick-next {
    right: 0;
}
#recommend_area .slick-prev {
    right: 40px;
    left: auto;
}
#recommend_area .item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* product_tag */
.product_tag_list {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 80%;
    color: #525263;
    border: solid 1px #D7DADD;
    border-radius: 3px;
    background-color: #F5F7F8;
}

/* Cart Page
------------------------------------------- */

#form_cart > .message:first-child {
	padding-top: 16px;
}

.total_box {
    padding: 8px 0;
}
.total_box dl {
    margin-left: 40%;
}
.total_box dl dt {
    float: left;
    width: 45%;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}
.total_box dl dd {
    padding-left: 50%;
    text-align: right;
}
.total_box dl.total_price dd {
    font-weight: bold;
}
.total_box .btn_group {
    padding: 8px 0;
}
.total_box .btn_group p {
    margin: 8px 0;
}

.cart_item {
    border-top: 1px dotted #ccc;
}
.cart_item .item_box > .td {
    border-bottom: 1px dotted #ccc;
}
.cart_item .item_box .td {
    vertical-align: middle;
}
.cart_item .icon_edit {
    position: static;
    width: 8.3333333333%;
}
.cart_item .icon_edit a .cb {
    color: #B8BEC4;
    fill: #B8BEC4;
    font-size: 20px;
    font-size: 2rem;
}
.cart_item .icon_edit a:hover .cb {
    opacity: 0.8;
}
.cart_item .item_box a:hover img {
    opacity: 0.8;
}
.cart_item .item_box .table {
    width:58.33333333%;
}
.cart_item .item_box .table .item_photo,
.cart_item .item_box .table .item_detail {
    display: table-cell;
    vertical-align: middle;
}
.cart_item .item_box .table .item_photo {
    min-width: 80px;
    padding-right: 8px;
}
.cart_item .item_box .table .item_detail {
    text-align: left;
}
.cart_item .item_box .table .item_name a {
    font-weight: bold;
    color: #525263;
}
.cart_item .item_box .table .item_name a:hover {
    color: #9797a1;
}
.cart_item .item_detail .item_subtotal {
    display: block;
}
.cart_item.table .tbody .tr div.item_subtotal {
    display: none;
}
.cart_item .item_quantity {
    width: 16.66666667%;
}
.cart_item .item_quantity::before {
    content: "数量：";
}
.cart_item .item_quantity ul {
    text-align: center;
    white-space: nowrap;
}
.cart_item .item_quantity ul li {
    display: inline-block;
    margin: 8px 4px;
}
.cart_item .item_quantity ul li a,
.cart_item .item_quantity ul li span {
    display: inline-block;
    width: 32px; height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 50%;
}
.cart_item .item_quantity ul li a {
    border: 2px solid #c9c9c9;
}
.cart_item .item_quantity ul li span {
    border: 2px solid #e9e9e9;
}
.cart_item .item_quantity ul li a .cb {
    color: #525263;
    fill: #525263;
    margin-top: 6px;
    vertical-align: top;
}
.cart_item .item_quantity ul li span .cb {
    color: #babac1;
    fill: #babac1;
    margin-top: 6px;
    vertical-align: top;
}
.cart_item .item_quantity ul li a:hover {
    opacity: 0.8;
}
.column p {
    margin: 8px 0;
}
.column select {
    width: 100%;
}
.column textarea {
    width: 100%;
    height: 6em;
}
.column.is-edit > p {
    margin-right: 4em;
    min-height: 40px;
}
.column.is-edit .btn_edit {
    margin: 0;
    position: absolute;
    right: 0; top: 0;
}
.column .form-inline input,
.column .form-inline select {
    margin-bottom: 8px;
}

.address_table {
    border-bottom: 1px dotted #ccc;
}
.addr_box {
    position: relative;
}
.addr_box .icon_radio {
    vertical-align: middle;
    text-align: center;
    max-width: 32px;
}
div.table .tbody .addr_box .column {
    text-align: left;
}
.addr_box .column .address {
    margin: 0;
}
.addr_box .column.is-edit .address {
    margin: 0 4em 0 0;
    min-height: 40px;
}
.addr_box .column.is-edit .btn_edit {
    top: 10px;
}
.addr_box > .td {
    border-top: 1px dotted #ccc;
}

/* payment_list */

.payment_list li {
	margin-bottom: 8px;
}
.payment_list li img {
margin-top: 5px;
}
#shopping_confirm .payment_list .radio label{
	font-weight: normal;
}





/* MyPage
------------------------------------------- */

.local_nav ul {
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 1px 0 0 1px;
}

.local_nav ul:before,.local_nav ul:after {content:" ";display:table}
.local_nav ul:after {clear:both}

.local_nav li {
    float: left;
    width: 50%;
    /* 項目が1行に3件の場合
    width: 33.33333333%;*/
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: center;
}
.local_nav li a {
    padding: 16px;
    font-weight: bold;
    color: #525263;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.local_nav li a:hover {
    background: #f5f7f8;
}
.local_nav li.active a {
    color: #DE5D50;
}
.order_detail dt {
    float: left;
    font-weight: bold;
}
.order_detail dd {
    padding-left: 7em;
}



.historylist_column {
    border-top: 1px solid #ccc;
    margin: 0;
}
.historylist_column > div {
    padding: 0;
}
.historylist_column .order_date {
    margin: 8px 0;
}
.historylist_column .table.item_box {
    border-top: 1px dotted #ccc;
}
.historylist_column .table.item_box .td {
    vertical-align: middle;
}
.historylist_column .order_date {
    font-size: 16px;
    font-size: 1.6rem;
}
.historylist_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.historylist_column .item_box .item_photo {
    padding: 8px 0;
    width: 20%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.historylist_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.historylist_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 8px;
}
.historylist_column + .pagination {
    margin-top: 0;
    border-top: 1px solid #ccc;
}

.mail_list dl {
    margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}
.mail_list dl dt {
    margin-bottom: 4px;
}
.mail_list dl dd {
    margin-bottom: 8px;
}

.address_table .icon_edit {
    width: 8.33333%;
    vertical-align: middle;
}
.address_table .icon_edit a .cb {
    color: #b8bec4;
    fill: #b8bec4;
    font-size: 2rem;
}

.unsubscribe_box {
    text-align: center;
}
.unsubscribe_box .icon {
    font-size: 100px;
    font-size: 10rem;
    color: #E7E7E7;
}
.unsubscribe_box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 16px;
}

#entry_birth select {
	margin: 0 8px;
}
#entry_birth select:first-child {
	margin-left: 0;
}
#entry_sex .radio {
	display: inline-block;
	margin-right: 10px;
}
#entry_sex .radio input[type="radio"] {
	margin-right: 10px;
}

.mypage .dl_table dt label {
	font-weight: bold;
}


/* Error Page */

.message_box {
	text-align: center;
	padding-bottom: 50px;
}
.message_box .icon {
	font-size: 100px;
	font-size: 10rem;
	color: #ccc;
}
.message_box h1 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 16px;
}
.message_box .btn_group {
	margin-top: 30px;
}
.error_page #contents {
	background: inherit;

}


/****** Effect Setting ********/

/* Overlay */
.overlay {
    /* shadow layer visible when navigation is active */
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0,0,0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

/* modal */

.modal-header .close {
    font-size: 22px;
    font-size: 2.2rem;
}
.modal-content {
    background-color: #F3F3F3;
}
.modal-body .form-control {
    width: 100%;
}
.modal-body .quantity {
    width: 50%;
    float: right;
    text-align: right;
    padding: 16px 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.modal-body .quantity dd input {
    text-align: right;
}
.modal-body .classcategory_list li {
    margin-top: 16px;
}
.modal-body .classcategory_list li:first-child {
    margin-top: 0;
}
.modal-body .item_price {
    margin: 0;
    clear: both;
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
}
.modal-body .item_price .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 5px;
}
.modal-footer {
    padding: 16px 0;
    margin: 0 16px;
}
.modal-footer .btn_area {
    padding-bottom: 0;
}
.modal-footer .btn_area li:last-child {
    padding-left: 0;
}
.modal-footer .btn_area button {
    font-size: 16px;
    font-size: 1.6rem;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
.modal-footer .btn_area .btn_icon .cb {
    display: inline-block;
    font-size: 30px;
    font-size: 3.0rem;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}


/****** Each Page Setting ********/

/* Item List Page
------------------------------------------- */

/* Item Detail Page
------------------------------------------- */

/* Cart Page
------------------------------------------- */

.cart_page .dl_table {
    margin: 0 0 16px;
}
.cart_page .dl_table dt {
    font-weight: bold;
    margin-bottom: 5px;
}
.cart_page .form_terms_link {
    margin-bottom: 0;
}
#shopping_confirm .cart_item.table {
	border-top: 0 none;
}
#shopping_confirm .cart_item .item_box .table {
    width:100%;
}
#shopping_confirm .total_box {
    margin-top: 16px;
    background: #F3F3F3;
    padding: 8px;
}
#shopping_confirm .total_box dl {
    margin-left: 0;
}
#shopping_confirm .total_box dl dt {
    font-weight: normal;
    text-align: left;
}
#shopping_confirm .total_box .total_amount {
    border-top: 1px dotted #ccc;
    text-align: right;
}
#shopping_confirm .total_box .total_amount {
    margin-top: 8px;
}
#shopping_confirm .total_box .total_amount p {
    margin: 8px 0 0;
}
#shopping_confirm .total_box .total_amount p.total_price {
    font-weight: bold;
}
#shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 16px;
}
#shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 8px;
}
#shopping_confirm .total_box .total_amount p.total_point {
    margin: 4px 0 0;
}
#shopping_confirm .cart_item .item_box .table .item_name {
    margin-bottom: 0;
}
#shopping_confirm .cart_item .item_box .table .item_photo {
    max-width: 96px;
}
#shopping_confirm .cart_item .item_box .table .item_price {
    font-weight: normal;
    display: inline;
    margin-right: 16px;
}
#shopping_confirm .cart_item .item_box .table .item_subtotal {
    display: inline;
}
#shopping_confirm label {
    font-weight: bold;
}

#shopping_confirm .heading02 {
    margin-top: 24px;
	font-weight: bold;
	background: #EFEFEF;
	padding: 8px 12px;
}
#shopping_confirm .column {
    position: relative;
}
.heading02 + .column .btn_edit {
    position: absolute;
    right: 0; top: 0;
}

#deliveradd_input .dl_table {
    border-top: 0 none;
}

.shipping_multiple_table {
    background-color: #f4f4f4;
}

.shipping_multiple_table .item_box > .td {
    border-bottom: none;
}

.shipping_multiple_table .item_box .item_photo {
    max-width: 200px;
    min-width: 200px;
    padding-right: 200px;
}

.shipping_item .quantity {
    width: 100px;
}


.use_point {
    text-align: center;
    margin: 16px 0;
}
.use_point input {
    text-align: right;
    width: 10%;
    min-width: 130px;
}
.use_point .text_accent {
    margin: 0 5px;
}

.multiple_column {
    padding-bottom: 16px;
}
.multiple_column .item_box {
    background: #F3F3F3;
}
.multiple_column .table.item_box .td {
    vertical-align: middle;
}
.multiple_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.multiple_column .item_box .item_photo {
    padding: 8px;
    width: 22%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.multiple_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.multiple_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 8px;
}
.multiple_column .form-group {
    margin: 8px 10px 0 0;
}
.multiple_column .item_quantity input {
    width: 100px;
}

.complete_message {
    text-align: center;
}
.complete_message .heading01 {
    font-size: 24px;
    font-size: 2.4rem;
}



/* MyPage
------------------------------------------- */

.mypage .message {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 11px;
}
.mypage #item_list .product_item {
    padding-bottom: 8px;
}
.mypage #item_list .item_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.mypage #item_list .btn_circle span {
    position: relative;
    top: 3px;
}

.mypage .not_required {
    margin-top: 40px;
}

.mypage .title_hint {
    margin: 16px 0 0;
}
.mypage .title_hint + .form-group {
    padding-top: 4px;
}


/* Registration Page
------------------------------------------- */

.registration_page .not_required {
    margin-top: 16px;
}

.registration_page .title_hint {
    margin: 16px 0 0;
}
.registration_page .title_hint + .form-group {
    padding-top: 4px;
}
.registration_page .dl_table {
    margin: 0 0 16px;
}
.registration_page .dl_table dt {
    margin-bottom: 5px;
}
.registration_page .dl_table dt label {
    font-weight: bold;
}
.registration_page .form_terms_link {
    margin-bottom: 0;
}


/* Other Page
------------------------------------------- */


/* Login Page */

#login_box {
    padding-bottom: 32px;
}
#login_box .column {
    background: #F3F4F4;
    height: 100%;
    padding: 8px 8px 32px;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#login_box .column p {
    margin-top: 0;
    margin-bottom: 0;
}
#login_box .column  .icon {
    text-align: center;
    font-size: 70px;
    color: #e7e7e7;
}
#login_box .column  .icon svg {
	vertical-align: middle;
}
#login_box .column .form-group {
    padding: 8px 0 8px 10%;
}
#login_box .column input[type="text"],
#login_box .column input[type="password"]{
    width: 90%;
}
#login_box .column .form-group label {
    display: inline-block;
    padding	: 5px 0;
}
#login_box .column .btn_area {
    padding: 8px 10%;
}
#login_box .column .btn_area ul {
    margin-top: 8px;
}

#login_box .column .message {
    padding: 8px 10%;
}

/* Forgot Page */

#forgot_page .column {
    background: #F3F4F4;
    padding: 16px;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#forgot_page .column .form-group {
    padding-top: 8px;
}
#forgot_page .form-group.input_name input[type="text"] {
    float: left;
    width: 49%;
}
#forgot_page .column p {
    margin: 0;
}
#forgot_page .column .btn_area {
    padding-top: 8px;
}
#forgot_page .column .btn_area p {
    margin: 0;
}
#forgot_page .column h2 {
    margin: 0 0 8px;
}

/* Contact Page */

#contact_contents {
	height: 100px;
}


/*	module
============================ */

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.is-padding {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.no-border-bottom {
    border-bottom: 0 none !important;
}
button.no-style {
    border: 0 none;
    background: none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;
}
.text_accent {
    font-weight: bold;
}

/*	color setting
============================ */

/* text */
.text-default {
    color: #525263;
}
a.text-default:hover {
    color: #9797a1;
}
.text-primary {
    color: #DE5D50;
}
a.text-primary:hover {
    color: #e57d73;
}
.text-success {
    color: #18A689;
}
a.text-success:hover {
    color: #0D8969;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #9A947E;
}
a.text-warning:hover {
    color: #AEA998;
}
.text-danger {
    color: #DE5D50;
}
a.text-danger:hover {
    color: #CF3F34;
}

/* bg */

.bg-default {
    color: #fff;
    background-color: #525263;
}
a.bg-default:hover {
    background-color: #9797a1;
}
.bg-primary {
    color: #fff;
    background-color: #DE5D50;
}
a.bg-primary:hover {
    background-color: #e57d73;
}
.bg-primary-border {
    color: #DE5D50;
    border: 2px solid #DE5D50;
    background: #fff;
}
a.bg-primary-border:hover {
    border: 2px solid #DE5D50;
    background: #FDF6F6;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-success-border {
    color: #5CB1B1;
    border: 2px solid #5CB1B1;
    background: #fff;
}
a.bg-success-border:hover {
    border: 2px solid #5CB1B1;
    background: #EEF7F7;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    color: #fff;
    background-color: #F99;
}
a.bg-danger:hover {
    background-color: #FF8D8D;
}

/* btn */
.btn-default {
    color: #525263;
    background-color: #F5F7F8;
    border-color: #D7DADD;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #525263;
    background-color: #EEF1F3;
    border-color: #D7DADD;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #F5F7F8;
    border-color: #D7DADD;
    color: #525263;
}
.btn-default .badge {
    color: #fff;
    background-color: #525263;
}
.btn-primary {
    color: #fff;
    background-color: #968336;
    border-color: #968336;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    /*color: #fff;
    background-color: #D85145;
    border-color: #D85145;*/
	opacity: 0.8;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #DE5D50;
    border-color: #DE5D50;
}
.btn-primary .badge {
    color: #fff;
    background-color: #DE5D50;
}
.btn-primary-border {
    color: #DE5D50;
    background-color: #fff;
    border-color: #DE5D50;
    border-width: 2px;
}
.btn-primary-border:hover,
.btn-primary-border:focus,
.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
    color: #DE5D50;
    background-color: #FDF6F6;
    border-color: #DE5D50;
}
.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
    background-image: none;
}
.btn-primary-border.disabled,
.btn-primary-border[disabled],
fieldset[disabled] .btn-primary-border,
.btn-primary-border.disabled:hover,
.btn-primary-border[disabled]:hover,
fieldset[disabled] .btn-primary-border:hover,
.btn-primary-border.disabled:focus,
.btn-primary-border[disabled]:focus,
fieldset[disabled] .btn-primary-border:focus,
.btn-primary-border.disabled:active,
.btn-primary-border[disabled]:active,
fieldset[disabled] .btn-primary-border:active,
.btn-primary-border.disabled.active,
.btn-primary-border[disabled].active,
fieldset[disabled] .btn-primary-border.active {
    background-color: #fff;
    border-color: #DE5D50;
}

.btn-success {
    color: #fff;
    background-color: #5CB1B1;
    border-color: #5CB1B1;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #50A6A6;
    border-color: #50A6A6;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5CB1B1;
    border-color: #5CB1B1;
}
.btn-success .badge {
    color: #5CB1B1;
    background-color: #fff;
}

.btn-success-border {
    color: #5CB1B1;
    background-color: #fff;
    border-color: #5CB1B1;
}
.btn-success-border:hover,
.btn-success-border:focus,
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-primary-border {
    color: #5CB1B1;
    background-color: #EEF7F7;
    border-color: #5CB1B1;
    border-width: 2px;
}
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-success-border {
    background-image: none;
}
.btn-success-border.disabled,
.btn-success-border[disabled],
fieldset[disabled] .btn-success-border,
.btn-success-border.disabled:hover,
.btn-success-border[disabled]:hover,
fieldset[disabled] .btn-success-border:hover,
.btn-success-border.disabled:focus,
.btn-success-border[disabled]:focus,
fieldset[disabled] .btn-success-border:focus,
.btn-success-border.disabled:active,
.btn-success-border[disabled]:active,
fieldset[disabled] .btn-success-border:active,
.btn-success-border.disabled.active,
.btn-success-border[disabled].active,
fieldset[disabled] .btn-success-border.active {
    background-color: #fff;
    border-color: #5CB1B1;
}

.btn-info {
    color: #fff;
    background-color: #474757;
    border-color: #474757;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    /*color: #fff;
    background-color: #474757;
    border-color: #474757;*/
	opacity: 0.8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #525263;
    border-color: #525263;
}
.btn-info .badge {
    color: #525263;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #E99133;
    border-color: #E99133;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #CF3F34;
    border-color: #CF3F34;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #DE5D50;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

/* label */
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #DE5D50;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #e57d73;
}
.label-success {
    background-color: #18A689;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #0D8969;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #3DA8CF;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #E99133;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #CF3F34;
}

/* panel */
.panel-primary {
    border-color: transparent;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color:#DE5D50;
    border-color: transparent;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
    color: #DE5D50;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DE5D50;
}
.panel-success {
    border-color: transparent;
}
.panel-success > .panel-heading {
    color: #18A689;
    background-color: #dff0d8;
    border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #18A689;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-info {
    border-color: transparent;
}
.panel-info > .panel-heading {
    color: #fff;
    background-color: #42B3E5;
    border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
    color: #fff;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-warning {
    border-color: transparent;
}
.panel-warning > .panel-heading {
    color: #fff;
    background-color: #fcf8e3;
    border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
    color: #fff;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #fff;
    background-color: #DE5D50;
    border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
    color: #fff;
    background-color: #DE5D50;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}

/* alert */

.alert-success {
    color:#fff;
    background-color:#18a689;
    border-color: transparent;
}
.alert-success hr {
    border-color: transparent;
}
.alert-success .alert-link {
    color:#fff
}
.alert-info {
    color:#fff;
    background-color:#42B3E5;
    border-color: transparent;
}
.alert-info hr {
    border-top-color:#a6e1ec
}
.alert-info .alert-link {
    color:#fff
}
.alert-warning {
    color:#fff;
    background-color:#f0ad4e;
    border-color: transparent;
}
.alert-warning hr {
    border-color: transparent;
}
.alert-warning .alert-link {
    color:#fff
}
.alert-danger {
    color:#fff;
    background-color:#DE5D50;
    border-color: transparent;
}
.alert-danger hr {
    border-color: transparent;
}
.alert-danger .alert-link {
    color:#fff
}

/* メルマガ */

.melmaga{
	border: 1px solid #b09d7c;
	background: #f5f3ef;
	padding: 12px;
	margin-bottom: 30px;
}

.melmagaInner{
	margin: 10px 6px 0;
}

.melmaga .melmagaInfo{
	margin-bottom: 15px;
}

.melmaga .melmagaFig{
	float: right;
}

.melmaga .melmagaTxt{
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 5px;
	line-height: 1.6;
}

.melmaga input.in01{
	width: 100%;
	padding: 0 5px;
	border:1px solid #bfbfbf;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.melmaga .in02{
	border: none;
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
}

.melmaga .in02:hover{
	opacity: 0.8;
}

/*.melmaga input.in02{
	background: #968336;
	border: none;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}

.melmaga input.in02:hover{
	opacity: 0.8;
}*/

.melmaga .melmagaLink li a{
	background-image: url(../Contents/ImagesPkg/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 13px;
	color: #222;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.melmaga .melmagaLink a:hover{
	text-decoration: underline;
}

/* facebook */

.facebookArea{
	margin-bottom: 30px;
}

.facebookArea p{
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 5px;
}

.facebookBox{
	border: 1px solid #120e0e;
	padding: 5px;
}

/* 商品一覧 */

.productMain{
	margin-bottom: 45px;
}

.pageImg{
	text-align: center;
}

.pageImg img{
	width: 100%;
}

.productMenu{
	margin-top: 10px;
}

.productMenu li{
	float: left;
	border-left: 1px solid #a0a0a0;
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}

.productMenu li:nth-last-child(1){
	border-right: 1px solid #a0a0a0;
}

.productMenu li a{
	display: block;
	color: #222;
	padding: 5px 0;
}

.productMenu li a:hover,
.product_page .itemListTab a,
.product_about_page .aboutItemTab a{
	color: #968336;
	text-decoration: none;
}

/*.productMenu li.selected a,
.productMenu li a:hover{
	color: #968336;
	text-decoration: none;
}*/

.productInfo{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.productInfo p{
	float: left;
	margin: 0;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-size: 1.8rem;
}

.productInfo ul{
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
}

.productInfo ul li{
	float: left;
	margin-left: 5px;
}

.productInfo ul li select,
.productInfo ul li a{
	border: 1px solid #d2d2d2;
	height: 32px;
}

.productInfo ul li a{
	display: block;
	padding: 0 5px;
	line-height: 30px;
	color: #222;
}

.productInfo ul li.selected a,
.productInfo ul li a:hover{
	border: 1px solid #968336;
	background: #968336;
	color: #fff;
	text-decoration: none;
}

#main .itemList.productList{
	margin-top: 0;
}

/* pagination */

.pagination ul {
	font-size: 14px;
	font-size: 1.4rem;
}

/* さらに詳しい情報・ご注意 */

.productMore li{
	float: left;
}

.productMore dt{
	text-align: center;
	margin-bottom: 10px;
}

/* 商品詳細 */

.itemDetail{
	border-bottom: 1px dashed #b9b9b9;
}

.product_about_page .itemDetail{
	border-bottom: none;
}

.itemDetail .itemPhoto{
	float: left;
	width: 30.6%;
	text-align: center;
}

.itemDetail .itemPhoto .itemPhotoOuter{
	border: 1px solid #a0a0a0;
	max-width: 278px;
}

.itemDetail .itemPhoto .itemPhotoOuter img{
	max-height: 280px;
}

.itemDetail .itemInfoArea{
	float: right;
	width: 59.6%;
}

.itemInfoArea p{
	margin: 0;
	padding: 0;
}

.itemInfoArea .eng{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.itemInfoArea .itemIcon{
	margin-bottom: 10px;
}

.itemInfoArea .itemIcon li{
	float: left;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #d7dadd;
	border-radius: 5px;
	background: #f5f7f8;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}

.itemInfoArea .itemName{
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.itemInfoArea .itemInfo{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;	
	border-collapse: separate;
	border-spacing: 0;
}

.itemInfoArea .itemInfo th,
.itemInfoArea .itemInfo td{
	padding: 15px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #b9b9b9;
}

.itemInfoArea .itemInfo th{
	width: 20%;
}

.itemInfoArea .itemInfo td.itemCategory p{
	margin-bottom: 10px;
	font-weight: bold;
}

.itemInfoArea .itemInfo td.itemCategory a{
	color: #560d69;
}

.itemInfoArea .itemInfo td.itemCategory a:hover{
	text-decoration: underline;
}

.itemInfoArea .itemInfo td.itemPrice dl{
	display: table;
	width: 100%;
}

.itemInfoArea .itemInfo td.itemPrice dt,
.itemInfoArea .itemInfo td.itemPrice dd{
	display: table-cell;
}

.itemInfoArea .itemInfo td.itemPrice dt{
	font-weight: bold;
}

.itemInfoArea .itemInfo td.itemPrice .itemPriceTtl{
	font-size: 18px;
	color: #560d69;
	margin-bottom: 10px;
}

.itemInfoArea .itemInfo td.itemPrice .itemPriceEx{
	font-size: 14px;
	color: #666;
}

.itemInfoArea .itemInfo td.itemPrice dd{
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	vertical-align: bottom;
}

.itemInfoArea .shoppingAction dt{
	width: 48.5%;
}

.itemInfoArea .shoppingAction dd{
	width: 51.5%;
}

.itemInfoArea .shoppingAction .shoppingCount li{
	float: left;
	margin-right: 5px;
}

.itemInfoArea .shoppingAction .shoppingCount li span{
	height: 32px;
	line-height: 32px;
}

.itemInfoArea .shoppingAction .shoppingCount li input{
	height: 32px;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	width: 80px;
}

.itemInfoArea .shoppingAction .shoppingBtn button{
	width: 100%;
	border: 0;
	height: 60px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}

.itemInfoArea .shoppingAction .shoppingBtn button:hover{
	opacity: 0.8;
}

.itemInfoArea .shoppingAction .shoppingBtn .btnCart button{
	background: #968336;
	margin-bottom: 10px;
}

.itemInfoArea .shoppingAction .shoppingBtn .btnBookmark button{
	background: #a0a0a0;
	font-size: 16px;
	font-size: 1.6rem;
	height: 40px;
	color: #fff;
}
.itemInfoArea .shoppingAction .shoppingBtn .btnBookmark.settled button{
	background: #eaeaea;
	color: #9b9b9b;
}

.itemInfoArea .shoppingAction .shoppingBtn .btnBookmark.settled button:hover{
	opacity: 1;
	cursor: default;
}

.itemInfoArea .shoppingAction .shoppingBtn .btnBookmark button span{
	background-image: url(../Contents/ImagesPkg/common/icon_favarit.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-size: 24px 24px;
}

/*.itemInfoArea .shoppingAction .shoppingBtn .btnBookmark button:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../Contents/ImagesPkg/common/icon_favarit.png);
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
}*/

.itemAbout{
	padding: 20px 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
}

ul.checkbox{
	background-color: #f6f6f5;
	border: #dddddd solid 1px;
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
}

ul.checkbox li{
	text-align: left;
	margin: 0 0 5px 0;
	padding-left: 20px;
	background-image: url(../Contents/ImagesPkg/common/icon_check.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.companyImg{
        display: flex;
        gap: 20px;
        justify-content: center;
        width: 100%;
    margin-top: 24px;
}



.companyImg a:hover{
	opacity: 0.8;
}

.companyImg dl{
	float: left;
	width: 246px;
	font-size: 11px;
	font-size: 1.1rem;
}

.companyImg dl.companyImg01{
	margin-right: 30px;
}

.companyImg dl dt{
	margin-bottom: 10px;
}

.colorPurple{
	color: #580571;
}

.colorGold{
	color: #968336;
}

/* ワイン詳細ページ
-------------------------------------------- */

.product_about_page #main p{
	margin: 20px 0 0 0;
	padding: 0;
}

.product_about_page #main .itemDetail p{
	margin-top: 0;
}

/* 評価 */

.evaluation{
	border-top: 1px dashed #bfbfbf;
	margin-top: 20px;
	width: 100%;
}

.evaluation tr{
	border-bottom: 1px dashed #bfbfbf;
}

.evaluation th,
.evaluation td{
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}

.evaluation th{
	width: 34.4%;
}

.evaluation td span{
	color: #968336;
}

/* 紹介・醸造工程 */

.infoPhotoRight{
	background: #eee;
	font-size: 11px;
	float: right;
	width: 34.3%;
	margin: 20px 0 0 20px;
	padding-bottom: 18px;
}

.infoPhotoRight dl{
	margin: 18px 6.05% 0 6.05%;
}

.infoPhotoRight dl dd,
.infoPhotoCenter dl dd{
	margin-top: 5px;
}

.infoPhotoCenter{
	background: #eee;
	font-size: 11px;
	width: 100%;
    display: flex;
    padding-bottom: 18px;
    flex-wrap: wrap;
	clear: both;
	margin-top: 20px;
}

.infoPhotoCenter dl{
	float: left;
	margin: 18px 0 0 1.9675%;
	width: 30.71%;
}

.infoPhotoCenter dl:ntd-child(3),
.infoPhotoCenter dl:ntd-child(6){
	margin-right: 1.9675%;
}

/* データ */
.list01{
	border-top: 1px dashed #bfbfbf;
	margin-top: 20px;
	float: left;
	width: 69.48%;
}

.list01 dl{
	display: table;
	border-bottom: 1px dashed #bfbfbf;
	width: 100%;
	padding: 10px 0;
}

.list01 dt,
.list01 dd{
	display: table-cell;
}

.list01 dt{
	width: 44.4%;
	padding-right: 10px;
	font-weight: bold;
}

.itemDetailMap{
	width: 27.3%;
	float: right;
	margin-top: -20px;
}

.list01 dd{
	word-break: break-word;
}

.tblstyle01{
	border-top: 1px dashed #bfbfbf;
	margin-top: 20px;
	width: 100%;
}

.tblstyle01 tr{
	border-bottom: 1px dashed #bfbfbf;
}

.tblstyle01 th,
.tblstyle01 td{
	padding: 10px 0;
	vertical-align: top;
	text-align: left;
}

.tblstyle01 th{
	width: 30.8%;
}

.tblstyle01 td{
	word-break: break-word;
}

/* 商品一覧リンクボタン */

#listPageLink{
	position: fixed;
	bottom: 142px;
	right: 0;
	z-index: 100;
}

/* ワイン無料相談
--------------------------------------------------------- */

.listBox{
	background: #f5f3ef;
	border: 1px solid #ccc;
	padding: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.listBox li{
	background-image: url(../Contents/ImagesPkg/order/icon_check.png);
	background-repeat: no-repeat;
	padding-left: 58px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 20px;
	font-weight: bold;
}

.listBox li:nth-last-child(1){
	margin-bottom: 0;
}

.consult_page .topBox p,
.listBox p{
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
}

.formPrivacy{
	border-top: 1px solid #322e2d;
	padding-top: 50px;
	margin-top: 30px;
}

.topBox p.consultFormEx{
	padding-left: 20px;
}

/* 小冊子プレゼントページ
--------------------------------------------------------- */

.books_present .topBox p{
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
}

.presentArea{
	padding: 0 9px 45px 9px;
}

.presentBox{
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.56);
	position: relative;
}

#main .presentBox h2{
	padding: 26px 10px;
	font-size: 30px;
	font-size: 3rem;
	background: #f2f0f2;
	color: #d50423;
	text-align: center;
	border-radius: 5px 5px 0 0;
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.5;
	font-weight: normal;
}

.presentCont{
	padding: 26px 0;
}

.presentCont .presentImg{
	float: left;
	margin: 0 2.84%;
	width: 18%;
}

.presentCont .presentInfo{
	float: left;
	margin-right: 2.84%;
	width: 73.48%;
}

.presentCont .presentInfo h3{
	background: #d50423;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 26px 0;
	padding: 8px;
}

.presentCont .presentInfo p{
	font-size: 21px;
	font-size: 2.1rem;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-weight: bold;
}

.ribonTop{
	position: absolute;
	top: -7px;
	left: 0;
}

.ribonBottom{
	position: absolute;
	right: 0;
	bottom: 0;
}

/* メルマガ登録・解除ページ
--------------------------------------------------------- */

.melmaga_regist_page .topBox p{
	line-height: 1.5;
}

.purpleMin{
    font-family: var(--mincho);
    font-size: 21px;
    font-size: 20px;
    color: var(--basecolor);
    font-weight: normal;
    padding: 20px 0 16px;
}

.melmagaImg{
    float: left;
    margin: 20px 20px 20px 0;
}

.melmagaForm{

}
.mailm-warp hr{
    width: 100%;
    height: 1px;
    border: none;
    margin: 40px 0 20px 0;
    border-top: solid 1px #ccc;
}

.mail-flex{
display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px 0;
    margin: 20px 0;
}
.melmagaForm .mlLabel{
width: 18.4%;
    background: #f8f8f8;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 0;
    padding:32px 20px;
    font-size: 15px;
}

.melmagaForm .mlLabel span{
	font-size: 11px;
	font-size: 1.1rem;
	color: #ca0000;
}

.melmagaForm .mlInput{
	width: 57.57%;
    padding: 10px 0;
}

.melmagaForm .mlInput input{
	width: 100%;
}

.melmagaForm .mlBtn{
	width: 19.67%;
}

.melmagaForm .mlBtn button{
	width: 100%;
	height: 32px;
	border: none;
	border-radius: none;
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#958236, endcolorstr=#7b6b2c));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#958236, endcolorstr=#7b6b2c))";
	zoom: 1;
	background: -moz-linear-gradient(top,#958236,#7b6b2c);
	background: -webkit-gradient(linear,left top,left bottom,from(#958236),to(#7b6b2c));
	background: linear-gradient(to bottom, #958236, #7b6b2c);/* IE10+, W3C */
	color: #fff;
	font-weight: bold;
}

.melmagaForm .mlBtn.release button{
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#60656c, endcolorstr=#393c40));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#60656c, endcolorstr=#393c40))";
	zoom: 1;
	background: -moz-linear-gradient(top,#60656c,#393c40);
	background: -webkit-gradient(linear,left top,left bottom,from(#60656c),to(#393c40));
	background: linear-gradient(to bottom, #60656c, #393c40);/* IE10+, W3C */
}

.arrowLink{
	padding-left: 13px;
	background: url(../Contents/ImagesPkg/common/arrow.png) no-repeat 0 center;
}

.arrowLink a{
    color: var(--basecolor);
    text-decoration: underline;
}

.arrowLink2{
	padding-left: 13px;
	background: url(../Contents/ImagesPkg/common/arrow.png) no-repeat 0 center;
}

.arrowLink2 a{
	color: #ffffff;
}


.bnLink{
	border-top: 1px dashed #bfbfbf;
	padding: 20px 0;
}

.bnLink .arrowLink{
	float: right;
}

.mlWarning{
	background: #f5f3ef;
	border: 1px solid #ccc;
	padding: 20px;
}

.mlWarning p{
	margin: 0;
	padding: 0;
}

.mlWarning ul{
	margin-top: 20px;
}

.melmaga_regist_page .formPrivacy{
	margin: 0;
	padding: 0;
	border-top: none;
}

.mlNav{
	margin: 0 auto 45px;
	width: 541px;
}

.mlNav li{
	float: left;
	width: 269px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.mlNav li:ntd-last-child(1){
	border-left: none;
}
@media only screen and (max-width: 768px) {
#main .contTtl{

	font-size:18px;
	}
.mailm-warp{
padding:4px 15px;
}
.melmagaForm .mlLabel {
    width: 100%;
    background: #f8f8f8;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 0;
    padding: 12px 20px;
    font-size: 15px;
				}
				.melmagaForm .mlInput {
    width: 100%;
    padding: 10px 15px;
}
.mail-flex {
    flex-direction: column !important;
				}
				}

.mlNav2{
	margin: 0 auto 45px;
	width: 541px;
}

.mailm-warp .bnLink {
    border-top: none;
    padding: 40px 0;
}
.mailm-warp .bnLink  a{
color:car(--
}
.mlNav2 li{
	float: left;
	width: 269px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.mlNav2 li:ntd-last-child(1){
	border-left: none;
}

.mlNav3{
	margin: 0 auto;
	width: 302px;
}

.mlNav3 li{
	float: left;
	width: 269px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* 商品購入ログイン
--------------------------------------------------------- */

#shoppingLogin #login_wrap.container-fluid{
	padding: 0;
}

#shoppingLogin .loginAlert{
	text-align: center;
	margin: 0 0 35px 0;
}

#shoppingLogin .loginTtl{
	background: #626262;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}

#shoppingLogin #login_box{
	padding-bottom: 0;
}

#shoppingLogin #login_box .column .icon {
	line-height: 0;
}

#shoppingLogin #login_box .col-sm-8,
#shoppingLogin #login_box .col-sm-4{
	padding: 0;
	background: #F3F4F4;
	margin-bottom: 15px;
}

#shoppingLogin .loginBox{
	width: 49.18%;
	margin-right: 1.64%;	
}

#shoppingLogin .newBox{
	width: 49.18%;
}

#shoppingLogin #login_box .col-sm-4{
	width: 100%;
}

#shoppingLogin #login_box .message{
	font-size: 12px;
	font-size: 1.2rem;
}

#shoppingLogin #guest_box__confirm_button{
	text-align: center;
}

#shoppingLogin #guest_box__confirm_button a{
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	text-decoration: underline;
}

#shoppingLogin #login_box .btn-info{
	background-color: #53a326;
	border-color: #53a326;
}

#shoppingLogin #customer_box__login_menu a{
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	text-decoration: underline;
}

#shoppingLogin #guest_box__confirm_button a:hover,
#shoppingLogin #customer_box__login_menu a:hover{
	text-decoration: none;
}

#shoppingLogin #login_box .btn_area .btn {
    height: auto;
    line-height: 1.5;
	padding: 15px 0;
}

#shoppingLogin #login_box .btn_area .btn span{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

#shoppingLogin #login_box .newInfo{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

#shoppingLogin #login_box .newCheck{
	background: #fff;
	border: 1px solid #acacac;
	padding: 17px;
	margin-top: 25px;
}

#shoppingLogin #login_box .newCheck p{
	background: url(../Contents/ImagesPkg/common/regist_check.png) no-repeat;
	padding-left: 30px;
	font-weight: bold;
}

#shoppingLogin #login_box .newCheck ul li{
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
}

#shoppingLogin .loginInfoArea{
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	padding: 15px 0;
	width: 100%;
	margin-bottom: 20px;
}

#shoppingLogin .loginInfoContact{
	float: right;
	width: 50.81%;
	margin: 20px 1.64% 0 0;
}

#shoppingLogin .loginInfoSecurity{
	float: left;
	width: 43.72%;
	margin: 0 2.19% 0 1.64%;
	font-size: 12px;
	font-size: 1.2rem;
}

#shoppingLogin .loginInfoTel{
	float: left;
	width: 38.73%;
	margin-right: 1.7%;
}

#shoppingLogin .loginInfoInq{
	float: right;
	width: 59.57%;
}

    #shoppingLogin #login_box .column {
        padding: 20px;
		height: auto;
    }
    #shoppingLogin #login_box .column p {
        margin-bottom: 8px;
    }
    #shoppingLogin #login_box .column .form-group {
        padding: 8px 0;
    }
    #shoppingLogin #login_box .column .btn_area p {
        float: none;
        width: 250px;
        min-width: 195px;
        /*margin-right: 3%;*/
		margin: 0 auto 20px;
    }
	#shoppingLogin #login_box .column .btn_area ul {
		margin-top: 0;
		text-align: center;
		float: none;
	}
    #shoppingLogin #login_box .column .btn_area button {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #shoppingLogin #login_box .column .btn_area ul li {
        margin: 4px 0;
    }

    #shoppingLogin #login_box .column input[type="text"],
    #shoppingLogin #login_box .column input[type="password"]{
        width: 100%;
    }
    #shoppingLogin #login_box .column .btn_area {
        padding: 8px 13%;
        margin: 0;
    }

    #shoppingLogin .login_cart .column .column_inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }





/******************************
	Media Query
*******************************/

@media only screen and (max-width: 1024px) {

    /* --------- common ---------- */

    .drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .sp{display: block !important;}
    .pc{display: none !important;}
    span.sp{display: inline !important;}

    /****** Header Setting ********/


    /****** Side Setting ********/

    .drawer {
        height: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }
    .drawer-open .drawer {
        height: 100%;
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }
    .category-nav a {
        will-change: transform, opacity;
    }


    /****** Effect Setting ********/

    /* Overlay */
    .overlay.is-visible {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .overlay.is-visible.cart-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

/*#header{
	height: 70px;
}*/

body{
	font-size: 12px;
	font-size: 1.2rem;
}

#header .container-fluid{
	padding: 0;
	height: 54px;
}

#header .sendTxt{
	background: #636378;
	text-align: center;
	color: #fff;
	font-size: 9px;
	padding: 2px 0;
	margin: 0;
}

#header .header_logo_area,
#header .header_right{
	height: 27px;
}

.header_logo_area .header_logo{
	position:absolute;
	top: -9px;
	left: 8px;
}

#cart_area {
	position: relative;
}

#cart_area p.cart-trigger {
    right: 39px;
    top: -19px;
}

.cart{
	top: 27px;
}

p.cart-trigger .cb {
	margin: 7px 16px 0 0;
}

p.cart-trigger .cb-close {
	left: 0px;
	top: 0px;
}

#btn_facebook{
	position: absolute;
	right: 90px;
	top: 3px;
}

#btn_menu {
    position: absolute;
    right: 8px;
    top: 14px;
}

.sidebar{
	position: fixed;
	color: #222; /* 好みに応じて調節してください */
}

.sidebar.right {
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #ff0;
	z-index: 500;
	height: inherit;
}

/* 検索メニュー */

.searchMenu{
	position: relative;
	z-index: 100;
}

.searchMenu li{
	float: left;
	height: 34px;
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	width: 33.33%;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 34px;
	text-align: center;
	color: #fff;
}

.searchMenu li:nth-child(2){
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
}

.searchMenu li b{
	display: none;
}

.searchMenu span{
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#35163f, endcolorstr=#1f0d25));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#35163f, endcolorstr=#1f0d25))";
	zoom: 1;
	background: -moz-linear-gradient(top,#35163f,#1f0d25);
	background: -webkit-gradient(linear,left top,left bottom,from(#35163f),to(#1f0d25));
	background: linear-gradient(to bottom, #35163f, #1f0d25);/* IE10+, W3C */
	display: block;
}

.searchMenu span:hover,
.searchMenu .selected{
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#5a2a73, endcolorstr=#3e1d50));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#5a2a73, endcolorstr=#3e1d50))";
	zoom: 1;
	background: -moz-linear-gradient(top,#5a2a73,#3e1d50);
	background: -webkit-gradient(linear,left top,left bottom,from(#5a2a73),to(#3e1d50));
	background: linear-gradient(to bottom, #5a2a73, #3e1d50);/* IE10+, W3C */
	cursor: pointer;
}

.searchMenu .searchItem {
	display: none;
	width: 100%;
	z-index: 10;
}

.keywordBox{
	float: left;
	padding: 8px;
	width: 100%;
	background: #fff;
}

.keywordBoxInner{
	max-width: 1024px;
	width: 100%;
	background: #fff;
}

.keywordBox input{
	width: 90.1%;
	-webkit-appearance: none;
	border-top: 1px solid #bfbfbf;
	border-right: none;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	height: 32px;
	font-size: 13px;
	border-radius: 0;
}

.keywordBox button{
	width: 9.9%;
	float: right;
	padding: 0;
	margin: 0;
	background: #fff;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: none;
	height: 32px;
}

.searchMenu .console{
	width: 100%;
	background: #f8f5f1;
	padding: 10px;
	color: #222;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.56);
	position: absolute;
	top: 34px;
	left: 0;
	/*z-index: 10;*/
}

/*.searchMenu li .console{
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 10;
}*/

.searchMenu .console dl{
	width: 100%;
}

.searchMenu .console dt,
.searchMenu .console dd{
	float: left;
	line-height: 1;
	margin-bottom: 5px;
}

.searchMenu .console dt:nth-last-child(1),
.searchMenu .console dd:nth-last-child(1){
	margin-bottom: 10px;
}

.searchMenu .console dt{
	width: 22%;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
}

.searchMenu .console dd{
	width: 78%;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
}

.searchMenu .console dd select,
.searchMenu .console dd input{
	width: 100%;
	/*height: 30px;
	border: 1px solid #bfbfbf;*/
	font-size: 11px;
}

.searchMenu .console dd div{
	float: left;
}

.searchMenu .console .separate{
	width: 46.5%;
}

.searchMenu .console .tilde{
	text-align: center;
	width: 7%;
}

.btnSearch button{
	border: none;
	padding: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 134px;
	height: 34px;
	background-image:url(../Contents/ImagesPkg/common/btn_search_sp.gif);
	background-size: 134px 34px;
}

.btnSearch button:hover,
.keywordBox button:hover{
	opacity: 0.8;
}

/* ドロワーメニュー */

#drawer a{
	text-decoration: none;
}

#drawer .updateInner{
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
}

#drawer h3,
#drawer p{
	margin: 0;
	padding: 0;
	line-height: 1;
}

#drawer .updateInner .heading.size21 {
    font-size: 13px;
}

#drawer .updateInner .currentDate{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

#drawer .updateInner .nextDate{
	font-size: 10px;
}

#drawer .melmagaLink{
	position: absolute;
	top: 20px;
	left: 161px;	
}

/*#drawer #btn_facebook{
	position: absolute;
	top: 19px;
	left: 207px;	
}
*/
#drawer .menuClose{
	position: absolute;
	top: 17px;
	right: 10px;	
}

#drawer .member_link{
	width: 100%;
	position: absolute;
	top: 67px;
	left: 0;	
}

#drawer .globalnav{
	width: 100%;
	position: absolute;
	top: 249px;
	left: 0;
}

#drawer .drawerTtl{
	padding: 10px;
	background: #552362;
	color: #fff;
	font-weight: bold;
}

/* Member area */

#drawer .member_link a,
#drawer .globalnav li a,
#drawer .sideBanner li a{
    border-bottom: 1px solid #a0a0a0;
    color: #525263;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
}

#drawer .member_link a:after,
#drawer .globalnav li a:after,
#drawer .sideBanner li a:after{
	position: absolute;
	right: 10px;
	top: 20px;
    content:" ";
    display:inline-block;
    width:11px;
    height:12px;
    background: url(../Contents/ImagesPkg/common/arrow_black_sp.png);    
    background-size: 11px 12px;
    vertical-align: middle;
}

#drawer .member_link a:hover,
#drawer .globalnav li a:hover,
#drawer .infoMenu li a:hover{
    color: #9797a1;
}

#drawer .member_link a .cb {
    font-size: 30px;
    font-size: 3rem;
    fill: #B8BEC4;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

#drawer .member_link a:hover .cb {
    fill: #c6cbd0;
}

#drawer .globalnav .oderMenu > a{
	display: none;
}

/*#drawer .globalnav li .child a{
	padding-left: 20px;
}*/

#drawer .infoMenu{
	width: 100%;
	position: absolute;
	top: 681px;
	left: 0;
}

#drawer .infoMenu li a{
    border-bottom: 1px solid #a0a0a0;
    color: #525263;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
}

#drawer .infoMenu li a:after{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
    content:" ";
    display:inline-block;
    width:11px;
    height:12px;
    background: url(../Contents/ImagesPkg/common/arrow_black_sp.png);    
    background-size: 11px 12px;
    vertical-align: middle;
}

#drawer .infoMenu p{
	font-size: 10px;
	line-height: 1.4;
	padding-top: 5px;
}

#drawer .infoMessage a{
	background-image: url(../Contents/ImagesPkg/common/icon_message_sp.jpg);
	background-repeat: no-repeat;
	background-size: 40px 27px;
	background-position: 10px;
	padding: 17px 10px 17px 55px;
}

#drawer .infoMelmaga a{
	padding: 17px 10px 17px 10px;
}

#drawer .infoMelmaga a span{
	background-image: url(../Contents/ImagesPkg/common/icon_melmaga_sp.png);
	background-repeat: no-repeat;
	background-size: 15px 12px;
	background-position: 0;
	padding-left: 20px;
}

#drawer .infoFb a{
	background-image: url(../Contents/ImagesPkg/common/icon_fb_sp.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 10px;
	padding: 17px 10px 17px 30px;
}

#drawer .menuVintage{
	width: 100%;
	position: absolute;
	top: 876px;
	left: 0;
}

#drawer .menuVintage ul{
	margin: 17px 10px;
}

#drawer .menuVintage li{
	float: left;
	line-height: 32px;
}

#drawer .menuVinAd{
	width: 38px;
}

#drawer .menuVinInput{
	width: 174px;
}

#drawer .menuVinInput input{
	width: 100%;
	height: 32px;
	font-size: 12px;
	border: 1px solid #bfbfbf;
}

#drawer .menuVinYear{
	width: 28px;
	text-align: center;
}

#drawer .menuVinBtn{
	width: 60px;
}

#drawer .menuVinBtn button{
	border: 0;
	padding: 0;
}

#drawer .wineSelectMenu{
	width: 100%;
	position: absolute;
	top: 976px;
	left: 0;
}

#drawer .wineSelectMenu h3,
#drawer .sideBanner img,
#drawer .wineSelect > ul{
	display: none;
}

#drawer .wineSelect p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 14px;
	background-color: #240f2b;
	font-weight: normal;
	padding: 17px 10px;
	border-bottom: 1px solid #666;
	background-image: url(../Contents/ImagesPkg/common/arrow_white_sp.png);
	background-repeat: no-repeat;
	background-size: 12px 11px;
	background-position: center right 10px;
}

#drawer .wineSelect p.active{
	background-image: url(../Contents/ImagesPkg/common/arrow_white2_sp.png);
	background-size: 11px 12px;
}

#drawer .wineSelect li a{
    border-bottom: 1px solid #666;
	background: #150919;
    color: #fff;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
}

#drawer .wineSelect li a:after{
	position: absolute;
	right: 10px;
	top: 20px;
    content:" ";
    display:inline-block;
    width:11px;
    height:12px;
    background: url(../Contents/ImagesPkg/common/arrow_white_sp.png);    
    background-size: 11px 12px;
    vertical-align: middle;
}

#drawer .wineSelect li a:hover{
    color: #9797a1;
}

#drawer .wineSelect li ul li a{
	padding-left: 30px;
}

/* footer */

#footer .utilityArea .container-fluid,
#footer .footerBannerArea .container-fluid{
	padding: 0;
}

#footer .utility li a{
    border-top: 1px solid #fff;
	background: #eee;
    color: #222;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 10px 0 40px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 20px 17px;
	background-position: center left 10px;
}

#footer .utility li a:after{
	position: absolute;
	right: 10px;
	top: 20px;
    content:" ";
    display:inline-block;
    width:11px;
    height:12px;
    background: url(../Contents/ImagesPkg/common/arrow_black_sp.png);    
    background-size: 11px 12px;
    vertical-align: middle;
}

#footer .utility li a:hover,
#footer .footerBannerPr li a:hover{
    color: #9797a1;
}

#footer .utility li.flow a{ background-image: url(../Contents/ImagesPkg/common/icon_utility01_.png); }
#footer .utility li.send a{ background-image: url(../Contents/ImagesPkg/common/icon_utility02_.png); }
#footer .utility li.pay a{ background-image: url(../Contents/ImagesPkg/common/icon_utility03_.png); }
#footer .utility li.risk a{ background-image: url(../Contents/ImagesPkg/common/icon_utility04_.png); }
#footer .utility li.pack a{ background-image: url(../Contents/ImagesPkg/common/icon_utility05_.png); }

#footer .footerBannerPr{
	border-bottom: 1px solid #a0a0a0;
}

#footer .footerBannerPr li a{
    border-top: 1px solid #a0a0a0;
    color: #222;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
	letter-spacing: -1px;
}

#footer .footerBannerPr li a img{
	width: 65px;
	margin: -3px 10px 0 0;
}

#footer .footerBannerInfo{
	position: relative;
	height: 336px;
}

#footer .footerBannerContact{
	position: absolute;
	top: 30px;
	left: 0;
	text-align: center;
	width: 100%;
}

#footer .footerTel img{
	width: 130px;
	margin: 0px 10px 0px 0px;
	margin-bottom: 20px;
}

#footer .footerContact img{
	width: 130px;
	margin: 0px 0px 0px 10px;
	margin-bottom: 20px;
}

#footer .footerLine img{
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}


#footer .footerBannerCompany{
	position: absolute;
	top: 196px;
	left: 0;
	font-size: 11px;
	font-size: 1.1rem;
	width: 90%;
	padding: 0 5px;
}

#footer .footerBannerCompanyAddress{
	margin: 0 0 4px 0;
}

#footer .footerBannerCompanyAddress span{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

#footer .footerBannerCompanyAddress a{
	font-weight: normal;
	color: #222;
}

#footer .footerBannerCompanyZip{
	margin: 0;
	padding: 0;
}

#footer .footerBannerCompanyWarning{
	margin: 20px 0 0;
	padding: 0;
	font-size: 9px;
	font-size: 0.9rem;
}

#footer .certification{
	position: absolute;
	top: 196px;
	right: 8px;
	width: 48px;
}

#footer .footerLinkArea{
	background: #200e26;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

#footer .footerLink{
	font-size: 12px;
	font-size: 1.2rem;
}

#footer .footerLink ul{
	text-align: center;
	margin-bottom: 20px;
}

#footer .footerLink li {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 10px;
}

#footer .footerLink a{
	color: #fff;
	text-decoration: underline;
}

#footer .copy{
	font-size: 10px;
	font-size: 1rem;
	padding: 0;
	margin: 0;
}

/* pagetop */

#pagetop{
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index: 100;
	width: 50px;
}

/* main
-------------------------------------- */

/* 幅 */

.limitItem,
.itemList,
.rankingBox ul,
.present{
	max-width: 640px;
	margin: 0 auto;
}

.customer ul,
.melmaga,
.facebookArea{
	max-width: 640px;
	margin: 0 auto;
}

/* TOP */

#main .container-fluid{
	padding: 0;
	margin-bottom: 0;
}

#main #main .container-fluid{
	margin-bottom: 8px;
}


#main .topBox {
    margin-bottom: 30px;
}

#main .contTtl{
	height: auto;
padding-bottom:8px;
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: center;
}

#main .contTtl span {
    background-size: 18px auto;
    background-position: 0 0;
    padding: 0 0 0 25px;
    margin: 0;

	font-weight: bold;
}

#main .contTtl.longTxt{
	height: auto;
}

/* 期間限定 */

#main .limitItem li{
	margin: 6px 2% 0 0;
	width: 49%
}

/* 今が飲みごろ＆お買い得ワイン */

#main .itemList{
	margin-top: -10px;
}

#main .itemList li{
	text-align: center;
	width: 46.7%;
	margin: 20px 6.6% 0 0;
}

#main .itemList li:nth-child(even){
	margin-right: 0;
}

#main .itemList li a{
	font-size: 11px;
	font-size: 1.1rem;
}

#main .itemList li img{
	max-height: 140px;
}

#main .itemList li span{
	font-size: 13px;
	font-size: 1.3rem;
}

/* ランキング */

#main .rankingBox ul li{
	text-align: center;
	width: 46.7%;
	margin: 20px 6.6% 0 0;
}

#main .rankingBox ul li:nth-child(even){
	margin-right: 0;
}

#main .rankingBox ul li:nth-child(5) {
	text-align: center;
	width: 100%;
	margin: 20px 6.6% 0 0;
}

/* お客様お客様から支持される理由＆お客様の声 */

.customer{
	border-top: 1px solid #000;
	padding: 20px 0 10px 0;
	text-align: center;
}

.customer ul li{
	width: 100%;
	margin-right: 0;
	float: none;
}

.customer ul li:nth-child(2){
	margin-top: 10px;
}

/* メルマガ */

.melmaga{
	border: 1px solid #b09d7c;
	background: #f5f3ef;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

.melmaga h3{
	margin: 0;
	padding: 0;
	line-height: 1;
}

.melmaga h3 img{
	width: 195px;
}

.melmagaInner{
	margin: 10px 0 0;
}

.melmaga .melmagaInfo{
	margin-bottom: 10px;
}

.melmaga .melmagaFig{
	float: none;
	width: 27px;
	position: absolute;
	top: 10px;
	right: 10px
}

.melmaga .melmagaTxt{
	font-size: 10px;
	font-size: 1rem;
	padding-top: 0px;
	line-height: 1.4;
	margin: 0;
}

.melmaga input.in01{
	width: 213px;
	padding: 0 5px;
	border:1px solid #bfbfbf;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 5px 10px 0;
	height: 32px;
	float: left;
}

.melmaga .in02{
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
	width: 64px;
}

.melmagaLink li{
	float: left;
	margin-right: 20px;
	line-height: 1;
}

/* facebook */

.facebookArea{
	text-align: center;
    margin-bottom: 30px;
}

.fb-page{
	margin: 0 auto;
	max-width: 500px;
}

/* 最新のお知らせ */

.news ul{
	border-top: none;
	margin-top: -10px;
}

.news ul li{
	border-bottom: 1px dotted #bfbfbf;
	font-size: 12px;
	font-size: 1.2rem;
}

.news ul li p {
    text-indent: -8.2rem;
    padding: 10px 0 10px 8rem;
}

/*.news ul li:nth-last-child(1){
	border-bottom: 1px solid #322e2d;
}*/

.news ul li a{
	display: block;
	padding: 10px 0;
	background: none;
}

.news ul li a p {
    text-indent: -8.2rem;
    padding: 0 0 0 8rem;
}



/* TOPバナーエリア
--------------------------------------- */

.topBnrArea .topBnrTtl{
	font-size: 11px;
	font-size: 1.1rem;
	margin: 0 0 5px 0;
	letter-spacing: normal;
}

.topBnrArea .topBnrEx{
	font-size: 10px;
	font-size: 1rem;
	margin: 0;
}

.column3,
.column4{
	margin-top: -10px;
}

.column3 li,
.column4 li{
	width: 100%;
	margin-right: 0;
	float: none;
	border-bottom: 1px solid #a0a0a0;
}

.column3 li a,
.column4 li a{
	padding: 10px 0;
	display: block;
}

.column3 dl,
.column4 dl{
	display: table;
}

.column3 dt,
.column3 dd,
.column4 dt,
.column4 dd{
	display: table-cell;
	vertical-align: middle;
}

.column3 .topBnrImg{
	width: 140px;
}

.column4 .topBnrImg{
	width: 73px;
}

.column3 .topBnrTxt,
.column4 .topBnrTxt{
	/*width: 54%;*/
	padding-left: 8px;
}

.present .topBnrTtl{
	margin-top: 5px;
}

/* 商品一覧 */

.productMain{
	margin-bottom: 10px;
}

.productMenu li{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

.productInfo{
	margin-top: -10px;
}

.productInfo p{
	float: none;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 20px 0;
}

.productInfo ul{
	float: none;
	font-size: 11px;
	font-size: 1.1rem;
	width: 304px;
	margin: 0 auto;
}

.productInfo ul li{
	margin: 0 0 3px 3px;
}

.productInfo ul li select{
	width: 64px;
}

.productInfo ul li a{
	padding: 0 3px;
	/*width: 77px;*/
	text-align: center;
}

/* さらに詳しい情報・ご注意 */

.productMore{
	margin: -10px auto 0;
	max-width: 640px;
}

.productMore li{
	width: 46.7%;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 20px;
}

.productMore li:nth-child(odd){
	margin-right: 6.6%;
}

/* 商品詳細 */

.itemDetail .itemPhoto{
	float: none;
	width: 100%;
}

.itemDetail .itemPhoto .itemPhotoOuter{
	max-width: 128px;
	margin: 20px auto;
}

.itemDetail .itemPhoto .itemPhotoOuter img{
	max-height: 235px;
}

.itemDetail .itemInfoArea{
	float: none;
	width: 100%;
}

.itemInfoArea .eng{
	font-size: 12px;
	font-size: 1.2rem;
}

.itemInfoArea .itemIcon li{
	font-size: 11px;
	font-size: 1.1rem;
}

.itemInfoArea .itemName{
	font-size: 16px;
	font-size: 1.6rem;
}

.itemInfoArea .itemInfo{
	font-size: 12px;
	font-size: 1.2rem;	
}

.itemInfoArea .itemInfo th,
.itemInfoArea .itemInfo td{
	padding: 10px 0;
}

.itemInfoArea .itemInfo td.itemCategory p{
	margin-bottom: 5px;
}

.itemInfoArea .itemInfo th{
	width: 25%;
}

.itemInfoArea .itemInfo td.itemPrice .itemPriceTtl{
	font-size: 12px;
	margin-bottom: 5px;
}

.itemInfoArea .itemInfo td.itemPrice .itemPriceEx{
	font-size: 12px;
}

.itemInfoArea .itemInfo td.itemPrice dd{
	font-size: 16px;
	font-size: 1.6em;
	vertical-align: top;
}

.itemInfoArea .shoppingAction{
	padding: 10px 0;
}

.itemInfoArea .shoppingAction dt,
.itemInfoArea .shoppingAction dd{
	width: 100%;
}

.itemInfoArea .shoppingAction dt{
	margin-bottom: 10px;
}

.itemInfoArea .shoppingAction .shoppingCount li span,
.itemInfoArea .shoppingAction .shoppingCount li input{
	font-size: 12px;
}

.itemInfoArea .shoppingAction .shoppingBtn button{
	height: 50px;
	font-size: 18px;
	font-size: 1.8rem;
}

.itemAbout{
	font-size: 12px;
	font-size: 1.2rem;
}

.itemInfoArea .shoppingAction .shoppingBtn .btnBookmark button span{
	height: 24px;
	line-height: 24px;
	background-position: 0 5px;
	padding: 8px 0 8px 35px;
}


ul.checkbox li {
    background-position: 0px 2px;
    background-size: 12px 12px;
    padding-left: 18px;
}


.companyImg dl{
	float: none;
	width: 246px;
	font-size: 11px;
	font-size: 1.1rem;
}

.companyImg dl.companyImg01{
	margin-right: 0;
	margin-bottom: 20px;
}

/*.companyImg dl dt{
	margin-bottom: 10px;
}*/

/* ワイン詳細
------------------------------- */

.hd_purple,
.product_about_page #main h3{
	font-size: 14px;
	font-size: 1.4rem;
}

.product_about_page #main p{
	margin-top: 10px;
}

/* 評価 */

.evaluation{
	margin-top: 10px;
}

.evaluation th{
	width: 119px;
	padding-right: 10px;
}

/* 紹介・醸造工程 */

.infoPhotoRight{
	font-size: 10px;
	margin: 10px 0 0 10px;
	padding-bottom: 20px;
}

.infoPhotoRight dl{
	margin: 20px 6.05% 0 6.05%;
}

.infoPhotoCenter{
	font-size: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.infoPhotoCenter dl{
	margin: 20px 0 0 1.9675%;
}

/* データ */
.list01{
	float: none;
	width: 100%;
	margin-top: 10px;
}

.list01 dl{
	width: 100%;
}

.list01 dt,
.list01 dt{
	width: 142px;
	padding-right: 10px;
	font-weight: bold;
}

.itemDetailMap{
	width: 100%;
	float: none;
	margin-top: 20px;
	text-align: center;
}

.tblstyle01{
	margin-top: 10px;
}

.tblstyle01 th{
	width: 142px;
	padding-right: 10px;
}

/* 商品一覧リンクボタン */

#listPageLink{
	bottom: 96px;
	width: 50px;
}

/* ワイン無料相談
--------------------------------------------------------- */

.listBox{
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

.listBox li{
	background-size: 15px 13px;
	background-position: 0 2px;
	padding-left: 20px;
	height: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}

.consult_page .topBox p,
.listBox p{
	font-size: 12px;
	font-size: 1.2rem;
}

.formPrivacy{
	padding-top: 30px;
	margin-top: 10px;
}

.topBox p.consultFormEx{
	padding-left: 0;
}

/* 小冊子プレゼントページ
--------------------------------------------------------- */

.books_present .topBox p{
	font-size: 12px;
	font-size: 1.2rem;
}

.presentArea{
	padding: 0 0 30px 0;
}

#main .presentBox h2{
	padding: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
}

.presentCont{
	padding: 10px 0;
}

.presentCont .presentImg{
	float: none;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}

.presentCont .presentInfo{
	float: none;
	margin: 0 2.84%;
	width: 94.32%;
}

.presentCont .presentInfo h3{
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

.presentCont .presentInfo p{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

.ribonTop{
	width: 46px;
	top: -4px;
}

.ribonBottom{
	width:44px
}

/* メルマガ登録・解除ページ
--------------------------------------------------------- */

.purpleMin{
font-family: var(--mincho);
    font-size: 21px;
    font-size: 20px;
    color: var(--basecolor);
    font-weight: normal;
    padding: 20px 0 16px;
}

.melmagaImg{
	float: none;
	margin: 0;
	text-align: center;
}

.melmagaForm{
	padding-bottom: 10px;
}

.melmagaForm div{
	float: none;
}

.melmagaForm .mlLabel{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 0;
}

.melmagaForm .mlLabel span{
	margin-left: 10px;
}

.melmagaForm .mlInput{
	width: 100%;
	margin: 10px 0;
}

.melmagaForm .mlBtn{
	max-width: 302px;
	width: 100%;
	margin: 0 auto;
}

.bnLink{
	border-top: 1px dashed #bfbfbf;
	padding: 10px 0;
}

.arrowLink {
	padding-left: 8px;
	background-size: 5px 5px;
    background-position: 0 4px;
	font-size: 11px;
	font-size: 1.1rem;
}


.arrowLink2 {
	padding-left: 8px;
	background-size: 5px 5px;
    background-position: 0 4px;
	font-size: 11px;
	font-size: 1.1rem;
}

.mlWarning{
	padding: 10px;
}

.mlWarning ul{
	margin-top: 10px;
}

.mlNav{
	margin: 0 auto 30px;
	width: 302px;
}

.mlNav li{
	width: 50%;
}

.mlNav2{
	margin: 0 auto 30px;
	width: 302px;
}

.mlNav2 li{
	width: 50%;
}

/* 商品購入ログイン
--------------------------------------------------------- */

#shoppingLogin .loginAlert{
	margin: 0 0 15px 0;
}

#shoppingLogin .loginTtl{
	background: #626262;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

#shoppingLogin .loginBox{
	width: 100%;
	margin-right: 0;	
}

#shoppingLogin .newBox{
	width: 100%;
}

#shoppingLogin #guest_box__confirm_button a{
	font-size: 12px;
	font-size: 1.2rem;
}

#login_box .column .message{
	padding: 0;
}

#shoppingLogin #login_box .btn_area .btn {
	font-size: 14px;
	font-size: 1.4rem;
}

#shoppingLogin #login_box .btn_area .btn span{
	font-size: 12px;
	font-size: 1.2rem;
}

#shoppingLogin #login_box .newInfo{
	font-size: 12px;
	font-size: 1.2rem;
}

#shoppingLogin #login_box .newCheck{
	padding: 10px;
}

#shoppingLogin #login_box .newCheck p{
	background-size:  18px 14px;
	background-position: 0 center;
	padding-left: 22px;
	font-size: 14px;
	font-size: 1.4rem;
}

#shoppingLogin #login_box .newCheck ul li{
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
}

#shoppingLogin .loginInfoArea{
	padding: 20px 10px;
}

#shoppingLogin .loginInfoContact{
	float: none;
	width: 100%;
	margin: 0 0 0 0;
}

#shoppingLogin .loginInfoSecurity{
	float: none;
	width: 100%;
	margin: 0 0 0 0;
}

#shoppingLogin .loginInfoTel{
	float: none;
	width: 175px;
	margin: 0 auto 10px;
}

#shoppingLogin .loginInfoInq{
	float: none;
	width: 200px;
	margin: 0 auto 20px;
}

    #shoppingLogin #login_box .column {
        padding: 20px;
		height: auto;
    }
    #shoppingLogin #login_box .column p {
        margin-bottom: 8px;
    }
    #shoppingLogin #login_box .column .form-group {
        padding: 8px 0;
    }
    #shoppingLogin #login_box .column .btn_area p {
        width: auto;
    }
	#shoppingLogin #login_box .column .btn_area ul {
		margin-top: 0;
		text-align: center;
		float: none;
	}
    #shoppingLogin #login_box .column .btn_area button {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #shoppingLogin #login_box .column .btn_area ul li {
        margin: 4px 0;
    }

    #shoppingLogin #login_box .column input[type="text"],
    #shoppingLogin #login_box .column input[type="password"]{
        width: 100%;
    }
    #shoppingLogin #login_box .column .btn_area {
        padding: 8px 13%;
        margin: 0;
    }

    #shoppingLogin .login_cart .column .column_inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	
}
@media only screen and (max-width: 320px) {
	
/* 紹介・醸造工程 */

.infoPhotoRight{
	font-size: 10px;
	margin: 10px 0 0 10px;
	padding-bottom: 5px;
}

.infoPhotoRight dl{
	margin: 5px 6.05% 0 6.05%;
}

.infoPhotoCenter{
	font-size: 10px;
	padding-bottom: 5px;
	margin-top: 5px;
}

.infoPhotoCenter dl{
	margin: 5px 0 0 1.9675%;
}

}

@media only screen and (min-device-width: 321px)
    and (max-device-width: 568px){
	
/* 紹介・醸造工程 */

.infoPhotoRight{
	font-size: 10px;
	margin: 10px 0 0 10px;
	padding-bottom: 10px;
}

.infoPhotoRight dl{
	margin: 10px 6.05% 0 6.05%;
}

.infoPhotoCenter{
	font-size: 10px;
	padding-bottom: 15px;
	margin-top: 10px;
}

.infoPhotoCenter dl{
	margin: 10px 0 0 1.9675%;
}

}

@media only screen and (min-device-width: 569px)
    and (max-device-width: 768px){
	
	
/* 紹介・醸造工程 */

.infoPhotoRight{
	font-size: 10px;
	margin: 10px 0 0 10px;
	padding-bottom: 15px;
}

.infoPhotoRight dl{
	margin: 15px 6.05% 0 6.05%;
}

.infoPhotoCenter{
	font-size: 10px;
	padding-bottom: 15px;
	margin-top: 15px;
}

.infoPhotoCenter dl{
	margin: 15px 0 0 1.9675%;
}

}

@media only screen and (min-width: 1025px) {

    /* --------- common ---------- */

    .container-fluid {
        /*padding-left: 16px;
        padding-right: 16px;*/
    }
    /*.row {
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 16px;
    }*/
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sp{display: none !important;}
    .pc{display: block !important;}
    span.pc{display: inline !important;}


    /* --------------------------------
        Parts
    -------------------------------- */

    /* heading */

    h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .page-heading {
        font-size: 32px;
        font-size: 3.2rem;
        border-bottom-style: solid;
        border-top: 0 none;
        padding: 16px 0 12px;
        margin: 0 16px 48px;
    }
    .heading01,
    .heading03 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .heading02 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        background: #EFEFEF;
        padding: 8px 12px;
    }
    .heading05 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    /* btn */

    .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333}
    .btn-sm{padding:8px 10px;font-size:14px;line-height:1.5}
    .btn-xs{padding:5px 8px;font-size:12px;line-height:1.5}

    /* badge */

    .badge {
        /*font-size:12px;
        font-size:1.2rem;*/0
        font-size:10px;
        font-size:1rem;
    }

    /* tableStyle */

    div.table .thead {
        display: table-header-group;
    }
    div.table ol {
        display: table-row;
        margin: 0;
    }
    div.table ol li {
        display: table-cell;
        padding: 16px;
        text-align: center;
        background: #F4F3F0;
        overflow-x:hidden;
        font-weight: bold;
    }
    div.table .tbody .tr > .td {
        padding: 16px;
    }

    /* tableish */

    .tableish {
        display: table;
        width: 100%;
    }
    .tableish .thead {
        display: table-header-group;
    }
    .tableish .tbody {
        display: table-row-group;
    }
    .tableish .tr {
        display: table-row;
    }
    .tableish .th,
    .tableish .td {
        display: table-cell;
        vertical-align: top;
    }

    /* dl-table */

    .dl_table {
        display: table;
        width: 100%;
    }
    .dl_table dl {
        display: table-row;
        border: 0 none;
    }
    .dl_table dt,
    .dl_table dd {
        display: table-cell;
        border-bottom: 1px dotted #ccc;
        padding: 16px 0;
		vertical-align: top;
    }
    .dl_table dt {
        width: 30%;
    }

    .dl_table dd {
        padding: 16px;
    }
    .dl_table dd .form-group {
        padding-top: 16px;
    }
    .dl_table .zip-search {
        margin-top: 16px;
    }

.dl_table textarea{
	min-height: 200px;
}

    /* pagination */

    .pagination {
        width: 100%;
    }


    /* topicpath */

    #topicpath {
        padding: 24px 16px;
        border: 0 none;
    }
    #topicpath ol {
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        border-bottom: 1px solid #ccc;
    }
    #topicpath li {
        font-size: 16px;
        font-size: 1.6rem;
    }

    /* intro */
    .intro {
        margin: 0;
        padding-top: 0.5em;
        padding-bottom: 28px;
    }

    /* message */
    .heading04 + .message {
        padding: 0;
    }
    .message .errormsg {
        padding: 16px;
    }


    /* flowline */

    .flowline {
        margin: 0;
        border-bottom: 0 none;
    }
    .flowline ul::before {
        top: 20px;
    }
    .flowline.step3 ul {
        max-width: 450px;
    }
    .flowline.step4 ul {
        max-width: 550px;
    }
    .flowline ul li {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .flowline li .flow_number {
        line-height: 42px;
        width: 42px; height: 42px;
        font-size: 20px;
        font-size: 2rem;
    }

    /* .cart .item_box */

    #cart .inner {
        padding: 0 16px;
    }
    .cart .item_box > div,
    .cart .item_box > dl {
        padding: 16px 0;
    }
    .cart .item_box .item_photo {
        padding: 16px 8px 16px 0;
    }
    .cart .item_box .icon_edit {
        right: -7px; top: 10px;
    }

    .cart .btn_area {
        padding: 16px 0 8px;
    }

    /* error_box */
    .error_box {
        margin-bottom: 48px;
    }

p.cart-trigger .cb-close {
	left: 8px;
	top: 2px;
}

    /****** Layout ********/


    /* header */
    .header_logo_area {
        position: relative;
    }

    #contents {
        min-height: 100%;
        z-index: 2;
    }



    #side_left {
        float: left;
        width: 20%;
        /*padding-right: 16px;*/
    }
    #side_right {
        float: right;
        width: 25%;
        padding-left: 16px;
    }

    /* -- main_left (side_right only) -- */

    /* main */
    .theme_side_right #main {
        width: 75%;
        float: left;
    }

    /* -- main_right (side_left only) -- */

    /* main */
    .theme_side_left #main {
        width: 76.25%;
        float: right;
    }
	
	#main #main{
		width: 100%;
	}

    /* -- main_only -- */

    /* main */
    .theme_main_only #main {
        width: 100%;
    }


    /* -- main_left_right (side_left & side_right) -- */

    /* main */
    .theme_side_both #main {
        width: 50%;
        float: left;
    }

    /* category_nav */
    #category {
        clear: both;
    }


    /****** Header Setting ********/

    #header {
        height: auto;
        padding-top: 15px;
    }
    #header:after {
        content: "";
        display: table;
        clear: both;
    }
	/*.header_logo_area{
		float: left;
		width: 40.5%;
	}*/
	.header_right{
		float: right;
		width: 59.5%;
		position: relative;	
	}
	#header .sendTxt{
		display: none;
	}
    #header .copy {
        /*font-size: 16px;
        font-size: 1.6rem;*/
		display: block;
		margin-bottom: 10px;
    }
    .header_logo_area .header_logo {
        /*font-size: 40px;
        font-size: 4rem;*/
		margin: 30px 0 0 0;
    }
	.header_logo_area .header_logo a{
        margin: 0;
		max-width: 461px;
		/*height: 100px;
		background-size: 461px 100px;*/
	}

    #header .header_bottom_area {
        clear: both;
        padding-top: 16px;
    }

    /* header-buttons */

    .header-buttons {
        top: 18px;
        right: 4em;
    }

    /* cart_area */

    #header #cart_area {
        width: auto;
		position: absolute;
		/*right: 65px;*/
    }
    #header #cart_area p.cart-trigger a {
        position: relative;
        float: left;
    }
    #header #cart_area p.cart-trigger .cb-shopping-cart {
        position: relative;
        left: 9px;
    }
    #header #cart_area p.cart-trigger .badge {
        position: relative;
        left: 15px; top: 0;
    }
    #header #cart_area .cart_price {
        float: right;
        height: 31px;
        line-height: 31px;
        vertical-align: middle;
        margin-right: 16px;
    }

    /* search_area */

    #header .search .input_search {
        float: left;
    }
    .search select option {
        max-width: 246px;
    }




    /****** Side Setting ********/

    #btn_menu {
        display: none;
    }
    .drawer {
        position: static;
        height: auto;
        width: auto;
        margin: 0 auto;
        overflow: visible;
        background: transparent;
        text-align: center;
    }
    .drawer:after {
        content: "";
        display: table;
        clear: both;
    }

/* side */

.side h3,
.side p{
	margin: 0;
}

.side .heading{
	line-height: 1;
}

/* update */

.update{
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin-bottom: 30px;
}

.update h3{
	margin-bottom: 10px;
}

.update .currentDate{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.update .nextDate{
	font-size: 12px;
	font-size: 1.2rem;
}

/* 代表者メッセージ */
.bnr_message{
	margin-bottom: 30px;
}

/* ビンテージから選ぶ */

.vintage{
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	margin-bottom: 30px;
}

.vintage .heading{
	margin-bottom: 15px;
}

.vintage form{
	font-size: 12px;
	font-size: 1.2rem;
}

.vintage li{
	float: left;
}

.vintage .vinAd{
	width: 18.6%;
	line-height: 32px;
}

.vintage .vinSelect{
	width: 45.8%;
}

.vintage .vinYear{
	width: 10.6%;
	text-align: center;
	line-height: 32px;
}

.vintage .vinBtn{
	width: 25%;
}

.vintage select{
	border: 1px solid #bfbfbf;
	width: 100%;
	height: 32px;
}

.vintage button{
	border: 0;
	padding: 0;
	width: 100%;
}

.vintage button:hover{
	opacity: 0.8;
}

/*.vintage input{
	background: #968336;
	border: none;
	color: #fff;
	text-align: center;
	width: 60px;
	height: 32px;
	margin-left: 5px;
}

.vintage input:hover{
	opacity: 0.8;
}*/

/* 産地・シャトーから選ぶ */

.wineSelect{
	text-align: center;
	padding: 0 0 30px 10px;
	margin-bottom: 30px;
	border-bottom: 2px dashed #b5b5b5;
}

.wineSelect.last{
	border-bottom: 1px solid #000;
}

.wineSelectArea h3{
	margin-bottom: 20px;
}

.wineSelectArea h3 span{
	letter-spacing: -1px;
}

.wineSelect p,
.wineSelect ul{
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}

.wineSelect a{
	text-decoration: underline;
}

.wineSelect a:hover{
	text-decoration: none;
}

.wineSelect ul li{
	margin-top: 5px;
}

.wineSelect ul li:nth-child(1){
	margin-top: 10px;
}

.wineSelect ul > li > ul{
	margin-left: 13px;
}


.wineSelect ul li a{
	background-image: url(../Contents/ImagesPkg/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 13px;
	color: #222;
	font-size: 12px;
	font-size: 1.2rem;
}

.wineSelect .listLink{
	margin-top: 10px;
}

.wineSelect .listLink a {
    color: #222;
    font-weight: bold;
    background: none;
    padding-left: 0;
}

/* バナー */

.sideBanner ul li{
	margin-bottom: 30px;
	text-align: center;
}

    /*	Category navigation
    --------------------------- */

    /* category-nav */

    .category-nav > li {
        text-align: left;
        margin: 0 1em;
        position: relative;
    }
    .category-nav ul {
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        z-index: 3;
        background: #fff;
    }
    .category-nav > li > a {
        position: relative;
        display: inline-block;
        color: #2e3233;
        overflow: visible;
        -webkit-transition: color 0.3s, box-shadow 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s;
        transition: color 0.3s, box-shadow 0.3s;
    }



    /* ----- category_nav in header ---- */

    #header #category {
        padding: 20px 0 0;
    }

    /* category-nav */

    #header .category-nav {
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
        text-align: center;
    }

    #header .category-nav .toggle {
        display: none;
    }
    #header .category-nav > li {
        margin: 0;
    }
    #header .category-nav li ul {
        display: block;
    }

    #header .category-nav li {
        position: relative;
        display: inline-block;
    }
    #header .category-nav > li > a {
        padding: 0 1em;
        height: 55px;
        line-height: 55px;
        border-bottom: none;
    }
    #header .category-nav li a {
        display: block;
    }
    #header .category-nav li ul {
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        width: 200px;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    }
    #header .category-nav li ul li {
        float: left;
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .2s;
    }
    #header .category-nav li ul li a {
        text-align: left;
    }
    #header .category-nav > li:hover > a {}
    #header .category-nav > li:hover li:hover > a {  background: rgba(204, 204, 204, 0.1)}
    #header .category-nav > li:hover > ul > li {
        overflow: visible;
        height: 50px;
    }
    #header .category-nav li ul li ul {
        top: 0;
        left: 100%;
    }
    #header .category-nav li:last-child ul li ul {
        left: 100%;
        width: 100%;
    }
    #header .category-nav li ul li ul:before {
        position: absolute;
        content: ">";
        top: 13px;
        left: -15px;
        width: 0;
        height: 0;
    }
    #header .category-nav li:last-child ul li ul:before {
        position: absolute;
        content: ">";
        top: 13px;
        left: -15px;
        width: 0;
        height: 0;
        /*
        content: "<";
        top: 13px;
        left: 200%;
        margin-left: -15px;
        */
    }
    #header .category-nav li ul li:hover > ul > li {
        overflow: visible;
        height: 50px;
    }
    #header .category-nav li ul li ul li a {}
    #header .category-nav li:hover ul li ul li a:hover {  background: rgba(204, 204, 204, 0.1)}

    #header .category-nav ul > li > a,
    #header .category-nav ul > li > ul > li > a,
    #header .category-nav ul > li > ul > li > ul > li a {
        padding-left: 10px;
    }



    /* ----- category_nav in side ---- */

    /* category-nav */

    .side .category-nav > li {
        display: block;
        margin: 0;
    }
    .side .category-nav li > a {
        width: 100%;
    }

    .side .category-nav > ul ul {
        width: 100%;
    }
    .side .category-nav > ul {
        width: 100%;
    }
    .side .category-nav > ul > li {
        width: 100%;
    }
    .side .category-nav > ul > li a {
        padding-left: 10px;
    }


    /* newslist */

    .newslist .heading01 {
        padding: 16px;
        text-align: left;
    }
    .newslist dt {
        padding: 16px;
    }
    .newslist dt .angle-circle {
        top: 14px;
        width: 25px; height: 25px;
    }
    .newslist dt .cb {
        font-size: 20px;
        top: 0; left: 3px;
    }
    .newslist dt .date {
        float: left;
        width: 6em;
    }
    .newslist dt .news_title {
        padding-left: 7em;
        padding-right: 30px;
    }
    .newslist dd {
        margin: 0 16px 16px;
    }
	
.news ul{
	border-top: none;
}

.news{
	margin-top: -36px;
}

    /* Item List Page
    ------------------------------------------- */

    .product_page .product_item {
        padding-bottom: 24px;
    }
    .item_photo {
        margin: 0 0 15px;
    }
    .item_comment {
        margin: 0 0 15px;
    }


    /* Item Detail Page
    ------------------------------------------- */

    #item_photo_area {
        padding-top: 0;
        padding-bottom: 0;
    }
    #item_detail_area .small {
        font-size: 12px;
        font-size: 1.2rem;
    }
    #item_detail_area .item_name {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 10px;
    }
    #item_detail_area .item_detail .sale_price {
        font-size: 28px;
        font-size: 2.8rem;
    }
    #item_detail_area .item_detail .sale_price .small {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #item_detail_area .item_detail .announce {
        padding: 14px 0;
    }
    #item_detail_area .item_detail .point {
        padding: 14px 0;
        border-top: 1px dotted #ccc;
    }
    #item_detail_area .item_detail .item_code {
        padding: 14px 0;
        border-top: 1px dotted #ccc;
    }
    #item_detail_area .item_detail .relative_cat {
        padding: 14px 0;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
    }
    #item_detail_area .item_detail .item_comment {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .cart_area {
        padding-top: 14px;
    }
    .cart_area .classcategory_list li {
        margin-top: 16px;
    }
    .cart_area .classcategory_list li:first-child {
        margin-top: 8px;
    }
    .cart_area .classcategory_list li select {
        width: auto;
        width: 350px;
    }
    .cart_area .quantity {
        margin: 14px 0;
    }
    #item_detail .snsbtn_area {
        padding: 14px 0;
    }

    /* freearea */

    #item_detail .freearea p {
        margin-bottom: 40px;
    }
    #item_detail .freearea .heading01 {
        margin-bottom: 16px;
    }

    /* review_area */

    #review_area {
        border-top: none;
        padding-bottom: 16px;
    }
    #review_area dl {
        padding-bottom: 32px;
    }
    #review_area dl dt {
        padding: 16px;
    }
    #review_area dl dt .cb {
        position: absolute;
        right: 32px;
        top: 24px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    #review_area dl dd {
        display: block;
        padding: 16px 0 0;
    }
    #review_area dl dd .review_btn {
        padding: 16px 0 0;
        text-align: center;
    }
    #review_area dl dd .review_btn a {
        width: auto;
        min-width: 350px;
    }
    #review_area .review_list {
        padding: 16px 0 0;
    }
    #review_area .review_list li {
        padding: 16px 0;
    }
    #review_area .review_list p {
        margin: 6px 0;
    }

    /* keyword_area */

    #keyword_area {
        border: 0 none;
    }
    #keyword_area .heading03 {
        border-top: 1px solid #E8E8E8;
        margin-top: 0;
        padding-top: 18px;
    }
    #keyword_area ul li a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #keyword_area .keyword_list {
        padding-bottom: 16px;
    }

    /* recommend_area */

    #recommend_area {
        border: 0 none;
    }
    #recommend_area .heading03 {
        border-top: 1px solid #E8E8E8;
        margin-top: 0;
        padding-top: 18px;
    }
    #recommend_area .carousel .product_item .btn_circle {
        right: 24px;
    }
    #recommend_area .carousel {
        margin-left: -16px;
        margin-right: -16px;
    }
    #recommend_area .carousel .product_item {
        padding: 0 16px;
    }
    #recommend_area .slick-next,
    #recommend_area .slick-prev {
        font-size: 37px;
        font-size: 3.7rem;
        top: -1.4em;
    }
    #recommend_area .slick-next {
        right: 14px;
    }
    #recommend_area .slick-prev {
        right: 74px;
    }

    #recommend_area .angle-circle {
        width: 35px; height: 35px;
        margin-top: 0;
    }
    #recommend_area .slick-prev .cb,
    #recommend_area .slick-next .cb {
        fill: #fff;
        position: relative;
        top: -4px; right: -2px;
        font-size: 25px;
        font-size: 2.5rem;
    }




    /* Cart Page
    ------------------------------------------- */

    .total_box {
        min-width: 256px;
        float: right;
        padding: 0;
    }
    .total_box dl {
        margin-left: 0;
    }
    .total_box .btn_group {
        padding: 16px 0;
    }
    .total_box .btn_group p {
        margin: 16px 0;
    }
    .total_box dl.total_price dt {
        padding-top: 0.3em;
    }
    .total_box dl.total_price dd {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .cart_item {
        margin: 24px 0 16px;
        border-top: 0 none;
    }
    .cart_item .item_box .table {
        width:58.33333333%;
    }
    .cart_item .item_quantity::before {
        content: "";
    }
    .cart_item.table .tbody .tr > .item_quantity {
        text-align: center;
    }
    .cart_item .item_detail .item_subtotal {
        display: none;
    }
    .cart_item.table .tbody .tr div.item_subtotal {
        display: table-cell;
        text-align: right;
    }
    .cart_item .item_box .table .item_photo {
        min-width: 160px;
        padding-right: 16px;
    }
    .column p {
        margin: 16px 0;
    }
    .column .form-inline input,
    .column .form-inline select {
        margin-bottom: 16px;
    }

    div.table .tbody .addr_box .column {
        text-align: left;
        position: relative;
    }
    .addr_box .column.is-edit .btn_edit {
        top: 16px;
    }

    .multiple_column .item_box > div,
    .multiple_column .item_box > dl {
        padding: 16px 0;
        vertical-align: middle;
    }
    .multiple_column .item_box .item_photo {
        padding: 16px;
        max-width: 198px;
    }
    .multiple_column .item_box .item_detail .item_price {
        margin: 8px 0 16px;
    }
    .multiple_column .form-group {
        margin-top: 16px;
    }
    .complete_message {
        text-align: center;
    }
    .complete_message .heading01 {
        font-size: 32px;
        font-size: 3.2rem;
    }

    #confirm_side {
        top: 0;
    }

	/* payment_list */

	.payment_list .radio {
		display: inline;
		margin-right: 16px;
		vertical-align:middle;
	}
	.payment_list .radio input[type="radio"] {
		margin-right: 10px;
	}
	.payment_list li img {
		margin-top: 0;
		vertical-align:middle;
	}

    /* MyPage
    ------------------------------------------- */
    /* ナビゲーション項目が6件の場合
    .local_nav li {
        width: 16.66666667%
    }*/

    .local_nav li {
        width: 25%;
    }
   .local_nav.favorite li {
        width: 20%;
    }
    .historylist_column {
        border-top: 1px solid #ccc;
        margin: 0;
    }
    .historylist_column .order_date {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 16px;
    }
    .historylist_column .table.item_box:first-child {
        border-top: 0 none;
    }
    .historylist_column .item_box .item_photo {
        min-width: 130px;
    }
    .historylist_column + .pagination {
        padding-top: 16px;
    }
    .unsubscribe_box h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
	.message_box h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}

    /****** Footer Setting ********/

    #footer {
        margin-top: 65px;
    }
	
/*#footer ul,
#footer li,
#footer p{
	padding: 0;
	margin: 0;
}*/

#footer ul{
	list-style: none;
}

/* utility */
#footer .utilityArea{
	background: #f5f3ef;
	padding: 0 0 30px;
}

#footer .utility li{
	float: left;
	margin: 30px 0.85% 0 0;
	width: 19.32%;
}

#footer .utility li:nth-child(5){
	margin-right: 0;
}

/*#footer .utility{
	font-size: 12px;
	font-size: 1.2rem;
}

#footer .utility div{
	float: left;
}

#footer .utilityFlow{ width: 23%; margin-right: 2.67%; }
#footer .utilitySend{ width: 23%; margin-right: 2.67%; }
#footer .utilityPay{ width: 23%; margin-right: 2.66%; }
#footer .utilityRisk{ width: 23%; }

#footer h4{
	margin: 0;
	padding: 0;
}

#footer .utilityTtl{
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 23px;
	line-height: 23px;
}

#footer .utilityFlow .utilityTtl{
	background-image: url(../Contents/ImagesPkg/common/icon_flow.gif);
	padding-left: 28px;
}

#footer .utilitySend .utilityTtl{
	background-image: url(../Contents/ImagesPkg/common/icon_send.gif);
	padding-left: 36px;
}

#footer .utilityPay .utilityTtl{
	background-image: url(../Contents/ImagesPkg/common/icon_pay.gif);
	padding-left: 40px;
}

#footer .utilityRisk .utilityTtl{
	background-image: url(../Contents/ImagesPkg/common/icon_risk.gif);
	padding-left: 31px;
}

#footer .utility p span{
	color: #bc8282;
}*/

/* footerSiteMap */

#footer .footerSiteMapArea{
	background: #fff;
	padding: 30px 0;
}

#footer .footerSiteMap ul{
	float: left;
	margin-right: 19px;
}

#footer .footerSiteMap ul:nth-last-child(1){
	margin-right: 0;
}

#footer .footerSiteMap ul li a::before {
    content: "- ";
}

#footer .footerSiteMap ul li a{
	color: #222;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
}

#footer .footerSiteMap ul li a:hover{
	text-decoration: underline;
}

#footer .footerSiteMapArea .footerSiteMapInfo{
	float: left;
	width: 17.33%;
	margin-right: 0.84%;
}

#footer .footerSiteMapArea .footerSiteMapContents{
	float: left;
	width: 81.83%;
}

#footer .footerSiteMapArea h5{
	margin: 0;
	padding: 0;
}

#footer .footerSiteMapArea .footerSiteMapTtl{
	border-bottom: 3px solid #968336;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

#footer .footerSiteMapArea strong{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 2;
}

.mb30{
	margin-bottom: 30px;
}

/* footerBanner */

#footer .footerBannerArea{
	background: #fff;
}

#footer .footerBanner{
	padding: 30px 8px;
	border-top: 1px solid #222;
}

#footer .footerBannerAbout{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0;
	margin: 0 0 30px 0;
}

#footer .footerBannerPr{
	list-style: none;
	margin: 0 auto 65px;
	width: 656px;
	padding: 0;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}

#footer .footerBannerPr li{
	float: left;
	width: 176px;
	margin-right: 64px;
}

#footer .footerBannerPr li:nth-last-child(1){
	margin-right: 0;
}

#footer .footerBannerPr img{
	margin-bottom: 10px;
}

#footer .footerBannerPr li a{
	color: #222;
	text-decoration: underline;
}

#footer .footerBannerPr li a:hover{
	text-decoration: none;
}

#footer .footerBannerInfo{
	clear: both;
}

#footer .footerBannerCompany{
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
}

#footer .footerBannerCompanyAddress{
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1;
}

#footer .footerBannerCompanyZip{
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 1;
}

#footer .footerBannerCompanyAddress span{
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

#footer .footerBannerCompanyAddress a{
	color: #222;
}

#footer .footerBannerCompanyAddress a:hover{
	text-decoration: underline;
}

#footer .footerBannerCompanyWarning{
	font-size: 9px;
	font-size: 0.9rem;
	padding: 0;
	margin: 0;
}

#footer .footerBannerContact{
	float: right;
}

#footer .footerTel img{
	width: 150px;
}

#footer .footerContact img{
	width: 200px;
}

#footer .footerLine img{
	width: 115px;
}

#footer .footerBannerContact ul li{
	float: left;
}

#footer .footerBannerContact ul li:nth-child(1){
	margin-right: 10px;
}

/* footerLink */

#footer .footerLinkArea{
	background: #200e26;
	padding: 30px 0;
}

#footer .footerLink{
	text-align: center;
}

#footer .footerLink ul{
	padding: 0;
	margin: 0 auto 30px;
	display: table;
}

#footer .footerLink ul li{
	display: table-cell;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 30px;
	border-left: 1px solid #7f7f7f;
}

#footer .footerLink ul li:nth-child(1){
	border-left: none;
}

#footer .footerLink ul li a{
	color: #fff;
	text-decoration: underline;
}

#footer .footerLink ul li a:hover{
	text-decoration: none;
}

#footer .footerLink .copy{
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
}

   /* #footer ul li {
        display: inline-block;
        margin: 0 8px 8px;
    }
    #footer ul li:first-child {
        margin-left: 0;
    }
    .footer_logo_area {
        margin-top: 88px;
    }
    .footer_logo_area .logo {
        font-size: 30px;
        font-size: 3rem;
        margin: 0;
    }
    .footer_logo_area .copyright {
        font-size: 16px;
        font-size: 1.6rem;
    }*/

    /****** Effect Setting ********/

    /* Overlay */
    .overlay {
        display: none;
    }

    /****** Each BlockParts Setting ********/

    /* Cart */
    .cart {
        height: 120px;
        top: 31px;
    }

    /* Search */

    /* ----- category_nav in header  ---- */

    #header #searchform select,
    #header #searchform input {
        float: left;
    }

    /* ----- category_nav in side ---- */

    .side #searchform select,
    .side #searchform input {
        float: none;
    }

    /* Member area */

    .member_link {
        margin: 0;
    }
    .member_link a {
        border: 0 none;
        font-size: 11px;
        font-size: 1.1rem;
        height: 20px;
        line-height: 20px;
		/*padding: 0 5px;*/
		text-decoration: none;
}
.member_link a .cb {
    font-size: 20px;
    font-size: 2rem;
}


/* Globalnav */

.globalnav{
	max-width: 100%;
	height: 22px;
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	font-size: 14px;
}

.globalnav > li{
	float: left;
	text-align: center;
	width: 25%;
	border-left: 1px solid #a0a0a0;
	height: 22px;
	position: relative;
}

.globalnav > li:nth-last-child(1){
	border-right: 1px solid #a0a0a0;
}

.globalnav li a{
	color: #222;
	display: block;
}

.globalnav li a:hover{
	color: #968336;
	text-decoration: none;
}

.globalnav .child{
	display: none;
    position: absolute;
	padding-top: 10px;
	margin-left: -60px;
}

.globalnav .oderMenu:hover .child{
	display: block;
}

.globalnav .child ul{
	background: #fff;
	padding: 0 20px;
	width: 270px;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
}

.globalnav .child ul li{
	text-align: left;
	border-bottom: 1px dotted #000;
}

.globalnav .child ul li a{
	padding: 15px 5px;
}

.globalnav .child ul li:nth-last-child(1){
	border-bottom: none;
}

.globalnav .child ul li a::before {
    content: ">　";
}

/* 検索メニュー */ 

.searchMenuArea{
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#35163f, endcolorstr=#1f0d25));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#35163f, endcolorstr=#1f0d25))";
	zoom: 1;
	background: -moz-linear-gradient(top,#35163f,#1f0d25);
	background: -webkit-gradient(linear,left top,left bottom,from(#35163f),to(#1f0d25));
	background: linear-gradient(to bottom, #35163f, #1f0d25);/* IE10+, W3C */
	margin-bottom: 30px;
	padding: 0 8px;
}

#page_homepage .searchMenuArea{
	margin-bottom: 15px;
}

.searchMenu{
	max-width: 1200px;
	margin: 0 auto;
}

.searchMenu li,
.keywordBox{
	float: left;
	height: 60px;
	border-left: 1px solid #535353;
}

.searchMenu li b{
	font-weight: normal;
}

.searchMenu .bordeaux,
.searchMenu .bourgogne,
.searchMenu .champagne{
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	width: 24.17%;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}

.searchMenu span{
	display: block;
}

.searchMenu span:hover,
.searchMenu .selected{
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#5a2a73, endcolorstr=#3e1d50));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#5a2a73, endcolorstr=#3e1d50))";
	zoom: 1;
	background: -moz-linear-gradient(top,#5a2a73,#3e1d50);
	background: -webkit-gradient(linear,left top,left bottom,from(#5a2a73),to(#3e1d50));
	background: linear-gradient(to bottom, #5a2a73, #3e1d50);/* IE10+, W3C */
	cursor: pointer;
}

.searchMenu span:before{
    content: url(../Contents/ImagesPkg/common/arrow_gnav.png);
	margin-right: 8px;
	position: relative;
	top: -3px;
}

.searchMenu span.selected:before{
    content: url(../Contents/ImagesPkg/common/arrow_gnav_select.png);
}

.searchMenu .searchItem {
	display: none;
	position: absolute;
	max-width: 1200px;
	width: 100%;
	z-index: 10;
}

.searchMenu .console{
	width: 72.51%;
	background: #f8f5f1;
	color: #222;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	padding: 24px 0 18px;
	box-shadow: 7px 17px 8px 0 rgba(0,0,0,0.56);
}

.searchMenu .bourgogne .console{
	margin-left: -24.17%;
}

.searchMenu .champagne .console{
	margin-left: -48.34%;
}

.keywordBox{
	padding: 14px 0 14px 27px;
	width: 27.49%;
}

.searchMenu .console dl{
	width: 85.52%;
	margin: 0 7.24%;
}

.searchMenu .console dt,
.searchMenu .console dd{
	float: left;
	line-height: 1;
	margin-bottom: 15px;
}

.searchMenu .console dt{
	width: 13.7%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
}

.searchMenu .console dd{
	width: 86.3%;
	height: 32px;
}

.searchMenu .console dd select,
.searchMenu .console dd input{
	width: 100%;
	/*height: 30px;
	border: 1px solid #bfbfbf;*/
	font-size: 13px;
}

.searchMenu .console dd div{
	float: left;
}

.searchMenu .console .separate{
	width: 46.9%;
}

.searchMenu .console .tilde{
	width: 6.2%;
	line-height: 32px;
	text-align: center;
}

.btnSearch{
	text-align: center;
}

.btnSearch button{
	border: none;
	padding: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 320px;
	height: 50px;
	background-image:url(../Contents/ImagesPkg/common/btn_search.gif);
	background-size: 320px 50px;
 }

.btnSearch button:hover,
.keywordBox button:hover{
	opacity: 0.8;
}

.keywordBoxInner{
	max-width: 302px;
	background: #fff;
}

.keywordBox input{
	width: 90.1%;
	border-top: 1px solid #bfbfbf;
	border-right: none;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	height: 32px;
	font-size: 13px;
}

.keywordBox button{
	width: 9.9%;
	float: right;
	padding: 0;
	margin: 0;
	background: #fff;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: none;
	height: 32px;
}

    /****** Each Page Setting ********/

    /* Item List Page
    ------------------------------------------- */

    /* Item Detail Page
    ------------------------------------------- */

    /* Cart Page
    ------------------------------------------- */

    .cart_page .dl_table {
        margin: 24px 0 32px;
    }
    .cart_page .dl_table dt {
        margin-bottom: 0;
    }
    #shopping_confirm .cart_item.table {
        border-top: 1px dotted #ccc;
    }
    #shopping_confirm .column .cart_item.table {
        margin-top: 0;
    }
    #shopping_confirm .total_box {
        margin-top: 24px;
        padding: 16px;
        min-width: 0;
        width: 100%;
        float: none;
    }
    #shopping_confirm .total_box dl {
		padding-top: 8px;
	}
    #shopping_confirm .total_box dl:first-child {
		padding-top: 0;
	}
    #shopping_confirm .total_box dl dt {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shopping_confirm .total_box .total_amount {
        margin-top: 16px;
    }
    #shopping_confirm .total_box .total_amount p.total_price {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shopping_confirm .total_box .total_amount p.total_price strong {
        font-size: 24px;
        font-size: 2.4rem;
    }
    #shopping_confirm .total_box .total_amount p.total_price strong .small {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shopping_confirm .heading02 {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 32px;
    }
    #shopping_confirm .cart_item .item_box .table .item_photo {
        min-width: 80px;
        max-width: 96px;
    }
    #deliveradd_input .dl_table {
        border-top: 1px dotted #ccc;
    }

    /* MyPage
    ------------------------------------------- */
    .mypage .intro {
        padding-bottom: 16px;
    }
    .mypage #shopping_confirm .cart_item,
    .mypage #shopping_confirm .total_box {
        margin-top: 0;
    }
    .mypage #item_list .product_item {
        padding-bottom: 24px;
    }
    .mypage .title_hint {
        margin: 24px 0 0;
    }
    .mypage .title_hint + .form-group {
        padding-top: 8px;
    }


    /* Registration Page
    ------------------------------------------- */

    .registration_page .dl_table {
        margin: 24px 0 32px;
    }


    /* Other Page
    ------------------------------------------- */


   /* Login Page */

    #login_box .column {
        padding: 16px 16px 40px;
    }
    #login_box .column p {
        margin-bottom: 8px;
    }
    #login_box .column .form-group {
        padding: 8px 0 8px 13%;
    }
    #login_box .column .btn_area p {
        float: left;
        width: 37%;
        min-width: 195px;
        margin-right: 3%;
    }
	#login_box .column .btn_area ul {
		margin-top: 0;
	}
    #login_box .column .btn_area button {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #login_box .column .btn_area ul {
        float: left;
    }
    #login_box .column .btn_area ul li {
        margin: 4px 0;
    }

    #login_box .column input[type="text"],
    #login_box .column input[type="password"]{
        width: 85%;
    }
    #login_box .column .btn_area,
    #login_box .column .message {
        padding: 8px 13%;
        margin: 0;
    }

    .login_cart .column .column_inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /* Forgot Page */

    #forgot_page .column {
        padding: 32px;
        margin-bottom: 16px;
    }
    #forgot_page .column .form-group {
        padding: 8px 0 8px 11%;
        width: 89%;
    }
    #forgot_page .column .btn_area {
        padding: 20px 0 0 21%;
        width: 79%;
    }
    #forgot_page .column .message {
        margin-bottom: 16px;
    }

	/* Error Page */

	.error_page .footer_logo_area {
		margin-top: 0;

	}
	
/* pagetop */

#pagetop{
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index: 100;
}

/* drawer */

.drawerTtl,
.sideBanner li span{
	display: none;
}	

/* 商品一覧 */

#main .itemList li:nth-child(4n){
	margin-right: 0;
}

/* さらに詳しい情報・ご注意 */

.productMore li{
	width: 30%;
	margin-right: 5%;
	font-size: 14px;
	font-size: 1.4rem;
}

.productMore li:nth-child(3),
.productMore li:nth-child(6){
	margin-right: 0;
}

.productMore li:nth-child(1),
.productMore li:nth-child(2),
.productMore li:nth-child(3){
	margin-bottom: 30px;
}

/* 商品詳細 */

.itemInfoArea .shoppingAction{
	display: table;
	padding: 15px 0;
	width: 100%;
}

.itemInfoArea .shoppingAction dt,
.itemInfoArea .shoppingAction dd{
	display: table-cell;
	vertical-align: top;
}

}





  /* ラインナップページ
    ------------------------------------------- */


#hanpukai .visual{
    width: 100%;
    margin-bottom: 50px;
}

#hanpukai .visual img{
   width: 100%;
    max-width: 100%;
}

.kinds_side{
    float: left;
    width: 35%;
}

.kinds_side h4{
    width: 100%;
    margin: 0;
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
    position: relative;
}

h4.red_title{
    background-color: #9b1a1a;
}

h4.red_title:before{
    content: "";
    position: absolute;
    background: url(../../../Contents/ImagesPkg/lineup/red_icon.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 55px;
    left: 5%;
    top: -10px;
}

h4.yellow_title{
    background-color: #d8a664;
}

h4.yellow_title:before{
    content: "";
    position: absolute;
    background: url(../../../Contents/ImagesPkg/lineup/yellow_icon.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 55px;
    left: 5%;
    top: -10px;
}

h4.green_title{
    background-color: #50a184;
}

h4.green_title:before{
    content: "";
    position: absolute;
    background: url(../../../Contents/ImagesPkg/lineup/green_icon.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 55px;
    left: 5%;
    top: -10px;
}

h4.purple_title{
    background-color: #6d4177;
}

h4.purple_title:before{
    content: "";
    position: absolute;
    background: url(../../../Contents/ImagesPkg/lineup/purple_icon.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 55px;
    left: 5%;
    top: -10px;
}

.kinds_side ul{
    padding: 3% 5% 10% 8%;
}

.kinds_side ul li{
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.kinds_side ul li:before{
    content: "●";
    position: absolute;
    display: block;
    color: #8f7c2b;
    font-size: 10px;
    line-height: 30px;
    left: 0;
    top: 0px;
}

.kinds_side ul li a{
    color: #151515;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
}

.kinds_side ul li a:hover{
    text-decoration: underline;
}

.kind_cont_wrap{
    float: right;
    width: 60%;
    margin-left: 5%;

}

.kind_cont_wrap > div{
    display: none;
    border: 1px solid #9a9a9a;
}

.kind_cont_wrap > div:first-child{
    display: block;
}

.kind_cont{
    background: #f9f5eb;
    padding: 1.5%;
}

.kind_cont img{
    max-width: 100%;
    height: auto;
}

.kind_cont .main_txt{
    padding: 2%;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    font-weight: 400;
}

.kind_cont_wrap .readmore{
    text-align: right;    
}

.kind_cont_wrap .readmore a{
    font-size: 16px;
    color: #009ddf;
    line-height: 25px;
}

.recommend{
    background: #f4e6c4;
    padding: 2%;
    margin-top: 3%;
}

.recommend_table{
	display: table;
	width: 100%;
}

.recommend_table .icon{
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    height: auto;
}

.recommend_table ul{
    display: table-cell;
    vertical-align: middle;
    width: 75%;
    padding-left: 5%;
}

.recommend ul li{
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}

.recommend ul li:before{
    content: "●";
    position: absolute;
    display: block;
    color: #8f7c2b;
    font-size: 20px;
    line-height: 25px;
    left: 0;
    top: 0;
    color: #9b1a1a;
}

.recommend .detail{
    clear: both;
}

.recommend .detail > div{
    width: 24.2%;
    display: inline-block;
    margin-right: -4%;
    margin-left: 3.8%;
    vertical-align: top;
    margin-top: 1%;
    background: white;
    height: auto;
}

.recommend .detail > div:nth-child(4n+1){
    margin-left: 0;
}

.recommend .detail h6{
    background: #9b1a1a;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
}

.text_wrap{
    display: table;
    width: 100%;
}

.recommend .detail > div p{
    padding: 5% 0;
    text-align: center;
    color: #9b1a1a;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}

.recommend .detail span{
    display: block;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
}

#yellow02 .recommend .detail > div:nth-child(2) span{
    line-height: 15px;
}

.recommend .detail span.bottle{
    display: inline-block;
    background: url(../../../Contents/ImagesPkg/lineup/bottle.png) no-repeat;
    width: 8px;
    height: 35px;
    background-size: 100% auto;
    margin: auto;
}

.recommend .detail img.flag{
    width: 55px;
    height: auto;
}

.about {
    clear: both;
    margin-top: 3%;
    margin-bottom: 5%;
    background: #f9f6ec;
}

.about_inner{
    padding: 2%;
}

.about h3{
    display: block;
    background: url(../../../Contents/ImagesPkg/lineup/wood_bg.png) repeat;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 20px 10%;
    font-weight: 600;
    position: relative;
    margin: 0;
}

.about h3:before{
    content: "";
    background: url(../../../Contents/ImagesPkg/lineup/deep_yl_icon.png) no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    background-size: 100% auto;
    left: 2%;
    top: 20%;
    bottom: 0;
    margin: auto;
}

.about_border{
    background: url(../../../Contents/ImagesPkg/lineup/border.png) repeat-x center top;
    background-size: auto 100%;
    height: 5px;
    display: block;
}

.about_top .image{
    width: 35%;
    float: left;
    padding: 10px 15px 0px 0%;
}

.about_top .image img{
    max-width: 100%;

}

.about_top p.aout_txt01{
    font-size: 16px;
    line-height: 25px;
    color: #222222;
    float: left;
    width: 65%;
}

.about_top p span{
    font-weight: bold;
    color: #ab1616;
    background: #fff3c5;
}

.about_inner h4{
    color: white;
    background: url(../../../Contents/ImagesPkg/lineup/cheers.png) no-repeat;
    background-position: 2% center;
    background-size: 40px auto;
    background-color: #d7a361;
    padding: 20px 0 20px 10%;
    font-size: 19px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.point > div{
    display: inline-block;
    width: 49%;
    margin-left: 2%;
    margin-right: -10px;
    margin-top: 2%;
    vertical-align: top;
}

.point > div:nth-child(2n+1){
    margin-left: 0;
}

.point > div h5{
    background: #b01c1c;
    color: white;
    padding: 0;
    font-size: 18px;
    line-height: 50px;  
    font-weight: bold;
    text-align: left;
    letter-spacing: -1px;
    margin: 0;
}

.point > div h5 span{
    font-style: italic;
    padding: 0 20px;;
    background: #760000;
    display: inline-block;
    text-align: left;
    margin-right: 2%;
}

.point > div .text_wrap{
    background: white;
    display: table;
    width: 100%;
    padding: 4% 0;
}

.point > div .text_wrap p{
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #9e0202;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    letter-spacing: -1px;
}

.greeting{
    background: #f9f5eb;
    padding: 3%;
    margin-bottom: 5%;
}

.greeting .image{
    float: left;
    margin: 0 3% 2% 0;
    width: 35%;
}

.greeting .image img{
    max-width: 100%;
    height: auto;
}

.greeting h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -2px;
    font-family: YuMincho, 'Yu Mincho', serif;
    padding: 2% 3% 3% 3%;
    /* display: inline; */
    border-bottom: 2px solid #ccaf66;
    /* clear: right; */
    margin-left: 38%;
    margin-bottom: 3%;
}

.greeting .border{
    border-bottom: 2px solid #ccaf66;
    display: inline;
    height: 2px;
    width: 100%;
}

.greeting .more{
    font-size: 16px;
    line-height: 25px;
    color: #222222;
}

.greeting .name_pc{
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    margin-top: 2%;
}

.greeting .name_sp{
    display: none;
}


/* Slider */
.voice_slide .slick-slider{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.voice_slide .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.voice_slide .slick-list:focus{
    outline: none;
}
.voice_slide .slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.voice_slide .slick-slider .slick-track,
.voice_slide .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.voice_slide .slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.voice_slide .slick-track:before,
.voice_slide .slick-track:after{
    display: table;

    content: '';
}
.voice_slide .slick-track:after{
    clear: both;
}
.voice_slide .slick-loading .slick-track{
    visibility: hidden;
}

.voice_slide .slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.voice_slide [dir='rtl'] .slick-slide{
    float: right;
}

.voice_slide .slick-slide img{
    display: block;
}

.voice_slide .slick-slide.slick-loading img{
    display: none;
}

.voice_slide .slick-slide.dragging img{
    pointer-events: none;
}
.voice_slide .slick-initialized .slick-slide{
    display: block;
}

.voice_slide .slick-loading .slick-slide{
    visibility: hidden;
}

.voice_slide .slick-arrow.slick-hidden {
    display: none;
}

.voice_slide{
	margin-top: 20px;
}

.voice h3{
    display: block;
    background: url(../../../Contents/ImagesPkg/lineup/wood_bg.png) repeat;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 20px 10%;
    font-weight: 600;
    margin: 0;
    position: relative;
}

.voice h3:before{
    content: "";
    background: url(../../../Contents/ImagesPkg/lineup/deep_yl_icon.png) no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    background-size: 100% auto;
    left: 2%;
    top: 20%;
    bottom: 0;
    margin: auto;
}

.voice .border{
    background: url(../../../Contents/ImagesPkg/lineup/border.png) repeat-x center top;
    background-size: auto 100%;
    height: 5px;
    display: block;
}

.voice_slide div{
	width: 49.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    margin-right: -1%;
    margin-bottom: 1%!important;
    box-sizing: border-box;
}

.voice_slide div:nth-child(2n+1){
    margin-left: 0;
}

.voice_slide div img{
    max-width: 100%;
}

.voice_slide .slick-slider{
    padding-bottom: 10%;
    padding-top: 3%;
}

.voice_slide .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.voice_slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.voice_slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.voice_slide .slick-dots li button::before {
    font-family: slick;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "?";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.voice_slide .slick-dots li.slick-active button:before {
    color: #ca2344;
    opacity: 1;
}

.question{
    clear: both;
}

.question h3{
    color: white;
    background: url(../../../Contents/ImagesPkg/lineup/purple_icon.png) no-repeat;
    background-position: 2% center;
    background-size: 40px auto;
    background-color: #6d4177;
    padding: 20px 0 20px 10%;
    font-size: 19px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.question_wrap{
    margin-bottom: 10px;
}

.question_wrap h4{
    padding: 17px;
    color: #6d2d6d;
    font-size: 19px;
    background: #f2ebf2;
    position: relative;
    text-indent: -1.8em;
    padding-left: 2.8em;
    margin: 0;
    line-height: 25px;
}

.question_wrap h4:after{
    content: "▼";
    position: absolute;
    right: 0.2%;
    color: #6d2d6d;
    top: 0;
    font-size: 15px;
    line-height: 25px;
    height: 25px;
    bottom: 0;
    margin: auto;
}

.question_wrap h4.ui-state-active:after{
    content: "▲";
}

.question_wrap h4 span{
    font-weight: bold;
}

.question_wrap .answer{
    font-size: 16px;
    line-height: 20px;
    padding: 20px 30px;
}

.question_wrap .answer p{
	margin: 0;
}

@media only screen and (max-width: 1024px){
    #main{
        width: 100%;
								padding-bottom:20px;
    }
    
    .recommend .detail > div p{
        font-size: 14px;
        line-height: 20px;
    }
    
    .kinds_side h4 {
        text-align: left;
        padding-left: 12%;
        box-sizing: border-box;
        font-size: 16px;
    }
    
    .kind_cont .main_txt{
        font-size: 14px;
        line-height: 20px;
    }
    
    .kinds_side ul li a{
        font-size: 14px;
    }
    
    .recommend ul li {
        font-size: 14px;
    }
    
    .kinds_side{
        float: none;
        width: 100%;
    }
    
    .kind_cont_wrap{
        float: none;
        width: 100%;
        margin: 0;
    }
    
    .kind_cont_wrap .readmore a{
        font-size: 14px;
    }
    
    .voice_slide div{
        width: 100%;
        display: block;
        margin: 0;
    }
    
    .about h3:before{
        top: 0;
        left: 2%;
        width: 12%:
    }
    
    .about h3{
        padding-left: 10%;
        font-size: 16px;
    }
    
    .about_border {
        background-size: auto 100%;
        height: 3px;
    }
    
    .about_top .image,
    .about_top p.aout_txt01{
        width: 100%;
        float: none;
        font-size: 14px;
    }

    .about_top .image{
    	text-align: center;
    }
    
    .about_inner h4{
        padding-left: 10%;
        font-size: 16px;
    }
    
    
    .greeting h3 br{
        display: none;
    }
    
    .greeting h3{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 1%;
        padding-bottom: 1%;
        margin-top: 0;
        padding-left: 0;
    }
    
    .greeting .more {
        font-size: 13px;
        line-height: 20px;
    }
    
    .greeting .name_pc {
	    font-size: 13px;
	    line-height: 16px;
	}
    
    .voice h3{
        font-size: 16px;
        padding-left: 10%;
    }
    
    .question h3{
        padding-left: 10%;
        font-size: 16px;
    }
    

    
    .question_wrap h4{
        font-size: 14px;
        padding: 20px 20% 20px 5%;
        line-height: 20px;
    }
    .question_wrap .answer{
        font-size: 14px;
        line-height: 18px;
    }

    .point > div h5{
    	font-size: 14px;
    }

    .point > div .text_wrap p{
    	font-size: 16px;
    }
    
    
}
@media only screen and (max-width: 767px){
    .evaluation {
        margin-top: 10px;
        font-size: 13px;
    }
.product_about_page #main p{
font-size:13px;
}
}
@media only screen and (max-width: 480px){


	.kinds_side h4 {
	    padding-left: 22%;
	}

	.about h3{
		padding-left: 20%;
	}

	.about_inner h4{
        padding-left: 20%;
    }

    .voice h3{
        padding-left: 20%;
    }

    .question h3{
    	padding-left: 20%;
    }

    .greeting .name_sp{
    	font-size: 10px;
    	margin-left: 38%;
    }


    .point > div .text_wrap p{
        font-size: 16px;
    }

    .point > div{
        width: 100%;
        margin-left: 0;
    }
    
    .point > div h5 span{
        padding: 0 5%;
    }
    
    .point > div h5{
    	font-size: 13px;
    }

    .greeting .name_sp{
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        margin-top: 2%;
        display: block!important;
        margin-bottom: 5%;
    }

    .greeting .name_pc{
        display: none;
    }

    .more_text{
        display: block;
        clear: left;
        line-height: 15px;
    }
    
    .morecontent span{
        display: none;
    }
    

    .morelink{
        background: #e6dcc4;
        color: #222222;
        padding: 2% 5%;
        font-size: 15px;
        margin: auto;
        display: block;
        text-align: center;
        text-decoration: none!important;
        width: 50%;
        margin-top: 10px;
    }

    .question_wrap h4{
        font-size: 14px;
        padding: 20px 20% 20px 10%;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .recommend_wine_pc {
        display: none;
    }
    .recommend_wine_mobile {
        display: block;
    }
    #main .itemList li a {
        text-align: left;
        display: table;
    }
    #main .itemList li a img {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        max-width: 60px;
    }
    #main .itemList li p {
        display: inline-block;
        text-align: left;
        margin: 10px;
        max-width: 220px;
    }
    #main .itemList li {
        float: none;
        text-align: center;
        width: 100%;
        margin-right: 0%;
        border-bottom: 1px solid #000;
    }
    .recommend_wine_mobile .itemList li:last-child {
        float: none;
        text-align: center;
        width: 100%;
        margin-right: 0%;
        border-bottom: 0 !important;
    }
    #main .itemList li div {
        text-align: center;
        display: inline-block;
        width: 300px;
    }

    .daily_wine_pc {
        display: none;
    }
    .daily_wine_mobile {
        display: block;
    }
    .daily_wine_mobile li {
        float: none;
        width: 100% !important;
        display: inline-block !important;
        text-align: center;
        margin-right: 0%;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
    }
    .daily_wine_mobile li:last-child {
        float: none;
        text-align: center;
        width: 100%;
        margin-right: 0%;
        border-bottom: 0 !important;
    }
    .rankingItem {
        width: 60px !important;
    }
    .rankingNo {
        width: 60px !important;
    }
    .daily_wine_mobile ul li a div {
        width: 60px;
        display: inline-block;
        text-align: center;
    }
    .daily_wine_mobile ul li a p {
        max-width: 220px;
        display: inline-block;
    }
    .daily_wine_mobile ul li a {
        display: inline-block !important;
        width: 300px;
        text-align: left;
    }
    .rankingItem img {
        max-width: 60px;
    }
}

@media only screen and (min-width: 1025px) {
    .recommend_wine_pc {
        display: block;
    }
    .recommend_wine_mobile {
        display: none;
    }
    .daily_wine_pc {
        display: block;
    }
    .daily_wine_mobile {
        display: none;
    }
}



/*メルマガ商品の回遊に使用（ＥC商品ページで）**********/
/* width**********/
.w_p100{ width: 100%; height: auto;}
.w_max_p100{ max-width: 100%; height: auto;}

/*flexなbox**********/
	/*親要素*/
.flex_root,
.flex_root_inline{
	flex-flow: row wrap; justify-content: space-around;
	align-items: stretch; align-content: stretch;
}
.flex_root{ display: flex;}
.flex_root_inline{ display: inline-flex;}
	/*子要素*/
.flex_box{ flex: 1 1 auto;}
.flex_box::after{ content:"";clear: both;display: block;/*cf*/}
	/*横のbox数*/
.flex_col_1_1,
.flex_col_2_1,
.flex_col_3_1,
.flex_col_4_1,
.flex_col_5_1{ width: 96%; margin: 0 2%;}
.flex_col_2_2,
.flex_col_3_2,
.flex_col_4_2,
.flex_col_5_2{ width: 47%; margin: 0 1.5%;}
.flex_col_3_3,
.flex_col_4_3,
.flex_col_5_3{ width: 31%; margin: 0 1.14%;}
.flex_col_4_4,
.flex_col_5_4{ width: 24%; margin: 0 0.5%;}
.flex_col_5_5{ width: 18.9%; margin: 0 0.5%;}
/* PC */
@media only screen and (min-width: 1025px) {
	.flex_col_2_1,
	.flex_col_2_2{ width: 47%; margin: 0 1.5%;}
	.flex_col_3_3,
	.flex_col_3_2,
	.flex_col_3_1{ width: 31%; margin: 0 1.14%;}
	.flex_col_4_4,
	.flex_col_4_3,
	.flex_col_4_2,
	.flex_col_4_1{ width: 24%; margin: 0 0.5%;}
	.flex_col_5_5,
	.flex_col_5_4,
	.flex_col_5_3,
	.flex_col_5_2,
	.flex_col_5_1{ width: 19%; margin: 0 0.5%;}
}/*△*/
		/*画像 マージンなし用*/
.flex_root.img_just{ justify-content: stretch;}
.img_just > *[class*="flex_col"]{ margin: 0;}
/* sp▽ */ @media only screen and (max-width: 1024px) {
	.img_just > *[class*="flex_col_2_2"]{ width:50%;}
	.img_just > *[class*="flex_col_3_3"]{ width:33.33%;}
	.img_just > *[class*="flex_col_4_4"]{ width:25%;}
	.img_just > *[class*="flex_col_5_5"]{ width:20%;}
}/*△*/
/* PC▽ */ @media only screen and (min-width: 1025px) {
	.img_just > *[class*="flex_col_2"]{ width:50%;}
	.img_just > *[class*="flex_col_3"]{ width:33.33%;}
	.img_just > *[class*="flex_col_4"]{ width:25%;}
	.img_just > *[class*="flex_col_5"]{ width:20%;}
}/*△*/



/*回遊リンク06AR 行き先3-5箇所のうち自ページ非表示/soldなし */
.migrate06{ position: relative; border: 2px solid #e5e0db; border-radius: 5px;}
.migrate06 .title{ display: block; margin: 5px auto; padding: 5px; width: 14em; text-align: center; color: #eee; background: #8C0001; border-radius: 50px;}
.migrate06 .link_wrapper{ padding: 5px;}
.migrate06 .box{ flex: 1 1 auto; margin: 5px; border: 1px solid #e5e0db; border-radius: 5px;}
/* PC */ @media only screen and (min-width: 1025px) { .migrate06 .box .photo{ padding: 0px 10%;} }
.migrate06 .box .photo img{ display: block; margin: 0px auto;}

.migrate06 .box .name,
.migrate06 .box .button{ letter-spacing: -1px;}
.migrate06 .box .name{ min-height: 3.6em;}


/* PC */ @media only screen and (min-width: 1025px) { .migrate06 .box .name{ text-align: center;} }
.migrate06 .box .button{ margin: 8px 15%; padding: 2px; text-align: center; color: #eee; background: #4DA139; border-radius: 5px;}
.migrate06 .box .button::before{ content: "ご購入はこちら"; font-size: 80%;}
	/*自頁分 非表示*/
.migrate06.link_1 .box.link_1,
.migrate06.link_2 .box.link_2,
.migrate06.link_3 .box.link_3,
.migrate06.link_4 .box.link_4,
.migrate06.link_5 .box.link_5,
.migrate06.link_6 .box.link_6,
.migrate06.link_7 .box.link_7,
.migrate06.link_8 .box.link_8,
.migrate06.link_9 .box.link_9,
.migrate06.link_10 .box.link_10{ display: none;}
	/*box幅指定*/
/* sp▽ */ @media only screen and (max-width: 1024px) {
	.migrate06 .box{ width: 47%; margin: 0 0.5%;}
	.migrate06.select_4 .box:last-of-type{ margin-right: 50%;}
	.migrate06.select_8 .box:last-of-type{ margin-right: 50%;}
	.migrate06.select_4 .box:nth-of-type(n+3),
	.migrate06.select_8 .box:nth-of-type(n+3),
	.migrate06.select_5 .box:nth-of-type(n+3){ margin-top: 10px;}
	.migrate06.select_10 .box:nth-of-type(n+3){ margin-top: 10px;}
}/*△*/
/* PC▽ */ @media only screen and (min-width: 1025px) {
	.migrate06.select_3 .box{ width: 47%; margin: 0 1.5%;}
	.migrate06.select_6 .box{ width: 47%; margin: 0 1.5%;}
	.migrate06.select_4 .box{ width: 31%; margin: 0 1.14%;}
	.migrate06.select_8 .box{ width: 31%; margin: 0 1.14%;}
	.migrate06.select_5 .box{ width: 24%; margin: 0 0.5%;}
	.migrate06.select_10 .box{ width: 24%; margin: 0 0.5%;}
}/*△*/



@media only screen and (max-width: 768px) {
.mailm-warp{
padding:4px 15px;
}
.mail-flex {
    flex-direction: column !important;
				}
.melmagaForm .mlLabel {
    width: 100%;
    background: #f8f8f8;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 0;
    padding: 12px 20px;
    font-size: 15px;
}
.melmagaForm .mlInput {
    width: 100%;
    padding: 12px 20px;
}
.companyImg{
        width: 240px;
        display: flex;
        /* gap: 20px; */
        flex-direction: column;
        justify-content: center;
        width: 240px;
        margin: 30px auto;
    }

    .companyImg dl.companyImg01 {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
h3.hd_purple{
font-size:18px;
}																													
}

