/*-----------------------
共通 （2015-09-16 16:24 変更が消える問題の調査用）
-------------------------*/
@import url('animate.css');

@font-face {
  font-family: acms-admin-fonts;
  src: url(../fonts/acms-fonts-20161209.eot?807jko);
  src: url(../fonts/acms-fonts-20161209.eot?807jko#iefix) format('embedded-opentype'),
    url(../fonts/acms-fonts-20161209.ttf?807jko) format('truetype'),
    url(../fonts/acms-fonts-20161209.woff?807jko) format('woff'),
    url(../fonts/acms-fonts-20161209.svg?807jko#acms-fonts-20161209) format('svg');
  font-weight: 400;
  font-style: normal;
}

html:not(.no-smooth-scroll) {
  scroll-behavior: smooth;
  scroll-padding-top: calc(80px + 2rem); /* 80pxはヘッダーの高さ */
}

body {
  padding-top: 0px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 768px) {
  select,
  input[type='number'],
  input[type='text'],
  input[type='password'] {
    font-size: 16px !important;
    line-height: normal;
  }
}
a:hover,
a:focus {
  text-decoration: none;
}
.alert.alert-danger.alert-hide {
  display: none;
}


.padTop {
  padding-top: 120px;
}

label {
  font-weight: normal;
}

.js-acms-login,
.js-acms-unlogin {
  display: none;
}

.acms-form select {
  font-size: 16px;
  padding: 11px 30px 11px 10px;
}

@media screen and (max-width: 768px) {
  .acms-form select {
    font-size: 16px;
  }
}
.mainParagraph {
  margin-bottom: 20px;
}
.cautionSpan {
  color: #ff0000;
}
.pcHeader.fixed + .container {
  margin-top: 120px;
  /*overflow-x: hidden;*/
}
.acms-entry .main {
  padding: 0;
}

.main.registMain {
  margin-left: 0;
}

.smallerSpan {
  font-size: 0.8em !important;
}

.flexslider .slides {
  padding: 0;
}

.flexslider .slides img {
  max-width: 100%;
  width: auto;
  margin: auto;
  display: block;
}

.container {
  width: 1170px;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

/*.pcHeader .container{
	padding:0;
}*/

.wide-container {
  width: 95%;
  margin: 0 auto;
}

/*@media screen and (max-width: 768px) {
	.row.row-lg{
		margin-right:-20px;
		margin-left:-20px;
	}
}

@media screen and (max-width: 1200px) {
	.container{
		width: 970px;
	}
}
@media screen and (max-width: 992px) {
	.container{
		width: 750px;
	}
}*/

#adminBox {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .sp--block {
    display: block;
  }
}
/*-----------------------
bootstrapのオーバーライド
-------------------------*/
.img-responsive {
  width: inherit;
}

.input-group-addon {
  background-color: #666666;
  color: #ffffff;
  border-radius: 0;
}

.navbar-static-top {
  z-index: 998;
}

#js-edit_inplace-control button {
  height: inherit;
}
.form-group.form-group-block {
  display: block;
  margin-bottom: 10px;
}
.form-group.form-group-inlineBlock {
  display: inline-block;
  margin-bottom: 10px;
}
/* ----------------
alert
jsと連動してアニメーションさせています。
------------------ */
.alert {
  /*	background-color:#B94A48;
	color:#FFFFFF;*/
  /*-moz-animation: anime1 0.5s ease 0s 1 alternate;
	-webkit-animation: anime1 0.5s ease 0s 1 alternate;
	animation: anime1 0.5s ease 0s 1 alternate;*/
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.alert.active {
  opacity: 1;
}

.alert.alert-success {
  background-color: #d8ebbd;
  color: #69a800;
}
.alert.js-alert-transition {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.alert.js-alert-transition.active {
  opacity: 1;
}

#cartBox {
  left: 0 !important;
  margin-top: -10px;
}

#cartBox .detailPopoverArrow {
  left: 45px;
}

#loginBox {
  left: 0 !important;
  margin-top: -10px;
}
/* ----------------------
ユーティリティ
------------------------ */

.acms-block {
  display: block;
}

.pad30 {
  margin: 30px 0 30px 0;
}

.bottom5 {
  margin-bottom: 5px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom50 {
  margin-bottom: 50px;
}
.top10 {
  margin-top: 10px;
}
.left0 {
  margin-left: 0 !important;
}
.right0 {
  margin-right: 0 !important;
}
.width100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.center {
  margin: 0 auto;
  position: relative;
}

center iframe {
  max-width: 100%;
}

.strong {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7;
}

/* ----------------------
パーツ類
----------------------- */

/*コピーライト*/

.copyright {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  line-height: 2;
  margin: 0;
}

/* トピックパス */

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 13px;
  background-color: #ffffff;
}

.breadcrumb > li {
  color: #999999;
  font-weight: normal;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  content: '>';
}

.breadcrumb > li > a {
  color: #999999;
}

.breadcrumb > li > a:hover {
  color: #6ca51e;
}
.breadcrumb.storecrumb > li:last-child {
  display: none;
}
/*.breadcrumb > li:last-child {
	display: none;
}*/

/* ラベル */

.badge {
  background-color: #6ca51e;
  border-radius: 2px;
}

.badge:hover {
  opacity: 0.7;
}

.acms-entry .badge a,
.acms-entry .badge a:link,
.acms-entry .badge a:active,
.acms-entry .badge a:visited {
  color: #ffffff;
}

.acms-entry .badge a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #6ca51e;
}

.acms-entry .entryTag dt {
  float: left;
  margin-right: 5px;
  color: #999999;
  line-height: 1;
  font-weight: normal;
}

.acms-entry .entryTag dd {
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
  line-height: 1;
}

.nav > li > a,
.nav-pills > li > a {
  padding: 0;
  color: #666;
}

.nav > li > a:hover,
.nav-pills > li > a:hover {
  padding: 0;
  color: #666;
  background: none;
  border-radius: 0;
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.entry-container-slide-wrap {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px;
  overflow: hidden;
}

.entry-container-slide {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  .entry-container-slide {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .entry-container-slide table,
  .entry-container-slide tbody,
  .entry-container-slide tr,
  .entry-container-slide td,
  .entry-container-slide th {
    white-space: nowrap;
  }
}
/*ボタン*/

.kf-btn {
  cursor: pointer;
  display: inline-block;
  padding: 14px 60px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  background-color: #eeeeee;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 10px;
  color: #666666;
}

.kf-btn.kf-btn-nomargin {
  margin-left: 0px;
}

.orderTableCell .kf-btn:hover,
.kf-btn:hover,
.kf-btn.kf-btn-hover {
  border: 1px solid #a5a5a5;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #666666;
  border: 1px solid #a7a7a7;
  background-color: #eeeeee;
  text-decoration: none;
}

.kf-btn.kf-btn-active,
.kf-btn:active {
  border: 1px solid #a6a6a6;
  background-color: #d6d6d6;
  box-shadow: inset 0 1px 2px #b2b2b2;
}

.kf-btn.kf-btn-sm {
  padding: 6px 13px 4px;
  vertical-align: top;
}
.kf-btn.kf-btn-xs {
  padding: 6px 13px 4px;
}
.kf-btn-block {
  display: block;
  width: 100%;
  margin: 0;
}

.kf-btn-login {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.kf-btn.kf-btn-left0 {
  margin-left: 0;
}

.kf-btn.disabled, .kf-btn:disabled, fieldset:disabled .kf-btn {
  pointer-events: none;
  opacity: 0.65;
}

/*danger*/

.kf-btn.kf-btn-danger {
  color: #ffffff;
  background-color: #c31700;
  border: 1px solid #c31700;
}

.orderTableCell .kf-btn.kf-btn-danger:hover,
.kf-btn.kf-btn-danger:hover,
.kf-btn.kf-btn-hover.kf-btn-danger {
  color: #ffffff;
  background-color: #d71f00;
  border-color: #6d0d00;
}

.kf-btn.kf-btn-danger.kf-btn-active,
.kf-btn-danger.kf-btn:active {
  background-color: #c31700;
  border-color: #6c0d00;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#1a000000,Positive=true);
}

.kf-btn.kf-btn-danger2 {
  color: #c31700;
  background-color: #ffffff;
  border: 1px solid #c31700;
}

.orderTableCell .kf-btn.kf-btn-danger2:hover,
.kf-btn.kf-btn-danger2:hover,
.kf-btn.kf-btn-hover.kf-btn-danger2 {
  color: #ffffff;
  background-color: #c31700;
  border-color: #c31700;
}

.kf-btn.kf-btn-danger2.kf-btn-active,
.kf-btn-danger2.kf-btn:active {
  background-color: #c31700;
  border-color: #6c0d00;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#1a000000,Positive=true);
}

/*warning*/

.kf-btn.kf-btn-warning {
  color: #ffffff;
  background-color: #ffcb00;
  border: 1px solid #ffcb00;
}

.orderTableCell .kf-btn.kf-btn-warning:hover,
.kf-btn.kf-btn-warning:hover,
.kf-btn.kf-btn-hover.kf-btn-warning {
  color: #ffffff;
  background-color: #ffd123;
  border-color: #927300;
}

.kf-btn.kf-btn-warning.kf-btn-active,
.kf-btn-warning.kf-btn:active {
  background-color: #ffcb00;
  border-color: #927300;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/*primary*/

.kf-btn.kf-btn-primary,
a.kf-btn.kf-btn-primary {
  color: #ffffff;
  background-color: #ff8200;
  border: 1px solid #ff8200;
}

.kf-btn.pageActive {
  color: #ffffff;
  background-color: #999999;
}

.orderTableCell .kf-btn.kf-btn-primary:hover,
.kf-btn.kf-btn-primary:hover,
.kf-btn.kf-btn-hover.kf-btn-primary {
  background-color: #ff9336;
  border-color: #9b4700;
}

.kf-btn.kf-btn-primary.kf-btn-active,
.kf-btn-primary.kf-btn:active {
  background-color: #ff8200;
  border-color: #9b4700;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/*primary2*/
.kf-btn.kf-btn-primary2,
a.kf-btn.kf-btn-primary2 {
  color: #ffffff;
  background-color: #6aa900;
  border: 1px solid #6e9d29;
}
.orderTableCell .kf-btn.kf-btn-primary2:hover,
.kf-btn.kf-btn-primary2:hover,
.kf-btn.kf-btn-hover.kf-btn-primary2 {
  background-color: #70b300;
  border-color: #52751e;
}

.kf-btn.kf-btn-primary2.kf-btn-active,
.kf-btn-primary2.kf-btn:active {
  background-color: #6aa900;
  border-color: #52751e;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* カートボタン */
.kf-btn-cart {
  margin: 0;
}
.kf-btn.kf-btn-cart {
  font-size: 16px;
  padding: 8px 20px; /* 数量inputに高さを合わせる */
  background-color: #6aa900;
  border-color: #6e9d29;
}
.kf-btn.kf-btn-cart:hover {
  background-color: #70b300;
  border-color: #52751e;
}
.kf-btn-cart.kf-btn:active {
  background-color: #6aa900;
  border-color: #52751e;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.kf-btn.kf-btn-cart > .acms-icon {
  color: #fff;
  font-size: 16px;
}

/* 注文手続き */
.kf-btn.kf-btn-procedure,
a.kf-btn.kf-btn-procedure {
  color: #fff;
  background-color: #6aa900;
  border-color: #6e9d29;
}
.kf-btn.kf-btn-procedure:hover,
.kf-btn.kf-btn-hover.kf-btn-procedure {
  background-color: #70b300;
  border-color: #52751e;
}
.kf-btn.kf-btn-procedure.kf-btn-active,
.kf-btn.kf-btn-procedure:active {
  background-color: #6aa900;
  border-color: #52751e;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* ボタン（黒） */

.kf-btn-reverse {
  margin: 0;
  color: #ffffff;
  background-color: #666666;
  border: 0;
}

.orderTableCell .kf-btn.kf-btn-reverse:hover,
.kf-btn-reverse:hover,
.kf-btn-hover.kf-btn-reverse {
  color: #ffffff;
  background-color: #777777;
  border: 0;
}

.kf-btn-reverse.kf-btn-active,
.kf-btn-reverse.kf-btn:active {
  background-color: #666666;
  border-color: 0;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* ボタン（白） */

.kf-btn.kf-btn-plain {
  background-color: #fff;
  border: 1px solid #d6d6d6;
}

.kf-btn.kf-btn-plain,
.kf-btn.kf-btn-plain:link,
.kf-btn.kf-btn-plain:visited,
.kf-btn.kf-btn-plain:hover,
.kf-btn.kf-btn-plain:focus,
.kf-btn.kf-btn-plain:active {
  color: #333;
}

.kf-btn.kf-btn-plain:hover,
.kf-btn.kf-btn-plain:focus,
.kf-btn.kf-btn-plain:active {
  background-color: #fff;
  border-color: #a7a7a7;
}

/*label.css*/

.kf-label {
  display: inline-block;
  padding: 4px 7px 3px;
  border-radius: 3px;
  background-color: #999999;
  color: #ffffff;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 3px;
  appearance: none;
  border: none;
}
.strong .kf-label {
  margin-top: -4px;
}
.kf-label a {
  color: #fff !important;
  background-color: inherit !important;
}

.kf-label a:hover {
  text-decoration: none;
}

.kf-label-success {
  background-color: #6ca702;
}

.kf-label-info {
  background-color: #0095d9;
}

.kf-label-limited {
  background-color: #0095d9;
}

.kf-label-outlet {
  background-color: #ff6633;
}

.kf-label-specialprice {
  background-color: #ff6633;
}

.kf-label-season {
  background-color: #0095d9;
}

.kf-label-primary {
  background-color: #68699b;
}

.kf-label-bto {
  background-color: #0095d9;
}

.kf-label-preorder {
  background-color: #0095d9;
}

.kf-label-pinch {
  background-color: #f8b500;
}

.kf-label-danger {
  background-color: #e2041b;
}

.kf-label-psuspension {
  background-color: #00008b;
}

/*.kf-label-stop {
	background-color: #E2041B;
}*/

.kf-label-pause {
  background-color: #e2041b;
}

.kf-label-soldout {
  background-color: #333333;
}

.kf-label-discontinued {
  background-color: #333333;
}

.kf-label-abolition {
  background-color: #333333;
}

.kf-label-disable {
  background-color: #cccccc !important;
}

.kf-label-comingsoon {
  background-color: #e2041b;
}

.kf-label-undecided {
  background-color: #e2041b;
}

.kf-label-ordersclosed {
  background-color: #e2041b;
}

.kf-label.kf-label-circle {
  border-radius: 15px;
  margin-top: -2px;
  vertical-align: top;
}
.kf-label-lg {
  font-size: 15px;
}
.kf-label-left {
  margin-left: 0 !important;
}
/*テーブル*/

/*注文履歴ページで利用*/

.kf-bt-table {
  font-size: 13px;
  line-height: 1.5;
  border-top: 2px solid #cccccc;
}

.kf-bt-table th {
  padding: 10px 0;
  font-weight: normal;
  text-align: center;
}

.kf-bt-table td,
.kf-bt-table > tbody > tr > td {
  padding: 10px 0;
  vertical-align: middle;
}

.tdNoWrap {
  white-space: nowrap;
}

/* シンボルフォント */

.acms-icon {
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-rendering: auto;
}
.headerIcon {
  margin-top: -2px;
}

/* -----------------
フォーム
------------------ */
.formBtnBox {
  margin-top: 40px;
  margin-bottom: 40px;
}
.textNext {
  padding: 0 10px 0 0;
}

/* フォーム用のテーブル */

.formTable {
  width: 100%;
  margin: 0 0 15px 0;
  border-collapse: collapse;
}

.formTable td,
.acms-form .formTable td {
  border: 1px solid #cccccc;
  vertical-align: middle;
  padding: 10px;
}

.formTable th {
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  padding: 18px 20px;
  line-height: 1.2;
  font-size: 13px;
  min-width: 220px;
}

.formTable .explanation {
  padding-left: 7px;
  background-color: #eeeeee;
}

.formTable .detail {
  font-size: 13px;
  color: #999999;
  margin: 0;
}

.formTable .detail.detailBr {
  display: block;
}

.formTextInput,
.acms-form input.formTextInput {
  height: 38px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 15px;
  line-height: 38px;
}
.formTextInput.formTextInputLong {
  width: 490px;
}
.formTextInput.formTextInputMemberField {
  width: 400px;
}

.formTextInput.formTextInputMemberLoginTIme {
  width: 200px;
}
.formTextInput::-webkit-input-placeholder {
  color: #ccc;
}
.formTextInput:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
.formTextInput::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .formTextInput.formTextInputLong {
    width: 100%;
  }
}
.formTextInput.formTextInputSm {
  height: 27px;
  padding: 5px;
}

.formTable textarea.formTextarea,
.formTextarea {
  /*height:38px;*/
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .formTextarea {
    font-size: 16px;
  }
}

.formTable select,
.formSelect,
.acms-form select.formSelect {
  /*margin: 5px 0;*/
  padding: 5px 10px;
  border: solid 1px #bbb;
  line-height: 25.5px;
  border-radius: 4px;
  background: #ffffff; /* Old browsers */ /* Firefox v3.6+ */
  background-image: -moz-linear-gradient(
    -180deg,
    rgb(254, 254, 254) 0%,
    rgb(230, 230, 230) 100%
  ); /* safari v4.0+ and by Chrome v3.0+ */
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0, rgb(254, 254, 254)),
    color-stop(1, rgb(230, 230, 230))
  ); /* Chrome v10.0+ and by safari nightly build*/
  background-image: -webkit-linear-gradient(rgb(254, 254, 254) 0%, rgb(230, 230, 230) 100%); /* Opera v11.10+ */
  background-image: -o-linear-gradient(-180deg, rgb(254, 254, 254) 0%, rgb(230, 230, 230) 100%); /* IE v10+ */
  background-image: -ms-linear-gradient(-180deg, rgb(254, 254, 254) 0%, rgb(230, 230, 230) 100%);
  background-image: linear-gradient(-180deg, rgb(254, 254, 254) 0%, rgb(230, 230, 230) 100%);
  font-size: 15px;
  -webkit-appearance: button;
}

.formTable .formTextArea {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #ccc;
}

.acms-entry .required {
  color: #ff0000;
}

.formTable .required {
  color: #ff0000;
  font-size: 12px;
}

.formTable label {
  margin-bottom: 0;
}

.formTable th label {
  font-weight: bold;
}

.formTable .formCheckList {
  padding-left: 0px;
}

.formTable .formCheckList li {
  list-style-type: none;
}

.formTable .formCheckList li:before {
  background: none;
  padding-left: 0;
}

.kf-formControl {
  border-radius: 0;
}

.formContactZip {
  width: 150px;
}

.formContactTel {
  width: 200px;
}

/* ---------------
 modal-window
--------------- */

.kf-modal {
  /*padding: 20px 20px 30px 20px;*/
  padding: 20px;
  background-color: #ffffff; /*width:640px;
	height:300px;*/
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  -ms-filter: 'progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#4d000000,Positive=true)';
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#4d000000,Positive=true);
}

.kf-modal .kf-modal-dismiss {
  /*padding:0px 5px;*/
  float: right;
  width: 20px;
  height: 20px;
  background-color: #666666;
  cursor: pointer;
  color: #ffffff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
}

.kf-modal .kf-modal-dismiss:hover {
  background-color: #333;
  text-decoration: none;
}

.kf-modal-heading {
  border-bottom: 2px solid #cccccc;
  margin-bottom: 14px;
}

.modal-headingTitle {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
}

/* ---------------
	select box

	bootstrapの
	input-groupを
	使っています。
--------------- */

.kf-btn.kf-btn-search {
  color: #ffffff;
  background-color: #666666;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
}

.input-group .kf-input {
  height: 34px;
  float: left;
}

.input-group .searchBox {
  width: 1%;
  font-size: 0;
  white-space: nowrap;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.input-group .kf-btn-search {
  margin: 0; /*float:right;*/
  float: left;
  border-radius: 0;
  border: 0;
}

.kf-btn-search .fa-search {
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
}

.kf-btn.kf-btn-logout {
  color: #ffffff;
  background-color: #666666;
}

.kf-btn-sm-todetail {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .kf-btn-sm.kf-btn-sm-block.kf-btn-sm-todetail {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}

/*.formTable select,*/

/*検索系*/

.searchFormWrapper {
  padding: 10px;
}

.search-form .kf-select {
  font-size: 13px;
  padding: 0px 14px 0px 14px;
  margin-bottom: 0;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  height: 34px;
  border: 1px solid #999999;
  border-radius: 1px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eeeeee;
}

@media screen and (max-width: 768px) {
  .search-form .kf-select {
    font-size: 16px;
  }
}

.kf-input.searchInput {
  width: 100%;
  margin: 10px 0 10px 0;
  display: table-cell;
}

.searchFormTop {
  margin: 30px 40px 0 0;
}

.searchCollapse {
  padding: 20px;
  background: #eeeeee;
  max-height: 74px;
}

.searchArea {
  margin-right: -115px;
  margin-left: -115px; /*position:absolute;*/
}

.searchCollapse .search-form {
  width: 400px;
  float: right;
}

.search-form .toggleBtn {
  margin-right: 15px;
}

.acms-grid-r .searchResultContainer .headline1 {
  padding: 0;
  margin-bottom: 30px;
}

.searchResultContainer .amount {
  display: inline-block;
  margin-left: 25px;
  font-size: 15px;
  font-weight: normal;
}

.acms-grid-r .searchResultContainerWithLine .headline1 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .searchResultContainer .amount {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
}

.formTable .input-group input,
.kf-input {
  margin: 0;
  border-radius: 0;
  height: 31px;
}

.formTable .input-group .kf-btn {
  border-radius: 0;
  border: 0;
}

.formTable .input-group .formTable select:hover {
  background: #eeeeee url(../images/caret.png) no-repeat right;
}

/* ----------------------
カレンダー
----------------------- */

.calendarWrapper {
  margin-bottom: 20px;
}

.calendar {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 13px 8px 23px 8px;
  background: #fff;
}

.footer .calendar {
  background: none;
  border: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.footerCalendarWrapper {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 0 15px;
  width: 280px;
  max-width: 280px;
}

.footerNavWrap {
  display: table-cell;
  flex: 1;
  box-sizing: border-box;
  padding-left: 30px;
}

.footerSectionTitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: left;
}

.footerSectionTitle a,
.footerSectionTitle a:visited {
  color: #333;
}

.footerSectionTitle a:hover {
  color: #6ca51e;
  /*background-color: #F0F6E7;*/
  text-decoration: none;
}

.calendarMonth {
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 0;
}

.calendarDay {
  padding: 8px;
  color: #999;
  font-size: 9px;
  line-height: 1.7;
}

.calendarTable {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

.calendarDay th {
  width: 14.28%;
  text-align: center;
}

.calendarSunday {
  color: #ff4d4d;
}

.calendarDate td.noonDay {
  background-color: #97d5ff;
}

.calendarDate {
  color: #333;
  font-size: 11px;
  line-height: 2.3;
}

.calendarDate td {
  width: 14.28%;
  font-size: 12px;
  border-radius: 2px;
  text-align: center;
  vertical-align: center;
}
.calendarDate .w0,
.calendarDate .w1,
.calendarDate .w2,
.calendarDate .w3,
.calendarDate .w4,
.calendarDate .w5,
.calendarDate .w6 {
  background-color: #b1d67a;
}

.calendarDate td.openDay {
  background-color: #ffffff;
}

.footer .calendarDate td.openDay {
  background-color: #f0f0f0;
}

.kf-btn.calendarNextBtn {
  margin-right: 0px;
}
.kf-btn.calendarPrevBtn {
  margin-left: 0px;
}

.calendarDate td.today {
  /*r*/
  position: relative;
  /*background-color: #FF8200;*/
  /*color: #FFFFFF;*/
}
.today:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ff8200;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: -4px;
  left: 0;
  bottom: 0;
}
.calendarDate td.nonActive.w0,
.calendarDate td.nonActive.w1,
.calendarDate td.nonActive.w2,
.calendarDate td.nonActive.w3,
.calendarDate td.nonActive.w4,
.calendarDate td.nonActive.w5,
.calendarDate td.nonActive.w6,
.calendarDate td.nonActive.w0,
.calendarDate td.nonActive.today {
  color: #bcc6ad;
  background: #d8ebbd;
}
.calendarDate td.nonActive.openDay {
  background: #ffffff;
}
.calendarDate td.nonActive.today.noonDay {
  background: #cbeaff;
  color: #bcc6ad;
}

.calendarDate td.active,
.calendarDate td.openDay.active {
  color: #ffffff !important;
  background-color: #ff8200 !important;
}

.businessHours {
  margin-top: 15px;
  float: right;
}

.businessHoursLabel {
  float: left;
  line-height: 1.9;
  font-size: 12px;
  margin-right: 5px;
}

.businessdayLabel {
  float: left;
  width: 105px;
  font-size: 11px;
  line-height: 1.6;
}
.businessdayLabelSp {
  float: left;
  font-size: 11px;
  line-height: 1.7;
  padding: 2px 5px;
  background: #b1d67a;
  height: 23px;
}
.businessdayLabel:before {
  content: '';
  display: block;
  float: left;
  background-color: #b1d67a;
  margin-top: -2px;
  margin-right: 5px;
  height: 20px;
  width: 27px;
}

.noondayLabel {
  float: left;
  /*margin-left: 10px;*/
  font-size: 11px;
  line-height: 1.6;
}
.noondayLabelSp {
  float: left;
  margin-left: 5px;
  width: 80px;
  font-size: 11px;
  line-height: 1.7;
  padding: 2px 5px;
  background: #97d5ff;
  height: 23px;
}
.noondayLabel:before {
  content: '';
  display: block;
  float: left;
  background-color: #97d5ff;
  margin-top: -2px;
  margin-right: 5px;
  height: 20px;
  width: 27px;
}

/*ここです*/

@media screen and (max-width: 630px) {
  .calendarIndex {
    width: 50%;
  }
}

/*-----------------------
header
-------------------------*/

.pcHeading {
  margin: 0px;
}

.pcHeader {
  padding: 15px 0 15px;
  background-color: transparent;
  border-bottom: #e6e6e6 solid 1px;
  margin-bottom: 20px;
  z-index: 999;
  transition: padding 0.5s ease;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: none;
}

.pcHeader.fixed {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding:0px 20px;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0px;
  width: 100%;
  transition: box-shadow 0.1s ease-out;
}

.pcHeader .rightNav {
  float: right;
  position: relative;
  padding: 30px 0 8px 0;
  margin: 0;
  /*margin-right: 15px;*/
  font-size: 14px;
  font-weight: bold;
}

.pcHeader .leftNav {
  float: left;
  position: relative;
  padding: 30px 0 8px 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.pcHeader ul {
  /*margin:0px;*/
  padding: 0px;
}

.pcHeader .leftNav li {
  list-style-type: none;
  margin-right: 50px;
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

.pcHeader .rightNav li {
  float: left;
  position: relative;
  list-style-type: none;
  margin-left: 50px;
}

.pcHeader .centerNav {
  width: 100px;
}

.pcHeader .logoNav {
  width: 108px;
  /*margin-left: 15px;*/
}
.pcHeader .logoNav img {
  height: 80px !important;
}
@media screen and (max-width: 991px) {
  .pcHeader .logoNav img {
    height: 50px !important;
  }
}

.pcHeader .popupParent li a {
  color: #333333;
  text-decoration: none;
}

.pcHeader .popupParent li a:hover {
  opacity: 0.5;
}

.pcHeader.fixed.topHeader {
  box-shadow: 0 0;
}

.pcHeader .acms-icon {
  margin-top: -5px;
}

/*popupMenu*/

.popupContent {
  position: absolute;
  color: #333333;
  top: 10px;
  left: -20px;
  display: none;
}

.open {
  display: block !important;
}

.popupParent {
  position: relative;
}

.js_acmsPopupToggle {
  cursor: pointer;
}

.popoverCartListImage {
  width: 48px;
}

.header {
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 0 15px 0 15px;
  height: 80px;
  padding-top: 15px;
  text-align: center;
  display: none;
}

.header .searchWrapper {
  position: absolute;
  top: 20px;
  right: 20px;
}

.siteTitle {
  padding: 0;
  margin: 0 15px 15px 15px;
}

.headerLogo {
  width: 100%;
  height: 100%;
}

.headerLogo:hover {
  background-color: transparent;
}

.header .btn {
  margin: 30px 0 0 0;
}

.topImageContainer {
  margin-top: -40px;
}

.pcHeader.fixed + .topImageContainer {
  margin-top: 100px;
}

.topImageContainer .flexslider {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.topImageContainer .flexslider {
  margin: 0px auto 40px auto;
}

/* ----------------------
メイン
----------------------- */

/*　acmsのエントリー　*/
/*.entry-container{*/
/*padding:0 10px;*/
/*}*/

.orderPanelBody table,
.acms-entry table,
.kf-table {
  width: 100%;
  margin: 0 0 15px;
  /*border-collapse: collapse;*/
}

.orderPanelBody table dt,
.orderPanelBody table dd,
.acms-entry table dt,
.acms-entry table dd,
.kf-table dt,
.kf-table dd {
  margin-bottom: 0px;
  line-height: 1.7;
  font-size: 15px;
  float: left;
}

.orderPanelBody table dt,
.acms-entry table dt,
.kf-table dt {
  width: 30%;
}

.orderPanelBody table dd,
.acms-entry table dd,
.kf-table dd {
  width: 69%;
}

.orderPanelBody table td,
.acms-entry table td,
.kf-table td {
  border: 1px solid #cccccc;
  vertical-align: middle;
  padding: 15px 20px;
}

.orderPanelBody table th,
.acms-entry table th,
.kf-table th {
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px;
  white-space: nowrap;
}

.kf-table.kf-table-admin th {
  font-size: 13px;
}

.kf-table.kf-table-admin td {
  padding: 5px;
  font-size: 13px;
}

.acms-entry ul {
  margin-left: -20px;
  padding-right: 10px;
}

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

.acms-entry ol li {
  list-style-type: decimal;
  padding-left: 0;
  background: none;
}

.orderPanelBody li a,
.orderPanelBody li a:visited,
.acms-entry li a,
.acms-entry li a:visited {
  color: #6ca51e;
}

/*.acms-grid-r {
	margin: 0;
}*/

.acms-entry a,
.acms-entry a:visited {
  color: #6ca51e;
}

.acms-entry a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
}

.acms-entry a:hover img {
  background-color: transparent;
}
.acms-entry a.acms-btn-admin {
  color: #333333;
}
.acms-entry a.kf-btn {
  color: #ffffff;
}
.acms-entry a.kf-btn:active {
  color: #ffffff;
}
.acms-entry [class*='column-image-'] a:hover,
.acms-entry [class*='column-media-'] a:hover,
.acms-entry [class*='column-map-'] a:hover,
.acms-entry [class*='column-yolp-'] a:hover,
.acms-entry [class*='column-youtube-'] a:hover,
.acms-entry [class*='column-video-'] a:hover,
.acms-entry [class*='column-eximage-'] a:hover {
  background-color: transparent;
}

.acms-entry [class*='column-image-'],
.acms-entry [class*='column-media-'],
.acms-entry [class*='column-map-'],
.acms-entry [class*='column-yolp-'],
.acms-entry [class*='column-youtube-'],
.acms-entry [class*='column-video-'],
.acms-entry [class*='column-eximage-'] {
  margin-bottom: 10px;
}

.acms-entry a:active {
  color: #6ca51e;
}

.orderPanelBody p,
.acms-entry p {
  margin-bottom: 20px;
  /*padding-left: 0;*/
}

.acms-entry p.main {
  margin-bottom: 10px;
  margin-left: 0;
}

.acms-entry h1,
.headline1 {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
.headline1.headlineUpper {
  margin-top: 0;
}
.acms-grid-r .headline1 {
  padding-left: 10px;
  padding-right: 10px;
}
.headline1.headline1404 {
  text-align: center;
}
.p404 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .headline1.headline1404 {
    text-align: left;
  }
  .p404 {
    text-align: left;
  }
}

.headlineRuby {
  display: inline-block;
}

.acms-entry h2,
.orderWarningSection h2,
.headline2 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #6aa900;
  padding-left: 15px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
.acms-entry h2 {
  margin-left: 10px;
  margin-right: 10px;
}

.acms-entry h3,
.headline3 {
  margin: 15px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
.acms-entry h3 {
  padding: 10px 0;
  border-bottom: 2px solid #6aa900;
}

.acms-entry h4,
.acms-entry h5,
.acms-entry h6,
.headline4,
.haddline5,
.haddline6 {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}

.acms-entry dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}

.acms-entry p + h2,
.acms-entry p + h3,
.acms-entry p + h4,
.acms-entry p + h5,
.acms-entry p + h6 {
  margin-top: 2em;
}
.acms-entry hr + h2,
.acms-entry hr + h3,
.acms-entry hr + h4,
.acms-entry hr + h5,
.acms-entry hr + h6 {
  margin-top: 2em;
}

.acms-entry .acms-col-4 hr + h2,
.acms-entry .acms-col-4 hr + h3,
.acms-entry .acms-col-6 hr + h2,
.acms-entry .acms-col-6 hr + h3 {
  margin-top: 10px;
}
.acms-entry .acms-col-4 hr + h4,
.acms-entry .acms-col-4 hr + h5,
.acms-entry .acms-col-4 hr + h6,
.acms-entry .acms-col-6 hr + h4,
.acms-entry .acms-col-6 hr + h5,
.acms-entry .acms-col-6 hr + h6 {
  margin-top: 10px;
}

.acms-entry ul + h2,
.acms-entry ul + h3,
.acms-entry ul + h4,
.acms-entry ul + h5,
.acms-entry ul + h6 {
  margin-top: 2em;
}
.acms-entry ol + h2,
.acms-entry ol + h3,
.acms-entry ol + h4,
.acms-entry ol + h5,
.acms-entry ol + h6 {
  margin-top: 2em;
}
.acms-entry table + h2,
.acms-entry table + h3,
.acms-entry table + h4,
.acms-entry table + h5,
.acms-entry table + h6 {
  margin-top: 2em;
}
.acms-entry table + h2,
.acms-entry table + h3,
.acms-entry table + h4,
.acms-entry table + h5,
.acms-entry table + h6 {
  margin-top: 2em;
}
/* 段落：リスト : 間隔調整 */
.acms-entry p + ul,
.acms-entry p + ol {
  /*margin-top: -10px;*/
}
/* 見出し：テーブル : 間隔調整 */
.acms-entry h2 + table,
.acms-entry h3 + table,
.acms-entry h4 + table,
.acms-entry h5 + table,
.acms-entry h6 + table {
  margin-top: 2em;
}

/*.acms-entry .entryTitle{
	margin-left:10px;
}*/

.acms-entry .entryTitle a {
  color: #333333;
  text-decoration: none;
  margin-top: 22px;
}

.acms-entry .entryTitle a:hover {
  color: #6ca51e;
}

.acms-entry .caption {
  font-size: 12px;
}

.entryTitle.entryTitleUpper {
  margin-top: 0px;
}

.acms-entry .column-file-center a:hover,
.acms-entry .column-file-auto a:hover,
.acms-entry .column-file-left a:hover,
.acms-entry .column-file-right a:hover {
  background-color: transparent;
}

.acms-entry a:hover img {
  opacity: 0.7;
}

.acms-entry.storeEntry li,
.acms-entry.storeEntry p {
  font-size: 13px;
  line-height: 1.7;
}

.orderPanelBody em,
.acms-entry.storeEntry em,
.acms-entry em {
  font-weight: bold;
  font-style: normal;
  color: #333333;
}

.orderWarningSection strong,
.orderPanelBody strong,
.acms-entry strong,
.acms-entry.storeEntry strong {
  font-style: normal;
  color: #ff0000;
}

.acms-entry.storeEntry h2 {
  border-left: 5px solid #6aa900;
  padding-left: 15px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-left: 10px;
}

.acms-entry .entryInfo .date {
  margin-left: 0;
}

.acms-entry [class*='column-table-'] {
  margin: 0 -10px;
}

/*-----------------------
serial Naviのスタイリング
-------------------------*/

/*clearfixと一緒に使ってください*/
.serialNavi {
  width: 100%;
  /*margin: -20px 0 30px 0;*/
  margin: 0 0 30px 0;
  padding: 20px 0 10px 0;
}

.serialNavi.-search {
  margin-top: 30px;
}

.acms-entry .serialNavi a {
  color: #666666;
}
.serialNavi .prev {
  float: left;
  text-align: left;
  position: relative;
  padding-left: 40px;
  height: 100%;
  background: url(../images/prev_page.png) left center no-repeat;
  width: 40%;
}

.serialNavi .next {
  float: right;
  text-align: right;
  position: relative;
  padding-right: 40px;
  height: 100%;
  background: url(../images/next_page.png) right center no-repeat;
  width: 40%;
}
.serialNavi .prev p,
.serialNavi .next p {
  color: #333;
}

.serialNavi .prev:hover {
  opacity: 0.7;
}

.serialNavi .next:hover {
  opacity: 0.7;
}

.serialNaviText {
  margin: 0;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}

/*.serialNaviText:hover{
	color:#6CA51E;
}*/

.serialNaviTitle {
  margin: 5px 0 0 0;
  display: block;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
}

/*.acms-entry h1{
	font-size:26px;
	font-weight:bold;
	margin:15px 0 30px 10px;
}
.acms-entry h2{
	font-size:20px;
	font-weight: bold;
	margin:5px 0 20px 0;
}*/

.acms-entry h1 + .entryInfo {
  margin-top: -25px;
  color: #666666;
  font-size: 13px;
  line-height: 1.7;
  margin-left: 0;
}

.entryInfo .date {
  /*font-family: Verdana, sans-serif;*/
  margin-left: 10px;
}

/* entryTable */

/* 一覧用タイトル */

.indexTitle {
  margin: 0 0 25px 10px;
  font-size: 16px;
  color: #333;
  line-height: 2;
  font-weight: bold;
}

.indexTitle a,
.indexTitle a:visited {
  color: #333;
}

.indexTitle a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.indexTitle a:active {
  color: #6ca51e;
}

.entryTable {
  width: 100%;
}

.row.entryTable {
  margin: 0 0 30px 0;
}

.entryItem {
  float: left;
  padding: 15px 15px 0 15px;
  line-height: 1.7;
  border-right: 1px solid #dddddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.entryItem a {
  color: #333333;
}

.entryItem:nth-child(3n) {
  /*border-right:none;*/ /*padding-right:0;*/
}

.entryItem a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.mobile .entryItem a:hover {
  opacity: 1;
}

.entryTableTitle {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}

.entryTableSummary {
  width: 100%;
  color: #666666;
  font-size: 13px;
  height: 1.7;
}

.entryTable .date {
  /*font-family: Verdana, sans-serif;*/
  color: #666666;
  font-size: 13px;
  line-height: 1.1;
}
.entryTable .entryDate {
  /*font-family: Verdana, sans-serif;*/
  color: #666666;
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 0;
}
.entryTable .img {
  padding: 15px 0;
  /*border-bottom: 1px solid #DDDDDD;*/
}

.entryTable > a,
.entryItem a {
  display: block;
  height: 100%;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.entryTable img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

/* ページャー */

.entryPagerContainer {
  position: relative;
}

.entryPage {
  width: 300px;
  margin: 0 auto;
  padding: 0;
}

.entryPageList {
  float: left;
  list-style: none;
}

.entryPagerFront {
  position: absolute;
  left: 0;
  float: left;
}

.entryPagerBack {
  position: absolute;
  right: 0;
  float: left;
}

.entryListAjax {
  display: none;
}
.entryListAjax.threeTimes {
  display: block;
}

.pagerLink {
  padding: 15px 15px 10px;
}

.pagerLink.cur {
  background-color: #b1d67a;
}

.categorySummary {
  margin-bottom: 20px;
}

/* 関連カテゴリー */

/*.categoryTable {
	margin-bottom: 20px;
}*/

.categoryItem {
  width: 25%;
  padding: 15px 10px 0 10px;
  border-right: 1px solid #dddddd;
  overflow-y: hidden;
}

.categoryItem[data-inventory-status="in_stock"] [data-label-cart-add="on"] {
  display: none;
}

/*.categoryItem.bl-hover {
	opacity: 0.7;
}*/

/*.categoryItem:nth-child(3n){
	border-right: 1px solid #FFFFFF;
}*/

.categoryItem img:hover {
  opacity: 0.7;
}

.categoryTable img,
.categoryList img {
  margin: 0 auto;
  padding: 20px;
}

.categoryTable .catName {
  margin: 0 auto;
  padding: 10px 0 10px 0;
  /*border-bottom: 1px solid #DDDDDD;*/
  font-weight: bold;
  font-size: 13px;
  line-height: 1.3;
}

.categoryTable .catName a:link,
.categoryTable .catName a:visited {
  color: #333333;
}

.categoryTable .catName a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.categoryTable .catName a:active {
  color: #6ca51e;
}

/*.categoryItem .breadcrumb {
	margin: 0 0 10px 0;
}*/

.categoryItem .breadcrumb > li {
  font-size: 11px;
}

.categoryComment {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
}

.customerLoginComment {
  color: #6ca51e;
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #6ca51e;
  padding: 10px;
  margin-top: 10px;
}

#customerBox {
  left: 0 !important;
  margin-top: -10px;
}

/*-----------------------
お問い合わせ
-------------------------*/

.kf-table-contact th {
  width: 30%;
  font-size: 13px;
  line-height: 1.7;
}

.kf-table-contact th label {
  font-weight: bold;
}

.bottomMarginSm {
  margin-bottom: 5px;
}

/* お知らせメッセージ */

.productsComment,
.noticeMessage,
.acms-entry .noticeMessage {
  padding: 15px 15px;
  font-size: 13px;
  line-height: 1.7;
  color: #d42100;
  background: #fbe8e5;
}
.categoryAlertComment {
  font-size: 12px;
  line-height: 1.7;
  color: #ff0000;
}
.categoryAlertComment.-entry {
  border: 1px solid #ff0000;
  padding: 10px;
}
.categoryAlertComment p:before {
  content: '※';
}
.categoryAlertComment p {
  margin: 0;
}
.noticeMessage {
  margin-bottom: 20px;
  border-radius: 5px;
}

.noticeList {
  padding-left: 10px;
  margin: 0 !important;
}

.noticeList li:before {
  content: none;
}

/*-----------------------
トピックス
-------------------------*/

.topicEntry {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.topicReadmoreBox {
  text-align: center;
  padding: 15px;
}
.topicWaitingImgWrap {
  text-align: center;
  padding: 20px;
}

.topicEntry:last-child,
.topicEntryOnlyWrapper .topicEntry {
  margin-bottom: 0px;
}

.topicEntryWrapper .topicEntry:last-child {
  margin-bottom: 0px;
  border-bottom: 1px solid #dddddd;
}

.readMore {
  padding: 10px;
  display: inline-block;
  float: right;
  margin: 10px 0 10px;
}

.readMoreIcon {
  margin-left: 10px;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .readMoreTitle {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .topicEntryWrapper .acms-grid-r .acms-entry [class*='acms-col'] {
    float: inherit;
    width: inherit;
  }
}

/*-----------------------
ネットストア
-------------------------*/

/*更新情報一覧*/

.renewalEntryHeadline {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  list-style: none;
}

.renewalEntryHeadlineList {
  float: left;
  width: 50%;
  padding: 8px 0 8px 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
}

.renewalEntryHeadlineList a {
  text-decoration: none;
  color: #333333;
  display: block;
  float: left;
  width: 80%;
}

.renewalEntryHeadlineList.bl-hover,
.renewalEntryHeadlineList.bl-hover a {
  color: #6ca51e;
  background: #f0f6e7;
}

.renewalEntryHeadlineDate {
  width: 20%;
  float: left;
  font-weight: normal;
  font-size: 12px;
}

.renewalEntryHeadlineLabel {
  margin: -3px 10px 0 0;
}
.renewalEntrySidebarLabel {
  margin: -3px 5px 0 0;
}
.moreRenewal {
  height: 30px;
  padding-right: 20px;
  margin-bottom: 40px;
  background: url(../images/more_renewal_arrow.png) right center no-repeat;
}
.renewalEntryHeadline {
  column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  padding: 10px 0 0 0;
}
.renewalEntryHeadlineList {
  width: 100%;
  line-height: 1;
  float: none;
}
.renewalEntryHeadlineList a {
  margin-top: -3px;
  line-height: 1.5;
}
.renewalEntryHeadlineList:after {
  content: '';
  clear: both;
  display: block;
}

.moreRenewal p {
  float: right;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
}

.moreRenewal a:link,
.moreRenewal a:visited {
  color: #666666;
}

.moreRenewal a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.moreRenewal a:active {
  color: #6ca51e;
}

.headline1 {
  font-size: 26px;
  margin: 30px 0 10px 0;
  font-weight: bold;
}

.headline1 a {
  color: #333333;
}

.headline1 small {
  font-size: 13px;
  font-weight: normal;
}

.headelineRuby {
  color: #333;
  font-size: 11px;
}

.productLargeImgContainer {
  padding: 30px 0 0 0;
}

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

/* カテゴリーリスト */

.categoryList {
  margin-top: 30px;
}

.categoryItem .caption {
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.3;
}

.categoryItem .caption a:link,
.categoryItem .caption a:visited {
  color: #333333;
}

.categoryItem .caption a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
}

.categoryItem .caption a:active {
  color: #6ca51e;
}

/* 顧客メニュー */

.customerMenu {
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.5;
  margin: 20px 5px 40px 0px;
}

.customerMenu {
  width: 100%;
}

/* ポップオーバー */

.detailPopoverArrow,
.detailPopoverArrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.detailPopoverArrow {
  /*left: 50%;
	margin-left: -11px;*/
  left: 15px;
  border-width: 11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

a.refLink:link,
a.refLink:visited,
a.refLink:active {
  color: #6ca51e;
}

a.refLink:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.detailPopoverArrow:after {
  content: ' ';
  top: 1px;
  margin-left: -10px;
  border-width: 10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.detailPopover.popoverCart {
  left: 52px;
}

.detailPopoverCart > .detailPopoverArrow {
  left: auto;
  right: 15px;
}

.detailPopoverSearch > .detailPopoverArrow {
  left: auto;
  right: 15px;
}

.detailPopover {
  display: none;
  float: left;
  width: 260px;
  margin: 20px;
  top: 50px;
  z-index: 998;
  max-width: 276px;
  padding: 20px 9px 10px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.customerMenuUserName:link,
.customerMenuUserName:visited {
  color: #666;
}

.customerMenuUserName:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.customerMenuUserName:active {
  color: #6ca51e;
}

/* 顧客のポップオーバー */

.detailPopoverCustomer {
  width: 220px;
}

.popoverListContainer {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.detailPopoverCustomer .popoverListContainer {
  margin-bottom: 10px;
}

.pcHeader .popupParent .detailPopoverCustomer li {
  float: none;
  margin-left: 10px;
}

.pcHeader .popupParent .detailPopoverCustomer li a {
  color: #333333;
}

.popoverList {
  margin: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.2;
  color: #333;
}

.popoverCartList.bl-hover {
  background: #f0f6e7;
}

.popoverList a {
  color: #333;
}

.popoverList a:hover {
  background: 0;
}

.popoverCart {
  width: 300px;
  padding: 15px 9px 5px 9px;
}

.popoverCartListContainer {
  margin: 0 0 5px 0;
  padding: 0;
}

.popoverCartList {
  list-style: none;
  clear: both;
  padding: 5px 0;
  margin-left: 0 !important;
}

.popoverCartListImage {
  float: left;
  max-width: 60px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.popoverCartListName {
  float: left;
  width: 150px;
  padding: 0 10px;
  line-height: 1.2;
}

.popoverCartListLink {
  font-size: 13px;
  line-height: 1.2;
  color: #333;
}

.popoverCartListNum {
  /*font-family: Verdana, sans-serif;*/
  float: left;
  width: 30px;
  text-align: right;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
}

.detailPopover.detailPopoverSearch {
  margin-left: 20px;
  left: 84px;
}

.popoverCart > .detailPopoverArrow {
  left: 67%;
}

.detailPopover .popoverProfile {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.popOverSearchInput {
  width: 200px;
}

/*注文履歴ページ*/

.price {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
}

.addressBox {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px; /*padding:25px 20px 25px 20px;*/
  padding: 10px;
  color: #333333;
  font-size: 13px;
  line-height: 1.7;
}

.addressBoxGroup {
  margin-bottom: 20px;
}

.addressBoxGroup .addressBox {
  margin-bottom: 0px;
}

.addressBox p {
  margin-bottom: 0px;
}

.addressBox p:first-child {
  margin-bottom: 0;
}

.addressBoxHaisousaki {
  font-size: 15px;
}

.alternateItemText {
  color: #e2041b;
}

.alternateItemLink:hover {
  text-decoration: underline !important;
  text-decoration-color: #e2041b !important;
}

.alternateItemIcon {
  color: #e2041b;
}

/*スマホで見た時のカスタマーメニュー（注文履歴など）*/

.menuHeader {
  height: 48px;
  cursor: pointer;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  background: url(../images/plus_icon.png) right center no-repeat;
  padding: 11px 20px 15px 15px;
}

.menuHeadder:hover {
  opacity: 0.7;
}

.collapseNav {
  background-color: #eeeeee;
  padding: 0;
}

.collapseNav li {
  list-style-type: none;
  border-bottom: 1px solid #cccccc;
  background: url(../images/sidebar_arrow.png) right center no-repeat;
  font-weight: normal;
  line-height: 1.2;
  font-size: 14px;
  padding: 15px 15px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.collapseNav li:hover {
  background-color: #ddd;
}

.collapseNav li a {
  color: #333;
  text-decoration: none;
}

.logoutBox {
  background-color: #eeeeee;
  padding: 10px 30px;
  border-bottom: 1px solid #dddddd;
}

.cartBox {
  padding: 10px 20px;
}

.navbar-collapse {
  padding: 0;
}

.customerSelect {
  font-size: 13px;
  line-height: 1.5;
  width: 300px;
  height: 30px;
  border: 1px solid #999999;
  margin-bottom: 10px;
  border-radius: 1px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/caret.png) no-repeat right;
}

/*bootstrapのnav nav-pillsと一緒に使ってください*/

.shopMenu {
  font-size: 13px;
  line-height: 1.5;
  padding-right: 20px;
}

.shopMenu li + li {
  margin-left: 20px;
}

.thumbnailBox {
  position: relative;
  width: 175px;
  height: 45px;
  margin: 0 auto 30px auto;
}

.thumbnailBox .thumbnail {
  border-radius: 0;
  height: 45px;
  margin: 0;
  padding: 0;
  float: left;
  width: 57px;
}

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

/* 商品詳細 */

/* flexslider */

.productSlider {
  /*width:100%;*/
  margin: 0 auto;
  border-radius: 0;
  border: 0;
  box-shadow: none; /*overflow-x:hidden;*/
}

.flexslider.productSlider .slides img.productImgB {
  max-width: 700px;
  width: 100%;
}

.entry_imgB {
  width: 50%;
}

/* flexslide サムネイル */

.flex-control-thumbs {
  clear: both;
  text-align: center;
  margin: 10px auto 20px;
}

.flex-control-thumbs li {
  list-style: none;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #ddd;
  float: none;
  width: auto;
  opacity: 0.7;
}
.flex-control-thumbs li:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
}
.flex-control-thumbs img {
  max-height: 100%;
  height: auto;
  width: 42px;
  opacity: 1;
}
.flex-direction-nav a {
  width: 50px;
  height: 80px;
}

.flex-direction-nav a.flex-next:before {
  content: '';
  width: 50px;
  height: 80px;
  background: url(../images/flexslider_right.png);
}

.flex-direction-nav a.flex-prev:before {
  content: '';
  width: 50px;
  height: 80px;
  background: url(../images/flexslider_left.png);
}

.productSlider .slides li {
  height: 100%;
}

.flex-direction-nav a {
  top: 40%;
}

.acms-entry .table > tbody > tr > th {
  background-color: #fff;
}

.borderless > thead > tr > th,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > tbody > tr > td,
.borderless > tfoot > tr > td {
  border: 0;
}

.table.itemInfoTable th {
  width: 80px;
}

.itemInfoBox {
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.itemInfoBox .itemInfo {
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #cccccc;
}

.itemInfoBox .itemInfo:last-child {
  border-bottom: 0;
}

.acms-entry .itemInfoBox .itemInfoHeading {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.acms-entry .itemInfoBox .itemInfoText {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #333333;
}

.itemContactBox {
  clear: both;
  border-radius: 3px;
  padding: 20px 0;
  text-align: center;
  /*border-top: 1px solid #CCCCCC;*/
  /*border-bottom: 1px solid #CCCCCC;*/
  /*margin-top: 20px;*/
  margin-bottom: -1px;
}
.itemContactBox .inline-form {
  display: inline-block;
  margin-bottom: 20px;
}

.itemContactBox.itemContactBoxAnother {
  border-top: none;
  /*border-bottom: 1px solid #DDDDDD;*/
}

.cartList {
  background-color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  padding: 0px;
}

.uk-offcanvas-bar.cartList {
  border-left: 1px solid #cccccc;
}

.uk-offcanvas-bar .table.table-striped tr:first-child td {
  font-weight: bold;
  background-color: #ffffff;
}

.uk-offcanvas-bar .table.table-striped tr:first-child td:first-child {
  width: 70%;
}

.uk-offcanvas-bar .table.table-striped tr td + td {
  text-align: center;
}

/* タイトル */

.mainTitle {
  margin: 20px 0 10px !important;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}

h2.mainTitle,
h1.mainTitle {
  margin-top: 0 !important;
}

/* お会計テーブル前の内容  */

.cartBefore {
  margin: 0 0 20px 0;
}

/* お会計テーブル */

/* 個数用のインプット */

.cartProductAmount,
.cartProductAmountHidden {
  /*font-family: Verdana, sans-serif;*/
  text-align: center;
  width: 60px;
  height: 37px;
  border-radius: 4px;
  border: 1px solid #767676;
  font-weight: normal;
}

/* 個数を変更できない時の数量見た目 */
.cartProductAmountHidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d9d9d9;
  border: 0;
}

/* お会計のボタン */

.orderBtnGroup {
  display: block;
  margin: 0 -5px;
}
.kf-btn.kf-btn-order {
  padding: 10px 8px;
  margin: 0;
  border-radius: 3px; /*width: 120px;*/
}
.kf-btn.kf-btn-order.js_sampleProductBuy {
  width: 96px;
}
.kf-btn.kf-btn-sample {
  width: 100%;
  padding: 10px 12px;
  margin-left: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kf-btn.kf-btn-sample {
    margin-left: 0px;
  }
}

/*サンプル不可*/
.noSample {
  margin-left: 10px;
}
.noSampleBlock {
  line-height: 37px;
}
/* お会計の合計 */

.cartTotalContainer {
  padding: 0 75px 0 0;
}

.cartTotal {
  float: right;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}

.kf-btn.againBtn {
  float: right;
  margin: -40px 0 0 0;
  padding: 6px 13px 4px;
  vertical-align: top;
}

/* お会計の数字 */

.cartTotalAmount {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
/* カートリストのモーダル */
.gotoOrderBox {
  margin-top: 25px;
}
/* 注文時フォームボタン */

.orderSubmit {
  margin: 30px 0 30px;
}

.orderSubmitBtn {
  margin: 0;
  padding: 14px 50px;
}

/* ボタン直下のテキスト */
#js-entry_saving_progress.storeProgress span:before {
  content: '';
}

.helpText {
  margin: 10px 0;
  color: #333;
  font-size: 11px;
  text-align: left;
  line-height: 1.7;
}

.orderTable {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 13px;
  line-height: 1.5;
  border-top: 2px solid #cccccc;
  border-collapse: collapse;
}
.orderTableParagraph {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .tableHiddenXs {
    display: none !important;
  }
  .orderTableParagraph {
    margin-bottom: 2px;
  }
}
.orderTableBefore {
  border-top: 2px solid #cccccc;
  padding: 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
}

.orderTableBefore + .orderTable {
  border-top: 1px solid #ddd;
}

.orderTableThead {
  display: table-header-group;
}

.orderTableBody {
  display: table-row-group;
}

.orderTableTr {
  clear: both;
  display: table-row;
  border-bottom: 1px solid #ddd;
  color: #333333;
}
.orderTableTr:hover {
  background-color: #f0f6e7;
}
.orderTableThead .orderTableTr:hover {
  background-color: transparent;
}
.orderTableCellRight {
  padding-right: 20px;
}
.orderTableTr:first-child {
  border-top: 1px solid #ddd;
}

.orderTableThead > .orderTableTr {
  border-bottom: 1px solid #ddd;
}

.orderTable .orderTableThead .orderTableCell {
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.orderTableCell {
  display: table-cell;
  padding: 10px 4px;
  vertical-align: middle;
}

.orderTableCell.waiting {
  margin-top: -40px;
}

.orderTableCell.waiting .orderTableFlex {
  display: inline;
}

.orderTableCell.waiting .orderTableItemFlexible {
  width: 40px;
  float: right;
}

.orderTableStarOuterFloatRight {
  float: right;
}

.orderTableCell.orderTableCelQuarter {
  width: 10%;
}

.orderTableNum {
  margin-right: 10px !important;
}

.orderTableCell .kf-label {
  /* margin-left: 5px; */ /* 商品一覧に合わせてマージン削除しています */
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .orderTableItemCode .orderTableItemCodeItem:first-child {
    margin-right: 5px;
  }
}

.orderTableCell a:link,
.orderTableCell a:visited,
.orderTableCell a:active {
  color: #6ca51e;
}

.orderTableCell a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.orderTableTitle {
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .orderTableTitle.-orderTableTitle-fix {
    /* 非ログイン時 */
    width: 326px;
  }
}

.orderTable a:link,
.orderTable a:visited,
.orderTable a:active {
  color: #333;
}

.orderTable a:hover {
  color: #333;
  background-color: #f0f6e7;
  text-decoration: none;
}

.orderTableNum,
.orderTableSample,
.orderTablePrice {
  white-space: nowrap;
}

.orderTableUnit {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}

.-ordercheck .orderTableUnit {
  padding-bottom: 1px;
  margin-top: -3px;
}

.-ordercheck .orderTableUnitSecond {
  padding-top: 1px;
  margin-bottom: -2px;
}

.orderSpCount {
  margin-right: 10px !important;
}

.orderTableQuantity {
  padding: 5px 0 15px 0;
}
.orderTableQuantitySmall {
  padding: 5px 0 5px 0;
}
/* サンプル */

.orderTableImage {
  text-align: center;
  min-width: 60px;
}
@media screen and (min-width: 769px) {
  .orderTableImage.-orderTableImage-fix {
    /* 非ログイン時 */
    width: 81px;
  }
}

.orderTableImage > div {
  background: #ccc;
  width: 100%;
  height: 60px;
}

.orderTableImage img {
  width: 50px;
  height: auto;
}

.orderItemLg {
  width: 40%;
}

.orderInfoBack {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.orderInfoBack .js-unit_group-align.acms-admin-clear {
  clear: none;
}

/* カートのカレンダー */
.cartCalendarWrap {
  display: flex;
  flex-wrap: wrap;
}

.cartCalendar .calendar {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cartCalendar {
    padding: 0 10px;
  }
  .cartCalendarItem {
    padding: 0 5px;
  }
  .cartCalendarItem > div {
    padding: 0 5px;
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .cartCalendar {
    width: 100%;
  }
  .cartCalendar .calendar {
    display: block;
  }
  .cartCalendarItem {
    width: 100%;
  }
  .cartCalendarItem > div {
    display: block;
  }
  .cartCalendarItem .calendarTable {
    min-height: 250px;
  }
}

/*-----------------------
未注文リスト / お気に入りセット
-------------------------*/

.orderDateLine {
  border-top: 2px solid #cccccc;
  width: 100%;
  line-height: 35px;
  font-size: 15px;
  line-height: 35px;
  font-weight: bold;
}
.orderDateLine + .orderTable {
  border-top: 1px solid #ddd;
}
/*orderTable Reverse*/

.orderTable.orderTableReverse .orderTableTr {
  background-color: #eeeeee;
}

.orderTable.orderTableReverse .orderTableThead .orderTableTr {
  background-color: #ffffff;
}

.orderTable.orderTableReverse .orderTableImage {
  background-color: #ffffff;
}

/* お気に入り星 */
.orderTableStarWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.orderTableStarWrap svg {
  height: 24px;
  width: 24px;
}

.orderTableStarWrap .star {
  fill: #eee;
  stroke: #d6d6d6;
  stroke-miterlimit: 10;
}

.orderTableStarWrap.on .star {
  fill: #f8b500;
  stroke: #f8b500;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: bounceIn;
  transform-origin: center bottom;
}

.orderTableStarWrap:hover {
  background-color: transparent !important;
}

/* 注文前の注意 */

.deliveryDateMessage h2 {
  margin-top: 10px;
  border-left: 7px solid #6aa900;
  padding-left: 6px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
}

.deliveryDateMessage h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.deliveryDateMessage h4 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

#js_deliveryDateSelect,
#js_storePickUpDateSelect {
  max-width: initial;
}

.orderWarningSectionContainer {
  border-top: 1px solid #ddd;
}

.orderWarningSection {
  padding: 40px 10px 35px 10px;
  border-bottom: 1px solid #ddd;
}

.orderWarningTitle {
  margin: 0 0 20px 0;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.orderWarningText,
.orderWarningSection p {
  margin: 0 0 20px 0;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}
/* リスト */

.orderWarningListContainer,
.orderWarningSection ul {
  list-style: none;
  padding: 0;
}

.orderWarningList,
.orderWarningSection li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 1em;
  list-style-type: none;
  padding-left: 20px;
  background: url(../images/common/list.png) no-repeat 0px 8px;
}

/* ラベル */

.orderWarningList .kf-label,
.orderWarningSection li .kf-label {
  position: absolute;
  left: -45px;
}

/* 決済方法 */

/* タイトル */

.titleNum {
  margin: 0 12px 0 0;
  padding: 5px 8px 3px;
  color: #67aa00;
  background: #fff;
  line-height: 1.2;
  font-size: 13px;
}

.order-form-container {
  display: grid;
  grid-template-columns: 100%;
  margin-top: 20px;
  gap: 100px;
}

.orderWayText {
  border-left: 7px solid #6aa900;
  padding-left: 6px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

.orderWayText:last-child {
  margin-top: 0;
}

.orderWayText .kf-label {
  margin-top: -3px;
}

.orderWayText label {
  font-weight: bold;
  margin-bottom: 0;
}

/* パネル */

.orderPanel {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.orderPanelInfo {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.25s ease-in-out;
}
.orderPanelInfo:hover,
.orderPanelInfoActivate {
  background-color: #d8ebbd;
}

.orderPanelInfo.disabled::before {
  content: '';
  background-color: rgba(220, 220, 220, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
}

.orderPanelInfo p {
  font-weight: normal;
}
.orderPanelInfo .order-panel-alert {
  color: #b94a48;
  font-size: 13px;
  display: none;
}
.orderPanelInfo.disabled .order-panel-alert {
  display: inline-block;
  margin-left: 33px;
}

.orderPanelBody.-address p {
  margin-bottom: 0;
}

.orderPanelHeading {
  padding: 10px 20px 10px 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  cursor: pointer;
}

.orderPanelHeadingLabel {
  /*	margin: 0 0 10px 0;*/
  font-weight: bold;
  margin-bottom: 0px;
}

.orderPanelBody {
  font-size: 13px;
  color: #333;
  line-height: 1.7;
  padding: 0 20px 10px 20px;
  /*	margin-top: 10px;*/
  /* margin-left:23px; */
  border-radius: 5px;
}
.orderPanelParaGraph {
  margin-left: 33px;
  margin-bottom: 0px;
}

.orderPanelParaGraph.warning {
  color: #b94a48;
}
/*.orderPanelBody em,
.orderPanelBody strong {
	font-style: normal;
	color: #FF0000;
}*/

.orderPanelBody ol {
  background-color: #d7ecb8;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
}

.orderPanelBody li {
  font-size: 13px;
  margin-bottom: 5px;
}

.orderPanelBody h2 {
  border-left: 5px solid #6aa900;
  padding-left: 15px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-right: 10px;
}
.orderPanelBody ul {
  padding-left: 25px;
}
.orderPanelBody h3 {
  font-size: 16px;
  font-weight: bold;
}

/*.orderPanelBody table{
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}*/
/*.orderPanelBody table.formTable{*/
/*background-color: #*/
/*}*/
/*.orderPanelBody table th,*/
/*.orderPanelBody table td,*/
.orderConfirmWrapper table th,
.orderConfirmWrapper table td {
  padding: 5px 10px;
  border: 1px solid #cccccc;
}
.orderConfirmWrapper table {
  width: 100%;
  font-size: 13px;
}
/*.orderPanelBody table th,
.orderConfirmWrapper table th{
	background-color: #D7ECB8;
}*/
.orderPanelBody .formTable {
  margin-top: 10px;
}
.orderPanelBody .formTable th {
  background-color: #eeeeee;
}
.orderConfirmWrapper table th {
  width: 100px;
}
.orderConfirmWrapper table p {
  margin-bottom: 0px;
}
.orderPanelBody table td,
.orderConfirmWrapper table td {
  background-color: #ffffff;
}
/*.orderConfirmWrapper table td{
	width:85%;
}*/

.orderPanelBodyText {
  margin: 20px 0;
}

.orderPanelBodyText:first-child {
  margin: 0 0 20px 0;
}
.kf-btn.modalBtn {
  margin-top: 7px;
  float: right;
}
@media screen and (max-width: 768px) {
  .kf-btn.modalBtn {
    float: none;
  }
}

/* 注文ステップボタン */

.orderStepBtnContainer {
  margin: 40px 0;
}

/* 前へもどるボタン */

.backBtn {
  float: left;
  margin-bottom: 10px;
  margin-left: 0px;
}

/* 次へ進むボタン */

.nextBtn {
  float: right;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  background: #ff6500;
}

.nextBtnSmall {
  float: right;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  background-color: #ff6500;
}
.orderBtn {
  float: right;
  margin: 0;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .orderBtn {
    width: 50%;
  }
}
/*お気に入りセットへの保存ボタン*/
.cartListBtn {
  width: 250px;
  padding: 14px 10px;
  display: block;
  float: right;
}

@media screen and (min-width: 769px) {
  .cartListBtn.-back {
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .cartListBtn {
    margin: 0 auto 10px auto;
    float: none;
  }
  .kf-btn.saveCartBtn {
    width: 250px;
    padding: 14px 10px;
  }
}
/* サブカラム */

.sidebarOrderStep {
  list-style: none;
  padding: 0;
  margin: -10px 0 50px 0;
}

.sidebarOrderStepList {
  position: relative;
  padding: 10px 0 10px 35px;
  border-bottom: 1px solid #ddd;
}
.sidebarOrderStepList a {
  color: #333333;
}
.sidebarOrderStepList a:hover {
  color: #999999;
}
/*.sidebarOrderStep li:first-child {
	padding: 0 0 10px 35px;
}
*/

.orderStepNum {
  display: block;
  float: left;
  position: absolute;
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  background: #999;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}

.orderStepNumActive {
  background: #69a800;
}

/*　詳細ページ　*/

.thRight th {
  width: 80px;
  text-align: right;
  font-size: 13px;
  line-height: 1.7;
  font-weight: bold;
}

.smFontArea {
  font-size: 13px;
}
/*deliveryTimeBox*/
.deliveryTimeBox {
  margin-top: 10px;
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
}
.acms-form-radio.deliveryTimeLabel {
  margin-right: 0;
}
.overTimeBoxParagraph {
  margin-top: 20px;
}
.deliveryTimeBoxItem {
  float: left;
  width: 16.666%;
  padding: 20px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  border-right: 1px solid #ddd;
}
.deliveryTimeBoxItem:hover,
.deliveryTimeBoxItem.active {
  background-color: #d8ebbd;
}
.deliveryTimeBox .deliveryTimeBoxItem:last-child {
  border-right: none;
}
/*deliveryTable*/
.timeSelectIcon {
  max-width: 100%;
}

.deliveryTable {
  margin-left: 75px;
}

.deliveryTable th {
  text-align: right;
  padding-right: 10px;
}

.deliveryTable td {
  padding: 5px 20px 5px 2px;
}

.deliveryTable .kf-input {
  width: 100%;
}

.deliveryTable td .deliveryInput {
  height: 38px; /*margin:0;
	padding: 0 10px;*/
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 15px;
}

/*ご注文内容の確認ページ*/

.orderConfirmWrapper {
  padding: 20px;
  margin: 16px 0 16px 0;
  border: 1px solid #dddddd;
}

.orderInfoTitle {
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold;
  color: #666666;
  margin-bottom: 12px;
}

.orderDestination {
  font-size: 15px;
  line-height: 1.7;
}

.orderInfoWrapper {
  font-size: 13px;
  line-height: 1.7;
}

.orderInfoWrapper p {
  margin: 0;
}

.remarkWrapper {
  background-color: #ffffff;
  padding: 11px;
}

/* ---------------------
サブ
---------------------- */

/*　sideBar　*/
.sidebarNavSm {
  margin-bottom: 20px;
}
.sidebarTitle a,
.sidebarTitle a:visited,
.sidebarNavSm a,
.sidebarNavSm a:visited {
  color: #333333;
}

.sidebarTitle a:hover,
.sidebarNavSm a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.sidebarTitle a:active,
.sidebarNavSm a:active {
  color: #6ca51e;
}

/*.sidebarNavSm li{
	line-height: 1.3;
}*/

.sidebarNavSm .sidebarList1 ul {
  margin-top: 8px;
}
.toggleList {
  display: none;
}
.toggleList.stay {
  display: block;
}
.sidebarTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
}

.sidebarNav {
  margin: 0 0 30px 0;
  padding-left: 0px;
  font-weight: bold;
  list-style-type: none;
  line-height: 2.2;
}

.sidebarNav li a {
  font-size: 16px;
  color: #333333;
}

.sidebarNav a {
  color: #000000;
}

.sidebarNav a:hover {
  color: #6ca51e;
}

.sidebarNavSm ul {
  list-style-type: none; /*height:100%;*/
  font-size: 13px; /*line-height: 2;*/
  padding-left: 0px;
}
.sidebarNavSm li {
  color: #6ca51e;
}

.sidebarNavSm li a,
.sidebarNavSm li a:visited {
  color: #333333;
}

.sidebarNavSm li a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.sidebarNavSm li a.stay {
  color: #6ca51e;
}

.ad {
  margin-bottom: 20px;
}

.description li {
  font-size: 14px;
  line-height: 2;
}

.sideBanner {
  padding: 10px 0;
  width: 100%;
  display: table;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sideBanner li {
  display: table-cell;
  list-style-type: none;
  text-align: center;
  padding: 0 10px;
}

.sideBanner li img {
  margin: 0 auto;
  border: 1px solid #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sideBanner li img:hover {
  opacity: 0.7;
}

/*スマホで見た時のサイドバー*/

.sidebarSearch {
  height: 72px;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}

.sidebarSearch .form-control {
  border-radius: 0px;
}

.sidebarNavSm .sidebarList1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
.sidebarNavSm .sidebarList1 ul {
  margin-bottom: 30px;
}

.sidebarNavSm .sidebarList2 {
  font-weight: normal;
  /*	line-height: 1.3;
	margin-bottom: 10px;*/
  line-height: 1.6;
  margin-bottom: 12px;
}

.sidebarList1:first-child {
  margin-top: 0px;
}

.sidebarList1 a {
  color: #333333;
}

.sidebar-offcanvas .sidebarFirst {
  margin-top: 0px;
}

.sidebar-offcanvas aside {
  padding-left: 0;
}

.sidebar-offcanvas ul {
  padding-left: 0;
}

.sidebar-offcanvas li {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  /*	.navContainer .uk-offcanvas{
		background:rgba(0,0,0,0);//メインの色を白のままに
	}*/
  #adminBox {
    display: none;
  }
}

.sidebar-offcanvas .uk-offcanvas-bar {
  background-color: #ffffff;
  border-right: 1px solid #cccccc;
  overflow-x: hidden;
}

.sideListTitle {
  margin: 0 0 15px 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.sidebarList {
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 13px;
  line-height: 2;
}

/*-----------------------
footer
-------------------------*/

.footer {
  text-align: center;
  margin: 10px 0 0;
  padding: 40px 0 25px;
  font-size: 13px;
  line-height: 1.5;
  background: #f0f0f0;
  clear: both;
}
.footerContainer {
  max-width: 1440px;
  margin: 0 auto;
}

.footerWrap {
  display: table;
  display: flex;
  justify-content: space-between;
}

.footerTop {
  /*border-top: 1px solid #EBEBEB;*/
  padding-top: 40px;
}

a .footerTextTel {
  color: #333;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search-form .kf-select {
    padding-right: 30px;
    background: #eeeeee url(../images/caret.png) no-repeat right;
  }
}

@media screen and (min-width: 768px) {
  .orderTable .orderTableCell.textRight {
    text-align: right;
  }

  .orderTable .orderTableCell.textCenter {
    text-align: center;
  }
  .orderTable .orderTableCell.textLeft {
    text-align: left;
  }
}

@media screen and (max-width: 990px) and (min-width: 768px) {
  .sidebarNav li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: auto;
  }

  .searchArea {
    margin-right: 0;
    margin-left: 0;
  }

  .pcHeader .leftNav li {
    margin-right: 25px;
  }

  .pcHeader .rightNav li {
    margin-left: 25px;
  }

  .topImageContainer {
    margin-right: 0;
    margin-left: 0;
  }

  .renewalEntryHeadlineList {
    width: 100%;
    display: list-item;
  }

  .detailPopover.popoverCart {
    left: 0;
  }

  .detailPopoverCustomer {
    /*left: 100px;*/
  }

  .detailPopover.detailPopoverSearch {
    left: 10px;
  }
  .renewalEntryHeadline {
    column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    padding: 10px 0;
  }
  .renewalEntryHeadlineList {
    line-height: 1.5;
    float: left;
  }
  .renewalEntryHeadlineList a {
    margin-top: 0;
  }
}

@media screen and (max-width: 979px) {
  .deliveryTimeBox {
    display: block;
    border-bottom: none;
    border-right: none;
  }
  .deliveryTimeBoxItem {
    display: block;
    float: left;
    width: 33.3333%;
    border-bottom: 1px solid #ddd;
  }
  .deliveryTimeBoxItem .timeSelectIcon {
    display: block;
    max-width: 100px;
    margin: auto;
  }
  .deliveryTimeBox .deliveryTimeBoxItem:last-child {
    border-right: 1px solid #ddd;
  }
  /*	.deliveryTimeBoxItem:first-child{
		width:100%;
		border-right: none;
	}*/
  /*	.deliveryTimeBoxItem:nth-child(4){
		border-right:none;
	}*/
  .deliveryTimeLabel {
    display: inline;
    text-align: center;
  }

  .categoryItem {
    width: 33.3%;
  }
}
@media screen and (max-width: 480px) {
  .deliveryTimeBoxItem {
    display: block;
    float: left;
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  .serialNavi {
    padding: 0;
  }
  .serialNavi .prev {
    width: 100%;
    /*margin-top:10px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
  }
  .serialNavi a:first-child .serial {
    border-top: 1px solid #dddddd;
  }
  .serialNavi .next {
    text-align: left;
    padding-left: 40px;
    /*margin-top: -20px;*/
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }
  .topicEntryWrapper .topicEntry:last-child {
    border-bottom: none;
  }
  .serialNavi.-search .prev,
  .serialNavi.-search .next {
    width: 50%;
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin-top: 115px;
  }

  .wide-container {
    margin-top: 115px;
  }

  .headerLogo img {
    height: 50px;
    width: 67.25px; /* Androidブラウザ対応の為width固定 */
  }

  .header {
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    margin-bottom: 0;
    background-color: #ffffff;
    z-index: 999;
    transition: all 0.5s ease;
    display: block;
  }

  .header.scrolled {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.1s ease-out;
  }

  .header .searchWrapper {
    display: none;
  }

  .row-offcanvas-left.active .header {
    left: 70%;
    right: auto;
  }

  .rightActive .header {
    right: 75%;
    left: auto;
  }

  .header .btn {
    margin: 8px 0 0 0;
  }

  .pcHeader {
    display: none;
  }
  .navContainer.navContainer {
    width: 100%;
  }

  .navContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
  }

  .flex-direction-nav .flex-prev {
    display: none;
  }

  .flex-direction-nav .flex-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .container {
    margin-top: 0;
  }

  .pcHeader.fixed + .container {
    margin-top: 0px;
  }

  .mobileContainer {
    height: 100%;
  }

  .btn-search {
    background-color: #666666;
    color: #ffffff;
  }

  .xHidden {
    overflow-x: hidden;
  }

  .kf-btn.kf-btn-sm {
    padding: 14px 40px;
  }

  .kf-btn-addAll-sp {
    margin-bottom: 10px;
  }

  .entry-container table th,
  .entry-container table td,
  .orderConfirmWrapper table th,
  .orderConfirmWrapper table td,
  .kf-table th,
  .kf-table td {
    display: block;
    padding: 6px 10px;
    text-align: left;
    margin-top: -1px;
    width: 100%;
  }

  .entry-container table th,
  .orderConfirmWrapper table th,
  .kf-table th {
    width: 100%;
  }

  .formTable th,
  .formTable td {
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    float: left;
    clear: both;
    width: 100%;
    padding: 6px 10px;
    text-align: left;
    margin-top: -1px;
  }

  .formTextInput.formTextInputSm {
    height: 45px;
  }

  .searchCollapse {
    display: none;
  }

  .calendarWrapper .calendar {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .footerCalendarWrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .calendarWrap {
    display: table;
    display: flex;
    justify-content: space-between;
  }

  .calendar {
    display: table-cell;
    width: inherit !important;
    min-width: 200px;
    height: auto;
    flex: 1;
  }
  .calendar.calendarNoMargin {
    margin: 0 0 10px 0;
  }

  .uk-offcanvas-page .navContainer {
    top: auto;
    left: auto;
  }

  .navContainer.topHeader {
    background-color: transparent;
  }

  .navbar.spUserMenu {
    margin-top: 90px;
    margin-right: -5px;
    margin-left: -5px;
  }

  .navbar.spUserMenu.spUserMenuGreen {
    background-color: #7bb212;
    color: #ffffff;
  }

  .navbar.navbar-static-top.navbar-toppage {
    margin-top: 0px;
  }

  .customerMenu {
    margin-top: 90px;
  }

  .searchBtnAddon {
    height: 34px;
    width: 38px;
  }

  .topImageContainer {
    margin-top: 0px;
  }

  .pcHeader.fixed + .topImageContainer {
    margin-top: 0;
  }

  .topImageContainer {
    padding: 0;
  }

  .topImageContainer .flexslider {
    margin-top: -20px;
    margin-bottom: 0;
    padding: 80px 0 0 0;
  }

  .pushTopSp {
    margin-top: 100px;
  }

  .pushSp {
    margin-top: 100px;
  }

  .topImageContainer .flexslider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mainContainer {
    padding: 0 35px;
  }

  .mobileMainContainer {
    padding: 0 20px 0 40px;
  }

  .acms-entry table th,
  .kf-table th {
    font-size: 13px;
    padding: 5px;
    line-height: 1.5;
  }
  .indexTitle {
    margin-top: 20px;
  }

  .entryItem:nth-child(3n) {
    padding-right: 15px;
  }

  .entryItem {
    border-right: none;
    overflow-y: hidden;
  }

  .categoryItem {
    width: 50%;
    min-height: auto;
  }

  .categoryItem .breadcrumb {
    display: none;
  }

  .categoryTable .catName {
    font-size: 11px;
  }

  .customerMenu {
    padding: 20px 35px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .navbar-collapse {
    border: 0;
  }

  .sideBarTable {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .sideBarTableTd {
    border-top: none !important;
  }
  .sideBarTableTd a {
    color: #333333;
  }
  .sideBarTableTdFirst {
    border-bottom: 1px solid #ccc;
  }

  .sidebarCartEmpty {
    padding: 20px;
  }

  .collapseNav {
    margin-bottom: 0;
  }

  .table.itemInfoTable th {
    display: table-cell;
    text-align: right;
  }

  .table.itemInfoTable td {
    display: table-cell;
  }

  .itemContactBox .inline-form {
    display: block;
  }

  .itemContactBox .kf-btn {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0px;
    width: 80%;
  }

  .orderTable,
	/*.orderTableThead,
	*/
		.orderTableTbody,
	.orderTableTr,
	.orderTableCell,
	.orderTable thead,
	.orderTable tbody,
	.orderTable tr,
	.orderTable td,
	.orderTable th {
    display: block;
  }
  .orderBtnGroup {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .orderTableCell {
    /*padding: 7px 4px 7px 0;*/
    padding: 0;
  }
  .orderTableCell.-orderTableCell-bottom-space {
    padding-bottom: 5px;
  }

  .orderTableThead {
    display: none;
  }

  .orderTableTr {
    overflow: hidden; /* clearfixの代わり */
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .orderTableTr.-entry,
  .orderTableTr.-orderTableTr-sp-side-space {
    padding-right: 20px;
    padding-left: 10px; /* 写真のwrapで10px確保しているのでマイナス10px */
  }
  .orderTableDivision-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .orderTableDivision-left-fit {
    padding-left: 10px; /* 写真のwrapで10px確保しているのでマイナス10px */
  }

  .orderTableTr.-cart {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .kf-btn-sm.kf-btn-sm-block {
    width: 100%;
    margin: 0;
    padding: 14px 0;
  }

  .orderTableWant {
    width: 107px;
  }

  .orderTableNum,
  .orderTablePrice .orderTableTotal {
    min-width: 50px;
  }
  .orderTableUnder {
    width: 70%;
    float: right;
    text-align: left;
  }
  .orderTableTr.-cart .orderTableUnder {
    width: calc(100% - 65px);
    margin-top: -1px;
  }
  .orderTableUnder.-ordercheck {
    float: left;
  }
  .orderTableUnderItem {
    margin-right: 15px;
    display: inline-block;
    padding: 5px 0;
  }
  .orderTableTotal:before {
    content: '金額 : ';
    font-weight: normal;
  }

  .orderTableRight {
    float: right;
  }

  /* 100%幅 */

  .orderTableBlock {
    width: 100%;
  }
  /* 70%幅 */

  .productName,
  .orderTableName {
    width: 70%;
    /*margin-bottom:10px;*/
    margin-bottom: 0;
    float: left;
  }

  /* 50%幅 */

  .orderTableHalf {
    width: 50%;
    float: left;
  }

  /* 33.3%幅 */

  .orderTableOneThird {
    width: 33.3%;
    float: left;
  }

  /* 100%幅 */

  .orderTableImage {
    width: 50%;
    min-height: 60px;
    float: left;
  }
  .orderTableImage img {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  /* 25%幅 */

  .orderTableQuarter,
  .orderTableSm {
    width: 25%;
    float: left;
  }

  /* 20%幅 */

  .orderTableOneFifth {
    width: 20%;
    float: left;
  }

  /* クリアさせる */

  .orderTableClear {
    clear: both;
    float: none;
  }

  /* テキスト */

  .orderTableNum:before {
    content: '入数：';
    font-weight: normal;
  }

  .orderTablePrice:before {
    content: '価格：';
    font-weight: normal;
  }

  .orderTableWant:before {
    content: '数量：';
    font-weight: normal;
  }
  .orderTableWant-not-width:before {
    content: '数量：';
    font-weight: normal;
  }
  .orderTableInputWrapper {
    width: 50%;
    display: inline-block;
    position: relative;
  }
  .orderTableCell.orderTableInput {
    display: table;
    margin-right: 0px;
    /*margin-bottom:10px;*/
    vertical-align: middle;
    height: 35px;
    width: 100%;
  }
  .orderTableCell input {
    display: table-cell;
    vertical-align: middle;
  }
  .orderTableCell.orderTableInput:before {
    vertical-align: middle;
    display: table-cell;
    width: 60px;
  }
  .orderTable td,
  .orderTable > tbody > tr > td {
    width: 25%;
    float: left;
    display: block;
    clear: both;
  }

  .orderTable td.productName,
  .orderTable > tbody > tr > td.productName {
    width: 100%;
    display: block;
    clear: both;
  }

  .productName {
    width: 100%;
    display: block;
  }

  .cartProductAmount {
    /*width: 30px;*/
    width: 100%;
    margin-top: 7px;
  }

  .orderTableNum,
  .orderTablePrice {
    padding-bottom: 0;
  }

  .orderTableCell input {
    width: 80px;
    /*height: 25px;*/
    margin: 0;
  }

  .orderTableCartBox {
    margin-bottom: 15px;
  }
  .deliveryTable {
    margin-left: 0;
  }

  /* バナー */

  /*.sidebar-offcanvas aside{
			padding-left:15px;
		}*/

  .sideBanner li {
    margin: 20px 0;
    display: block;
  }

  /* カレンダー */

  .calendar {
    margin: 10px 20px 20px;
  }
  /*.footer {
		margin: 20px 15px 0px 15px;
	}*/

  .footerWrap {
    display: block;
  }

  .footerText {
    font-size: 13px;
    line-height: 1.5;
  }

  .footerNavWrap {
    padding-left: 0;
    display: block;
  }

  .copyright {
    margin: 20px 0 0 0;
  }

  .orderTable .orderTableCell.textRightSP {
    text-align: right;
  }

  .orderTable .orderTableCell.textCenterSP {
    text-align: center;
  }
  .orderTable .orderTableCell.textLeftSP {
    text-align: left;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .calendarWrap {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .orderTableTr:hover {
    background-color: transparent;
  }
  /* 商品詳細テーブルでボタンが2つ以上並んだ時の幅オーバー対策 */
  .orderTableTr.-entry,
  .orderTableTr.-orderTableTr-sp-side-space {
    padding-right: 10px;
    padding-left: 0; /* 写真のwrapで10px確保しているのでマイナス10px */
  }
  .orderTableDivision-left-fit {
    padding-left: 10px;
  }
}
@media screen and (max-width: 370px) {
  /* 商品詳細テーブルでボタンが2つ以上並んだ時の幅オーバー対策 */
  .orderTableTr.-entry .kf-btn-cart {
    padding-right: 12px;
    padding-left: 12px;
  }
  .orderTableTr.-entry .kf-btn-sample {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .formTextInput.formTextInputFullWithSp {
    width: 80%;
  }

  .orderPanelInfo .acms-col-6 {
    width: 100%;
  }

  .nextBtn {
    width: 100%;
  }
  .renewalEntryHeadlineList a {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .kf-btn-logout-sp {
    border-radius: 0;
    margin-bottom: 20px;
  }
  .sidebarNavSm .sidebarList1 {
    margin-bottom: 6px;
  }
  .sidebarNavSm .sidebarList1 div {
    margin-bottom: 20px;
  }
  .sidebarNavSm.-news .sidebarList2 div {
    padding: 4px 16px;
  }
  .sidebarNavSm.-link .sidebarList2 div {
    padding: 4px 16px;
  }
  .sidebar-offcanvas {
    border-right: 1px solid #cccccc;
    background-color: #eeeeee;
    position: absolute;
    padding-right: 0px;
    top: 0;
    left: -210%;
    /*width: 70%;*/ /* 6 columns */
    width: 75%;
    height: 100%;
    padding-left: 25px;
    /*overflow-y: scroll;*/
    transition: all 0.5s ease;
  }
  .uk-offcanvas.sidebar-offcanvas {
    width: 100%;
  }
  .uk-offcanvas-bar {
    width: 245px;
  }

  .sidebarNavSm {
    margin: 0;
  }

  .sidebarNavSm li {
    margin: 0px -20px 0 0; /*padding: 13px 30px 13px 20px;*/
    max-width: 100%;
  }
  .sidebarNavSm .sidebarList2 {
    line-height: 1.2;
  }
  .sidebarList1 .listContents,
  .sidebarList2 .listContents {
    display: block;
    /*padding: 13px 5px 13px;*/
  }

  .sidebarNavSm .sidebarList2 {
    margin-bottom: 0;
  }

  .sidebarNavSm .listContents:hover,
  .sidebarNav .listContents:hover {
    background: #f0f6e7;
    cursor: pointer;
  }
  .sidebarNavSm .listContents:hover a,
  .sidebarNav .listContents:hover a {
    color: #6ca51e;
  }
  .sidebar-offcanvas {
    z-index: 10000;
  }

  /* サイドバー内タイトル */

  .sidebar-offcanvas h2 {
    margin: 0;
    padding: 20px 20px 10px 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
  }

  .sidebar-offcanvas h2.bl-hover {
    background: #666;
  }

  .sidebarTitle a {
    color: #fff;
  }

  .sidebarTitle a:hover {
    background: #999;
    text-decoration: none;
  }
  .sidebarNav li,
  .sidebarNavSm li {
    /*border-bottom:1px solid #CCCCCC;*/ /*background:url(../images/sidebar_arrow.png) right center no-repeat;*/
    font-weight: normal;
    line-height: 1.2;
    font-size: 14px; /*padding:4px 15px;*/
  }

  .firstSideBarMenu {
    border-bottom: 1px solid #ccc;
  }

  .sidebarNav li {
    padding: 10px 0px 10px 15px;
    margin: 0;
  }

  .sideBanner {
    margin: 0 20px 30px;
    display: block;
  }

  .sidebarSearch {
    border-bottom: none;
  }

  .sidebarNavSm .sidebarList1 {
    margin-top: 0px;
    background: #fff;
  }

  .sidebarNavSm .sidebarList1 ul {
    margin-bottom: 0;
  }

  .sidebarNavSm .sidebarList1 ul {
    margin-top: 0;
  }

  .sidebarList1 .listContents,
  .sidebarList2 .listContents {
    padding: 11px 30px 11px 20px;
  }

  .sidebarNavSm .sidebarList1 div.listContents {
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 9px;
  }
  .sidebarNavSm > ul > li {
    border-top: 1px solid #ccc;
  }
  .sidebarNavSm.-infoCategory > ul > li,
  .sidebarNavSm.-topicsNew > ul > li {
    border-top: 0;
  }
  .sidebarNavSm.-topicsNew > ul > li {
    margin-bottom: 20px;
  }
  .offcanvasProfile {
    margin: 0 20px 10px;
    padding: 0;
    line-height: 1.5;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .sidebarNavSm.-topicsNew .sidebarList2 {
    line-height: 1.6;
  }
  .sidebarNavSm.-topicsNew .sidebarList1 {
    margin-bottom: 10px;
  }
  .sidebarNavSm.-infoCategory .sidebarList1 div.listContents {
    margin-bottom: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .calendarWrap,
  .calendar {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kf-btn {
    padding: 14px 20px;
  }

  .calendarWrapper {
    width: 100%;
  }

  .categoryTable img,
  .categoryList img {
    margin: 0 auto;
    padding: 0;
  }

  .renewalEntryHeadlineDate {
    width: 100%;
    margin-bottom: 5px;
  }

  .categoryItem .caption {
    padding: 10px 0;
  }

  .customerMenu {
    padding: 20px;
  }
}

/*管理ページ*/
.ui-dialog {
  width: 305px !important;
}
#categoryAddForm th {
  white-space: nowrap;
}
#categoryAddForm input[type='text'] {
  width: 200px;
}
#categoryAddForm select {
  width: 200px;
}

/* ---------------------
 2017トップ
---------------------- */

.contactLink {
  color: #999 !important;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 10px 18px;
  transition: all 0.2s ease;
}

.contactLink:hover {
  color: #fff !important;
  background: #999;
  opacity: 1 !important;
}

/* ---------------------
プロダクトリスト
---------------------- */

.productListSm {
  margin-bottom: 20px;
  border-left: 1px solid #ddd;
  text-align: left;
}

.productListSm a,
.productListSm a:visited {
  color: #333333;
}

.productListSm a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.productListSm a:active {
  color: #6ca51e;
}

.productListSm .productListItem1 ul {
  margin-top: 8px;
}

.productListSmItem {
  margin-bottom: 30px;
}

.toggleList {
  display: none;
}

.toggleList.stay {
  display: block;
}

.sidebarTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
}

.productList {
  margin: 0 0 30px 0;
  padding-left: 0;
  font-weight: bold;
  list-style-type: none;
  line-height: 2.2;
}

.productList li a {
  font-size: 16px;
  color: #333333;
}

.productList a {
  color: #000000;
}

.productList a:hover {
  color: #6ca51e;
}

.productListSm ul {
  list-style-type: none;
  font-size: 13px;
  padding-left: 0;
}
.productListSm li {
  color: #6ca51e;
}

.productListSm li a,
.productListSm li a:visited {
  color: #333333;
}

.productListSm li a:hover {
  color: #6ca51e;
  background-color: #f0f6e7;
  text-decoration: none;
}

.productListSm li a:active {
  color: #6ca51e !important;
  background-color: #f0f6e7 !important;
}

.productListSm .productListItem1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .productListSm .productListItem1 {
    margin-bottom: 0;
  }
  .sidebarNavSm li {
    line-height: 1.6;
  }
}

.productListSm .productListItem1 ul {
  margin-bottom: 30px;
}

.productListSm .productListItem2 {
  font-weight: normal;
  /*	line-height: 1.3;
        margin-bottom: 10px;*/
  line-height: 1.6;
  margin-bottom: 12px;
}

.productListItem1:first-child {
  margin-top: 0px;
}

.productListItem1 a {
  color: #333333;
}

.productListItem {
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 13px;
  line-height: 2;
}

.productListPager {
  padding: 30px 0;
}

.productSearchTitle {
  margin: 30px 0 5px;
}

.p-sns .p-sns__list {
  display: inline-block;
}
.p-sns .p-sns__list a:hover {
  color: #666;
}
.p-sns .p-sns__list i {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .p-sns .p-sns__list {
    margin-right: 10px;
  }
}

@media screen and (max-width: 990px) and (min-width: 768px) {
  .productList li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .productList li,
  .productListSm li {
    font-weight: normal;
    line-height: 1.2;
    font-size: 14px;
  }

  .productList li {
    padding: 10px 0 10px 15px;
    margin: 0;
  }

  .productListSm .productListItem1 {
    margin-top: 0;
    /*background: #FFF;*/
  }

  .productListSm .productListItem1 ul {
    margin-bottom: 0;
  }

  .productListSm .productListItem1 ul {
    margin-top: 0;
  }

  .productListSm {
    margin: 0;
    padding: 0;
  }

  .productListSm li {
    margin: 0 -20px 0 0;
    max-width: 100%;
  }
  .productListSm .productListItem2 {
    margin-bottom: 0;
    line-height: 1.2;
  }
  .productListItem1 .productListContents,
  .productListItem2 .productListContents {
    display: block;
    padding: 13px 30px 13px 20px;
  }
  .productListSm .productListContents:hover a,
  .productList .productListContents:hover a {
    color: #333;
    background: transparent;
  }
}

@media screen and (max-width: 500px) {
  .productListSm {
    width: 100%;
    border-left: 0;
  }
}

/* ---------------------
トップメインセクション
---------------------- */

/*
トピックス
--------------------*/
/* videoを親要素の幅に合わせる */
video {
  width: 100%;
}

.mainSectionTopics {
  margin: -6px 0 30px;
  position: relative;
}

.mainSectionTopics.-search {
  padding-bottom: 30px;
}

.searchTitle {
  border-left: 7px solid #6aa900;
  padding-left: 6px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
}

.mainSectionTopics.-search .searchTitle {
  margin-bottom: 20px;
}

.mainTopicsList {
  list-style: none;
  margin: -2px;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.mainTopicsListItem {
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: auto;
  /*height: 260px;*/
  /*overflow: hidden;*/
  position: relative;
  cursor: pointer;
}

.mainTopicsListItem time {
  padding-left: 20px;
  color: #fff;
  z-index: 3;
}

.mainNewsListItem time,
.mainTopicsListItem time {
  /*font-family: Verdana, sans-serif;*/
  font-size: 12px;
  padding-right: 10px;
  color: #888;
  font-weight: normal;
}

.mainTopicsListItem time {
  color: #fff;
}
.mainTopicsListTitle {
  margin: 0;
  padding: 0 20px 20px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 2;
  line-height: 1.5;
}

.mainTopicsListData {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mainTopicsListItem .kf-label {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 18px;
  font-size: 14px;
}

.mainTopicsListItem .mainTopicsListItemImg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 102%;
}

.mainTopicsListWrap {
  position: relative;
}

/*トップ:新着トピックス*/

.topTopicsListWrap {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.topTopicsList {
  display: table;
  display: flex;
  width: 165%;
}

.topTopicsListWrap:hover .mainTopicsArrowsLeft {
  transform: translateX(0);
  opacity: 1;
}

.topTopicsListWrap:hover .mainTopicsArrowsRight {
  transform: translateX(0);
  opacity: 1;
}

.topTopicsListItem {
  display: table-cell;
  padding: 10px 15px;
  max-width: 250px;
  min-width: 250px;
  flex: 1;
  border-left: 1px solid #ddd;
}

.topTopicsListItemImg {
  height: auto;
  width: 100%;
}

.topTopicsListData {
  margin-top: 10px;
}

.topTopicsListTitle {
  margin: 0;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

.topTopicsListTime {
  /*font-family: Verdana, sans-serif;*/
  color: #777;
  font-size: 12px;
}

.topTopicsListSummary {
  color: #777;
  font-size: 14px;
  margin: 0;
  position: relative;
  height: 69px;
  overflow: hidden;
  line-height: 1.6;
}

.topTopicsListItemImgContainer {
  height: 155px;
  position: relative;
}

.topTopicsListItemLabel {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* トピックストップページ */

.un-flex .topTopicsList {
  display: block;
  width: auto;
}

.un-flex .topTopicsListItemImg {
  height: auto;
  width: 100%;
}

.un-flex .topTopicsListItemImgContainer {
  height: auto;
}

.un-flex .topTopicsListItem {
  display: table-cell;
  padding: 15px 15px 0;
  max-width: initial;
  max-width: auto;
  min-width: initial;
  min-width: auto;
  border-left: 0;
  border-right: 1px solid #ddd;
}

.un-flex .topTopicsListItem:nth-child(3n) {
  border-right: 0;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .un-flex .topTopicsListItem:nth-child(3n) {
    border-right: 1px solid #ddd;
  }
  .un-flex .topTopicsListItem:nth-child(4n) {
    border-right: 0;
  }
}

.un-flex .topTopicsListItem a {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  display: block;
  height: 100% !important;
}

.un-flex .topTopicsListItemImgContainer {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .un-flex.topTopicsListWrap {
    margin-right: -15px;
    margin-left: -15px;
  }
  .un-flex .topTopicsListItem {
    border-right: 0;
  }
  .un-flex .topTopicsListItemImgContainer img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
  .topicsNoimage {
    height: auto;
    width: 100%;
  }
}

/*end */

.mainTopicsArrows {
  z-index: 3;
}

.mainTopicsArrowsLeft,
.mainTopicsArrowsRight {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mainTopicsArrowsLeft {
  left: 0;
  width: 50px;
  height: 80px;
  background: url(../images/flexslider_left.png);
  opacity: 0;
  transform: translateX(-50px);
}

.mainTopicsArrowsRight {
  right: 0;
  width: 50px;
  height: 80px;
  background: url(../images/flexslider_right.png);
  opacity: 0;
  transform: translateX(50px);
}

@media screen and (max-width: 1220px) {
  .mainTopicsArrowsRight,
  .mainTopicsArrowsLeft {
    transform: translateX(0px);
  }
}

@media screen and (max-width: 768px) {
  .mainTopicsArrows {
    display: none;
  }
}

@media screen and (max-width: 991px) and (min-width: 480px) {
  .mainTopicsArrowsLeft,
  .mainTopicsArrowsRight {
    display: block;
  }
  .mainTopicsListWrap {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: -20px;
    margin-left: -20px;
  }
  .mainTopicsList {
    display: inline;
  }
  .mainTopicsListItem {
    width: 260px;
    float: none;
    display: inline-block;
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  .mainSectionTopics {
    margin: 100px 0 40px 0;
  }
  .subColumnRight {
    display: none;
  }
  .columnMain {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .mainTopicsListItem {
    margin-bottom: 20px;
    -webkit-flex: 1;
    flex: 1;
  }
  .mainTopicsListItem:nth-child(odd) {
    padding-right: 7.5px;
  }
  .mainTopicsListItem:nth-child(even) {
    padding-left: 7.5px;
  }
  .mainTopicsFilter {
    display: none;
  }
  .mainTopicsListItem time {
    color: #888;
    padding: 0;
  }
  .mainTopicsListTitle {
    color: #333;
    padding: 0;
    text-shadow: none;
  }
  .mainTopicsListData {
    position: inherit;
    padding-top: 10px;
  }
  .mainTopicsListItem .kf-label {
    position: inherit;
    bottom: 0;
    left: 0;
    font-size: 10px;
  }
  .mainTopicsListItem .mainTopicsListItemImg {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
}

@media screen and (min-width: 480px) {
  .mainTopicsListItemImgContainer {
    position: relative;
    height: 260px;
    overflow: hidden;
  }
}

.mainTopicsFilter {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: background 300ms 0s ease;
}

.mainTopicsListItem:hover .mainTopicsFilter {
  background: rgba(0, 0, 0, 0);
}

/*
お知らせ
--------------------*/
.mainSectionNews {
  clear: both;
  /*border-bottom: 1px solid #DDD;*/
  padding: 0 0 10px;
  margin: 0 0 30px;
}

.mainSectionNews .mainSectionTitle {
  background: #df0e26;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  padding: 2px 8px;
  margin: 0 0 15px;
}

.mainNewsList {
  list-style: none;
  margin: 0 -15px -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.mainNewsList > .mainNewsListItem {
  margin: 0;
  padding: 0 15px 10px;
  font-weight: bold;
  display: flex;
  line-height: 1.5;
}

.mainNewsListWrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.mainNewsListItem a {
  color: #333;
}

.mainNewsListItem a:hover,
.mainNewsListItem a:active {
  color: #6ca51e;
}

.mainNewsListItem a:hover,
.mainNewsListItem a:visited,
.mainNewsListItem a:active {
  text-decoration: none;
}

/*
商品一覧
--------------------*/
.mainProductSection {
  clear: both;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin-bottom: 20px;
  position: relative;
}

.mainProductSection.-entry {
  padding-top: 20px;
  border-bottom: 0;
}

.mainProductSection:last-child {
  border-bottom: 0;
  margin-bottom: 60px;
}

.mainSectionTitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 10px;
}

.mainBannerSection {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin-bottom: 20px;
}

.viewAll {
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 0;
  margin-bottom: 0;
}

.viewAll a {
  color: #333;
}

.viewAll a:hover {
  text-decoration: underline;
}

.mainProductList {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
}

.mainProductListContainer {
  position: relative;
}

.mainProductListWrap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
}

.mainProductListItem {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  white-space: normal;
  float: none;
  font-size: 13px;
  width: 210px !important;
  vertical-align: top;
}

.mainProductListItem img {
  width: 100%;
  height: auto;
  padding: 0 0 20px !important;
}

.mainProductListItem a {
  transition: all 0.2s ease;
  display: block;
  color: #333;
}

.mainProductListItem a:visited {
  color: #333;
}

.mainProductListItem a:hover {
  opacity: 0.7;
  color: #333;
  background: transparent;
}

.mainProductListName {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  margin: 30px 0 12px;
}

.mainProductListLabel {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 3px;
}

.mainProductListPrev,
.mainProductListNext {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
}

.mainProductListPrev {
  left: 10px;
  transform: translateX(-50px);
  width: 50px;
  height: 80px;
  background: url(../images/flexslider_left.png);
  opacity: 0;
  transition: all 0.3s ease;
}

.mainProductListContainer:hover .mainProductListPrev {
  transform: translateX(0);
  opacity: 1;
}

.mainProductListNext {
  right: 10px;
  transform: translateX(50px);
  width: 50px;
  height: 80px;
  background: url(../images/flexslider_right.png);
  opacity: 0;
  transition: all 0.3s ease;
}

.mainProductListContainer:hover .mainProductListNext {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 1220px) {
  .mainProductListPrev,
  .mainProductListNext {
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .mainProductListItem {
    width: 160px !important;
  }
  .mainProductListNext,
  .mainProductListPrev {
    display: none;
  }
}

/*---------------------
  トピックス関連書品
----------------------*/

.storeRelationTitle {
  margin: 20px 0 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #cccccc;
  padding-left: 0 !important;
  padding: 0 0 10px;
}

.storeRelationItem a {
  padding: 20px 0 5px;
  display: table;
  display: flex;
  align-items: center;
  color: #333 !important;
  transition: opacity 0.2s;
}

.storeRelationItem a:hover {
  background: none;
  opacity: 0.6;
}

.storeRelationItemData {
  display: table-cell;
  vertical-align: middle;
}

.storeRelationItemData .headline3 {
  font-size: 20px;
}

.storeRelationItemData .headlineRuby {
  padding-left: 5px;
}

@media screen and (max-width: 480px) {
  .storeRelationItem a {
    display: block;
  }
  .storeRelationItemImg img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .storeRelationItemData {
    padding: 0;
  }
}
/*--------------------
検索
--------------------*/

.btnSearch {
  background: #999;
  border: 1px solid #ccc;
  font-size: 14px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  height: 34px;
  overflow: visible;
}

.acms-form-action {
  width: 160px;
  margin-top: -9px;
}

input[type='search'].searchFormInput,
input[type='text'].searchFormInput {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  line-height: initial;
  height: auto;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: baseline;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
}

/* RWD Table */
.acms-entry .js-rwd-table td:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .acms-entry .js-rwd-table th {
    display: none;
  }
  .acms-entry .js-rwd-table td {
    display: block;
  }
  .acms-entry .js-rwd-table td:before {
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    font-size: 13px;
  }
  .acms-entry .js-rwd-table td:before {
    display: inline-block;
  }
}

@supports (display: flex) {
  .row.flex-row {
    display: flex;
    flex-wrap: wrap;
  }
}

/* タブレット以下検索ボタン */

@media screen and (max-width: 991px) {
  .search-form {
    margin: 30px 10px 20px;
  }
  .acms-form-action {
    width: 100%;
  }
  .btnSearch {
    padding: 0 10px;
  }
}

/*KATSU-665 レイアウト確認用（山田） 2017/08/01-02 */
.orderPanelBody ul,
.acms-entry ul {
  margin-left: -10px;
  margin-bottom: 20px;
}

.orderPanelBody ol,
.acms-entry ol {
  margin-left: -10px;
  margin-bottom: 20px;
}

.orderPanelBody ul li,
.acms-entry ul li {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 0.5em;
  position: relative;
}

.orderPanelBody ol li,
.acms-entry ol li {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 0;
  background: none;
  padding-left: 0.5em;
  position: relative;
}

.orderPanelBody ul li:before,
.acms-entry ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #bababa;
  position: absolute;
  left: -8px;
  top: 0.5em;
}

.acms-entry.storeEntry p {
  font-size: 14px;
}
.acms-entry.storeEntry li {
  font-size: 14px;
  line-height: 1.5;
}

.storeEntry .storeEntrySupplementWrap {
  margin-top: 32px;
}


.storeEntry .storeEntrySupplement .storeEntrySupplementTitle {
  font-size: 14px;
  background: #b1d67a;
  padding: 4px 10px;
  border-radius: 5px;
  display: inline-block;
}

.acms-entry .itemInfoBox .itemInfoText {
  font-size: 14px;
}

.orderTable {
  margin: 0 0 30px 0;
  font-size: 14px;
}

.orderTableImage > .orderTableBtns {
  background: transparent;
  height: auto !important;
}

.orderTableDivision {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin-top: 5px;
  margin-left: 65px;
}
@media screen and (min-width: 769px) {
  .orderTableTopDivision.-orderTableTopDivision-pc-space-left-none {
    padding-left: 0;
  }
}

.orderTableItemCode {
  margin-bottom: 2px;
}
.orderTableItemCodeItem {
  display: inline;
  margin: 0;
}
.orderTableItemCodeItem.-historyLabels .kf-label {
  /* 閲覧履歴の設定：このページのみラベル間余白がなくなるため対策 */
  margin-right: 5px;
}
.orderTableItemCodeItem.-historyLabels .kf-label:last-child {
  margin-right: 0;
}
.orderTableCellNum {
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .kf-btn-sm.kf-btn-sm-block {
    width: 100%;
  }
  .orderTableFavorite {
    width: 50%;
    padding-top: 21px;
    float: left;
    padding-bottom: 22px;
  }
  .orderTableUnderCode {
    margin-bottom: 2px;
  }
  .orderTableTitle:after {
    content: '';
    display: block;
    clear: left;
  }
  .orderTableImage {
    width: 65px;
    max-height: 64px;
  }
  .orderTableCell input,
  .orderTableCell .cartProductAmountHidden {
    width: 60px;
  }
  .orderTableCell .cartProductAmountHidden {
    font-size: 16px;
  }
  .orderTableCell.orderTableInput {
    white-space: nowrap;
  }
  .orderTableCell.orderTableInput:before {
    width: 50px;
  }
  .orderTableUnderItem {
    padding: 5px 0 0;
    margin-right: 0;
  }
  .orderTableUnderItem .kf-btn {
    display: block;
  }
  .orderTableSamplePurchase {
    padding: 8px 4px;
    display: block;
    text-align: center;
  }
  .orderTableItemCode {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    white-space: nowrap; /* New や 価格改定 などのラベルはわざと画面外へoverflow:hiddenさせてます。 */
    margin-bottom: 2px;
    margin-top: 10px;
  }
  .orderTableItemCodeItem {
    display: inline-block;
  }

  .orderTableTitle {
    margin-left: 65px;
    width: auto;
  }
  .orderTableBlock {
    margin-bottom: -4px;
  }
  /*.orderTableImage {*/
  /*min-height: 75px;*/
  /*}*/
  .cartProductAmountHidden {
    width: auto;
  }
  .orderTableFlex {
    display: flex;
  }
  /* .orderTableItemFlexible {
		width: 100%;
		flex-grow: 1;
	} */
  .orderTableItemFlexible.-favorite {
    /* お気に入り一覧専用用 */
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .orderTableItemFlexible.-favorite .orderTableItemRight {
    padding-top: 2px; /* カートボタンとテキストがくっつき過ぎないように調整 */
  }

  .orderTableItemFlexibleAmount {
    padding-right: 8px;
  }
  .orderTableItemRight {
    /* display: table; */
    display: flex;
    margin-right: -4px;
    margin-left: -4px;
    flex: 1;
  }
  .orderTableItemRightChild {
    /*display: table-cell;*/
    /* flex-grow: 1; */
    padding: 0 4px;
  }
  .orderTableItemRightChildFirst {
    padding: 0 5px;
  }
  .orderTableStarOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .orderTableStarOuterGrow {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .orderTableItemQuantity {
    display: inline;
    margin-right: 10px;
  }
  .orderTableItemQuantitySm-right-next-item {
    display: inline-block;
    margin-right: 8px;
  }
  .orderTableItemQuantitySm {
    display: inline-block;
  }
  .orderTableCartBox {
    margin-bottom: 0;
    padding-left: 65px; /* SPスタイル調整用 */
    margin-top: 5px;
  }
  .orderTableCartBox button {
    margin-top: 5px !important;
  }
  .orderTableTopDivision {
    padding-left: 65px;
  }
}
@media screen and (max-width: 768px) {
  /* .orderTableItemRight {
		flex-wrap: wrap;
	} */
  /*.orderTableItemRightChild {*/
  /*margin-bottom: 5px;*/
  /*}*/
  .orderTableItemRightChildFirst {
    flex-basis: 100%;
    margin-bottom: 5px;
  }
}

b,
strong {
  font-weight: normal;
}

.index-item-code {
  /*font-family: Verdana, sans-serif;*/
  font-size: 11px;
  color: #888888;
  font-weight: normal;
  margin-bottom: 4px;
}

@media screen and (max-width: 480px) {
  .index-item-code {
    margin-top: 12px;
  }
}

ul.index-item-info-box {
  margin-left: -40px;
  margin-bottom: 0px;
  margin-top: 4px;
}

.index-item-info-box li {
  /*font-family: Verdana, sans-serif;*/
  color: #888888;
  font-size: 12px;
  margin-bottom: 0.5em;
  list-style-type: none;
  padding-left: 0;
  font-weight: normal;
  display: inline-block;
}
.index-item-info-box li:first-child {
  margin-right: 5px;
}
.categoryItem .caption {
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  padding: 0 20px;
}
.categoryItem {
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 480px) {
  .categoryItem .caption {
    padding: 0;
  }
}

/*----------
検索結果
--------------------*/

.searchDataList h1 {
  padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .searchDataList .mainSectionTopics {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .searchDataList .headline1 {
    margin-top: 0;
  }
}

.acms-entry h2,
.orderWarningSection h2,
.headline2 {
  padding-left: 10px;
  line-height: 1;
}

.acms-entry.storeEntry h2 {
  margin-left: 12px;
  font-size: 18px;
  padding-left: 10px;
  line-height: 1;
}

.acms-entry h3 {
  padding: 0;
  border: none;
}

.orderPanelBody {
  border: none;
}

.orderPanelBody h4,
.acms-entry h4 {
  font-size: 14px;
}

.orderPanelBody h2,
.acms-entry h2,
.orderWarningSection h2,
.headline2,
.acms-entry.storeEntry h2 {
  border-left: 7px solid #6aa900;
  padding-left: 6px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.acms-entry h3,
.headline3,
.orderPanelBody h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.acms-entry p + h2,
.acms-entry hr + h2,
.acms-entry ul + h2,
.acms-entry ol + h2,
.acms-entry table + h2,
.acms-entry table + h2,
.acms-entry .acms-container + h2,
.acms-entry .acms-container + h2,
.acms-entry [class*='column-table-'] + h2 {
  margin-top: 40px;
}
.acms-entry .js-acms-unlogin + h2 {
  margin-top: 0;
}

.acms-entry p + h3,
.acms-entry hr + h3,
.acms-entry ul + h3,
.acms-entry ol + h3,
.acms-entry table + h3,
.acms-entry table + h3,
.acms-entry .acms-container + h3,
.acms-entry .acms-container + h3,
.acms-entry [class*='column-table-'] + h3 {
  margin-top: 25px;
}
.acms-entry .js-acms-unlogin + h3 {
  margin-top: 0;
}

.acms-entry h2 + h3 {
  margin-top: 22px;
}

.acms-entry .acms-col-4 hr + h2,
.acms-entry .acms-col-6 hr + h2,
.acms-entry .acms-col-4 hr + h3,
.acms-entry .acms-col-6 hr + h3 {
  margin-top: 20px;
}

.orderPanelBody [class*='column-eximage-'].nocaption,
.orderPanelBody [class*='column-image-'].nocaption,
.orderPanelBody [class*='column-media-'].nocaption,
.orderPanelBody [class*='column-video-'],
.orderPanelBody [class*='column-yolp-'],
.orderPanelBody [class*='column-youtube-'] {
  margin-bottom: 20px;
}

.acms-entry div.itemInfoText ul,
.acms-entry ul {
  margin-left: -20px;
}
div.itemInfoText li {
  padding-left: 0;
  position: inherit;
  margin-bottom: 6px;
}

div.itemInfoText li:before {
  content: '';
  width: 0;
  height: 0;
  display: none;
  border-radius: 0;
  background: none;
  position: inherit;
}

.acms-entry li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tableUnit {
  padding-right: 20px;
  padding-left: 20px;
}

/*
	従来のacms.cssを使用
*/

@media screen and (max-width: 479px) {
  .acms-grid-r .acms-entry:not(.topicEntry) [class*='acms-col'] {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .normalBox {
    margin-top: 100px;
    margin-bottom: -50px !important;
  }
}

/* スライダー */

@media screen and (max-width: 991px) {
  .js-slider {
    margin: 0px -20px;
  }
  .js-gallery-item:first-child {
    margin-left: 20px;
  }
}

/* お問い合わせ */

.contact p {
  margin-left: 0;
}

.orderInfoBack {
  padding: 20px 10px;
}

.orderInfoBack > p,
.orderInfoBack > h3,
.orderInfoBack > h2 {
  padding: 0 10px;
}

.orderInfoBack [class*='acms-col'] p {
  padding: 0;
}

.orderInfoBack > [class*='column-image'] {
  padding: 0 10px;
}

.orderInfoBack > ul {
  margin-left: -5px;
}

.orderInfoBack .entry-container-slide-wrap {
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
}

.orderInfoBack [class*='acms-col'] .entry-container-slide-wrap {
  padding: 0;
}

/*----------
タグ
--------------------*/
.tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.acms-entry .tag-list {
  /* acmsスタイルを打ち消し */
  margin-bottom: 0;
  padding-right: 0;
  margin-left: 0;
}
.tag-item {
  display: inline-block;
  padding: 0;
  margin: 0 8px 8px 0;
}
.acms-entry .tag-item {
  /* acmsスタイルを打ち消し */
  padding-left: 0;
  margin-bottom: 8px;
}
.acms-entry .tag-item::before {
  /* acmsスタイルを打ち消し */
  content: none;
}
.tag-item .kf-btn {
  margin-left: 0;
  padding-right: 26px;
  padding-left: 26px;
}

.side-tag-box {
  margin-bottom: 8px;
}
.side-tag-box .headline2 {
  margin-right: 0;
  margin-left: 0;
}
.acms-entry .side-tag-box .headline2 {
  /* acmsスタイルを打ち消し */
  margin-left: 0;
}

/* タグ検索結果ページ */
@media screen and (max-width: 768px) {
  .tag-search-head {
    margin-bottom: 40px;
  }
}
.tag-selected-box {
  margin-bottom: 8px;
}
.tag-list.-selected .tag-item {
  margin-right: 10px;
}
.tag-list.-selected .kf-btn,
.tag-list.-selected .kf-btn:link,
.tag-list.-selected .kf-btn:visited,
.tag-list.-selected .kf-btn:hover,
.tag-list.-selected .kf-btn:focus,
.tag-list.-selected .kf-btn:active {
  color: #333;
}
.tag-list.-choice .kf-btn {
  padding: 10px 20px;
  font-size: 12px;
}
.tag-list.-selected .kf-btn.omit {
  position: relative;
  padding-left: 23px;
  padding-right: 35px;
}
.tag-list.-selected .kf-btn-close:before,
.tag-list.-selected .kf-btn-close:after {
  content: '';
  display: block;
  width: 9px;
  height: 2px;
  background: #a7a7a7;
  transform: rotate(45deg);
  position: absolute;
  top: 21px;
  right: 9px;
}
.tag-list.-selected .kf-btn-close:after {
  transform: rotate(-45deg);
}
.tag-list.-selected .kf-btn-separate:before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: #a7a7a7;
  transform: rotate(90deg);
  position: absolute;
  top: 21px;
  right: 17px;
}

/*----------
見出し
--------------------*/
.title-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: bold;
}
.title-line__deco {
  flex: 1;
  margin-left: 8px;
  border-top: 1px solid #ccc;
}

/*----------
付属品一覧
--------------------*/
/* 見出し */
.acc-headline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 26px;
  margin: 30px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .acc-headline {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.acc-headline-img {
  display: block;
  width: 80px;
  height: auto;
  margin-right: 8px;
}
.acc-headline-text {
  flex: 1;
}

/* リスト */
.acc-list-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .acc-list-wrap {
    margin-bottom: 40px;
  }
}

.js-lazy-load {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1) 0.1s, transform 0.9s cubic-bezier(0.5, 0, 0, 1) 0.1s;
}
.js-lazy-load.loading {
  transform: translateY(0);
  opacity: 1;
}

img.js-lazy-load {
  background: #f8f8f8 url('../images/noimage.png') no-repeat center / 40px 40px;
}
img.js-lazy-load.loaded {
  background: none;
}
.js-lazy-load.is-movie {
  background: #f8f8f8 url('../images/noimage.png') no-repeat center / 40px 40px;
}

.kf-label-alternative {
  display: none;
}
.js-link_check_area_hide {
  display: none;
}

/**
 * 会員ページ
 */

.kf-member-container {
  max-width: 480px;
  margin: 0 auto;
}

.kf-member-title-box {
  max-height: 140px;
	margin: 20px auto 0;
	overflow: hidden;
  text-align: center;
  background-color: white;
}

.kf-member-box {
  max-width: 480px;
  margin: 25px auto 0;
  padding: 0 20px 20px;
  background-color: #FFF;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.kf-member-form {
  margin-bottom: 10px;
}

.kf-member-form-control {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kf-member-action {
  margin-bottom: 10px;
}

.kf-member-button-group {
  margin-top: 30px;
}

.kf-member-button-group .kf-btn:first-child {
  margin-left: 0;
}


/**
 * Tom Select カスタマイズ
 */
.kf-tom-select .ts-dropdown .optgroup .option {
  /* 1文字分のインデント */
  padding-left: 1.75em;
}

/**
 * 外部リンク
 */
a.external-link[target="_blank"] {
  color: #ff6666;
}

a.external-link[target="_blank"]::after {
  background-color: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-left: .25rem;
  margin-right: .375rem;
  width: 11px;
  --tw-content: "";
  content: var(--tw-content);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cpath stroke='currentColor' stroke-miterlimit='10' d='M6 .5h4.5V5M10 1 4 7M4.55 1.5H.5v9h9V6.45'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cpath stroke='currentColor' stroke-miterlimit='10' d='M6 .5h4.5V5M10 1 4 7M4.55 1.5H.5v9h9V6.45'/%3E%3C/svg%3E")
}
