/* 基本設定
 *----------------------------------------------------------------------*/
html{
  font-size:62.3%;
  scroll-behavior: smooth;
}
body {
  color: #311E12;
  font-size: 1.3rem;/*13px*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;;
  line-height: 1.6;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sp_only{
  display:none;
}
#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}
#sysWrap {
  /*max-width: 1040px;*/
  /*margin:136px auto 0;*/
  /*overflow: hidden;*/
}
#sysHeader {
  margin: 0;
  padding: 0;
}
div#sysMain {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#sysAside {
  display:none;
  float: none;
  padding: 0;
}
#sysFooter {
  margin: 0;
  padding: 0;
}


.sysContent {
  padding: 0 !important;
}
h1,h2,h3,h4,h5{
  margin:0;
  padding:0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-weight:bold;
  letter-spacing:inherit;
}
a {
  color: #000;
  text-decoration: none;
  font-weight:inherit;
}
a:hover {
  color: #222222;
}
img {
  height:auto;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
}
a:hover img.nohover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: "alpha( opacity=100 )";
  -webkit-filter: "alpha( opacity=100 )";
  -o-filter: "alpha( opacity=100 )";
  -ms-filter: "alpha( opacity=100 )";
}
p {
  margin: 10px auto;
}
p.indent{
  margin: 5px 0 !important;
  text-indent: 1em
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* フォーム要素の基本レイアウト */
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea, select {
  background: #fff;
  border-radius: 6px;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1;
  padding: 6px 10px;
  border: 1px solid #C1C1C1;
}
input[type=submit] {
  -webkit-appearance: none;
  padding: 22px 5px;
  line-height: 1;
  margin-top: 30px;
  color: #2E1408;
}
input[type="radio"]{
  margin: 10px 10px 20px;
}
.sysFormField{
  font-size: 16px;
}
.sysFormField label{
  margin-right: 20px;
  font-size: 18px;
}
.sysFormField a{
  display: inline-block;
  color: #068acc;
  border-bottom: 1px solid #068acc;
  line-height: 15px;
  margin: 0 3px;
}
select {height: 30px;}
#sysItemCategory select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  width: 100%;
  padding: 3px 5px;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-loaded {
  display: block; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-dots{
  text-align:center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display:inline;
  position:relative;
  top:10px;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  background: #CFC9C6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-nav{
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-nav.disabled {
  display: none;
}
.owl-nav [class*=owl-] {
  position: absolute;
  top:98%;
  margin-top: -18.5px;
  outline: 0;
  width: 20px;
  height: 37px;
  padding:0;
  text-indent: -9999px;
  z-index: 9999;
  border:none;
  border-radius:none;
  cursor:pointer;
}
.owl-nav .owl-prev{
  left:35%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:40px;
}
.owl-nav .owl-next{
  right:35%;
  background: url(/img/common/controls.png) no-repeat -20px 0;
  background-size:40px;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -20px 0;
}



/* 検索ボックス */
.search_bx form{
  overflow: hidden;
  border: 1px solid #dddddd;
}
.search_bx .sysItemSearchFormWord {
  float: left;
  width: 70%;
}
.search_bx input[type="search"] {
  height: 40px;
  border: none;
  padding: 5px;
  width: 100%;
}
.search_bx .sysSearchButton {
  overflow: hidden;
  float: left;
  display: block;
  width: 30%;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  border-radius: 0px;
  border: none;
  background: #222222 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  cursor: pointer;
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit,
.sysOrderCancelButton {
  background: #DEDE65;
  color: #2E1408;
  display: block;
  padding: 10px 15px;
  text-shadow: none;
  border-color: transparent;
  border-radius: 3px;
  width: 80%;
  height: auto;
  margin: 0 auto;
  font-size: 22px;
}
#sysMypageReminder #sysMain input[type=submit] {
  max-width: 400px;
  margin: 40px auto 0;
  font-size: 15px;
  padding: 20px;
  border-radius: 5px;
}

/* 商品カテゴリページ */
.cat_rank_nuts {
  margin: 40px 0;
  padding-bottom: 20px;
}
.sysFuncItemCategory a {
  line-height: 1.75;
}
.sysFuncItemCategory a:hover {
  background: #eee;
}
#sysItemCategory h1.itemCategory{
  border-left: 5px solid #222222;
  padding-left: 10px;
  font-size: 18px;
  margin: 20px 0 10px;
}
.sysSelectionDescription{margin : 2px 0 10px;}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
  font-size: small;
}
.sysItemCategoryCtl a {
  display: inline-block;
  padding: 2px 4px;
  background: #ddd;
  border: 1px solid #999;
  border-radius: 3px;
  text-decoration: none;
  margin: 2px 0;
}

/* PRアイコン設定 */
.sysItemPr {
  font-size: small;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
}
/*PRアイコン(商品詳細ページ)*/
span.icon_online, span.icon_kyobashi{
  display: inline-block;
  background: #ff1000;
  border: 3px solid #ff1000;
  color: #fff;
}
span.icon_book{
  display: inline-block;
  border: 3px solid #ff1000;
  color: #ff1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
span.icon_chilled{
  display: inline-block;
  background: #4472c4;
  border: 3px solid #4472c4;
  color: #fff;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}

/* カートボタン */
.sysCartButton {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #222222;
  color: #2E1408;
  cursor: pointer;
}
.sysCartButton:hover {
  background: #999;
}
.sysMypage input[type="submit"].sysCartButton,
#sysItemSearch input[type="submit"].sysCartButton {
  padding: 10px;
  font-size: 16px;
  padding: 16px 5px;
}

/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
  width: 40%;
  max-width: 200px;
}
/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
  display: inline-block;
  float: none;
  vertical-align: top;
  letter-spacing: normal;
}
.sysItemList ul.sysThumbnail {
  /*letter-spacing: -.4em;*/
}
.sysItemList ul.sysThumbnail input,
.sysItemList ul.sysThumbnail button {
  width: 100%;
  padding: 10px 0;
}

/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages{
  /*max-width:500px;*/
  /*padding-right:20px;*/
}
.sysItemImages .sysImageList li{
  display: inline-block;
  vertical-align: top;
  height: auto;
  width:23%;
  line-height: 1;
  float: none;
  margin: 1% 0;
}

/* 商品名 */
.sysItemName h1 { font-size: x-large;}

/* 注文エリア*/
.orderArea {
  letter-spacing: -.4em;
  text-align: center;
}
.orderArea > div {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}
.orderArea > .orderArea > div {
  width: 100%;
  display: block;
}


/* 商品ページのタイトル */
.sysItemName,
.sysExplanation > div > span {
  display: block;
  margin-bottom: 0px;
  font-size: large;
}
.sysReview span:first-child {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.sysReviewHistoryCount {
  display: block;
  text-align: right;
}
.sysReviewHistoryList {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.29) 0 0 11px;
  padding: 20px 40px 40px;
  border-radius: 10px;
}
.sysReviewHistoryList li {
  padding: 20px 0;
  border-bottom: 1px solid #C1C1C1;
  position: relative;
}
.sysReviewHistoryList .sysNickname {
  font-size: 18px;
  font-weight: bold;
}
.sysReviewHistoryList .sysNickname span {
  text-align: left;
}
.sysReviewHistoryList .sysEvaluation {
  color: #BFBF48;
  font-size: 20px;
}
.sysReviewHistoryList .sysEvaluation span {
  text-align: left;
}
.sysReviewHistoryList .sysReviewDatetime {
  color: #C1C1C1;
}
.sysReviewHistoryList .sysReviewText {
  margin-top: 20px;
  font-size: 14px;
}
.sysReviewHistoryList .sysReviewImproperForm {
  text-align: center;
}
.sysReviewHistoryList .sysReviewImproperForm input[type=submit] {
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 10px;
}
.sysReview input[type=submit] {
  border: 1px solid #311E12;
  margin-top: 20px;
  float: right;
  background: #fff url(/img/common/review-link-icon.png) no-repeat center left 10px;
  background-size: 26px;
  color: #311E12;
  font-size: 12px;
  text-align: left;
  padding: 10px 10px 10px 40px;
  border-radius: 3px;
}
#sysReviewAverage {
  margin-top: 20px;
  float: left;
}
#sysReviewAverage span {
  text-align: center;
  display: inline-block;
  font-size: unset;
  font-weight: normal;
  margin-top: 20px;
}
/* 商品説明 */
.sysExplanation table {
  width: 100%;
  text-align: center;
  border: 1px solid #999;
  line-height: 2;
}
.sysExplanation thead {
  text-align: center;
  color: #fff;
  background: #999;
}
.sysExplanation td {
  font-size: small;
  text-align: left;
  padding-left: 10px;
}

/* 買い物フォーム */
#sysItemDetail .sysRetailPrice { font-weight: bold;}
#sysItemDetail #sysVariation {
  overflow: hidden;
  margin: 5px auto;
}
#sysItemDetail #sysVariation >div {
  margin: 10px auto;
  overflow: hidden;
}
#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #666;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  color: #fff;
}
#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
  width: 98%;
  margin-left: 2%;
}
#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

/* ログインボタン */
.sysLoginButton,
.sysButton,
.sysWishlistCloseBottomButtonGroup button {
  border: 1px solid #311E12;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #fff;
  color: #311E12;
  cursor: pointer;
}
.sysLoginButton:hover ,
.sysButton:hover,
.sysWishlistCloseBottomButtonGroup button:hover {
  background: #DEDE65;
  border: 1px solid #DEDE65;
}
.sysLoginButton{
  display: block;
  width: 50%;
  margin: 10px auto;
  padding: 20px;
}
/* カートボタン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
  background: #666;
  color: #fff;
  text-shadow: none;
}
.sysCartInDone{ margin: 0;}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain{
  width: 1040px;
  margin: auto;
}
#sysDestination #sysMain{
  width: 1100px;
  border: 1px solid #eee;
  padding: 20px 150px !important;
  margin: 30px auto;
}
#sysFormConfirm label, #sysMemberRegisterConfirm label{
  display: block;
  margin: 15px 0 5px!important;
}
#sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField{
  margin: 10px 0 20px !important;
}
#sysFormConfirm button.sysButton{
  width: 49%;
  float: left;
  margin: 0;
  margin-right: 1%;
  margin-top: 30px;
  height: 50px;
  border-radius: 3px;
  background: #ccc;
  color: #444;
}
#sysFormConfirm .sysNextSubmit{
  width: 49%;
  margin: 0;
  margin-top: 50px;
  margin-left: 1%;
}
#sysMemberRegisterConfirm .sysNextSubmit{
  width: 49%;
  margin: 0;
  margin-top: 20px;
  margin-right: 1%;
  float: left;
}
#sysMemberRegisterConfirm .sysBackButton{
  width: 49%;
  float: left;
  margin: 0 0 0 1%;
  height: auto;
  border-radius: 3px;
  background: #ccc;
  color: #444;
}
#sysFormThanks .completeText{
  margin: 20px 0;
  text-align: center;
  font-size: 15px;
}
#sysFormThanks .completeText a{
  color: #068acc;
  text-decoration: underline;
}
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {display:none;}
#sysFormIndex #sysMain input {font-size: 15px;}

#sysFormIndex .txtBlock{text-align: center;}
#sysMemberRegisterConfirm  #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px;}

#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysMypageEditMember #sysMain input[type="text"],
#sysMypageEditDelivery #sysMain input[type="text"],
.opcBillingAddress_edit input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMypageEditMember #sysMain input[type="tel"],
#sysMypageEditDelivery #sysMain input[type="tel"],
.opcBillingAddress_edit input[type="tel"],
#sysFormIndex #sysMain textarea {
  background: #fff;
  min-width: 247px;
  border-radius: 6px;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1;
  padding: 6px 10px;
  width: auto;
  border: 1px solid #C1C1C1;
}
#sysMemberRegisterIndex #sysMain select[name="pref_state_id"],
#sysMypageEditMember #sysMain select[name="pref_state_id"],
.opcBillingAddress_edit select[name="pref_state_id"] {
  background: #fff;
  min-width: 247px;
  border-radius: 6px;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  width: auto;
  border: 1px solid #C1C1C1;
  height: auto;
}
#sysMemberRegisterIndex #sysMain input[name="address2"],
#sysMypageEditMember #sysMain input[name="address2"],
.opcBillingAddress_edit input.opcBillingAddress_address2_edit,
#sysMemberRegisterIndex #sysMain input[type="email"],
#sysMypageEditMember #sysMain input[type="email"],
.opcBillingAddress_edit input[type="email"],
#sysMemberRegisterIndex #sysMain input[type="password"],
#sysMypageEditMember #sysMain input[type="password"] {
  width: 500px;
  background: #fff;
  min-width: 247px;
  border-radius: 6px;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  border: 1px solid #C1C1C1;
  height: auto;
}
#sysMemberRegisterIndex #sysMain input[name="birth_year"],
#sysMypageEditMember #sysMain input[name="birth_year"] {
  width: 62px;
  min-width: unset;
  margin-right: 8px;
}
#sysMemberRegisterIndex #sysMain input[name="birth_month"],
#sysMypageEditMember #sysMain input[name="birth_month"],
#sysMemberRegisterIndex #sysMain input[name="birth_day"],
#sysMypageEditMember #sysMain input[name="birth_day"] {
  width: 42px;
  min-width: unset;
  margin: 0 8px;
}
#sysMemberRegisterIndex #sysMain input[type="text"]::placeholder,
#sysMemberRegisterIndex #sysMain input[type="tel"]::placeholder,
#sysMemberRegisterIndex #sysMain input[type="email"]::placeholder ,
#sysMemberRegisterIndex #sysMain input[type="password"]::placeholder,
#sysMypageReminder #sysMain input[type="text"]::placeholder,
#sysFormIndex #sysMain input[type="text"]::placeholder,
#sysFormIndex #sysMain textarea::placeholder {
  color: #C1C1C1;
}

#sysMemberRegisterIndex #sysMain .namesOk input[type="text"],
#sysMemberRegisterIndex #sysMain .inputOk input[type="text"],
#sysMemberRegisterIndex #sysMain .inputOk select[name="pref_state_id"],
#sysMemberRegisterIndex #sysMain .inputOk input[name="address2"],
#sysMemberRegisterIndex #sysMain .tel.ok input[type="tel"],
#sysMemberRegisterIndex #sysMain .mail.ok input[type="email"],
#sysMemberRegisterIndex #sysMain .inputOk input[type="password"],
.opcBillingAddress_edit .namesOk input[type="text"],
.opcBillingAddress_edit .inputOk input[type="text"],
.opcBillingAddress_edit .inputOk input[type="tel"],
.opcBillingAddress_edit .inputOk select[name="pref_state_id"],
.opcBillingAddress_edit .inputOk input.opcBillingAddress_address2_edit,
.opcBillingAddress_edit .tel.ok input[type="tel"],
.opcBillingAddress_edit .mail.ok input[type="email"] {
  background: #c9f1c2;
}

#sysMain .sysFormLabel{
  display:block;
  padding-left: 5px;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
  background: #F2EEE3;
}
#sysMain .sysRequired{
  background: #D53B47;
  color: #fff;
  display: inline-block;
  height: auto;
  line-height: 1;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #D53B47;
  padding: 3px 0;
  margin-left: 10px;
}
#sysMain textarea { min-height: 75px;}
.sysZipcode button,
.sysZipcode .sysFormField {
  display: inline-block;
  width: auto;
}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode br{ display: none;}



/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
  border: 1px solid #999;
  line-height: 2;
  padding-left: 10px;
  font-size: small;
  border-radius: 3px;
  margin: 5px auto;
  min-height: 20px;
}

/* マイページ */
.sysMypageMajorHeadLine{display:none;}
.SysMypageMinorHeadLine{
  font-size: 18px;
  border-left: 5px solid #DEDE65;
  padding-left: 5px;
  margin: 20px 0;
}
#sysMypageLogin .sysMypageMinorHeadLine{display: none;}

#sysMypageLogin #sysMain,
#sysMypageReminder #sysMain {
  margin-bottom: 120px;
}

/* 購入履歴 */
.sysOrderList {
  border: 1px solid rgb(212,212,212);
  padding: 10px;
  max-height: 400px;
  overflow-y: scroll;
}
.sysOrderList li {
  border-bottom: 1px dotted rgb(212,212,212);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.sysMypage .sysOrderHeader .sysCallOrderHistoryDetail button {
  border-radius: 5px;
  background: #F5F3ED;
  border: none;
  font-size: 14px;
  padding: 10px 50px;
  margin: 10px 0;
  color: #311E12;
}

/* Member Profile Editor */
#sysMypageEditDelivery #sysMain {
  margin-bottom: 80px;
}
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form{ padding: 0;}
#sysMypageEditDelivery .sysZipcode button {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #F5F3ED;
  color: #311E12;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}
#sysMypageEditDelivery #sysMain select[name="pref_state_id"] {
  background: #fff;
  min-width: 247px;
  border-radius: 6px;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  width: auto;
  border: 1px solid #C1C1C1;
  height: auto;
}
#sysMypageEditDelivery #sysMain input[name="address2"] {
  width: 555px;
  background: #fff;
  min-width: 247px;
  border-radius: 6px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  border: 1px solid #C1C1C1;
  height: auto;
}
#sysMypageEditDelivery #sysMain input[name="submit"]:hover {
  background: #DEDE65;
  border: none;
}

#sysMypageEditConfirm #sysMain > form { padding: 10px;}

/* Special Point */
.sysSpecialPoint {
  overflow: hidden;
  letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
  width: 60%;
}
.sysSpecialPoint > div {
  display: inline-block;
  letter-spacing: normal;
  padding: 5px 10px;
  border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
  width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
  border: 1px solid #d5d5d5;
  margin: 10px;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress{background: none;}
.sysSelectAddress a {
  display: block;
  text-decoration: none;
  border: 0px solid;
  padding: 10px;
}

.sysSelectAddress {
  margin: 10px 0;
}

.sysSelectAddress a:hover {
  background: #eee;
}

#sysMypageOrderHistoryDetail .sysOrderNumberArea {
  border-left: 5px solid #DEDE65;
  padding-left: 10px;
  margin: 40px 0 10px;
}
#sysMypageOrderHistoryDetail .sysOrderDatatimeGroup {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgb(212,212,212);
  margin: 0 0 15px;
}
#sysMypageOrderHistoryDetail .sysDeliveryAddressNameKanaGroup {
  display: none;
}
#sysMypageOrderHistoryDetail .sysItemArea .sysItem {
  border: none;
  padding: 0;
  margin: 10px 0;
}
#sysMypageOrderHistoryDetail .sysDelivery {
  border: none;
  padding: 1em;
  margin: 1em 1em 0;
  background: #F5F3ED;
}
#sysMypageOrderHistoryDetail .sysCartOption_RemarkArea {
  border: none;
  padding: 1em;
  margin: 0 1em 0;
  background: #F5F3ED;
}
#sysMypageOrderHistory .sysOrderDetail {
  border-bottom: solid 1px  rgb(212,212,212);
  padding: 0 0 50px;
}
#sysMypageOrderHistory #sysMypageOrderHistoryDetail {
  max-width: 600px;
  margin: auto;
}
#sysMypageReview .sysItemList,
#sysItemSearch .sysItemList {
  margin: 0 0 50px;
}



/***********************************
  商品詳細ページ
***********************************/
#sysItemDetail .sysItemWrap {
  max-width: 1040px;
  margin: 40px auto 80px;
  display: grid;
  grid-template-columns: repeat(2, calc(100% / 2));
  gap: 40px;
}
/*スライダー*/
#item_slider {
  margin-bottom: 40px;
}
#itemDetail_slider ul {
  display: none;
}
#item_slider .owl-nav .owl-prev {
  background: url(/img/common/item_slider--prev.png) no-repeat 0 0;
  background-size: 35px;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 10px;
}
#item_slider .owl-nav .owl-next {
  background: url(/img/common/item_slider--next.png) no-repeat 0 0;
  background-size: 35px;
  width: 35px;
  height: 35px;
  top: 50%;
  right: 10px;
}
#sysItemDetail #item_slider .active {
  background: none !important;
  background-size: unset;
}
#item_slider .owl-dot.active span {
  background: #DEDE65;
}
#sysItemDetail .sysItemImages {
  max-width: 500px;
  margin: auto;
}
#sysItemDetail .sysItemImages img {
  margin: auto;
  display: block;
}
.itemOrder {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  align-items: center;
}
.itemOrder .sysPr {
  width: 100%;
  margin: 0 auto 10px;
}
.itemOrder .sysPr span:first-child {
  display: none;
}
.itemOrder .sysPr span {
  background: rgba(222 101 101 / 84%);
  height: auto;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.itemOrder .sysPr span.sysItemPr {
  border: none;
  background: #3d3d3d;
}
/*商品名*/
#sysItemDetail .sysItemName {
  width: 100%;
  margin-bottom: 10px;
}
#sysItemDetail .sysItemName h1{
  font-size:24px;
  font-weight:normal;
}
/*商品番号*/
#sysItemDetail .sysItemId {
  font-size:16px;
  width: 100%;
  color: #707070;
}
/*通常価格*/
#sysItemDetail .sysSuggestedRetailPrice {
  text-decoration: line-through;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #A79F9A;
}
/*価格表示*/
#sysItemDetail .sysRetailPrice {
  width: 80%;
  color: #311E12;
  font-weight: bold;
}
#sysItemDetail .sysRetailPrice.sale_price {
  color: #D53B47;
}
#sysItemDetail .sysRetailPrice.sale_price span:first-of-type:before {
  content: 'SALE価格';
}
#sysItemDetail .sysRetailPrice.sale_price .sysRetailPriceValue .taxin:before {
  content: none;
}
#sysItemDetail .sysRetailPrice span {
  font-size: 16px;
  font-weight: bold;
}
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
  font-size:28px;
  font-weight:bold;
}

/*送料区分*/
#sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin: 0 0 0 auto;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #D53B47;
  border-radius: 3px;
}
#sysItemDetail .sysShippingCost:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 20px;
  background: url(/img/common/shipping-icon.png) no-repeat 0 0 ;
  background-size: contain;
}
/*PRアイコン(カテゴリーページ)*/
#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection div{margin-bottom: 10px;}
.sysAddSelection { clear: both;}
.sysAddSelection input, .sysAddSelection select{margin: 5px 0;}
.sysItemPrArea{margin-top: 5px;}
.sysItemPrArea span{
  width: 49%;
  height: 30px;
  display: inline-block;
  padding: 3px 0px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: center;
}
#sysItemDetail .sysForm {
  width: 100%;
  font-size: 18px;
}
#sysItemDetail .sysForm select {
  min-width: 300px;
  display: inline-block;
  float: none!important;
  margin: 5px 0;
  height: 44px;
  -webkit-appearance: none;
  border-radius: 0;
  border: #311E12 solid 1px;
  background: white;
  color: #311E12;
}
#sysItemDetail .sysForm select[name="num"]{
  min-width: 120px;
  height: 44px;
  border: 1px solid #707070;
  margin: 0;
}
#sysItemDetail .sysForm input[type="text"]{margin-top: 5px;}
#sysSelections div{
  margin-bottom: 5px;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: flex-end;
}
#sysItemDetail #sysSelections{
  text-align: right;
}
#sysItemDetail #sysVariation {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
}
#sysItemDetail #sysVariation >div {
  margin: 10px auto;
  overflow: hidden;
}
#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #000;
  padding: 10px;
  border: 1px solid #999;
  color: #fff;
}
#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}
#sysWishlist .sysButton, #sysItemDetail .sysCartButton {
  width: 98%;
  margin-left: 2%;
}
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
}
#sysCartInForm {
  width: 100%;
  margin-left: auto;
}
#sysItemDetail #sysSubtotal {
  display: none;
}
/*バリエーション*/
#sysItemDetail .sysFormVariationTable {
  width: 100%;
  font-size: 13px;
}
#sysItemDetail .sysFormVariationName {
  background-color: #EEEEEE;
  border-color: #fff;
}
#sysItemDetail .sysFormVariation {
  border-color: #EEEEEE;
}
/*下部フォーム*/
#sysItemDetail .order_bottom {
  margin: 0 auto 40px;
  text-align: right;
}
/*簡易商品説明*/
#sysItemDetail .sysDescription {
  text-align: left;
}
/*商品詳細*/
.sysExplanation {
  text-align: center;
}
.sysExplanation img {
  height: auto;
}
#sysItemDetail .itempage_cap{
  margin-bottom:30px;
  font-size:12px;
}
#sysItemDetail .itempage_cap .i_ttl{
  margin-bottom:20px;
  font-size:120%;
  font-weight:bold;
}
#sysItemDetail .itempage_detail h3{
  font-size:18px;
  font-weight:normal;
}
#sysItemDetail .itempage_detail table{
  width:100%;
  margin-bottom:10px;
  border-top: 1px solid #ccc;
}
#sysItemDetail .itempage_detail table tr {
  border-bottom: 1px solid #ccc;
}
#sysItemDetail .itempage_detail table th,
#sysItemDetail .itempage_detail table td {
  padding:10px;
  font-size:12px;
  line-height:1.6;
  text-align: center;
}
#sysItemDetail .itempage_detail table th{
  width:30%;
  border-right: 1px solid #ccc;
}
#sysItemDetail .itempage_detail table td{
  width:70%;
  text-align:left;
  background: #fff;
}
#sysItemDetail .itempage_detail_ttl{
  position:relative;
  margin-top:40px;
  padding:5px 0;
  font-weight:bold;
  font-size:18px;
}
#sysItemDetail .itempage_detail_ttl:after{
  content: "　";
  display:block;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-30px;
  width:60px;
  height:2px;
  background-color:#000;
}

#sysItemDetail .sysMainImage img{
  border:1px solid #ccc;
}


/*数量増減*/
#sysItemDetail #sysNumber{
  text-align:right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sysItemDetail .itemOrder .sysNumArea {
  width: auto;
  margin-left: 10px;
  padding: 0;
}
#sysItemDetail .itemOrder .sysNumArea button {
  overflow: hidden;
  display: inline-block;
  width: 25%;
  padding: 10px;
  text-indent: -999px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #f1f1f1;
  cursor: pointer;
  height: 46px;
}
#sysItemDetail .sysNumArea button:hover {
  background-color: #efefef;
}
#sysItemDetail .itemOrder .sysNumArea .sysBtnPlus {
  background: #311E12 url(/img/common/btn-plus.png) center center no-repeat;
  background-size: 27px;
  border-radius: 0;
  width: 46px;
}
#sysItemDetail .itemOrder .sysNumArea .sysBtnMinus {
  background: #311E12 url(/img/common/btn-minus.png) center center no-repeat;
  background-size: 25px;
  border-radius: 0;
  width: 46px;
}
/*カートに入れる*/
#sysItemDetail .sysCartButton {
  padding:23px 15px !important;
  text-indent: -999px;
  background: #F6D969 url(/img/common/add-cart-text.png) center center no-repeat;
  background-size:140px;
  height: 76px;
  width: 100%;
  margin: 20px 0 0;
  border-radius: 10px;
}
#sysItemDetail .sysCartButton:hover {
  opacity:0.8;
}
#sysItemDetail .sysCartButton.soldOut {
  background: #aaa url(/img/common/soldout.png) center center no-repeat;
  background-size: 126px;
  cursor: unset;
}
#sysItemDetail .sysCartButton.soldOut:hover {
  opacity: 1;
}
#sysItemDetail .sysGoCartButton {
  background: #da4636 url(/img/layout/system/btn_cart2.png) center center no-repeat;
  background-size: 166px;
  width: 100%;
  margin: 20px 0;
}
/*お気に入り*/
#sysItemDetail #sysWishlist .sysButton {
  overflow: hidden;
  text-indent: -999px;
  border: 2px solid #311E12;
  background: #fff url(/img/common/add-fav-text.png) center center no-repeat;
  background-size: 218px;
  border-radius: 8px;
  width: 100%;
  margin: 20px 0;
}
#sysItemDetail #sysWishlist .sysButton:hover {
  background-color: #efefef;
}
.modaal-container {
  max-width: 750px !important;
  padding: 30px 8%;
  box-shadow: none !important;
  color: #333 !important;
}
.sysWishListButton{
  background: #ddd;
  border: 1px solid #999;
  border-radius: 3px;
  text-decoration: none;
}
/* お気に入り登録時の画面 */
.modaal-inner-wrapper .modaal-container {
  border-radius: 10px;
}
.modaal-inner-wrapper .modaal-container .sysWishlistShowGroup ,
.modaal-inner-wrapper .modaal-container sysWishlistCloseBottomButtonGroup {
  text-align: center;
}
/* バツボタン */
.modaal-close{
  width: 22px !important;
  height: 25px !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  border-radius: 0 !important;
  border: 1px solid #da4636!important;
  background-color: #fff !important;
}
.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0.3px!important;
  left: 8px!important;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #da4636!important;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}
@media (min-width: 1024px) {
  .modaal-close {
    width: 22px !important;
    height: 25px !important;
    right: 30px !important;
    top: 30px !important;
  }
}

button, input, optgroup, select, textarea {
  font: inherit;
  font-family: 'Arial', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#sysItemDetail .sysExplanation {
  width: 100%;
}

/* サンプルイメージ */
.mdl-dialog__image::before {
  content: "お気に入り登録完了";
  margin-bottom: 15px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
}

.mdl-dialog__image {
  width: 88.81%;
  max-width: 250px;
  margin: auto;
}

.massage {
  text-align: center;
}

/* ログインボタン */
.sysWishlistLoginButton {
  width: 167px;
  /* height: 35px; */
  line-height: 35px;
  position: relative;
  background-color: #DEDE65;
  text-align: center;
  font-size: 1.3rem;
  transition: .2s;
  color: #311E12;
  border: none;
}

.sysWishlistLoginGroup {
  margin: auto auto 30px !important;
  text-align: center;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
  background-repeat: no-repeat;
  box-sizing: inherit;
}

@media (min-width: 1024px) {
  .mdl-dialog__content {
    padding: 0 0 30px !important;
    font-size: 1.6rem !important;
  }
}
/* 会員登録ボタン */
.sysWishlistMemberRegisterGroup::before {
  content: "会員登録をされていないお客様はこちら";
  margin-top: 12px;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
.sysWishlistMemberRegisterGroup {
  width: 80%;
  text-align: center;
  height: 92px;
  border: 1px solid #bbb;
  position: relative;
  background-color: #fff;
  margin: auto auto 30px!important;
}
.sysWishlistMemberRegistButton{
  width: 167px;
  /* height: 35px; */
  line-height: 35px;
  position: relative;
  background-color: #DEDE65;
  text-align: center;
  font-size: 1.3rem;
  transition: .2s;
  color: #311E12;
  border: none;
}
/* この画面を閉じるボタン */
.sysWishlistCloseBottomButtonGroup button {
  transition: .2s;
  background-color: transparent;
  border-radius: 5px;
  padding: 18px 5px;
}
.sysWishlistCloseBottomButtonGroup {
  margin-top: 30px;
  text-align: center;
  font-size: 1.3rem;
}

/*SNSボタン*/
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
  text-align: right;
}
#sysItemDetail .sysShare .sysFacebook {
  position: relative;
  top: -6px;
}
#sysItemDetail .sysShare .sysGoogleplus {
  width: 58px;
}
#sysItemDetail .sysShare .sysLine, #sysItemDetail .sysShare .sysDisplayPcNone {
  display: inline-block !important;
}
#sysItemDetail .sysShare .sysLine {
  position: relative;
  top: 0px;
}
/*.sysReview*/
#sysItemDetail .sysReview {
  max-width: 1040px;
  margin: 80px auto 40px;
}

/*テーブルデザイン*/
.sysExplanation table{
  margin-bottom:40px;
  border:none;
  font-size: 14px;
}
.sysExplanation table tr{
  border:1px solid #EEEEEE;
}
.sysExplanation table th {
  background: #EEEEEE;
  border-bottom: 1px solid #fff;
}
.sysExplanation table th,
.sysExplanation table td{
  padding:10px;
  text-align: left;
  display: block;
}
/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li{
  width:25%;
  padding:0 10px;
}
.itempage_recommend .sysItemName{
  margin-bottom:0;
  font-size:14px;
  text-align:left;
}
.itempage_recommend .sysItemPrice{
  text-align:left;
}
/*商品ページ成分表*/
#sysItemDetail .show_bx{
  margin-bottom:30px;
}
#sysItemDetail .show_bx_inner{
  margin-bottom:10px;
}
#sysItemDetail .btn_tr{
  padding:10px 0 10px 35px !important;
  background:#e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
  background-size:18px !important;
  cursor:pointer;
}
#sysItemDetail .active{
  background:#e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
  background-size:18px !important;
}
#sysItemDetail .contents_tr{
  background-color:#f5f5f5;
}
#sysItemDetail .contents_tr td{
  background-color:#f5f5f5 !important;
}
#sysItemDetail .contents_tr table{
  margin-bottom:0;
}

#sysItemDetail .sysCategoryPankuzu {
  max-width: 1040px;
  margin: 40px auto 80px;
}
/***********************************
  カートページ
***********************************/
/*カートページ内レイアウト調整*/
.sysCart .header_h1_under,
.sysOpcBody .header_h1_under{
  float:none;
  padding:10px 0;
  width:100%;
  height:auto;
  background-color:#fff;
}
.sysCart .header_h1_under a,
.sysOpcBody .header_h1_under a{
  display:block;
  width:160px;
  margin:0 auto;
}
.sysCart .header_h1_under .logo img,
.sysOpcBody .header_h1_under .logo img{
  float:none;
  margin-right:0;
}
.sysCart .header_h1_under .head_title,
.sysOpcBody .header_h1_under .head_title{
  text-align:center;
}
.sysCart .header_wrap {
  border-bottom:none;
  height:auto;
  position:inherit;
}
.sysCart #sysWrap {
  margin:0 auto;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  max-width: 1100px;
  border: 1px solid #eee;
  padding: 20px 150px;
  margin:0 auto;
}


.sysCart #sysMain, .sysCart #sysMain a {
  color: #000;
}
.sysCart .sysBox, .sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea, .sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea, .sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto 2em;
  padding: 1em;
}
.sysCart .sysBox hr {
  display: block;
  border: 0;
  height: 0;
  border-bottom: 1px solid #cfcfcf;
  margin: 5px 0;
  padding: 0;
}
.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="password"],
.sysCart #sysMain input[type="email"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea {
  background: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}
.sysCart .sysTotalTxt {
  text-shadow: none;
}
.sysTotal .sysTotalTxt .sysCartAttention {
  font-size: 2rem;
}
.sysCart .sysSubTotalArea {
  margin: 10px 0;
}
.sysCart .sysNextSubmitArea {
  margin-bottom: 20px;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  border-radius: 5px;
  background: #da4636 !important;
  border: none;
}
.sysCart .sysCartAttention, .sysCart .sysRequired {
  color: #da4636;
  font-weight: bolder;
}
.sysCart .sysGetPoint {
  color: #da4636;
  font-weight: bolder;
}
.sysCart .sysCartNote {
  color: #000;
  font-size: 90%;
}
.sysCart .sysCartTitle {
  color: #000;
  font-size: large;
  font-weight: bolder;
  background-color: #fff;
  padding: 0;
  margin-bottom: 2-px;
}
.sysCart .sysCartTitle span {
  font-size: 1.2rem;
}
.sysCart #sysMain input {
  background: #fff !important;
}

.sysCart #sysMain input[type="submit"], .sysCart #sysMain button[type="submit"], .sysCart #sysMain button {
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  width: auto;
  height: auto;
  color: #000;
  background: #fff;
  border-radius: none;
  border: 1px solid #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sysCart .sysDeleteArea, .sysCart .sysConfirmButton {
  text-align: right;
}
.sysCart .sysNavImg {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sysCart .sysFreeArea {
  color: #000;
  margin: 20px 0;
}
.sysSelectPayment li:last-child,
.sysSelectDelivery li:last-child,
.sysSelectOption li:last-child,
.sysCart .sysDetail li:last-child,
.sysRemarks, .sysCart .sysOrder .nav li:last-child {
  border-bottom: none;
}
.sysCart .sysAcceptDomainArea input {
  padding: 0 10px!important;
}
.sysCart .cart_btn {
  color: #000;
  text-align: center;
  margin-top: 40px;
}
.sysCart .cart_btn p {
  margin: 0;
  padding: 0;
}
.sysCart .cart_btn .btn {
  margin-top: 5px;
}
.sysCart .cart_btn img {
  width: 200px;
  border: 1px solid #d0d0d0;
}
#sysBasket #sysMain {
  margin: 40px auto 80px;
  padding-top: 10px;
}
.sysCart .cart_info .sysContent {
  max-width: 300px;
  color: #000;
  text-align: center;
  font-weight: bolder;
  font-size: 13px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin: 1em auto 0 auto;
  padding: 10px;
  background-color: #fff;
}

.sysCart #sysMain .sysConfirmButton input[type="submit"] {
  width: auto;
}
.sysCart #sysMain select {
  display: inline-block;
}
.sysCart .sysBtnChange {
  margin-bottom: 10px !important;
}
/*登録せずに購入*/
#sysBillingAddress .input-append input[type="text"] {
  display: inline-block;
}
/*都道府県*/
#sysBillingAddress .sysPrefState select {
  width: 200px;
}
/*性別*/
#sysBillingAddress .sysGender {
  margin-bottom: 20px;
}
#sysBillingAddress .sysGender input {
  vertical-align: middle;
}
#sysBillingAddress .sysGender label {
  display: inline-block;
  margin-right: 20px;
}
/*メルマガ*/
#sysBillingAddress .sysAcceptMailmagazine {
  margin-bottom: 20px;
}
/*注文完了ページ*/
.cart_completion {
  text-align: center;
}
/*ご注文番号*/
#sysThanks #sysMain .sysOrderNumber {
  font-size: 1.5rem;
  font-weight: bold;
}
/*お買い物を続ける*/
body#sysBasket .sysBackButton2 {
  font-weight: bold;
  background: #b4f4ff !important;
  border-color: #000 !important;
}


/***********************************
  ワンページカート
***********************************/
.mdl_btn_.opcDialog, form.opcUseAmazon{
  width:100%;
  padding-right:0;
}
.sysCart #sysMain h3{
  font-size:20px;
}
.sysCart #sysMain #show-dlg-1,
.sysCart #sysMain #show-dlg-1_low,
.sysCart #sysMain .sysOpcNextSubmit,
.sysCart #sysMain .sysNextSubmit{
  display:block;
  width: 100% !important;
  padding:15px 10px !important;
  margin: 5px 0 !important;
  color: #fff !important;
  font-size:1.2rem;
  line-height:1;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  border:none !important;
  border-radius: 5px;
  background: #da4636 !important;
}
.sysCart #sysMain #show-dlg-2,
.sysCart #sysMain #show-dlg-3{
  display:block;
  width: 100% !important;
  padding: 10px;
  margin:0 0 30px !important;
  color: #fff !important;
  font-size:1.2rem;
  line-height:1;
  text-shadow: none;
  box-shadow: none;
  border:none !important;
  border-radius: 5px;
  background: #000 !important;
}
.sysCart #sysMain #show-dlg-3{
  color: #fff !important;
  background: #da4636 !important;
}
.sysCart #sysMain .next_btn{
  color: #fff !important;
  font-size:1rem;
  line-height:1;
  border:none !important;
  background: #000 !important;
}
.sysCart #sysMain #order_price_confirm_btn{
  color: #fff !important;
  width: 100% !important;
  box-shadow: none;
  background: #000 !important;
}
.sysCart #sysMain .mdl-js-button{
  box-shadow: none;
}
.sysCart #sysMain #change-to-billAddr,
.sysCart #sysMain #show-dlg-addrList,
.sysCart #sysMain #show-dlg-inputAddr{
  line-height:1;
  border:none !important;
  background: #000 !important;
}
.sysCart #sysMain p.user_type{
  font-size:1.2rem;
}
.sysOpcProduct .sysOpcItemName{
  font-size:1.2rem;
}

/*情報入力ページ調整*/
.sysOpcBody div#sysWrap {
  margin: 0 auto;
}
.sysOpcBody div#sysMain {
  padding: 3em 200px 0;
  margin-bottom: 60px;
}
.sysOpcBody .header_wrap {
  height: auto;
  position: static;
  border-bottom: none;
}
.sysOpcBody .header_h1_under a {
  pointer-events: none;
}
.sysOpcBody .footer .f_gnav_all {
  display: none;
}
input[type="button"],
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
select {
  padding: 0 .5em;
}
.sysOpcBody img {
  max-width: 100%;
}
.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
  margin-left: 0 !important;
}
.opcCommonEditModeBlock {
  background: #fff !important;
  max-width: 600px;
  padding: 10px;
  border: none;
  margin: auto;
}
.opcBillingAddressTitle {
  text-align: center;
  font-size: 20px;
}
.opcOrderSummaryTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
  font-size: large !important;
  margin-bottom: 0.5em;
}
.opcItem{
  padding: 3%;
  border: 1px solid #9b9b9b;
  margin-top: 10px
}
.opcCommonInputSelect,
.opcCommonButton {
  /*width: 100px !important;*/
  background: #fff
}
.opcCommonInputSelect {
  /*background: #f1f1f1 !important;*/
}
/*.opcBillingAddress_completeButton_edit,*/
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
  background: #da4636 !important;
  border: 1px solid #da4636 !important;
  color: #fff !important;
  font-weight: bold;
}
.opcConfirm_inputStatus {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #da4636 !important;
  color: #fff !important;
  border: 1px solid #da4636 !important;
  font-weight: bold;
}
.opcConfirm_inputStatus_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #ccc !important;
  color: #000 !important;
}
.opcConfirm_order {
  display: block !important;
  max-width: 660px;
  margin: 0 auto;
  background: #da4636 !important;
  color: #fff !important;
  border: 1px solid #da4636 !important;
  font-weight: bold;
}
.opcConfirm_order_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto;
  background: #ccc !important;
  color: #000 !important;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 30px !important;
  background: #f1f1f1 !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 15% !important;
}
.opcBillingAddress_acceptMailmagazineYesLabel_edit {
  margin-top: 0;
  display: inline-block;
}
.opcOrderSummary_totalPriceAndLabelGroup {
  padding-bottom: 10px !important;
}
.opcCommonEditLabel {
  display: block;
  padding: 2px 10px;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
  background: #F2EEE3;
  border-left: 0;
  margin-right: 15px;
}
.opcOrderSummary_priceBreakDownGroup {
  padding-top: 1em;
  padding-bottom: 1em;
}
.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
}
.opcBillingAddressButtonGroup_edit,
.opcDeliveryAddress_buttonGroup,
.opcDeliveryMethod_buttonGroup_edit {
  padding: 1em 0;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
  margin-bottom: 1em;
}
.opcItem_itemSubTotalPriceAndLabelGroup {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList {
  margin-bottom: 0 !important;
  border: none !important;
  padding: 0 !important;
  position: static !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  width: 70px;
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcCommonRequireLabel {
  color: #da4636 !important;
  font-weight: bold;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}
.opcDeliveryAddressEditDialog_directChangeLabel {
  width: 100%;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  width: calc(32% - 1em) !important;
}
.opcItem_itemName {
  font-weight: bold;
  font-size: 15px;
}
.opcConfirm_headerErrorMessage {
  width: 100% !important;
  max-width: 800px;
}
.opcRemarks_remark,
.opcRemarks_cartOption {
  margin-left: 0 !important;
  width: 100% !important; ;
  white-space: normal !important; ;
}
#sysOpc > form + div {
  margin-bottom: 60px !important;
}
.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
  padding-left: 0 !important;
  margin-left: 0 !important;
  border-bottom: none !important;
}
.opcDeliveryAddress {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 1em;
}
.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
  width: 126px;
  display: inline-block;
}

/*完了ページ調整*/
#sysThanks #sysMain {
  border: none;
}
#sysThanks .sysNavImg {
  display: none;
}
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(1),
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(2) {
  margin-bottom: 1em;
}

/***********************************
  検索ページ
***********************************/
#sysItemSearch div#sysMain {
  max-width: 1040px;
  margin: 20px auto 40px;
}
#sysItemSearch .sysThumbnail .sysItemPrArea {
  text-align: left;
  margin-top: 5px;
}
#sysItemSearch #sysMain h2 {
  font-size: 13px;
  margin-bottom: 10px;
}
#sysItemSearch #sysMain .sysItemSearchForm {
  font-size: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ededed;
}
#sysItemSearch #sysMain .sysItemSearchFormWord {
  margin-bottom: 5px;
}
#sysItemSearch #sysMain .sysItemSearchFormWord input {
  height: 40px;
  vertical-align: bottom;
  border: 1px solid #d0d0d0;
}
#sysItemSearch #sysMain .sysSearchButton {
  display: block;
  margin: 10px auto;
  padding: 15px;
  width: 100%;
  border: none;
  background: #DEDE65;
  color: #311E12;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormCategory,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit {
  display: inline-block;
  margin: 5px auto;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
  padding: 10px;
}
#sysItemSearch input[type="submit"] {
  background: #F5F3ED;
  border: none;
  font-size: 20px;
  padding: 20px 5px;
  margin: 20px 0 0;
}
#sysItemSearch .sysWishListButton {
  background-color: #F5F3ED;
  border: none;
  font-size: 20px;
  padding: 20px 5px;
  margin: 20px 0 0;
  line-height: 1;
}
#sysItemSearch .sysWishListButton:hover {
  background: #DEDE65;
}
#sysItemSearch input[type="submit"].sysCartButton {
  font-size: 16px;
  padding: 16px 5px;
}

/***********************************
  お問い合わせ
***********************************/
#sysFormConfirm .sysNextSubmit{
  width:100%;
  margin:20px 0 0 !important;
}
#sysFormConfirm button.sysButton{
  width:30%;
  margin-bottom:20px;
}

/***********************************
  新規会員登録
***********************************/
.sysMemberRegister #sysWrap{
  margin:80px auto 120px;
}
.sysMemberRegister .sysHeadline,
.sysMypage .sysHeadline,
.sysCart .sysHeadline {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
}
.sysMemberRegister .sysHeadline:before,
.sysMemberRegister .sysHeadline:after,
.sysMypage .sysHeadline:before,
.sysMypage .sysHeadline:after,
.sysCart .sysHeadline:before,
.sysCart .sysHeadline:after {
  content: '';
  display: inline-block;
  width: 94px;
  height: 1px;
  background: #311E12;
}
/***********************************
  マイページ
***********************************/
.sysMypage #sysWrap{
  margin:160px auto 0;
}
.sysMypage input[type="submit"]{
  background: #F5F3ED;
  border: none;
  font-size: 20px;
  padding: 20px 5px;
  margin: 10px auto 10px;
  width: 100%;
}
.sysMypage input[type="submit"]:hover {
  background: #DEDE65;
}
.sysWithdrawal {
  margin-bottom: 80px;
}

/* マイページボタン */
.sysMypageNav {
  margin-bottom: 80px;
}
.sysMypageNav > form {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.sysMypageNav .sysButton {
  width: 100%;
  display: block;
  font-size: 20px;
  margin: 5px 0;
  padding:23px 0;
  border: none;
  background: #F5F3ED;
}
.sysMypageNav .sysButton:hover {
  background: #DEDE65;
}
#sysMemberRegisterIndex .sysNextSubmit,
#sysMypageEditMember .sysNextSubmit,
#sysMypageEditDelivery .sysNextSubmit,
.opcBillingAddress_completeButton_edit {
  width: 49%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  font-size: 22px;
  background: #DEDE65;
}
.opcBillingAddress_completeButton_edit {
  margin-top: 10px;
  border: #DEDE65;
}
#sysMemberRegisterIndex .sysButton[type="submit"],
#sysMypageEditMember .sysButton[type="submit"],
#sysMypageEditDelivery .sysButton[type="submit"],
input.opcBillingAddress_backButton_edit.opcCommonButtonEdit {
  width: 49%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  height: auto;
  font-size: 22px;
  margin-top: 10px;
}
input.opcBillingAddress_backButton_edit.opcCommonButtonEdit {
  background: #fff;
}
#sysMypageLogin .sysLoginButton{
  width: 49%;
  float: left;
  margin-right: 1%;
  font-size: 15px;
  background: #DEDE65;
}
#sysMypageLogin .sysButton{
  width: 49%;
  margin-left: 1%;
  font-size: 15px;
}

/***********************************
  ヘッダー
***********************************/
#sysHeader{
}
.p-header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 120;
  background: #311E12;
  transition: 0.5s;
}
.p-header__wrap.show {
  top: 0;
}
.p-header__wrap.hide {
/*   top: -100px; */
  display: block;
  transform: translateY(-100px);
  transition: ease all 0.3s;
}
.p-simple-header__wrap {
  background: #311E12;
}
.p-header {
  max-width:1040px;
  margin:0 auto;
  padding: 15px 0 10px;
  display: grid;
  grid-template-columns: 118px 1fr auto;
  gap: 15px;
  align-items: center;
}
.p-header__h1 {
}
.p-header__h1 a {
  display: block;
}
.p-header__h1 a img {
  max-width: 118px;
  height: auto;
}
.p-header__search--pc{
}
.p-header__search__form {
  position: relative;
}
.p-header__search__form button[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 20px;
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}
.p-header__search__form button[type=submit] img {
  width: 14px;
  height: auto;
  vertical-align: middle;
}
.p-header__search__form input[type=search] {
  border-radius: 8px;
  border: none;
  padding: 8px 20px 8px 54px;
  max-width: 443px;
  margin: unset;
  width: 70%;
}
.p-header__links{
  justify-self: end;
}
.p-header__links ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  gap: 1rem;
}
.p-header__links a {
  color: #fff;
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 8px;
}
.p-header__links a:hover span {
  opacity: 0.5;
}
.p-header__links a img {
  display: block;
  width: auto;
  height: 25px;
}
.p-header__links a span {
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
}
.p-header__search--sp {
  display: none;
}
#hotWord {
  overflow: hidden;
  margin: 97px 0 -95px;
  transition: all 0.5s ease;
  height: 0;
  background-color: #fff;
  opacity: 0;
}
#hotWord.focus {
  height: auto;
  opacity: 1;
}
.hot_word__nav__ttl {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  align-items: center;
}
.hot_word__nav__ttl strong {
  font-size: 20px;
  color: #BFBF48;
}
.hot_word__list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 20px;
}
.hot_word__list li {
  margin-right: 10px;
  background-color: #fff;
  border-radius: 6px;
}
.hot_word__list li a {
  font-size: 16px;
  font-weight: bold;
  color: #311E12;
  padding: 5px 10px;
  display: block;
}
.header_banner_slide {
  margin: 137px 0 40px;
}
.parts_banner_slider ul {
  display: none;
}
.parts_banner_slider ul.owl-carousel .owl-item li img {
  max-width: none;
  margin: auto;
}
#sysItemDetail .parts_banner_slider ul.owl-carousel .owl-item.active {
  background: none!important;
}
.header_banner_slide .owl-dots {
  display: none;
}

/***********************************
  カート情報
***********************************/
#cartInfo{
  float: left;
  position: relative;
  margin-top: 15px;
  margin-left: 5px;
  width: 120px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  border: 1px solid #222222;
  background: #222222;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-top: -10px;
}
#cartInfo p.cartTxt{
  margin: -2px;
  line-height: 21px;
  padding-top: 5px;
  font-size: 10px;
}
#cartInfo p img{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
#cartInfo i{
  margin-right: 5px;
}
.h_cart{
  display: none;
  width: 280px;
  height: 145px;
  position: absolute;
  top: 40px; right: 5px;
  border: 1px solid #aaa;
  background: #fff;
  color: #000;
  z-index: 110;
  padding: 10px 20px;
}
.h_cart dl{
  font-size: 12px;
  margin-bottom: 0px;
}
.h_cart dl:after{
  display: block;
  content: "";
  clear: both;
}
.h_cart dt, .h_cart dd{float: left;}
.h_cart dd span{
  display: inline-block;
  color: #da4636;
  font-weight: bold;
  padding: 0 5px;
}
.h_cart .sysCartInfoCartIn a{
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 10px 0% 5px;
  height: 50px;
  padding: 12px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius:5px;
}
.h_cart .sysCartInfoCartIn a:hover{
  background:#999;
}
.h_cart .sysCartInfoCartIn a img{
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.h_cart .sysCartInfoCartIn a i{margin-right: 5px;}

/* カート内商品数表示 */
button.itemCount{
  display: none;
  border:none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
  color: #222222;
  background: #fff;
  border-radius: 10px;
}


/***********************************
  ナビゲーション
***********************************/
.h_navi{
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}
#headNavigation{
  max-width: 1100px;
  margin: 0 auto;
  height: 60px;
}
#headNavigation .pcnone{display: none;}
#headNavigation li.tab1{
  width: 220px;
  float: left;
  text-align: center;
}

#headNavigation li a{
  display: block;
  font-weight: 700;
}
#headNavigation li a span{
  display: block;
  font-size: 10px;
}
.tabmenu .border:after{
  background-color: #000;
  content: " ";
  height: 15px;
  margin-top: -35px;
  position: absolute;
  right: 0;
  top: 42px;
  width: 1px;

}

/*ナビゲーショントグル*/
.tabmenu:before{
  display: block;
  content: "";
  clear: both;
}
.tabmenu{
  margin: 10px 0 0;
}
.toggleNav{
  display: none;
  width: 220px;
  position: absolute;
  height: 0px; /*heightはjs制御*/
  top: 50px; left:0;
  background: rgba(255,255,255,1);
  z-index: 110;
  box-shadow:2px 2px 4px 0px #ccc;
  -moz-box-shadow:2px 2px 4px 0px #ccc;
  -webkit-box-shadow:2px 2px 4px 0px #ccc;
}
.toggleNav:hover{
  overflow: visible !important;
}
.tabmenu li.tab1{
  position: relative;
}
.tabmenu li.tab1 a{
  font-size:14px;
}
.tabmenu li.tab2{
  text-align: left;
  height: 35px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.tabmenu li.tab2:hover{background: #ededed;}
.tabmenu li.tab2 a{
  display: block;
  position: relative;
  padding: 10px;
  font-size: 12px !important;
  line-height: 15px;
  font-weight: bold;
}
.tabmenu li.tab2 a i{
  position: absolute;
  right: 10px;
  top: 10px;
}
.tabmenu li.tab2 .subCategory{
  position: absolute;
  width: 200px;
  left:200px; top: 0px;
  background: rgba(255,255,255,1);
  visibility: hidden;
  transition: all .10s ease;
  z-index: 120;
  box-shadow:2px 2px 4px 0px #ccc;
  -moz-box-shadow:2px 2px 4px 0px #ccc;
  -webkit-box-shadow:2px 2px 4px 0px #ccc;
}
.tabmenu li.tab2:hover .subCategory{
  visibility: visible;
}
.tabmenu li.tab3{
  font-size: 14px;
  height: 35px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}
.tabmenu li.tab3:hover{background: #ededed;}

/***********************************
  フッター
***********************************/
.p-footer {
}
.p-footer__top {
  padding: 40px 0 80px;
}
.footer-contact {
  max-width: 1040px;
  margin: 40px auto;
  padding: 40px;
  box-shadow: rgb(0 0 0 / 16%) 0 3px 6px;
  background: #fff;
  border-radius: 10px;
}
.footer-contact ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 5px;
}
.footer-contact .contact__tel p {
  font-size: 20px;
  font-weight: bold;
}
.footer-contact .contact__tel div {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 5px;
}
.footer-contact .contact__tel div img {}
.footer-contact .contact__tel div span {
  font-size: 35px;
  font-weight: bold;
  white-space: nowrap;
}
.footer-contact .contact__info {
  font-size: 14px;
  font-weight: bold;
}
.footer-contact .contact__form a {
  display: flex;
  background: #DEDE65;
  border-radius: 10px;
  align-items: center;
  padding: 15px 20px;
}
.footer-contact .contact__form a img {
  width: 40px;
  height: auto;
  margin-right: 15px;
}
.footer-contact .contact__form a span {
  font-size: 18px;
  font-weight: bold;
}
.footer-shopping-guide {
  max-width: 1040px;
  margin: 60px auto 40px;
}
.shopping-guide__title {
  max-width: 1040px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.shopping-guide__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.shopping-guide__lists li {
  position: relative;
  background: #311E12;
  border-radius: 10px;
  height: 60px;
}
.shopping-guide__lists li a {
  display: block;
  width: 100%;
  height: inherit;
}
.shopping-guide__lists li a:hover span {
  opacity: 0.5;
}
.shopping-guide__lists li i {
  position: absolute;
  margin: auto;
  height: 32px;
  width: 32px;
  top: 0;
  bottom: 0;
  left: 20px;
  object-fit: contain;
  display: flex;
  justify-items: center;
  align-items: center;
}
.shopping-guide__lists li img {
}
.shopping-guide__lists li span {
  position: absolute;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 18px;
  line-height: 1;
  text-align: center;
}
.p-footer__bottom {
  background: #311E12;
  padding: 40px 0;
}
.p-footer__bottom .footer__bottom_wrap {
  max-width: 1040px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
}
.p-footer__bottom .footer__bottom_wrap p {
  margin: 0;
}
.footer__bottom--left img {
  width: 149px;
  height: auto;
  margin-bottom: 20px;
}
.footer__bottom--left {
}
.footer__bottom--right {
  margin-left: auto;
}
.footer__nav {
  display: none;
}


.footer{
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  background: #ededed;
  letter-spacing: 2px;
}
.footer .f_navi_all{
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.footer .f_navi h3{
  margin: 10px 0 0;
  font-size: 15px;
}
.footer .f_navi ul{
  width: 671px;
  text-align: left;
  margin: 0 auto;
}
.footer .f_navi li{
  display: inline-block;
  padding: 0 15px 0 5px;
  margin: 10px 5px 0;
  font-size: 15px;
  position: relative;
}
.footer .f_navi li:after{
  background-color: #000;
  content: "　";
  height: 10px;
  margin-top: -35px;
  position: absolute;
  right: 0;
  top: 41px;
  width: 1px;
}
.footer .f_navi .b_none{border-right: 0px;}
.footer .telephone{
  margin: 20px 0 5px;
}
.footer .telephone .telephone01{
  width: 250px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #000;
  border-radius: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}
.footer .telephone .telephone02{
  width: 300px;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.footer .telephone .telephone02 a{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 25px;
}
.footer .telephone .telephone02 a img{
  display: inline-block;
  height: 30px;
  margin-right: 10px;
}
.footer .telephone:after{
  display: block;
  content: "";
  clear: both;
}
.footer .time{
  font-size: 15px;
  margin: 0 0 10px;
}
.footer .f_gnav_all{
  background: #c3c3c3;
  padding: 15px 0 10px;
  letter-spacing: 2px;
}
.footer .f_gnav li{
  display: inline-block;
  padding: 0px 20px 0 15px;
  font-size: 12px;
  position: relative;
}
.footer .f_gnav li:after{
  background-color: #000;
  content: "　";
  height: 10px;
  margin-top: -35px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 1px;

}
.footer .f_gnav li:last-child{
  border-right: 0px;
}
.footer .f_gnav{margin-bottom:  5px;}
.footer .f_copy{
  background: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
}

/***********************************
  フッター部分のご利用ガイド
***********************************/
.f_guide{
  width: 100%;
  border-top: 2px solid #222222;
  margin-top: 50px;
}
.f_guide .sysContent{
  width: 1100px;
  margin: 0 auto;
}
.f_guide .Title{
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 30px;
}
.f_guide .clearfix{
  font-size:0;
}
.f_guide .guideBlock{
  display:inline-block;
  width: 550px;
  font-size:14px;
  vertical-align:top;
}
.f_guide .guideBlock:after{
  display: block;
  content: "";
  clear: both;
}
.f_guide .guide01{padding-right: 50px;}
.f_guide .guide02{padding-left: 50px;}
.f_guide .guideTitle{
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 15px;
  margin-bottom: 10px;
}
.f_guide p{
  font-size: 15px;
  line-height: 22px;
  margin: 5px 0;
}
.f_guide .mt{margin-top: 20px;}
.f_guide .smaller{font-size: 12px;}

.f_guide .freedial{
  background: rgba(0, 0, 0, 0) url("/img/common/dial.png") no-repeat scroll left center / 45px auto;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 50px;
}

/*ボタン*/
.f_guide .common_btn{
  margin: 10px auto;
}
.f_guide .common_btn a{
  font-size: 13px;
  padding:10px 0;
}

/* ページトップに戻る*/
.pagetop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  text-align: center;
  z-index:999999;
}
.pagetop #page-top{
  display: none;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  background: #000;
  border-radius: 5px;
  padding-top: 4px;
  height: 51px;
}
.pagetop #page-top:hover{
  background:#999;
}

/***********************************
  サイド
***********************************/
/*検索ボックス*/
.side_search{margin-bottom: 30px;}
.side_search form{border:none;}
.side_search input[type="search"]{
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.side_search .sysItemSearchFormWord {
  float:none;
  width:100%;
  margin-bottom:5px;
}
.side_search .sysSearchButton{
  float:none;
  width: 100% !important;
  height: 40px;
  border-radius:5px;
  background: #000 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  text-indent: -999px;
}

.side_navi .sysHeadline,
.side_navi_item .sysHeadline{
  font-size: 14px;
  margin:0 !important;
  text-align:left;
  font-weight:bold;
  letter-spacing:2px;
  width:auto;
  border-bottom:1px solid #222222;
}
.side_navi .sysHeadline:before,
.side_navi_item .sysHeadline:before{
  content:none;
}
.side_navi a{
  position:relative;
  padding:7px 5px 7px 20px !important;
  letter-spacing:1px;
  border-bottom:1px dotted #cdcdcd !important;
}
.side_navi a:after{
  position:absolute;
  top:7px;
  right:10px;
  content:">";
  font-size:14px;
}
.side_navi a:hover{
  background: #eee;
}
.side_navi{
  margin-bottom:30px;
}

/*商品別*/
.side_navi_item{
  margin-bottom:0;
  border-bottom:1px solid #000;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:90% !important;
  margin-left:auto !important;
}
.side_navi_item a{
  position:relative;
  padding:7px 5px !important;
  letter-spacing:1px;
  border-bottom:1px dotted #cdcdcd !important;
}
.side_navi_item a:after{
  position:absolute;
  top:7px;
  right:10px;
  content:">";
  font-size:14px;
}
.side_navi_item li:last-child a{
  border-bottom:none !important;
}
.side_navi_item .sysHeadline{
  font-size: 13px;
  padding:0;
  border-bottom:1px dotted #cdcdcd !important;
}
.side_navi_item .sysHeadline a{
  display:block;
  border-bottom:none !important;
}
/*お買い物ガイド 最後2つ*/
.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2){
  font-size:14px;
  font-weight:bold;
  border-bottom:1px solid #222222;
  margin-bottom:10px;
}
.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a{
  padding:7px 5px !important;
  border:none !important;
}
.side_navi_guide li:nth-last-child(1) a:hover,
.side_navi_guide li:nth-last-child(2) a:hover{
  background-color:#fff;
}
.side_navi_guide li:nth-last-child(3){
  margin-bottom:10px;
}

/***********************************
  共通パーツ
***********************************/
hr.style01 {
  width: 100%;
  height: 1px;
  background: #222222;
  margin: 50px auto;
  padding: 0;
  border: 0;
}
.sysTitle, .sysHeadline{
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
.sysTitle b, .sysHeadline b{
  display: block;
  font-size: 16px;
  color: #DEDE65;
  margin-bottom: 7px;
}
.sysTitle span, .sysHeadline span{
}
.contentsWrap{
  width: 1100px;
  margin: 0 auto;
}
.main_content {
  max-width: 1040px;
  margin: 0 auto;
}
/* 背景付き */
.main_bg {
  background: url(/img/common/main_bg.webp) repeat 50% 50%;
  margin-bottom: 0;
}
/* 背景付き商品リスト */
.main_bg__item-list {
  background: url(/img/common/main_bg.webp) repeat 50% 50%;
  margin-bottom: 0;
}
/* 商品リストのデフォルトのcssのキャンセル */
.parts_recent_products .sysContent .sysVertical .sysItemImage img,
.parts_sale_products .sysContent .sysVertical .sysItemImage img,
.parts_ranking_products .sysContent .sysVertical .sysItemImage img,
.parts_together_products .sysContent .sysVertical .sysItemImage img,
.cat_rank_nuts .sysContent .sysVertical .sysItemImage img,
.subscription__items .sysContent .sysVertical .sysItemImage img,
.new_items .sysContent .sysVertical .sysItemImage img
{
  float: none;
  margin: 0;
  width: 100%;
}
.main_bg__item-list .sysHeadline {
  text-align: left;
  padding: 40px 0 10px;
  margin: 0 auto;
  max-width: 1040px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.main_bg__item-list .sysHeadline .title__icon {
  width: 25px;
  height: auto;
  margin-right: 10px;
}
.main_bg__item-list .sysHeadline .title__text {
  font-size: 20px;
  font-weight: bold;
  color: #311E12;
  margin-left: 10px;
}
.main_bg__item-list .sysHeadline a {
  display: flex;
  margin-left: auto;
  align-items: center;
  font-size: 16px;
  color: #D53B47;
}
.main_bg__item-list .sysHeadline a:hover {
  opacity: 0.5;
}
.main_bg__item-list .sysHeadline .link_more {
  margin-left: 10px;
}

.main_bg__item-list .sysItemBlock {
  max-width: 1040px;
  margin: 0 auto;
  overflow-x: scroll;
  padding: 0 3px 6px;
}
.main_bg__item-list ul {
  background: #fff;
  border-radius: 13px;
  box-shadow: rgba(0 0 0 / 0.16) 0 3px 6px;
  display: flex;
  width: max-content;
}
.main_bg__item-list ul li {
  margin-right: 10px;
  position: relative;
  width: 181px;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.main_bg__item-list ul li:last-child {
  margin-right: 0;
}
.main_bg__item-list .sysIconRank {
  display: none;
}
.main_bg__item-list .sysItemImage img {
  border-radius: 10px;
}
.main_bg__item-list .sysItemName {
  margin-top: 20px;
  padding: 0 10px;
}
.main_bg__item-list .sysItemName a {
  font-size: 16px;
  height: 3.6rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.main_bg__item-list .sysItemPrice {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 10px;
}
.main_bg__item-list .sysItemSuggestedPrice {
  padding: 0 10px;
  margin-bottom: -10px;
}
.parts_sale_products.main_bg__item-list .sysItemPrice {
  color: #D53B47;
}
.main_bg__item-list .sysItemPrArea {
  margin: 0;
  position: absolute;
  top: 162px;
}
.main_bg__item-list .sysItemPrArea span {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.main_bg__item-list .sysItemPrArea span.sysItemPr {
  background: #3d3d3d;
}
.main_bg__item-list .sysItemPrArea span.sale {
  background-color: rgba(222 101 101 / 84%);
}
/* 特集一覧 */
.parts_features {
}
.parts_features li {
//margin-bottom: 10px;
  max-width: 694px;
  margin: 0 auto 10px;
}
.parts_features li img {
  width: 100%;
  height: auto;
  max-width: 694px;
  display: block;
  margin: auto;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw, .main_tradelaw {
  border: 1px solid #707070;
  margin: 0 auto 30px;
  max-width: 1040px;
}
#main_tradelaw dl, .main_tradelaw dl{
  border-bottom: 1px solid #707070;
  display: flex;
}
#main_tradelaw dl:last-child,
.main_tradelaw dl:last-child {
  border: 0px;
}
#main_tradelaw dt, .main_tradelaw dt{
  width: 200px;
  background: #F4F4F4;
  padding: 20px 10px 20px 40px;
  font-weight: bold;
  border-right: 1px solid #707070;
}
#main_tradelaw dd, .main_tradelaw dd{
  padding: 20px 40px;
  background: #fff;
  width: calc(100% - 200px);
}
.shipFee{
  max-width: 1100px;
  margin: 20px auto
}
.shipFee .tableTitle{
  font-size: 16px;
  height: 70px;
  padding: 10px;
  color: #424242;
  margin: 50px 0 0px;
  border: 0px !important;
  text-align: left;
}
table.shipFeeTable {
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
table.shipFeeTable .eyeCatch{
  width: 120px;
  display: block;
  margin: 5px auto;
  height: 25px;
  line-height: 25px;
  color: #000;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
}
table.shipFeeTable thead {
  background: #F4F4F4;
  text-align: center;
}
.spThead{display: none;}
table.shipFeeTable thead th {
  padding: 20px 5px;
  vertical-align: top;
  font-weight: bold;
  border: 1px solid #707070;
}
table.shipFeeTable tbody .sum{position: relative;}
table.shipFeeTable tbody .sum i{
  position: absolute;
  color: #888;
  font-size: 35px;
  right: -15px;
  bottom: 30px;
  z-index: 20;
}
table.shipFeeTable tbody th {
  width: 600px;
  padding: 10px;
  vertical-align: top;
  background: #fff;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.shipFeeTable td {
  width: 500px;
  padding: 20px 10px;
  vertical-align: top;
  border: 1px solid #707070;
  box-sizing: border-box;
  background: #fff;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}
div#main_tradelaw a{
  display: inline-block;
  color: #068acc;
  text-decoration: underline;
}

/***********************************
  2カラムレイアウト
***********************************/
.column2Wrap{
  width: 1100px;
  margin: 0 auto;
}
.column2Wrap:after{
  display: block;
  content: "";
  clear: both;
}
.sideWrap{
  width: 180px;
  height: 1000px;
  background: #aaa;
  margin-right: 20px;
  float: left;
}
.mainWrap{
  width: 900px;
  margin-left: 200px;
}
.col2Style h2.pattern01{
  font-size: 18px;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  margin: 15px 0;
}
.col2Style h2.pattern02{
  font-size: 18px;
  border-bottom: 1px solid #3d3d3d;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 15px 0;
}
.col2Style h2.pattern03{
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 0px 3px 30px;
  margin: 0 0 15px;
  border-bottom: 1px solid #6843ac;
}
.col2Style h3.pattern01{
  font-size: 14px;
  border-bottom: 0px solid #aaa !important;
  padding: 0px 0px 3px;
  margin: 15px 0 5px;
}
.col2Style h4.style01{
  font-size: 15px;
  padding-bottom: 3px;
  margin: 20px 0;
  border-bottom: 0px solid #3d3d3d!important;
}
.col2Style .txtBlock{margin: 30px 0;}
.col2Style .imgWrap {
  margin: 30px 0;
}
.col2Style .txtBlock a, #forbusiness .txtBlock a, #relocation .txtBlock a, #privacypolicy .txtBlock a{
  color: #068acc;
  height: 25px;
  line-height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #068acc;
}
#shoplist td a, #corporate dd a{
  color: #068acc;
  height: 25px;
  line-height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #068acc;
}
.col2Style .txtBlock li{
  margin: 5px 0;
  font-size: 12px;
}
.col2Style .txtBlock li .larger{
  font-size: 14px;
  margin-bottom: 10px;
}
.col2Style .txtBlock li span{
  width: 20px;
  display: inline-block;
}

.col2Style .imgWrap img{
  width: 40%;
  margin: 10px 0;
}
.col2Style .floatWrap{
  margin: 20px 0;
}
.col2Style .floatWrap:after{
  display: block;
  content: "";
  clear: both;
}
.col2Style .floatWrap img{
  width: 150px;
  float: left;
}
.col2Style .floatWrap .txt{
  padding-top: 5px;
  margin-left: 170px
}
.col2Style .floatImg{text-align: center;}
.col2Style .floatImg:after{
  display:block;
  content: "";
  clear: both;
}
.col2Style .floatImg .imgWrap{
  width: 50%;
  float: left;
}
.col2Style .floatImg .imgWrap img{
  width: 60%;
  margin: 20px 10%;
}

/***********************************
   お買い物ガイド
***********************************/
.indexList{margin: 10px 0;}
.indexList li{
  display: inline-block;
  text-align: center;
  margin: 0 5px 10px;
  border: 1px solid #aaa;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 15px;
}
.guideBlock{padding-top: 30px;}

/*商品購入ステップ*/
.steps ul{
  width: 700px;
  margin: 0 auto;
}
.steps ul:after{
  display: block;
  content: "";
  clear: both;
}
.steps li{
  float: left;
  padding: 0 6px;
  height: 200px;
}
.steps li a{
  display: block;
  height: 100%;
  height: 200px !important;
}
.steps li img{height: 200px;}


/***********************************
   ボタンデザイン
***********************************/
.common_btn{
  width: 250px;
  margin:20px auto 50px;
  position: relative;
}
.common_btn a{
  display: block;
  padding:15px 0;
  font-size: 16px;
  color: #fff;
  text-align:center;
  border-radius:5px;
  background: #000;
}
.common_btn a:hover{
  background:#999;
}
.common_btn a i{
  display:inline-block;
  margin-left:10px;
  font-size:20px;
}

/***********************************
  TOPページ
***********************************/
.sysFuncText.parts_category_nav .sysContent {
  overflow-x: scroll;
}
/* .p-category-nav */
.p-category-nav {
  margin: 120px auto 0;
}
.p-category-nav ul {
  display: flex;
}
.p-category-nav ul li {
  width: calc(100% / 7);
}
.p-category-nav a {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.p-category-nav a img {}
.p-category-nav a span {
  font-weight: bold;
}

/*スライダー*/
.parts_fv_slider ul,
.parts_fv_slider02 ul,
.parts_fv_slider03 ul {
  display: none;
  margin: 25px 0 40px;
}
.parts_fv_slider #fv_slider.owl-carousel .owl-item img,
.parts_fv_slider02 #fv_slider02.owl-carousel .owl-item img,
.parts_fv_slider03 #fv_slider03.owl-carousel .owl-item img {
  max-width: 760px;
  margin: auto;
}

/* .p-guide-button */
.p-guide-button {
}
.p-guide-button a {
  display: block;
  max-width: 786px;
  margin: auto;
  padding: 18px;
  background: #DEDE65;
  border-radius: 8px;
  color: #311E12;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.p-guide-button a:hover {
  opacity: 0.8;
}
.p-guide-button a br {
  display: none;
}
/* .p-mainbg-margin */
.p-mainbg-margin__top {
  display: block;
  margin-top: 40px;
  padding: 20px 0;
}
.p-mainbg-margin__bottom {
  display: block;
  margin-bottom: 40px;
  padding: 20px 0;
}
/* .p-top-recommend */
.top_recommend {
  margin: 80px 0;
  padding: 40px 0;
}
.p-top-recommend {
  max-width: 1040px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 20px;
}
.staff-comment__list {
  background: #fff;
  border-radius: 13px;
  padding: 10px;
  box-shadow: rgba(0 0 0 / 0.16) 0 3px 6px;
}
.staff-comment {
  height: 115px;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 20px 10px 10px 128px;
  white-space: nowrap;
}
.staff-comment .pcnone {
  display: none;
}
.staff-comment .spnone {
  display: inline-block;
}

.staff_tencho {
  background-image: url(/img/top/recommend/staff_tencho_2.png);
}
.staff_tomio {
  background-image: url(/img/top/recommend/staff_tomio.png);
}
.staff_lunchan {
  background-image: url(/img/top/recommend/staff_lunchan.png);
}
.staff_morilin {
  background-image: url(/img/top/recommend/staff_morilin.png);
}
.staff_hiluzu {
  background-image: url(/img/top/recommend/staff_hiluzu.png);
}
.staff_yuitan {
  background-image: url(/img/top/recommend/staff_yuitan.png);
}
.staff-recommend__items {
  display: flex;
}
.staff-recommend__items li {
  margin-right:10px;
}
.staff-recommend__items li:last-child {
  margin-right: 0;
}
.staff-recommend__items li a:hover span {
  opacity: 0.5;
}
.staff-recommend__items li img {
  width: 156px;
  height: auto;
  border-radius: 10px;
}
.staff-recommend__items li span {
  display: block;
  text-align: center;
}
/* 最新情報 */
.top_information {
  max-width: 710px;
  margin: auto;
}
.top_information .sysContent {
  margin-bottom: 40px;
}
.top_information ul li {
  font-size: 16px;
  border-bottom: 1px solid #311E12;
}
.top_information ul li a {
  padding: 20px 0;
}
.top_information ul li a:hover {
  opacity: 0.5;
}
.top_information ul li time {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: -10px;
}
/* 最新情報もっとみるボタン */
.p-top-information_button {
  margin-bottom: 80px;
}
.p-top-information_button a {
  display: block;
  max-width: 340px;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #311E12;
  color: #311E12;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.p-top-information_button a:hover {
  opacity: 0.8;
}


/*新着アイテム*/
.top_newarrival ul{
  font-size:0;
  text-align:left;
}
.top_newarrival li{
  float:none !important;
  display:inline-block;
  width: 23% !important;
  margin: 5px 1% 20px !important;
  padding: 10px;
  font-size:12px;
  text-align:center;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_newarrival li img{
  width: 100%;
}
.top_newarrival .sysItemName{
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_features ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  float:none !important;
  display:inline-block;
  width: 30%;
  margin:1.66666666666667%;
  font-size:12px;
  vertical-align:top;
}
.top_features li img{width: 100%;}
.top_features li a{
  display: block;
  position: relative;
}
.top_features li span{
  display:block;
  font-size:14px;
  font-weight:bold;
}

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
top_recommend_item .sysItemPrice,
top_ranking_item .sysItemPrice{
  font-size: 14px;
  color: #ff0000;
  font-weight: 600;
  padding-top: 5px;
}

/*おすすめ商品*/
.top_recommend_item{
  margin-bottom:60px;
}
.top_recommend_item li{
  width: 100% !important;
  padding:0 20px !important;
}

/*ランキング*/
.top_ranking_item ul{
  font-size:0;
  text-align:left;
}
.top_ranking_item li{
  float:none !important;
  display:inline-block;
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding: 10px;
  font-size:12px;
  text-align:center;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.sysSubtotalPrice {
  font-size: 17px;
  float: right;
}

/*クロネコペイボタン装飾調整*/
div#kuronekoPayFlex {
  margin-right: 21px;
}
.sysCart #sysMain #kuronekoPayFlex button img {
  margin-top: -11px;
}
.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"]
{
  padding: 10px 0px 0px 0px;
}
.sysConfirmButton input#open_dlg_edit_customer_info {
  display: inline-block;
  padding: 10px;
  width: auto;
  height: auto;
  color: #000;
  background: #fff;
  border-radius: none;
  border: 1px solid #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/***********************************
  商品カテゴリページ
***********************************/
#sysItemCategory > #sysAll > #sysMain {
  max-width: 1040px;
  margin: 40px auto;
}
#sysItemCategory #sysWrap {
  max-width: 1040px;
  margin: 40px auto;
  display: flex;
  flex-direction: row-reverse;
}
#sysItemCategory #sysWrap #sysMain {
  width: 70%;
  margin: 0;
}
#sysItemCategory #sysWrap #sysAside {
  display: block;
  width: calc(30% - 40px);
  margin: 0 40px 0 0;
}
#sysItemCategory .header_wrap {
  display: none;
}
.p-side-category-list {}
.category_list_title {
  background: #311E12;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 24px 10px;
  border-radius: 4px 4px 0 0;
}
.category_list_title span {
  margin-left: 14px;
  font-size: 13px;
}
.parent_list {}
.parent_list > li {
  border-bottom: 1px solid #311E12;
}
.parent_list .parent_title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.parent_list .parent_title a {
  padding: 22px;
  line-height: 1;
  width: calc(100% - 24px);
}
.parent_list .parent_title > i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #493D35;
  margin-left: auto;
  display: flex;
  justify-content: center;
  transition: transform .1s linear;
  transform: rotate(0deg);
}
.parent_list .parent_item {
  transition: all .1s linear;
}
.parent_list .parent_item.childHide .child_list {
  height: 0;
  display: none;
}
.parent_list .childHide .parent_title > i {
  transform: rotate(-90deg);
}
.parent_list .parent_item a {
  color: #311E12;
}
.parent_list .parent_item a:hover {
  opacity: 0.5;
}
.parent_list .parent_item .child_list {
  padding-bottom: 20px;
}
.parent_list .parent_item .child_list li {
  margin-left: 50px;
}
.parent_list .parent_item .child_list li a {
  font-size: 14px;
  display: block;
  line-height: 1;
  padding: 9px 0;
}
.parent_list .parent_item .child_list li i {
  color: #AFAFAF;
  margin-right: 10px;
}
#sysItemCategory .parts_features {
  margin-bottom: 80px;
}
.sysItemCategoryCtl a {
  display: inline-block;
  padding: 3px 8px;
  background: white;
  border: 1px solid #311E12;
  color: #311E12;
  border-radius: 4px;
  text-decoration: none;
  margin: 2px 0;
}
.sysItemCategoryCtl .sysCurrent {
  font-weight: bold;
  background: #311E12;
  color: white;
}

#sysItemCategory .sysItemList .sysThumbnail {
  display: grid;
  grid-template-columns: repeat(4, calc(100%/4 - 15px));
  gap: 20px;
}
#sysItemCategory .sysItemList .sysThumbnail li {
  padding: 0;
  width: 100%;
  border-radius: 13px;
  box-shadow: rgba(0 0 0 / 0.16) 0 3px 6px;
  position: relative;
  background: #fff;
}
#sysItemCategory .sysItemList ul.sysThumbnail li img {
  border-radius: 10px;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .itemDetailWrap {
  padding: 0 10px 10px;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemName {
  font-size: 13px;
  margin: 5px 0;
  line-height: 1.4;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .itemDetailWrap .sysRetailPrice {
  font-size: 14px;
  font-weight: bold;
  color: #2E1408;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .itemDetailWrap .sysRetailPrice.sysRetailPriceWithSuggested {
  color: #D53B47;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrArea {
  margin: 0;
  position: absolute;
  top: 146px;
  left: 0;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrArea span {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrArea span.sysItemPr {
  background: #3d3d3d;
}
#sysItemCategory .sysItemList ul.sysThumbnail li .sysItemPrArea span.sale {
  background-color: rgba(222 101 101 / 84%);
}
.sysPagination ul li {
  padding: 0;
  width: 40px;
}
.sysPagination a {
  border: none;
  line-height: 22px;
  width: 22px;
  border-radius: 20px;
}
.sysPagination a.sysCurrent {
  background: #BFBF48;
  color: #fff;
}

/***********************************
  固定ページ
***********************************/
#privacypolicy #sysWrap,
#shopping-guide #sysWrap,
#law #sysWrap,
#questions #sysWrap,
#corporate #sysWrap,
#sysFormIndex #sysWrap {
  max-width: 1040px;
  margin: 185px auto 100px;
}
.free-page {
  font-size: 16px;
  line-height: 1.7em;
}
.free-page .sysHeadline,
.form-inquiry .sysHeadline {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
}
.free-page .sysHeadline:before,
.free-page .sysHeadline:after,
.form-inquiry .sysHeadline:before,
.form-inquiry .sysHeadline:after {
  content: '';
  display: inline-block;
  width: 94px;
  height: 1px;
  background: #311E12;
}
.free-page h2.pattern01{
  border-left: 5px solid #DEDE65;
  padding-left: 10px;
  margin: 40px 0 10px;
}
.free-page .txtBlock {
  margin-bottom: 40px;
}

.free-page table.shipFeeTable.howToShip tbody th {
  vertical-align: top;
  font-weight: bold;
  border: 1px solid #707070;
  background: #F4F4F4;
  width: 150px;
}
.free-page table.shipFeeTable.howToShip td {
  text-align: left;
  padding-left: 70px;
  width: auto;
}
.free-page table.shipFeeTable.howToShip .logo_yupack img {
  display: block;
  max-width: 223px;
  margin: auto;
}
.free-page table.shipFeeTable.howToShip .img_neko {
  vertical-align: middle;
  text-align: center;
}
.free-page table.shipFeeTable.howToShip .img_neko img {
  display: block;
  max-width: 223px;
  margin: auto;
}
.free-page table.shipFeeTable.howToShip .yu_map img {
  display: block;
  margin: auto;
  max-width: 771px;
}
.googleMap {
  text-align: center;
  padding: 0 10px;
}
.googleMap iframe {
  max-width: 827px;
  width: 100%;
}

/*---------------------------------
アコーディオンボックス 支払方法用
--------------------------------*/
.acbox{
  width: auto;
  margin-bottom: 10px;
}

.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  background: #F4F4F4; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding: 20px 15px;
  cursor: pointer;
  color: #300;
}

.acbox label:hover{
}

.acbox input{
  display: none;
}

.acbox label:after{
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.15s; /* 開閉スピードの設定 */
}
.acbox a {
  text-decoration: underline;
}

.acbox input:checked ~ div{
  max-height: 500vh;
  padding: 18px; /* 開いた部分の枠内の余白 */
  background: #F5F3ED; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #ECF18D; /* クリック後のラベルの背景色 */
}

.acbox-under{
  color: #311E12; /* 開いた部分の文字色 */
}
.acbox-under table.shipFeeTable thead th,
.acbox-under table.shipFeeTable td {
  line-height: 1;
  padding: 19px 5px;
}
.acbox-under table.shipFeeTable tbody tr th {
  vertical-align: top;
  font-weight: bold;
  border: 1px solid #707070;
  font-weight: bold;
  background: #F4F4F4;
}
/*↑アコーディオン支払い方法用ここまで*/

/* 自然の館とは */
.p-about {
  margin: 135px auto 80px;
}
.p-about .sec01 {
  max-width: 1040px;
  margin: 0 auto 80px;
  overflow: hidden;
}
.about__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.about__nav a {
  width: 300px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  font-weight: bold;
  height: 80px;
}
.about__nav a + a {
  border-left: 1px solid #311E12;
}
.about__nav span {
  align-self: end;
}
.about__nav i {
  font-size: 20px;
}
.p-about .pcnone {
  display: none;
}
.p-about .spnone {
  display: block;
}
#ourShop ul {
}
#ourShop ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ourShop ul li .about_sec01-01 {
  max-width: 515px;
}
#ourShop ul li .about_sec01-02 {
  max-width: 528px;
}
#ourShop ul li p {
  min-width: 484px;
}
#ourShop ul li p span {
  color: #BFBF48;
}
.p-about .sec02 {
  overflow: hidden;
}
.message_img {
  text-align: center;
}
.message_img img {
  margin: 80px 0 40px;
  width: 345px;
}
.message_box {
  max-width: 1040px;
  margin: 40px auto 80px;
}
.message_box ul {
  background: #fff;
  border-radius: 13px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  gap: 40px;
}
.message_box li {}
.message_box .message__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #BFBF48;
}
.message_box p {
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 24px;
}

#goodDeal {
  margin-top: 80px;
}
.goodDeal__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.goodDeal__list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.goodDeal__list li {
  width: calc(100% / 3);
  display: grid;
  gap: 20px;
  justify-items: center;
}
.goodDeal__list li + li {
  border-left: 2px solid #311E12;
}
.goodDeal__list .goodDeal__item-img {
  display: grid;
  place-items: center;
}
.goodDeal__list .goodDeal__item-img img {
  display: block;
  max-width: 105px;
  max-height: 126px;
}
.goodDeal__list .goodDeal__item-text {
  font-weight: bold;
}
.goodDeal__list .goodDeal__item-text p
{
  margin-bottom: 10px;
}
.goodDeal__list .goodDeal__item-text p span {
}
.goodDeal__list .goodDeal__item-text span.smaller {
  font-size: 14px;
  font-weight: normal;
}
.goodDeal__list .goodDeal__item-text strong a {
  color: #D53B47;
  text-decoration: underline;
}
.goodDeal__list .goodDeal__item-text strong img {
  margin-left: 5px;
}

.pointPresent {
  background: #D5F2E8;
  padding: 30px 20px;
}
.pointPresent .inner {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 60px;
  border-radius: 10px;
}
.pointPresent .inner .img {
  width: 112px;
}
.pointPresent .inner .text p {
  margin: 0 0 10px;
  font-size: 20px;
}
.pointPresent .inner .text .price {
  font-size: 36px;
}
.pointPresent .inner .text .green {
  color: #5DC77F;
}
.pointPresent .inner .button a {
  display: block;
  width: 360px;
  background: #5DC77F;
  color: #fff;
  text-shadow: rgba(0 0 0 / 0.16) 0 3px 6px;
  padding: 30px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
}
.pointPresent .inner .button i {
  margin-left: 20px;
  font-size: 30px;
}
/* ソーシャルギフトとは */
.p-e-gift {
  margin: 97px 0 0;
}
.p-e-gift .pcnone {
  display: none;
}
.p-e-gift .spnone {
  display: block;
}
.p-e-gift .head__txt h2 {
  font-size: 30px;
  line-height: 1;
}
.p-e-gift .head__txt h2 span {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.p-e-gift .head__txt span {
  color: #DEDE65;
}
.e-gift__mv {
  background: url(/img/common/e-gift_mv-bg-pc.png) no-repeat top center;
  background-size: cover;
}
.e-gift__mv .main_content {
  overflow: hidden;
  padding-top: 115px;
  position: relative;
}
.e-gift__mv .content {
  max-width: 554px;
  margin-bottom: -10px;
}
.e-gift__mv p {
  margin: 0;
  position: absolute;
  bottom: 96px;
  left: 0;
}

.e-gift__nav {
  display: flex;
  justify-content: center;
  margin: 28px auto 30px;
  max-width: 1040px;
}
.e-gift__nav a {
  width: calc(100% / 4);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  font-weight: bold;
  height: 127px;
}
.e-gift__nav a + a {
  border-left: 2px solid #311E12;
}
.e-gift__nav span {
  align-self: end;
}
#giftIs .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#giftIs .head__txt span {
  color: #DEDE65;
}
#giftIs .head .head__txt p {
  margin: 20px 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}
#giftIs .head .head__txt small {
  font-size: 16px;
}
#giftIs .head .head__img {
  width: 412px;
}
#giftIs .main h3 {
  font-size: 26px;
  margin-bottom: 40px;
}
#giftIs .main h3 span {
  color: #DEDE65;
}
#giftIs .main ul {
  margin-bottom: 80px;
}
#giftIs .main ul li {
  display: grid;
  grid-template-columns: 1fr 101px 1fr;
  align-items: center;
  height: 138px;
  margin-bottom: 40px;
}
#giftIs .main ul li > div {
  height: 100%;
}
#giftIs .main ul li .first {
  background: #F5F3ED;
  border-radius: 18px;
  display: grid;
  align-items: center;
}
#giftIs .main ul li .triangle {
  display: grid;
  align-items: center;
  justify-items: center;
}
#giftIs .main ul li .triangle img {
  width: 33px;
  height: auto;
}
#giftIs .main ul li .second {
  background: #ECF18D;
  position: relative;
  border-radius: 18px;
}
#giftIs .main ul li .second__title {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #D0D051;
  border-radius: 39px;
  color: #fff;
  padding: 10px 30px;
  font-weight: bold;
  line-height: 1;
}
#giftIs .main ul li .second p {
  margin: auto 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
}
#giftSend {
  padding: 80px 0;
}
.gift_step{}
.gift_step--pc {
  display: block;
}
.gift_step--sp {
  display: none;
}
.gift_step ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.gift_step ul li {
  width: 100%;
}
.gift_step .step__body {
  padding: 15px 20px;
}
.gift_step .step__body .step__title {
  font-size: 24px;
  font-weight: bold;
}
.gift_step .step__body .step__title span {
  font-size: 20px;
  display: block;
  margin-top: 5px;
}
.gift_step .step__body .step__text {
  font-size: 14px;
  margin-top: 10px;
}
#lineUp {
  padding: 80px 0;
}
.gift_leco_items h2 {
  text-align: left;
  padding: 40px 0 10px;
  margin: 0 auto;
  max-width: 1040px;
  display: flex;
  align-items: center;
}
.gift_leco_items h2 .title__icon {
  width: 25px;
  height: auto;
  margin-right: 10px;
}
.gift_lico_itemBlock {
  max-width: 1040px;
  margin: 0 auto;
  overflow-x: scroll;
  padding: 0 3px 6px;
}
.gift_leco_items ul {
  text-align: left;
  background: #fff;
  border-radius: 13px;
  box-shadow: rgb(0 0 0 / 16%) 0 3px 6px;
  display: flex;
  width: max-content;
}
.gift_leco_items ul li {
  margin-right: 10px;
  position: relative;
  width: 181px;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.gift_leco_items ul li img {
  border-radius: 10px;
}
.gift_leco_items .sysItemName {
  margin-top: 20px;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 10px;
}
.gift_leco_items .sysItemName a {
  font-size: 16px;
  height: 3.6rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.gift_leco_items .sysItemPrice {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 10px;
}
.gift_leco_items .sysItemPrArea {
  margin: 0;
  position: absolute;
  top: 162px;
}
.gift_leco_items .sysItemPrArea span {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.gift_leco_items .sysItemPrArea span.sysItemPr {
  background: #3d3d3d;
}
.gift_leco_items .sysItemPrArea span.sale {
  background-color: rgba(222 101 101 / 84%);
}
#staffReco {
  padding: 80px 0 20px;
}
.pickUp_item ul li {
  background: #fff;
  border-radius: 35px;
  padding: 25px 30px;
  display: flex;
  margin: 30px 0;
  align-items: center;
}
.pickUp_item ul li .fromFor {
  width: 212px;
  padding-right: 30px;
  border-right: 1px solid #311E12;
}
.pickUp_item ul li .fromFor .from,
.pickUp_item ul li .fromFor .for {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.pickUp_item ul li .fromFor .from span,
.pickUp_item ul li .fromFor .for span {
  font-size: 13px;
  font-weight: bold;
  color: #DEDE65;
  white-space: nowrap;
}
.pickUp_item ul li .fromFor .from > div,
.pickUp_item ul li .fromFor .for > div {
  text-align: center;
  width: 137px;
}
.pickUp_item ul li .fromFor .from img,
.pickUp_item ul li .fromFor .for img {
  width: 73px;
  height: auto;
}
.pickUp_item ul li .fromFor .from strong,
.pickUp_item ul li .fromFor .for strong {
  display: block;
  line-height: 1;
}
.pickUp_item ul li .fromFor .triangle {
  text-align: right;
}
.pickUp_item ul li .fromFor .triangle img {
  width: 22px;
  height: auto;
  margin-right: 60px;
  margin-top: 20px;
}
.pickUp_item ul li .gift_item {
  width: calc(100% - 212px);
  padding-left: 60px;
  font-size: 13px;
}
.pickUp_item ul li .gift_item .image {
  display: inline-block;
  width: 140px;
}
.pickUp_item ul li .gift_item .image img {
  border-radius: 10px;
}
.pickUp_item ul li .gift_item .text {
  width: calc(100% - 185px);
  display: inline-block;
  margin-left: 40px;
}
.pickUp_item ul li .gift_item strong {
  display: block;
  font-size: 16px;
}
.pickUp_item ul li .gift_item .gift {
  margin: 10px 0;
}
.pickUp_item ul li .gift_item .text {
  line-height: 23px;
}
.pickUp_item .link_to_button a {
  border-radius: 16px;
  border: 2px solid #311E12;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  display: block;
  width: 330px;
  margin: auto;
  line-height: 1;
}
.member_regist a {
  display: block;
  width: 360px;
  background: #5DC77F;
  color: #fff;
  text-shadow: rgb(0 0 0 / 16%) 0 3px 6px;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  margin: 80px auto;
  text-align: center;
}
.member_regist a i {
  margin-left: 20px;
  font-size: 24px;
}



#sysMemberRegisterIndex form {
  max-width: 600px;
  margin: 0 auto;
}
#sysMemberRegisterIndex form .sysForm {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

/***********************************
  レビュー
***********************************/
#sysItemReviewIndex #sysWrap,
#sysItemReviewConfirm #sysWrap,
#sysItemReviewThanks #sysWrap {
  max-width: 550px;
  margin: 40px auto 80px;
  width: 100%;
  padding: 0 10px;
}
#sysItemReviewIndex input[type=submit] {
  display: inline-block;
  max-width: 550px;
}
#sysItemReviewIndex h2,
#sysItemReviewConfirm h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #311E12;
  text-align: center;
}
#sysItemReviewIndex form {
  text-align: center;
}
#sysItemReviewIndex h2 + div {
}
#sysItemReviewIndex h2 + div img {
  max-width: 550px;
  display: block;
  margin: auto;
  width: 100%;
}
#sysItemReviewIndex h2 + div + form input[type=submit],
#sysItemReviewIndex h2 + div + div + form input[type=submit],
#sysItemReviewIndex form + form input[type=submit],
#sysItemReviewConfirm form input[type=submit] {
  border: none;
  background: #F5F3ED;
  font-size: 20px;
  max-width: 550px;
  display: block;
  margin: 30px auto;
  padding: 20px 5px;
}
#sysItemReviewIndex h2 + div + form input[type=submit]:hover,
#sysItemReviewConfirm form input[type=submit]:hover {
  background: #DEDE65;
}
#sysItemReviewIndex h3 {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
}
#sysItemReviewIndex h3 + form {
  text-align: center;
  margin: 10px auto;
}
#sysItemReviewIndex h3 + form select,
#sysItemReviewIndex h3 + form input[type=submit] {
  width: 160px;
  padding: 10px;
  line-height: 1;
  border: 1px solid #311E12;
  border-radius: 5px;
  height: auto;
  text-align: center;
  margin: 20px 5px;
}
#sysItemReviewIndex h3 + form select:hover,
#sysItemReviewIndex h3 + form input[type=submit]:hover {
  background: #DEDE65;
  border: 1px solid #DEDE65;
}
#sysItemReviewIndex .footer__nav__cv {
  display: none;
}
#sysItemReviewIndex .sysForm {
  width: 550px;
  margin: auto;
}
#sysItemReviewIndex .sysForm input[type=text],
#sysItemReviewIndex .sysForm textarea {
  background: #fff;
  border-radius: 6px;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1;
  padding: 6px 10px;
  width: 90%;
  border: 1px solid #C1C1C1;
}
/***********************************
  ソーシャル
***********************************/
.sysSocialGiftBody #sysWrap {
  max-width: 550px;
  margin: 40px auto 80px;
  width: 100%;
  padding: 0 10px;
}
.sysSocialGiftReceive {

}
.sysSocialGiftReceiveButtonArea {
  margin: 40px auto;
}
.sysSocialGiftReceiveLimitDate {
  text-align: center;
}
.sysSocialGiftCommonButton {
  cursor: pointer;
  background: #DEDE65;
  color: #2E1408;
  display: block;
  padding: 10px 15px;
  text-shadow: none;
  border-color: transparent;
  border-radius: 3px;
  width: 80%;
  height: auto;
  margin: 0 auto;
  font-size: 22px;
}
.sysSocialGiftReceiveDeliveryAddressArea .sysZipcode .sysSocialGiftCommonButton {
  border: 1px solid #311E12;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #fff;
  color: #311E12;
  cursor: pointer;
  font-size: 13rem;
}

.sysSelectDelivery > li > div {line-height:1.3;}
.sysBox form .sysAmazonSelectDelivery {display: block;}
.sysBox .sysCartNote {display:none;}
.sysBox .sysRemarksArea {margin:0;}
.sysRemarksArea .sysCartTitle {display:none;}
.sysRemarksArea .sysFormItem .sysFormField div {padding:0;font-size: 14px;}
.sysBox .sysRemarksArea {border: none;padding: 0;}

#sysBasket ul.nav li div.sysBox div.sysNumArea,
.sysCart ul.nav li div.sysBox div.sysNumArea {display:none;}
#sysBasket ul.nav li div.sysBox .sysSubTotalArea #sysSelections select,
.sysCart ul.nav li div.sysBox .sysSubTotalArea #sysSelections select{margin: 2px;width: 100%;min-width: 160px;}
#sysBasket ul.nav li div.sysBox .sysSubTotalArea #sysSelections,
.sysCart ul.nav li div.sysBox .sysSubTotalArea #sysSelections{text-align: right;}
#sysBasket ul.nav li div.sysBox .sysSubTotalArea #sysSelections > div,
.sysCart ul.nav li div.sysBox .sysSubTotalArea #sysSelections > div{display: block;}


.sysSelectAddress .sysOtherAddress {padding: 0;}
.sysSelectAddress .sysOtherAddress .sysFormItem{padding: 0;}
.sysZipcode .sysFormField {min-width: 257px;}
.sysSelectAddress div.sysFormField {padding:0;}
form .sysFormItem.sysFax {
  display: none;
}
.sysForm .sysFormItem.sysGender ul.sysFormField label,
label.opcBillingAddress_genderMaleAndLabelGroup_edit,
label.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  display: inline-block;
  border: 1px solid #C1C1C1;
  padding: 0 10px;
  border-radius: 6px;
  margin: 0 5px 15px;
  font-size: 18px;
}
.sysForm .sysFormItem.sysGender ul.sysFormField label input[type="radio"],
label.opcBillingAddress_genderMaleAndLabelGroup_edit input[type="radio"],
label.opcBillingAddress_genderFemaleAndLabelGroup_edit input[type="radio"] {
  margin: 10px;
}
.sysForm  .sysFormItem.sysAcceptMailmagazine .sysFormField label,
.opcBillingAddress_acceptMailmagazineAndLabelGroup_edit label {
  font-size: 18px;
  border: 1px solid #C1C1C1;
  padding: 10px 10px 10px 35px;
  border-radius: 6px;
  margin-right: 0;
  position: relative;
  display: inline-block;
}
/*.sysForm  .sysFormItem.sysAcceptMailmagazine .sysFormField label:before,
.opcBillingAddress_acceptMailmagazineAndLabelGroup_edit label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 1px solid #C1C1C1;
}*/
.sysForm  .sysFormItem.sysAcceptMailmagazine .sysFormField label.is_checked:after,
.opcBillingAddress_acceptMailmagazineAndLabelGroup_edit label.is_checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12.5px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #0474ff;
}
/*.sysForm  .sysFormItem.sysAcceptMailmagazine .sysFormField input[type="checkbox"],
.opcBillingAddress_acceptMailmagazineAndLabelGroup_edit label input[type="checkbox"]{
  display: none;
}*/

.social__lists {
  display: flex;
  justify-content: center;
  width: 100%;
}
.social__lists a {
  width: 62px;
  margin: 30px 15px;
  display: block;
}
.social__lists a img {
  width: 100%;
  display: block;
}
.opcItem_deliveryAddressItemGroup_edit {
  padding: 1em 0;
}
.opcItem_itemOptionAndLabelGroup_edit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.opcItem_numAndLabelGroup_edit {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.opcItem_increaseNumButton_edit,.opcItem_decreaseNumButton_edit {
  display: none;
}
.opcItem_itemOptionDescription_edit {
  margin-left: 0;
}
.opcItem_itemOptionAndLabelGroup_edit select{
  margin: 0;
  max-width: 52%;
}
.opcRemarks_remarkLabel_edit.opcCommonEditLabel {
  display:none;
}
.opcRemarks_remarkDescription_edit {
  margin-left:0;
}
.opcOrderSummaryArea {
  margin: 20px 0 0;
}
.opcOrderBackToBasket_backToBasket.opcCommonButton {
  padding:0;
}

.parts_together_products.main_bg__item-list{
  background:none;
}

div#sysMailaddressAuthentication {
  width: calc(100vw - 2rem);
  max-width: calc(1140px - 1rem);
  margin: auto;
  font-size: 1.9rem;
}

#sysMailaddressAuthentication .sysMailAddressAuthenticationArea {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

#sysMailaddressAuthentication .sysMailaddressGroup {
  grid-area: 1 / 1 / 2 / 2;
}


#sysMailaddressAuthentication .sysAuthenticationCodeGroup {
  grid-area: 2 / 1 / 3 / 2;
}

#sysMailaddressAuthentication .sysResendAuthenticationMailGroup {
  grid-area: 4 / 1 / 5 / 2;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

#sysMailaddressAuthentication .sysMemberRegisterGroup {
  grid-area: 3 / 1 / 4 / 2;

}



#sysMailaddressAuthentication .sysMailAddressAuthenticationArea .not_checked,
#sysMailaddressAuthentication .sysMailAddressAuthenticationArea .inputOk {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

#sysMailaddressAuthentication .sysMemberRegisterGroup .not_checked .sysMemberRegister,
#sysMailaddressAuthentication .sysMemberRegisterGroup .inputOk .sysMemberRegister,
#sysMailaddressAuthentication .sysResendAuthenticationMailGroup .sysResendAuthenticationMail {
  width: 70%;
  margin: auto;
}

#sysMailaddressAuthentication .sysBackPageGroup .sysBackRegisterConfirm {
  width: 30%;
  margin: 0 auto 20px;
}

#sysMailaddressAuthentication .sysMemberRegisterGroup .not_checked .sysMemberRegister,
#sysMailaddressAuthentication .sysMemberRegisterGroup .inputOk .sysMemberRegister {
  background-color: #311e12;
  color: #fff;
}

@media (min-width: 1025px) {

  #sysMailaddressAuthentication .sysMemberRegisterGroup .not_checked .sysMemberRegister,
  #sysMailaddressAuthentication .sysMemberRegisterGroup .inputOk .sysMemberRegister,
  #sysMailaddressAuthentication .sysResendAuthenticationMailGroup .sysResendAuthenticationMail {
    width: 30%;
    margin: 0;
  }

  #sysMailaddressAuthentication .sysBackPageGroup .sysBackRegisterConfirm {
    width: 15%;
    margin: 0 0 20px;
  }


}

#sysMailaddressAuthentication .sysResendAuthenticationMailGroup .mailMag_sub--txt,
#sysMailaddressAuthentication .sysBackPageGroup .mailMag_sub--txt {
  display: none;
}

#sysMailaddressAuthentication .sysBackPageGroup {
  grid-area: 5 / 1 / 6 / 2;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (max-width: 799px) {
  .mailMag_sub--txt {
    font-size: 1.8rem !important;
    text-align: center;
  }
}

.sysMyPoint ul.sysSpecialPointList {
  overflow: scroll;
  height: 300px;
}

.sysMyPoint li.sysSpecialPoint{
  border-bottom: 2px #9b9a9a solid;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.bye {
  display: none;
}

#popupEvent {
  width: 100%;
  max-width: calc(1140px - 1rem);
  margin: auto;
  position: relative;
}
#popupEvent .popup_wrap {
  width: 100%;
  max-width: 250px;
  bottom: 63px;
  right: 0;
  position: fixed;
  z-index: 999;
}
@media (min-width: 1025px) {
  #popupEvent .popup_wrap {
    right: 30px;
    bottom: 30px;
  }
}
#popupEvent .popup_wrap .popup_contents .bye_btn,
#popupEvent .popup_wrap .popup_contents .cparea {
  text-align: right;
}
@media (min-width: 1025px) {
  #popupEvent .popup_wrap .popup_contents .bye_btn img {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  #popupEvent .popup_wrap .popup_contents .cparea img {
    width: 100%;
    max-width: 200px;
  }
}

.Iteminformation   h3 {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif!important;
}


/* ▼▼▼TOP 会員ランクと保有ポイント表示 230324追加▼▼▼ */
body[data-member-login="true"] .member_rank_header {
    display: block;
}
body[data-member-login="true"] .member_rank_header.login_header {
    display: none;
}
.member_rank_header.login_header {
    display: block;
}
#top .member_rank_header {
    margin: 140px auto -10px;
}
.member_rank_header {
    display: none;
    width: 96%;
    max-width: 600px;
    margin: 90px auto -10px;
    border-radius: 5px;
    background: rgb(237,241,153);
    padding: 7px 8px;
}
.member_rank_header form {
    display: none;
}
.member_rank_header p {
    margin: 0;
}
@media screen and (min-width:960px){
#top .member_rank_header {
    margin: 100px auto -90px;
}
}
.member_rank_header .sysContent {
    display: flex;
    flex-wrap: wrap;
}
.member_rank_header .sysContent div {
    width: 50%;
}

body[data-member-login="true"] .member_rank_header .sysContent div:nth-child(1) {
    margin:0 0 5px;
    padding: 0 0 5px;
    width: 100%;
    border-bottom: dotted rgb(49, 30, 18) 0.5px;
}
.member_rank_header .sysContent div:nth-child(1) {
    margin:0 0 5px;
    padding: 0 0 5px;
    width: 50%;
    border-bottom: dotted rgb(49, 30, 18) 0.5px;
}
body[data-member-login="true"] .member_rank_header .sysContent div:nth-child(2) {
    margin:0;
    padding:0;
    border:none;
}
.member_rank_header .sysContent div:nth-child(2) {
    margin:0 0 5px;
    padding: 0 0 5px;
    width: 50%;
    border-bottom: dotted rgb(49, 30, 18) 0.5px;
}
.login_header .sysContent div:nth-child(2) {
    text-align: right;
}
body[data-member-login="true"] .member_rank_header .sysContent div:nth-child(3) {
    margin:0;
    padding:0;
}
.member_rank_header .sysContent div:nth-child(3) {
    width: 50%;
    text-align:right;
}
.member_rank_header .sysPointUnit{
    display: none;
}
body[data-member-login="true"] .member_rank_header .sysContent div:nth-child(4) {
    display: none;
}
.member_rank_header .sysContent div:nth-child(4) {
    display: block;
    text-align: right;
}
.member_rank_header .sysContent div:nth-child(5){
    display: none;
}

.sysMypage .sysMyPoint {
    margin: 10px auto 30px;
    border-radius: 5px;
    background: rgb(237,241,153);
    padding: 7px 8px;
    font-weight: bold;
}
/* ▲▲▲TOP 会員ランクと保有ポイント表示 230324追加▲▲▲ */

/* ▼▼▼ログイン時と非ログイン時のアイコン出し分け▼▼▼ */.header_mypage_icon {
display: none;
}
.header_login_icon {
display: block;
}
body[data-member-login="true"] .header_mypage_icon {
display: block;
}
body[data-member-login="true"] .header_login_icon {
display: none;
}

.footer_mypage_icon {
display: none;
}
.footer_login_icon {
display: block;
}
body[data-member-login="true"] .footer_mypage_icon {
display: block;
}
body[data-member-login="true"] .footer_login_icon {
display: none;
}
/* ▲▲▲ログイン時と非ログイン時のアイコン出し分け▲▲▲ */
@media screen and (max-width:959px){
.sysDisplayMobileNone{
  display:none !important;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
/*#top #sysWrap{margin-top:120px;}*/
#sysMain,#sysAside{ width: 100%!important;}

.sysMypage #sysWrap {
  margin: 130px auto 0;
}
.sysMemberRegister #sysWrap {
  margin: 55px auto 60px;
}
.sysMemberRegister .sysHeadline,
.sysMypage .sysHeadline,
.sysCart .sysHeadline {
  justify-content: space-between;
  gap: 0;
}
.sysMemberRegister .sysHeadline:before,
.sysMemberRegister  .sysHeadline:after,
.sysMypage .sysHeadline:before,
.sysMypage .sysHeadline:after,
.sysCart .sysHeadline:before,
.sysCart .sysHeadline:after {
  width: 47px;
}
#sysMemberRegisterIndex #sysMain input[name="address2"],
#sysMypageEditMember #sysMain input[name="address2"],
#sysMemberRegisterIndex #sysMain input[type="email"],
#sysMypageEditMember #sysMain input[type="email"],
#sysMemberRegisterIndex #sysMain input[type="password"],
#sysMypageEditMember #sysMain input[type="password"] {
  width: 100%;
  padding: 6px 10px;
}
.sysForm .sysFormItem.sysAcceptMailmagazine .sysFormField label {
  display: inline-block;
  width: 100%;
  padding: 6px 10px 6px 35px;
}
#sysMypageEditMember #sysMain input[type="radio"] {
  display: inline-block;
  width: auto;
  min-width: unset;
  margin: 10px 10px 20px;
}
#sysMain .sysFormLabel {
  font-size: 14px;
}
#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysFormIndex #sysMain textarea,
#sysMemberRegisterIndex #sysMain select[name="pref_state_id"],
#sysMemberRegisterIndex #sysMain input[name="address2"],
#sysMemberRegisterIndex #sysMain input[type="email"] ,
#sysMemberRegisterIndex #sysMain input[type="password"] {
  font-size: 16px;
}
.sysMypageNav .sysButton,
.sysMypage input[type="submit"] {
  font-size: 16px;
  padding: 16px 0;
}
#sysMypageEditDelivery #sysMain input[name="address2"] {
  width: 100%;
}
#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain{
  width: 98% !important;
  padding:20px 10px 30px !important;
  margin:10px auto;
}
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain,
#sysItemReviewIndex #sysMain {
  width: 100%;
  padding: 0 10px;
  margin:0 auto;
}
.sysCart #sysMain {
  width: 94% !important;
  padding: 0 !important;
  margin: 0 auto;
}
.sysFormField label{
  display: block;
  font-size: 14px;
}
#sysFormIndex .txtBlock{text-align: left;}
#sysMain{ margin-top: 0;}
.grid-col {
  float: none;
  width: 100%!important;
  margin-left: 0;
}
/*Header */
#sysHeader{ margin-bottom: 5px;}
#sysHeader .parts_header+.parts_category_nav {
  margin-top: 120px;
}
#sysHeader .parts_no_search_header+.parts_category_nav {
  margin-top: 60px;
}

/* Category Pankuzu */
.sysItemCategoryPankuzu {
  font-size: xx-small;
}

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input {
  background: #F5F3ED;
  border: none;
  font-size: 13px;
  padding: 20px 5px;
  margin: 10px 0;
}

/* Order Area */
.orderArea { letter-spacing: normal;}
.orderArea > div {
  width: 100%;
  padding-right: 0;
  float: none;
}

/*header検索ボックス*/
.h_search{
  margin-top:30px;
}

/* 商品カテゴリページ */
.cat_rank_nuts {
  margin: 20px 0;
  padding-bottom: 15px;
}

/***********************************
  検索ページ
***********************************/
#sysItemSearch .sysWishListButton {
  font-size: 16px;
  padding: 16px 0;
}
#sysItemSearch input {
  font-size: 16px;
}
#sysItemSearch select {
  background: #fff;
  color: #311E12;
}

/***********************************
  商品詳細ページ
***********************************/
#sysItemDetail .sysItemWrap {
  width: 100%;
  margin: 10px auto 80px;
  grid-template-columns: 100%;
  padding: 0 10px;
  gap: 0;
}
/*スライダー*/
#item_slider {
  margin-bottom: 20px;
}
#item_slider .owl-nav {
  margin-top: 20px;
}
#item_slider .owl-nav .owl-prev,
#item_slider .owl-nav .owl-next {
  width: 26px!important;
  height: 26px!important;
  background-size: 26px!important;
}
.itemOrder .sysPr {
  margin-bottom: 5px;
}
#sysItemDetail .sysItemImages img {
  width: 355px;
  height: 355px;
  object-fit: contain;
}
#sysItemDetail .sysItemId {
  font-size: 12px;
  margin-bottom: 10px;
}
/*商品名*/
#sysItemDetail .sysItemName h1{
  font-size:18px;
  margin: 0;
}
#sysItemDetail .sysRetailPrice {
  width: 70%;
}
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
  font-size: 22px;
}
#sysItemDetail .sysForm {
  margin-top: 5px;
}
#sysItemDetail .sysForm select{
  height:30px;
  text-align:center;
}
#sysItemDetail .sysSelectionDescription{margin: 5px 0 10px;}
#sysItemDetail #sysNumber{text-align: right;}

/*数量増減*/
#sysItemDetail .sysNumArea button {
  width: 35%;
}
/*PRアイコン(商品カテゴリーページ)*/
#sysItemCategory #sysMain{padding: 5px;}
.sysItemPrArea span{
  width: 48%;
  padding: 3px 0px;
  font-size: 10px;
}
#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection{font-size: 12px;}
.sysSelectionDescription{font-size: 10px;}
/*PRアイコン(商品詳細ページ)*/
.sysPr{margin-top: 10px;}
.sysPr span{
  /*width: 49%;*/
  /*font-size: 16px;*/
}
#sysItemDetail .sysForm select {
  min-width: 210px;
  display: inline-block;
  float: right;
  height: 44px;
}
#sysItemDetail .sysNumber select {
  min-width: 100px;
}

#sysItemDetail{
  padding-bottom:40px;
}
#sysItemDetail #sysSubtotal {
}
#sysItemDetail #sysWishlist .sysButton {
  border-width: 1px;
  background-size: 178px;
  height: 44px;
  margin: 10px 0 20px;
}
#sysItemDetail #sysGetPoint {
  font-size: 14px;
}
#sysItemDetail .sysReview {
  width: 100%;
  margin: 40px auto 20px;
  padding: 0 10px;
}
/*.sysReview*/
#sysItemDetail .sysReview {
  max-width: 1040px;
  margin: 80px auto 40px;
}
.sysReview input[type=submit] {
  float: none;
  display: block;
  margin: 20px auto 0;
}
#sysItemDetail .sysCategoryPankuzu {
  width: 100%;
  margin: 20px auto 40px;
  padding: 0 10px;
}
/*カートに入れる*/
#sysItemDetail .sysCartButton {
  height: 60px;
  background-size: 120px;
  display: block;
}

.sysReviewHistoryList {
  padding: 0 10px 20px;
}
.sysReviewHistoryList li {
  padding: 20px 0;
  border-bottom: 1px solid #C1C1C1;
}
.sysReviewHistoryList .sysNickname {
  font-size: 13px;
}
.sysReviewHistoryList .sysNickname span {
  font-size: 13px;
}
.sysReviewHistoryList .sysEvaluation span {
  text-align: left;
  color: #BFBF48;
}
.sysReviewHistoryList .sysReviewText {
  margin-top: 0;
  font-size: 13px;
}
.sysReview #sysReviewAverage {
  margin-top: 0;
  float: none;
  text-align: center;
}
.sysReview #sysReviewAverage span {
  text-align: center;
  display: inline-block;
  font-size: unset;
  font-weight: normal;
  margin-top: 20px;
}
.sysReviewHistoryList .sysReviewImproperForm input[type=submit] {
  padding: 10px;
  display: block;
  width: 100%;
  position: unset;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li{
  width:50%;
  padding:0 5px;
  margin-bottom:20px;
}
.itempage_recommend .sysItemName{
  font-size:12px;
}
.itempage_recommend .sysItemPrice{
  font-size:11px;
}

/*for demo 2017/01/12*/
.sysExplanation{
  float: none;
  width: 100%;
}

span.sp_newline{display: block}
/*お気に入り*/
modaal-container {
  padding: 30px 15px;
}
.modaal-content-container {
  padding: 0 !important;
}
.mdl-dialog__content {
  padding: 0 !important;
}
.sysWishlistLoginButton,
.sysWishlistMemberRegistButton {
  width: 100% !important;
  margin-top: 20px !important;
  padding: 18px !important;
}
.sysWishlistMemberRegisterGroup {
  width: 100% !important;
  height: auto !important;
  padding: 10px !important;
}

/***********************************
  ヘッダー
***********************************/
#sysHeader{
}
.p-header__wrap.showSearch__sp .p-header__search--sp {
  display: block;

}
.p-header__wrap.hide {
/*  top: -205px; */
  display: block;
  transform: translateY(-205px);
  transition: ease all 0.3s;
}
.p-header {
  width: 100%;
  padding: 10px;
  grid-template-columns: 115px 1fr;
  gap: 0;
}
.p-header__h1 {
}
.p-header__h1 a {
  display: block;
}
.p-header__h1 a img {
  max-width: 115px;
  height: auto;
}
.p-header__search--pc{
  display: none;
}
.p-header__links{}
.p-header__search--sp {
  display: none;
  margin-top: 20px;
  grid-column: 1/4;
  grid-row: 2/3;
}
.p-header__search__form input[type=search] {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1;
}
.header_banner_slide {
  margin: 86px 0 10px;
}
.parts_banner_slider ul.owl-carousel .owl-item li img {
  max-width: 704px;
  margin: auto;
}
#hotWord {
  margin: 136px 0 -137px;
  padding: 0 10px;
}
#hotWord.focus {
}
.hot_word__nav__ttl {
  grid-template-columns: 16px 1fr;
  gap: 5px;
}
.hot_word__nav__ttl strong {
  font-size: 14px;
}
.hot_word__list {
}
.hot_word__list li {
  margin-bottom: 10px;
}
.hot_word__list li a {
  font-size: 12px;
  padding: 6px 12px;
}

/***********************************
  カート情報
***********************************/
#cartInfo{display: none;}

/***********************************
  ナビゲーション
***********************************/
#headNavigation .pcnone{display: block;}
#headNavigation .spnone{display: none;}
#headNavigation li.active{background: #fff;}
.h_navi{
  width: 100%;
  height: 40px;
}
#headNavigation li.tab1{
  width: 25%;
  margin-top:10px;
}
#headNavigation li.tab1 a{
  font-size: 12px;
  line-height: 15px;
  position: relative;
}
#headNavigation li.tab1:nth-of-type(5){
  display:none;
}

/*ナビゲーショントグル*/
.toggleNav{
  display: none;
  width: 100%;
  position: absolute;
  height: 0px; /*heightはjs制御*/
  top: 39px; left:0;
  z-index: 110;
  background: rgba(0,0,0,0);
  box-shadow:0px 0px 0px 0px #ccc;
  -moz-box-shadow:0px 0px 0px 0px #ccc;
  -webkit-box-shadow:0px 0px 0px 0px #ccc;
}
.toggleNav:hover{overflow: visible !important;}
#headNavigation ul.tab{
  position: relative;
}
.tabmenu .border:after{
  content:none;
}
.tabmenu li.tab1{
  position: static;
  border-right:1px solid #000;
}
.tabmenu li.tab1:nth-child(4){
  border-right:none;
}
.tabmenu li.tab1 a{font-size:14px;}
.tabmenu ul:after{
  display: block;
  content: "";
  clear: both;
}
.tabmenu li.tab2{
  width: 100%;
  height:auto;
  text-align: left;
  line-height:1;
  font-size: 18px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  background: rgba(255,255,255,1);
}
.tabmenu li.tab2 a{
  display: block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px !important;
  line-height: 40px !important;
  font-weight: bold;
}
#headNavigation li.tab2 a:after{display: none;}
.tabmenu li.tab2 a i{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top:-7px;
}

.h_spnavi{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px; left: 0;
  background: rgba(220,220,220,0.9);
  z-index: 150;
  color: #444;
  display: none;
  overflow: auto;
}
#spNaviWrap{
  position: absolute;
  width: 100%;
  height: 1550px;
  top: 0px; left: -100%;
  background: rgba(225,225,225,1);
  z-index:  200;
  padding: 30px 10px 0;
  overflow: scroll;
}

/***********************************
  ログイン情報
***********************************/
.h_login .sysHeadline,.h_search .sysHeadline{
  text-align: center;
  font-size: 18px;
  margin-botom: 10px;
}
.h_login .sysContent{text-align: center;}
.h_login .sysFormItem{margin-bottom: 10px;}
.h_login .sysFormLabel{
  display: block;
  font-size: 12px;
  height: 20px;
  text-align: left;
  margin-bottom: 3px;
}
.h_login .sysLoginButton{
  width: 100%;
  margin: 10px 0%;
  border-radius:5px;
  background:#000;
  font-size: 15px;
  height: 35px;
  line-height: 10px;
}
.h_login li{
  border:1px solid #444;
  margin-bottom: 10px;
  font-size: 15px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius:5px;
}
.h_login li a{
  font-size: 12px;
  padding: 0px 5px 5px 0px;
}

/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu{
  position: absolute;
  top: 15px; left: 15px;
  font-size: 15px;
}
#closeMenu span{
  font-size: 12px;
  margin: 0 10px;
  display: inline-block;
  cursor:pointer;
}
#closeMenu2{
  text-align: center;
  margin: 20px 0;
  border: 1px solid #444;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius:5px;
  cursor:pointer;
}
#closeMenu2 span{
  display: inline-block;
  margin: 0 10px;
}
#spNavMenu .navTitle{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#spNavMenu{margin: 30px 0 0;}
#spNavMenu .spMenuList{
  height: auto;
  line-height: 40px;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList a{
  display: block;
  padding-left: 15px;
}
#spNavMenu .spToggleNav{
  height: 270px;
  overflow: hidden;
}
#spNavMenu .spToggleNav li{
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li{padding-left: 20px;}
#spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
#spNavMenu .spToggleNav li:last-child{border-bottom: 0;}

/***********************************
  フッター
***********************************/
.p-footer {
}
.p-footer__top {
  padding: 20px 10px;
}
.footer-contact {
  width: 355px;
  margin: 20px auto;
  padding: 40px;
}
.footer-contact ul {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 15px;
  text-align: center;
}
.footer-contact .contact__tel p {
  font-size: 14px;
  margin: 0;
}
.footer-contact .contact__tel div {
  display: grid;
  grid-template-columns: 23px 1fr;
}
.footer-contact .contact__tel div img {}
.footer-contact .contact__tel div span {
  font-size: 28px;
}
.footer-contact .contact__info {
  font-size: 12px;
}
.footer-contact .contact__info p {
  margin: 0;
}
.footer-contact .contact__form a {
  justify-content: center;
  padding: 13px 35px;
}
.footer-contact .contact__form a img {
  width: 20px;
  margin-right: 10px;
}
.footer-contact .contact__form a span {
  font-size: 14px;
}
.footer-shopping-guide {
  width: 100%;
  margin: 30px auto 20px;
}
.shopping-guide__title {
  font-size: 15px;
}
.shopping-guide__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 15px;
}
.shopping-guide__lists li {
  height: 44px;
}
.shopping-guide__lists li a {
}
.shopping-guide__lists li i {
  height: 25px;
  width: 25px;
  left: 15px;
}
.shopping-guide__lists li img {
}
.shopping-guide__lists li span {
  font-size: 12px;
  height: 12px;
}
.p-footer__bottom {
  padding: 30px 0 83px;
}
.p-footer__bottom .footer__bottom_wrap {
  display: block;
  padding: 0 10px;
}
.p-footer__bottom .footer__bottom_wrap p {
  margin: 0;
  color: #fff;
}
.footer__bottom--left img {
  width: 114px;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
}
.footer__bottom--left {
  display: flex;
  justify-content: center;
}
.footer__bottom--left p {
  font-size: 12px;
}
.footer__bottom--right {
  margin-left: auto;
  margin-top: 30px;
  font-size: 10px;
}
.footer__nav__cv {
  background: #F5F3ED;
  padding: 10px;
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.footer__nav__cv .gotoCart {
  padding: 15px;
  background: #F6D969;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.footer__nav {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.footer__nav .footer__nav__icon-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  background: #F5F3ED;
  padding: 10px;
}
.footer__nav .footer__nav__icon-list li a,
.footer__nav .footer__nav__icon-list li div {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 5px;
}
.footer__nav .footer__nav__icon-list li i {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: grid;
  place-content: center;
}
.footer__nav .footer__nav__icon-list li span {
  font-size: 10px;
  white-space: nowrap;
  font-weight: bold;
}
.footer__nav .sysCartButton {
  margin-top: 0;
}
.footer__search {
  transition: all 0.5s ease;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 9999;
}
.footer__search.focus {
  height: auto;
  opacity: 1;
}
.footer__search__ttl {
  margin: 10px 0;
  display: flex;
  padding: 0 10px;
}
.footer__search__ttl img {
  width: 16px;
  margin-right: 5px;
}
.footer__search__ttl strong {
  font-size: 14px;
  color: #BFBF48;
}
.footer__nav .hot_word__list {
  margin: 10px 0;
  padding: 0 10px;
}
.footer__nav form {
  padding: 0 10px;
}
.footer__nav .footer__search__form {
  position: relative;
  margin-bottom: 10px;
}
.footer__nav .footer__search__form button {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}
.footer__nav .footer__search__form button img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}
.footer__nav .footer__search__form input {
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
  border: none;
  padding: 8px 10px 8px 39px;
}

.footer{
  margin: 30px 0 0;
  background: #fff;
  letter-spacing: 2px;
}
.footer .f_navi_all{
  width: 95%;
  margin: 0 auto;
  padding: 10px 2.5% 0;
}
.footer .f_navi h3{
  width: 100%;
  height: 25px;
  background: #424242;
  color: #fff;
  margin: 10px 0;
  font-size: 12px;
  line-height: 25px;
  border-radius: 10px;
}
.footer .f_navi ul{
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.footer .f_navi li{
  display: inline-block;
  height: 25px;
  padding: 0 3px;
  margin: 10px 0px 0;
  font-size: 15px;
  position: relative;
  border-right: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_navi li i{
  position: absolute;
  font-size: 20px;
  line-height: 23px;
  right: 10px; top: 0;
}
.footer .f_navi li.sp_title{
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.footer .f_navi li.sp_title h5{
  position: relative;
  text-align: center;
  background: #fff;
}
.footer .f_navi li.sp_title h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.footer .f_navi li.sp_title h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.footer .f_navi li.sp_3column{
  width: 32%;
  margin-bottom: 5px;
}
.footer .f_navi li.sp_2column{
  width: 49%;
  margin-bottom: 5px;
}
.footer .f_navi li:after{width: 0;}
.footer .f_navi .b_none, .footer .f_navi .spb_none{border-right: 0px;}

.footer .f_gnav_all{
  background: #c3c3c3;
  padding: 0px 0 0px;
  letter-spacing: 2px;
  text-align: left;
}
.footer .f_gnav ul:after{
  display: block;
  content: "";
  clear: both;
}
.footer .f_gnav{
  width:100%;
  border-top: 1px solid #444;
  margin-bottom: 0;
  overflow: hidden;
}
.footer .f_gnav li{
  width: 50%;
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0 15px;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_gnav li i{
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  right: 10px;
  top: 6px;
}
.footer .f_gnav li:nth-child(even){
  border-left: 1px solid #444;
}
.footer .f_gnav li:last-child{
  width:100%;
}
.footer .f_gnav li a{display: block;}
.footer .f_gnav .sp_wide{
  width: 100%;
  height: 38px;
  border-bottom: 0px;
}
.footer .f_gnav li:after{width: 0px;}
.footer .f_gnav{margin-bottom: 5px;}

.footer .f_copy{
  padding: 10px 5px;
  font-size: 10px;
}
@media screen and (max-width:320px) {
  .footer .telephone .telephone02 a {
    font-size: 27px;
  }
  .footer .f_gnav:nth-of-type(2) li:nth-child(3) a{
    font-size: 10px;
  }
}

/***********************************
  サイド
***********************************/
.side_search{
  width:95%;
  margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
  width:95%;
  margin:0 auto;
}
.side_navi ul li.sysText a{
  padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:100% !important;
  margin:0 auto !important;
}
.side_navi_1{
  border-top:1px solid #000;
}

/***********************************
  共通パーツ
***********************************/
.sysTitle{
  width: 100%;
  margin: 30px auto!important;
  position: relative;
  text-align: center;
  font-size: 13px;
  letter-spacing: auto;
}
.sysTitle b{
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 10px 0 20px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sysTitle::before {
}
.sysHeadline{
  width: 100%;
  padding: 0 10px;
  font-size: 15px;
  margin-bottom: 20px;
}
.sysHeadline b{
  font-size: 11px;
  margin-bottom: 10px;
}
.sysTitle span, .sysHeadline span{
}
.sysTitle::before, .sysHeadline::before {height: 0px;}
.contentsWrap{
  width: 90%;
  margin: 0 auto;
}

.main_content {
}
.main_bg {
}
.main_bg__item-list {
}
/* 商品リストのデフォルトのcssのキャンセル */
.parts_recent_products .sysContent .sysVertical .sysItemImage img,
.parts_sale_products .sysContent .sysVertical .sysItemImage img,
.parts_ranking_products .sysContent .sysVertical .sysItemImage img,
.parts_together_products .sysContent .sysVertical .sysItemImage img,
.cat_rank_nuts .sysContent .sysVertical .sysItemImage img {

}
.main_bg__item-list .sysItemBlock {
  padding: 0 10px 6px;
}
.main_bg__item-list .sysHeadline {
  padding: 20px 10px 10px;
}
.main_bg__item-list .sysHeadline .title__icon {
  width: 18px;
}
.main_bg__item-list .sysHeadline .title__text {
  font-size: 15px;
}
.main_bg__item-list .sysHeadline a {
  font-size: 12px;
}
.main_bg__item-list ul {
}
.main_bg__item-list ul li {
  width: 128px;
}
.main_bg__item-list .sysItemImage img {
}
.main_bg__item-list .sysItemName {
  margin-top: 10px;
  padding: 0 5px;
}
.main_bg__item-list .sysItemName a {
  font-size: 13px;
  height: 2.9rem;
}
.main_bg__item-list .sysItemPrice {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 5px;
}
.main_bg__item-list .sysItemPrArea {
  top: 108px;
}
.main_bg__item-list .sysItemPrArea span {
}
.main_bg__item-list .sysItemPrArea span.sysItemPr {
}
.main_bg__item-list .sysItemPrArea span.sale {
}
/* 特集一覧 */
.parts_features {
}
.parts_features li {
  padding: 0 10px;
  margin-bottom: 5px;
}
.parts_features li img {
  width: 100%;
  height: auto;
  max-width: max-content;
  display: block;
  margin: auto;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw, .main_tradelaw{
  width: 100%;
  margin: 0 auto 60px;
}
#main_tradelaw dl , .main_tradelaw dl{
  display: block;
}
#main_tradelaw dt, .main_tradelaw dt{
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #707070;
  border-right: 0;
}
#main_tradelaw dd, .main_tradelaw dd{
  width: 100%;
  padding: 5px 10px 10px;
}
.shipFee{
  max-width: 1100px;
  margin: 20px auto
}
.shipFee .tableTitle{
  text-align: center;
  font-size: 12px;
}
table.shipFeeTable {
  width: 100%;
  margin: 0%;
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.5;
}
.spThead{display: block;}
.pcThead{display: none;}
table.shipFeeTable thead th {
  font-size: 12px;
  padding: 10px;
  border-color: #707070;
}
table.shipFeeTable tbody th {
  width: auto;
  border: 0 solid #ddd;
}
table.shipFeeTable tbody .sum{
  position: relative;
  padding: 25px 10px;
  text-align: center;
}
table.shipFeeTable tbody .sum i{
  position: absolute;
  color: #888;
  font-size: 35px;
  left: 0;
  right: 0px;
  margin: auto;
  bottom: -20px;
  z-index: 20;
}
table.shipFeeTable td {
  width: auto;
  padding: 5px 10px;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}

/***********************************
  2カラムレイアウト
***********************************/
.col2Style h2.pattern03{
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 0px 3px 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #6843ac;
}
.col2Style .txtBlock li{margin: 10px 0;}
.col2Style .imgWrap img{
  width: 80%;
  margin: 0px 10%;
}
.col2Style .floatWrap img{
  width: 80%;
  margin: 0px 10%;
  float: none;
}
.col2Style .floatWrap .txt{
  padding-top: 5px;
  margin-left: 0px
}
.col2Style .floatImg .imgWrap{
  width: 100%;
  float: none;
}
.col2Style .floatImg .imgWrap img{
  width: 80%;
  margin: 20px 10%;
}

/***********************************
  お買物ガイド
***********************************/
.indexList li{
  padding: 3px 5px;
  font-size: 12px;
}
.guideBlock{
  padding-top: 0;
  maergin-top: 30px;
}

/***********************************
  ご利用ガイド
***********************************/
.f_guide{margin-top: 30px;}
.f_guide .sysContent{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.f_guide .Title{
  font-size: 20px;
  text-align: center;
  padding: 20px 0 0px;
}
.f_guide .guideBlock{
  width: 95%;
  margin: 50px 2.5%;
  display: block;
  padding: 30px 0px 5px;
  border: 1px solid #424242;
  border-radius: 10px;
  position: relative;
}
.f_guide .guide01{padding-right: 0px;}
.f_guide .guide02{padding-left: 0px;}
.f_guide .guideTitle{
  width: 200px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: -15px; left:0; right: 0;
  background: #fff;
  font-size: 15px;
}
.f_guide p{
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0  !important;
  text-align: left;
  padding: 0 10px 0 15px;
}
.f_guide img{width: 100%;}
.f_guide .mt{margin-top: 10px;}
.f_guide .smaller{font-size: 12px;}
.f_guide a.f_guide_btn{
  margin: 20px auto;
  float: none;
}
.f_guide .freedial{
  font-size:30px;
}


/* カート内商品数表示*/
button.itemCount2{
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
/*商品購入ステップ*/
.steps ul{width: 350px;}
.steps li{
  float: left;
  padding: 0 6px;
  height: 150px;
}
.steps li a{height: 150px !important;}
.steps li img{height: 150px;}
@media screen and (max-width: 350px){
  /*商品購入ステップ*/
  .steps ul{width: 275px;}
  .steps li{
    float: left;
    padding: 0 2px;
    height: 100px;
  }
  .steps li a{height: 100px !important;}
  .steps li img{height: 100px;}
}
/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain{
  width: 95% !important;
  margin-left: 2.5%;
}
#sysBillingAddress form{
  width: 95%;
  padding: 30px 20px;
  margin: 0 auto;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysDestination #sysMain{
  width: 95%;
  border: 1px solid #aaa;
  padding: 20px 20px !important;
  margin: 30px auto;
}

/***********************************
  マイページ
***********************************/
.sysMypage .sysMypageNav form{width: 100% !important;}
.sysMypage .sysItemList ul.sysThumbnail,
#sysItemSearch .sysItemList ul.sysThumbnail {
  font-size: small;
  display: grid;
  grid-template-columns: repeat(2, calc(100% / 2 - 5px));
  gap: 10px;
}
.sysMypage .sysItemList ul.sysThumbnail input[type="submit"].sysCartButton, #sysItemSearch .sysItemList ul.sysThumbnail input[type="submit"].sysCartButton{
  font-size: x-small;
}
.sysMypage .sysItemList ul.sysThumbnail li,
#sysItemSearch .sysItemList ul.sysThumbnail li {
  width: unset;
}
.sysMypage .sysOrders {
  margin: 30px 0;
}
.sysMypage .sysOrderHeader .sysDatetime {
  float: none;
}
.sysMypage .sysOrderHeader .sysTotalPrice {
  text-align: left;
  border-bottom: solid 1px #eee;
  margin: 10px 0;
  font-size: 16px;
}
.sysMypage .sysOrderHeader .sysCallOrderHistoryDetail button {
  border-radius: 5px;
  background: #F5F3ED;
  border: none;
  font-size: 14px;
  padding: 10px 50px;
  margin: 10px 0;
  color: #311E12;
}
.sysMypage .sysOrder .sysItemName {
  font-size: 16px;
}
#sysMypageOrderHistoryDetail .sysOrderNumberArea {
  border-left: 3px solid #DEDE65;
  padding-left: 5px;
  margin: 20px 0 5px;
}
#sysMypageReview .sysItemList {
  margin: 0 0 50px;
}

/***********************************
  新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit,
#sysMypageEditMember .sysNextSubmit,
#sysMypageEditDelivery .sysNextSubmit {
  width: 100%;
  float: none;
  margin-right: 0%;
  border-radius: 5px;
  height: auto;
  font-size: 14px;
}
#sysMemberRegisterIndex .sysButton[type="submit"],
#sysMypageEditMember .sysButton[type="submit"],
#sysMypageEditDelivery .sysButton[type="submit"] {
  width: 100%;
  float: none;
  margin-right: 0%;
  border-radius: 5px;
  height: auto;
  font-size: 14px;
  margin-top: 0px;
}
#sysMypageLogin .sysLoginButton{
  width: 100%;
  float:none;
  margin: 15px 0;
}
#sysMypageLogin .sysButton{
  width: 100%;
  margin-left: 0%;
  margin-top: 0px;
}

/***********************************
  カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
  padding:0;
  font-size:10px;
}

/***********************************
  ボタンデザイン
***********************************/
.common_btn{
  margin: 20px auto 30px;
}

/***********************************
  TOPページ
***********************************/
/* .p-category-nav */
.p-category-nav {
  margin-top: 18px;
}
.p-category-nav ul {
  padding: 20px 10px;
  min-width: 660px;
  justify-content: center;
}
.p-category-nav ul li {
  width: calc(100% / 8);
  display: inline-block;
}
.p-category-nav a {}
.p-category-nav a img {
  width: 60px;
}
.p-category-nav a span {
  font-size: 12px;
  white-space: nowrap;
}

/*.トップスライダー*/
#slideShow{height: 130px;}
.parts_fv_slider ul {
  display: none;
  margin: 20px 0;
}
.parts_fv_slider #fv_slider.owl-carousel .owl-item img {
  max-width: 337px;
}
.owl-dots .owl-dot {
  top:0;
}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;}

.owl-nav [class*=owl-] {
  margin-top: -25px;
  width: 15px !important;
  height: 28px !important;
}
.owl-nav .owl-prev{
  left:20%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:30px !important;
}
.owl-nav .owl-next{
  right:20%;
  background: url(/img/common/controls.png) no-repeat -15px 0;
  background-size:30px !important;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -15px 0;
}

/* .p-guide-button */
.p-guide-button {
  padding: 0 10px;
}
.p-guide-button a {
}
.p-guide-button a br {
  display: block;
}
/* .p-mainbg-margin */
.p-mainbg-margin__top {
  display: block;
  margin-top: 40px;
  padding: 10px 0;
}
.p-mainbg-margin__bottom {
  display: block;
  margin-bottom: 40px;
  padding: 10px 0;
}
/* .p-top-recommend */
.top_recommend {
  margin: 40px 0;
  padding: 40px 10px;
}
.p-top-recommend {
  width: 355px;
  grid-template-columns: repeat(1 , 1fr);
  gap: 10px;
}
.staff-comment__list {
  padding: 10px;
}
.staff-comment {
  font-size: 13px;
  background-size: contain;
  margin-bottom: 10px;
  line-height: 1.2em;
  width: 335px;
  height: 96px;
  padding: 10px 10px 10px 88px;
}
.staff-comment .pcnone {
  display: inline-block;
}
.staff-comment .spnone {
  display: none;
}
.staff_tencho {
  background-image: url(/img/top/recommend/staff_tencho_sp.png);
}
.staff_tomio {
  background-image: url(/img/top/recommend/staff_tomio_sp.png);
}
.staff_lunchan {
  background-image: url(/img/top/recommend/staff_lunchan_sp.png);
}
.staff_morilin {
  background-image: url(/img/top/recommend/staff_morilin_sp.png);
}
.staff_hiluzu {
  background-image: url(/img/top/recommend/staff_hiluzu_sp.png);
}
.staff_yuitan {
  background-image: url(/img/top/recommend/staff_yuitan_sp.png);
}
.staff-recommend__items {
}
.staff-recommend__items li {
  margin-right:17px;
  width: calc(100% / 3);
}
.staff-recommend__items li:last-child {
  margin-right: 0;
}
.staff-recommend__items li a:hover span {
  opacity: 0.5;
}
.staff-recommend__items li img {
  width: 100px;
}
.staff-recommend__items li span {
  font-size: 11px;
}
/* 最新情報 */
.top_information {
}
.top_information .sysContent {
}
.top_information ul {
  padding: 0 10px;
}
.top_information ul li {
  font-size: 13px;
}
.top_information ul li a {
  padding: 20px 0;
}
.top_information ul li time {
  font-size: 11px;
  margin-bottom: -15px;
}
/* 最新情報もっとみるボタン */
.p-top-information_button {
  margin-bottom: 40px;
}
.p-top-information_button a {
  max-width: 272px;
  margin: auto;
  padding: 15px;
  font-size: 14px;
}


/*新着アイテム*/
.top_newarrival li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_newarrival li .sysItemName{
  padding-top:0;
}
.top_newarrival li .sysItemPrice{
  font-size:12px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_recommend_item ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  width: 46%;
  margin: 2%;
}
.top_features li:nth-child(1),
.top_features li:nth-child(2){
  position:relative;
  z-index:10;
  width:96%;
}
.top_features li:nth-child(1) p,
.top_features li:nth-child(2) p{
  position:absolute;
  left:0;
  bottom:0;
  z-index:15;
  margin:0;
  padding:10px;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

/*おすすめ商品、ランキング*/
.top_ranking_item li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  padding-top:0;
}
.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice{
  font-size:12px;
}
.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton{
  width:100%;
  font-size:10px;
  letter-spacing:-1px;
}

/*おすすめ商品*/
.top_recommend_item li{
  padding:5px !important;
}

/***********************************
  ワンページカート
***********************************/
/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysOpcBody div#sysWrap {
  margin: 20px auto 0;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  padding: 0 3%;
  margin-bottom: 0;
}
.opcCommonInputSelect,
.opcCommonButton {
  /*width: 49% !important;*/
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
  width: 94% !important;
}
.opcConfirm_inputStatus {
  margin-bottom: .5em;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 40px !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 30% !important;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
  width: 100% !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  width: 70px;
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcBillingAddress_addressGroup {
  width: calc(100% - 80px) !important;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  margin: 0 0 .5em !important;
  width: 100% !important;
}
.opcOrderSummary_totalPriceLabel {
  font-size: 14px !important;
}
/*完了ページ調整*/
#sysThanks #sysMain {
  width: 100% !important;
  padding: 0 !important;
}
.sysDisplayPcNone{
  display:block;
}

/***********************************
  商品カテゴリページ
***********************************/
#sysItemCategory #sysWrap {
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 20px;
  display: block;
  background: url(/img/common/main_bg.png) repeat 50% 50%
}
#sysItemCategory #sysWrap #sysMain {
  width: 100%;
  padding: 0 10px 40px;
}
#sysItemCategory #sysWrap #sysAside {
  display: none;
}
#sysItemCategory .sysItemList .sysThumbnail {
  grid-template-columns: repeat(2, calc(100%/2 - 10px));
}
/***********************************
  固定ページ
***********************************/
#privacypolicy #sysWrap,
#shopping-guide #sysWrap,
#law #sysWrap,
#questions #sysWrap,
#corporate #sysWrap,
#sysFormIndex #sysWrap {
  width: 100%;
  margin: 100px auto 40px;
  display: block;
  padding: 0 10px;
}
.free-page {
  font-size: 13px;
}
.free-page .sysHeadline,
.form-inquiry .sysHeadline {
  justify-content: space-between;
  gap: 0;
}
.free-page .sysHeadline:before,
.free-page .sysHeadline:after,
.form-inquiry .sysHeadline:before,
.form-inquiry .sysHeadline:after {
  width: 47px;
}
.free-page h2.pattern01{
  border-left: 3px solid #DEDE65;
  padding-left: 5px;
  margin: 20px 0 5px;
}
.free-page .txtBlock {
  margin-bottom: 20px;
}
.free-page table.shipFeeTable.howToShip tbody th {
  width: auto;
  display: table-cell;
}
.free-page table.shipFeeTable.howToShip td {
  text-align: left;
  padding: 10px;
  display: table-cell;
  border: 1px solid #707070;
}
.free-page table.shipFeeTable.howToShip .logo_yupack {}
.free-page table.shipFeeTable.howToShip .img_neko {
  vertical-align: top;
}

.free-page table.shipFeeTable.howToShip .logo_yupack img,
.free-page table.shipFeeTable.howToShip .img_neko img,
.free-page table.shipFeeTable.howToShip .yu_map img {
  width: 100%;
}
.googleMap {
  display: none;
}
/*---------------------------------
アコーディオンボックス 支払方法用
--------------------------------*/
.acbox{
  width: auto;
  margin-bottom: 10px;
}

.acbox label{
  width: auto;
  font-size: 13px; /* ラベルの文字サイズ */
  font-weight: bold;
  background: #F4F4F4; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  color: #300;
}

.acbox input{
  display: none;
}

.acbox label:after{
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  max-height: 500vh;
  padding: 10px; /* 開いた部分の枠内の余白 */
  background: #F5F3ED; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #ECF18D; /* クリック後のラベルの背景色 */
}

.acbox-under{
  color: #311E12; /* 開いた部分の文字色 */
}
.acbox-under table.shipFeeTable thead th,
.acbox-under table.shipFeeTable td {
  line-height: 1;
  padding: 19px 5px;
}
.acbox-under table.shipFeeTable tbody tr th {
  vertical-align: top;
  font-weight: bold;
  border: 1px solid #707070;
  font-weight: bold;
  background: #F4F4F4;
}
/*↑アコーディオン支払い方法用ここまで*/

/* 自然の館とは */
.p-about {
  margin: 100px auto -40px;
}
.p-about .sec01 {
  margin-bottom: 0;
}
.about__nav {
  margin-bottom: 30px;
}
.about__nav a {
  width: calc(100% / 2);
  font-size: 14px;
  height: 67px;
}
.about__nav span {}
.p-about .pcnone {
  display: block;
}
.p-about .spnone {
  display: none;
}
#ourShop {
  padding: 0 10px;
}
#ourShop ul {
}
#ourShop ul li {
  display: block;
  margin-bottom: 40px;
}
#ourShop ul li .about_sec01-01 {
  max-width: unset;
}
#ourShop ul li .about_sec01-02 {
  max-width: unset;
}
#ourShop ul li img {
  width: 100%;
}
#ourShop ul li p {
  min-width: unset;
}
#ourShop ul li p span {}
.p-about .sec02 {
  padding: 0 10px;
}
.message_img {}
.message_img img {
  margin: 40px 0 20px;
  width: 251px;
}
.message_box {
  margin: 20px auto 40px;
}
.message_box ul {
  padding: 30px 15px;
  grid-template-columns: 1fr;
  gap: 30px;
}
.message_box li {}
.message_box .message__ttl {
  font-size: 15px;
}
.message_box p {
  font-size: 13px;
  line-height: 22px;
  margin-top: 10px;
}
.message_box p br {
  display: none;
}

#goodDeal {
  margin-top: 40px;
}
.goodDeal__ttl {
  font-size: 17px;
}
.goodDeal__list {
  display: block;
  margin: 20px 0;
  padding: 0 10px;
}
.goodDeal__list li {
  width: 100%;
  grid-template-columns: 96px 1fr;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #311E12;
}
.goodDeal__list li + li {
  border-left: 0;
}
.goodDeal__list li:last-child {
  border-bottom: 1px solid #311E12;
}
.goodDeal__list .goodDeal__item-img {
  max-width: 60px;
}
.goodDeal__list .goodDeal__item-img img {
  display: block;
  width: 100%;
}
.goodDeal__list .goodDeal__item-text {
  justify-self: flex-start;
}
.goodDeal__list .goodDeal__item-text p
{
  margin: 0;
  font-size: 14px;
}
.goodDeal__list .goodDeal__item-text p span {
  margin-top: 10px;
  font-size: 13px;
}
.goodDeal__list .goodDeal__item-text span.smaller {
  display: block;
  margin-top: 10px;
}
.goodDeal__list .goodDeal__item-text strong {
  display: block;
  margin-top: 10px;
}
.goodDeal__list .goodDeal__item-text strong img {
  width: 12px;
}

.pointPresent {
  padding: 15px 10px;
}
.pointPresent .inner {
  flex-wrap: wrap;
  padding: 15px;
}
.pointPresent .inner .img {
  width: 67px;
}
.pointPresent .inner .text {
  width: calc(92% - 67px);
}
.pointPresent .inner .text p {
  margin: 0 0 5px;
  font-size: 14px;
}
.pointPresent .inner .text .price {
  font-size: 24px;
}
.pointPresent .inner .text .green {
  color: #5DC77F;
}
.pointPresent .inner .button {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.pointPresent .inner .button a {
  width: 100%;
  padding: 17px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
}
.pointPresent .inner .button i {
  font-size: 22px;
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0 auto 10px;
}
/* ソーシャルギフトとは */
.p-e-gift {
  margin: 76px 0 0;
}
.p-e-gift .pcnone {
  display: block;
}
.p-e-gift .spnone {
  display: none;
}
.p-e-gift .head__txt h2 {
  text-align: center;
  font-size: 15px;
}
.p-e-gift .head__txt h2 span {
  font-size: 11px;
}
.e-gift__mv {
  background: url(/img/common/e-gift_mv-bg-sp01.png) no-repeat top center;
  background-size: cover;
}
.e-gift__mv .main_content {
  padding-top: 70px;
}
.e-gift__mv .content {
  margin: 0 auto -10px;
  padding: 0 20px;
  position: relative;
}
.e-gift__mv p {
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 20px;
}
.e-gift__nav {
  display: none;
}
#giftIs {
  margin: 35px 0 60px;
  padding: 0 10px;
}
#giftIs .head {
  display: block;
  margin-bottom: 60px;
  padding: 0 10px;
}
#giftIs .head .head__txt p {
  margin: 40px 0 20px;
  font-size: 14px;
  line-height: 24px;
}
#giftIs .head .head__txt small {
  font-size: 13px;
  margin-bottom: 10px;
}
#giftIs .head .head__img {
  width: 210px;
  margin: auto;
}
#giftIs .main h3 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 13px;
}
#giftIs .main ul {
  margin-bottom: 30px;
}
#giftIs .main ul li {
  display: block;
  height: auto;
  margin-bottom: 30px;
}
#giftIs .main ul li > div {
  height: 100%;
}
#giftIs .main ul li .first {
  display: block;
  padding: 20px 10px;
}
#giftIs .main ul li .first p {
  margin: 0;
}
#giftIs .main ul li .triangle {
  height: 41px;
  display: block;
}
#giftIs .main ul li .triangle img {
  width: auto;
  height: 15px;
  margin: 10px auto;
}
#giftIs .main ul li .second {
  background: #ECF18D;
  position: relative;
  border-radius: 18px;
}
#giftIs .main ul li .second__title {
  left: 0;
  right: 0;
  width: 210px;
  margin: auto;
}
#giftIs .main ul li .second p {
  position: unset;
  margin: 0;
  padding: 20px 10px;
  display: block;
  white-space: nowrap;
}
#giftSend {
  padding: 40px 10px 10px;
}
.gift_step--pc {
  display: none;
}
.gift_step--sp {
  display: block;
}
.gift_step ul {
  margin-top: 13px;
  display: block;
}
.gift_step ul li {
  width: 100%;
}
.gift_step .step__body {
  padding: 15px 10px;
}
.gift_step .step__body .step__title {
  font-size: 20px;
}
.gift_step .step__body .step__title span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.gift_step .step__body .step__text {
  font-size: 13px;
  margin-top: 10px;
}
#step_slider .owl-nav .owl-prev {
  top: 130px;
  left: 10px;
  background: url(/img/common/step_slider_prev.png) no-repeat 0 0;
  background-size: 22px!important;
  width: 22px!important;
}
#step_slider .owl-nav .owl-next {
  top: 130px;
  right: 10px;
  background: url(/img/common/step_slider_next.png) no-repeat 0 0;
  background-size: 22px!important;
  width: 22px!important;
}
#step_slider .owl-dots {
  position: absolute;
  top: 240px;
  right: 10px;
}
#step_slider .owl-dots .owl-dot span {
  width: 27px;
  height: 4px;
  border-radius: 0;
  background: #C1C1C1;
}
#step_slider .owl-dots .owl-dot.active span {
  background: #DEDE65;
}
#lineUp {
  padding: 40px 0;
}
.gift_leco_items h2 {
  padding: 20px 10px 10px;
}
.gift_leco_items h2 .title__icon {
  width: 18px;
}
.gift_leco_items {
  padding: 0 10px;
}
.gift_leco_items ul li {
  width: 128px;
}
.gift_leco_items .sysItemName {
  margin-top: 10px;
  padding: 0 5px;
}
.gift_leco_items .sysItemName a {
  font-size: 13px;
  height: 2.9rem;
}
.gift_leco_items .sysItemPrice {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 5px;
}
.gift_leco_items .sysItemPrArea {
  top: 108px;
}
#staffReco {
  padding: 40px 10px 0;
}
.pickUp_item ul li {
  flex-wrap: wrap;
  padding: 15px 10px 20px;
  max-width: 380px;
  margin: 25px auto 20px;
}
.pickUp_item ul li .fromFor {
  width: 100%;
  padding-right: 0;
  border-right: none;
  border-bottom: 1px solid #DEDE65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.pickUp_item ul li .fromFor .from,
.pickUp_item ul li .fromFor .for {
  display: block;
  text-align: center;
  width: 137px;
}
.pickUp_item ul li .fromFor .from strong,
.pickUp_item ul li .fromFor .for strong {
  font-size: 11px;
}
.pickUp_item ul li .fromFor .from img,
.pickUp_item ul li .fromFor .for img {
  width: 53px;
}
.pickUp_item ul li .fromFor .triangle {
  text-align: unset;
  transform: rotate(270deg);
}
.pickUp_item ul li .fromFor .triangle img {
  width: 17px;
  margin: 0;
}
.pickUp_item ul li .gift_item {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  font-size: 14px;
}
.pickUp_item ul li .gift_item strong {
  font-size: 13px;
}
.pickUp_item ul li .gift_item .scene,
.pickUp_item ul li .gift_item .gift {
  display: inline-block;
  width: 183px;
  margin-right: 5px;
  float: left;
}
.pickUp_item ul li .gift_item .text {
  width: 100%;
  margin-left: 0;
}
.pickUp_item .link_to_button a {
  font-size: 15px;
}
.sysPagination {
  margin: 40px 0;
}
.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.member_regist a {
  width: 100%;
  padding: 17px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  margin: 40px auto;
  position: relative;
}
.member_regist a i {
  font-size: 22px;
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0 auto 10px;
}
/***********************************
  レビュー
***********************************/
#sysItemReviewIndex h2 {
  font-size: 18px;
}
#sysItemReviewIndex h2 + div + form input[type=submit] {
  padding: 15px;
  width: 100%;
}
}
@media screen and (min-width:960px) and (max-width:0px){
.sysDisplayMobileNone{
  display:none !important;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
/*#top #sysWrap{margin-top:120px;}*/
#sysMain,#sysAside{ width: 100%!important;}

.sysMypage #sysWrap {
  margin: 130px auto 0;
}
.sysMemberRegister #sysWrap {
  margin: 55px auto 60px;
}
.sysMemberRegister .sysHeadline,
.sysMypage .sysHeadline,
.sysCart .sysHeadline {
  justify-content: space-between;
  gap: 0;
}
.sysMemberRegister .sysHeadline:before,
.sysMemberRegister  .sysHeadline:after,
.sysMypage .sysHeadline:before,
.sysMypage .sysHeadline:after,
.sysCart .sysHeadline:before,
.sysCart .sysHeadline:after {
  width: 47px;
}
#sysMemberRegisterIndex #sysMain input[name="address2"],
#sysMemberRegisterIndex #sysMain input[type="email"] ,
#sysMemberRegisterIndex #sysMain input[type="password"] {
  width: 100%;
  padding: 6px 10px;
}
#sysMain .sysFormLabel {
  font-size: 14px;
}
#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysFormIndex #sysMain textarea,
#sysMemberRegisterIndex #sysMain select[name="pref_state_id"],
#sysMemberRegisterIndex #sysMain input[name="address2"],
#sysMemberRegisterIndex #sysMain input[type="email"] ,
#sysMemberRegisterIndex #sysMain input[type="password"] {
  font-size: 14px;
}
.sysMypageNav .sysButton,
.sysMypage input[type="submit"] {
  font-size: 16px;
  padding: 16px 0;
}
#sysMypageEditDelivery #sysMain input[name="address2"] {
  width: 100%;
}
#sysMypageEditDelivery #sysMain input[name="submit"] {
  width: 265px;
  padding: 16px;
}
#sysMypageEditDelivery #sysMain input[name="submit"]:hover {
  background: #DEDE65;
  border: none;
}
#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain{
  width: 98% !important;
  padding:20px 10px 30px !important;
  margin:10px auto;
}
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain{
  width: 100%;
  padding: 0 10px;
  margin:0 auto;
}
.sysCart #sysMain {
  width: 94% !important;
  padding: 0 !important;
  margin: 0 auto;
}
.sysFormField label{
  display: block;
  font-size: 14px;
}
#sysFormIndex .txtBlock{text-align: left;}
#sysMain{ margin-top: 0;}
.grid-col {
  float: none;
  width: 100%!important;
  margin-left: 0;
}
/*Header */
#sysHeader{ margin-bottom: 5px;}
#sysHeader .parts_header+.parts_category_nav {
  margin-top: 120px;
}
#sysHeader .parts_no_search_header+.parts_category_nav {
  margin-top: 60px;
}

/* Category Pankuzu */
.sysItemCategoryPankuzu {
  font-size: xx-small;
}

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input {
  background: #F5F3ED;
  border: none;
  font-size: 13px;
  padding: 20px 5px;
  margin: 10px 0;
}

/* Order Area */
.orderArea { letter-spacing: normal;}
.orderArea > div {
  width: 100%;
  padding-right: 0;
  float: none;
}

/*header検索ボックス*/
.h_search{
  margin-top:30px;
}

/* 商品カテゴリページ */
.cat_rank_nuts {
  margin: 20px 0;
  padding-bottom: 15px;
}


/***********************************
  商品詳細ページ
***********************************/
#sysItemDetail .sysItemWrap {
  width: 100%;
  margin: 10px auto 80px;
  grid-template-columns: 100%;
  padding: 0 10px;
  gap: 0;
}
/*スライダー*/
#item_slider {
  margin-bottom: 20px;
}
#item_slider .owl-nav {
  margin-top: 20px;
}
#item_slider .owl-nav .owl-prev,
#item_slider .owl-nav .owl-next {
  width: 26px!important;
  height: 26px!important;
  background-size: 26px!important;
}
.itemOrder .sysPr {
  margin-bottom: 5px;
}
#sysItemDetail .sysItemId {
  font-size: 12px;
  margin-bottom: 10px;
}
/*商品名*/
#sysItemDetail .sysItemName h1{
  font-size:18px;
  margin: 0;
}
#sysItemDetail .sysRetailPrice {
  width: 70%;
}
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
  font-size: 22px;
}
#sysItemDetail .sysForm {
  margin-top: 5px;
}
#sysItemDetail .sysForm select{
  height:30px;
  text-align:center;
}
#sysItemDetail .sysSelectionDescription{margin: 5px 0 10px;}
#sysItemDetail #sysNumber{text-align: right;}

/*数量増減*/
#sysItemDetail .sysNumArea button {
  width: 35%;
}
/*PRアイコン(商品カテゴリーページ)*/
#sysItemCategory #sysMain{padding: 5px;}
.sysItemPrArea span{
  width: 48%;
  padding: 3px 0px;
  font-size: 10px;
}
#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection{font-size: 12px;}
.sysSelectionDescription{font-size: 10px;}
/*PRアイコン(商品詳細ページ)*/
.sysPr{margin-top: 10px;}
.sysPr span{
  /*width: 49%;*/
  /*font-size: 16px;*/
}
#sysItemDetail .sysForm select {
  min-width: 210px;
  display: inline-block;
  float: right;
  height: 44px;
}
#sysItemDetail .sysNumber select {
  min-width: 100px;
}

#sysItemDetail{
  padding-bottom:40px;
}
#sysItemDetail #sysSubtotal {
}
#sysItemDetail #sysWishlist .sysButton {
  border-width: 1px;
  background-size: 178px;
  height: 44px;
  margin: 10px 0 20px;
}
#sysItemDetail #sysGetPoint {
  font-size: 14px;
}
#sysItemDetail .sysReview {
  width: 100%;
  margin: 40px auto 20px;
  padding: 0 10px;
}
/*.sysReview*/
#sysItemDetail .sysReview {
  max-width: 1040px;
  margin: 80px auto 40px;
}
.sysReview input[type=submit] {
  float: none;
  display: block;
  margin: 20px auto 0;
}
#sysItemDetail .sysCategoryPankuzu {
  width: 100%;
  margin: 20px auto 40px;
  padding: 0 10px;
}
/*カートに入れる*/
#sysItemDetail .sysCartButton {
  height: 60px;
  background-size: 120px;
  display: block;
}

.sysReview .sysReviewHistoryList {
  padding: 0 10px 20px;
}
.sysReview .sysReviewHistoryList li {
  padding: 20px 0;
  border-bottom: 1px solid #C1C1C1;
}
.sysReview .sysReviewHistoryList .sysNickname span {
  font-size: 13px;
}
.sysReview .sysReviewHistoryList .sysEvaluation span {
  text-align: left;
  color: #BFBF48;
}
.sysReview .sysReviewHistoryList .sysReviewText {
  margin-top: 0;
  font-size: 13px;
}
.sysReview #sysReviewAverage {
  margin-top: 0;
  float: none;
  text-align: center;
}
.sysReview #sysReviewAverage span {
  text-align: center;
  display: inline-block;
  font-size: unset;
  font-weight: normal;
  margin-top: 20px;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li{
  width:50%;
  padding:0 5px;
  margin-bottom:20px;
}
.itempage_recommend .sysItemName{
  font-size:12px;
}
.itempage_recommend .sysItemPrice{
  font-size:11px;
}

/*for demo 2017/01/12*/
.sysExplanation{
  float: none;
  width: 100%;
}

span.sp_newline{display: block}
/*お気に入り*/
modaal-container {
  padding: 30px 15px;
}
.modaal-content-container {
  padding: 0 !important;
}
.mdl-dialog__content {
  padding: 0 !important;
}
.sysWishlistLoginButton,
.sysWishlistMemberRegistButton {
  width: 100% !important;
  margin-top: 20px !important;
  padding: 18px !important;
}
.sysWishlistMemberRegisterGroup {
  width: 100% !important;
  height: auto !important;
  padding: 10px !important;
}

/***********************************
  ヘッダー
***********************************/
#sysHeader{
}
.p-header__wrap.showSearch__sp .p-header__search--sp {
  display: block;

}
.p-header__wrap.hide {
 /* top: -205px; */
  display: block;
  transform: translateY(-205px);
  transition: ease all 0.3s;
}
.p-header {
  width: 100%;
  padding: 10px;
  grid-template-columns: 115px 1fr;
  gap: 0;
}
.p-header__h1 {
}
.p-header__h1 a {
  display: block;
}
.p-header__h1 a img {
  max-width: 115px;
  height: auto;
}
.p-header__search--pc{
  display: none;
}
.p-header__links{}
.p-header__search--sp {
  display: none;
  margin-top: 20px;
  grid-column: 1/4;
  grid-row: 2/3;
}
.p-header__search__form input[type=search] {
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
}
.header_banner_slide {
  margin: 86px 0 10px;
}
.parts_banner_slider ul.owl-carousel .owl-item li img {
  max-width: 704px;
  margin: auto;
}
#hotWord {
  margin: 136px 0 -137px;
  padding: 0 10px;
}
#hotWord.focus {
  height: 155px;
}
.hot_word__nav__ttl {
  grid-template-columns: 16px 1fr;
  gap: 5px;
}
.hot_word__nav__ttl strong {
  font-size: 14px;
}
.hot_word__list {
}
.hot_word__list li {
  margin-bottom: 10px;
}
.hot_word__list li a {
  font-size: 12px;
  padding: 6px 12px;
}

/***********************************
  カート情報
***********************************/
#cartInfo{display: none;}

/***********************************
  ナビゲーション
***********************************/
#headNavigation .pcnone{display: block;}
#headNavigation .spnone{display: none;}
#headNavigation li.active{background: #fff;}
.h_navi{
  width: 100%;
  height: 40px;
}
#headNavigation li.tab1{
  width: 25%;
  margin-top:10px;
}
#headNavigation li.tab1 a{
  font-size: 12px;
  line-height: 15px;
  position: relative;
}
#headNavigation li.tab1:nth-of-type(5){
  display:none;
}

/*ナビゲーショントグル*/
.toggleNav{
  display: none;
  width: 100%;
  position: absolute;
  height: 0px; /*heightはjs制御*/
  top: 39px; left:0;
  z-index: 110;
  background: rgba(0,0,0,0);
  box-shadow:0px 0px 0px 0px #ccc;
  -moz-box-shadow:0px 0px 0px 0px #ccc;
  -webkit-box-shadow:0px 0px 0px 0px #ccc;
}
.toggleNav:hover{overflow: visible !important;}
#headNavigation ul.tab{
  position: relative;
}
.tabmenu .border:after{
  content:none;
}
.tabmenu li.tab1{
  position: static;
  border-right:1px solid #000;
}
.tabmenu li.tab1:nth-child(4){
  border-right:none;
}
.tabmenu li.tab1 a{font-size:14px;}
.tabmenu ul:after{
  display: block;
  content: "";
  clear: both;
}
.tabmenu li.tab2{
  width: 100%;
  height:auto;
  text-align: left;
  line-height:1;
  font-size: 18px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  background: rgba(255,255,255,1);
}
.tabmenu li.tab2 a{
  display: block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px !important;
  line-height: 40px !important;
  font-weight: bold;
}
#headNavigation li.tab2 a:after{display: none;}
.tabmenu li.tab2 a i{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top:-7px;
}

.h_spnavi{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px; left: 0;
  background: rgba(220,220,220,0.9);
  z-index: 150;
  color: #444;
  display: none;
  overflow: auto;
}
#spNaviWrap{
  position: absolute;
  width: 100%;
  height: 1550px;
  top: 0px; left: -100%;
  background: rgba(225,225,225,1);
  z-index:  200;
  padding: 30px 10px 0;
  overflow: scroll;
}

/***********************************
  ログイン情報
***********************************/
.h_login .sysHeadline,.h_search .sysHeadline{
  text-align: center;
  font-size: 18px;
  margin-botom: 10px;
}
.h_login .sysContent{text-align: center;}
.h_login .sysFormItem{margin-bottom: 10px;}
.h_login .sysFormLabel{
  display: block;
  font-size: 12px;
  height: 20px;
  text-align: left;
  margin-bottom: 3px;
}
.h_login .sysLoginButton{
  width: 100%;
  margin: 10px 0%;
  border-radius:5px;
  background:#000;
  font-size: 15px;
  height: 35px;
  line-height: 10px;
}
.h_login li{
  border:1px solid #444;
  margin-bottom: 10px;
  font-size: 15px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius:5px;
}
.h_login li a{
  font-size: 12px;
  padding: 0px 5px 5px 0px;
}

/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu{
  position: absolute;
  top: 15px; left: 15px;
  font-size: 15px;
}
#closeMenu span{
  font-size: 12px;
  margin: 0 10px;
  display: inline-block;
  cursor:pointer;
}
#closeMenu2{
  text-align: center;
  margin: 20px 0;
  border: 1px solid #444;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius:5px;
  cursor:pointer;
}
#closeMenu2 span{
  display: inline-block;
  margin: 0 10px;
}
#spNavMenu .navTitle{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#spNavMenu{margin: 30px 0 0;}
#spNavMenu .spMenuList{
  height: auto;
  line-height: 40px;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList a{
  display: block;
  padding-left: 15px;
}
#spNavMenu .spToggleNav{
  height: 270px;
  overflow: hidden;
}
#spNavMenu .spToggleNav li{
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li{padding-left: 20px;}
#spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
#spNavMenu .spToggleNav li:last-child{border-bottom: 0;}

/***********************************
  フッター
***********************************/
.p-footer {
}
.p-footer__top {
  padding: 20px 10px;
}
.footer-contact {
  width: 355px;
  margin: 20px auto;
  padding: 40px;
}
.footer-contact ul {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 15px;
  text-align: center;
}
.footer-contact .contact__tel p {
  font-size: 14px;
  margin: 0;
}
.footer-contact .contact__tel div {
  display: grid;
  grid-template-columns: 23px 1fr;
}
.footer-contact .contact__tel div img {}
.footer-contact .contact__tel div span {
  font-size: 28px;
}
.footer-contact .contact__info {
  font-size: 12px;
}
.footer-contact .contact__info p {
  margin: 0;
}
.footer-contact .contact__form a {
  justify-content: center;
  padding: 13px 35px;
}
.footer-contact .contact__form a img {
  width: 20px;
  margin-right: 10px;
}
.footer-contact .contact__form a span {
  font-size: 14px;
}
.footer-shopping-guide {
  width: 100%;
  margin: 30px auto 20px;
}
.shopping-guide__title {
  font-size: 15px;
}
.shopping-guide__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 15px;
}
.shopping-guide__lists li {
  height: 44px;
}
.shopping-guide__lists li a {
}
.shopping-guide__lists li i {
  height: 25px;
  width: 25px;
  left: 15px;
}
.shopping-guide__lists li img {
}
.shopping-guide__lists li span {
  font-size: 12px;
  height: 12px;
}
.p-footer__bottom {
  padding: 30px 0 83px;
}
.p-footer__bottom .footer__bottom_wrap {
  display: block;
  padding: 0 10px;
}
.p-footer__bottom .footer__bottom_wrap p {
  margin: 0;
}
.footer__bottom--left img {
  width: 114px;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
}
.footer__bottom--left {
  display: flex;
  justify-content: center;
}
.footer__bottom--left p {
  font-size: 12px;
}
.footer__bottom--right {
  margin-left: auto;
  margin-top: 30px;
  font-size: 10px;
}
.footer__nav {
  display: block;
  position: fixed;
  bottom: 0;
  background: #F5F3ED;
  width: 100%;
  padding: 10px;
}
.footer__nav ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.footer__nav ul li {
}
.footer__nav ul li a {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 5px;
}
.footer__nav ul li i {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: grid;
  place-content: center;
}
.footer__nav ul li span {
  font-size: 10px;
  white-space: nowrap;
  font-weight: bold;
}
.footer__nav .sysCartButton {
  margin-top: 0;
}

.footer{
  margin: 30px 0 0;
  background: #fff;
  letter-spacing: 2px;
}
.footer .f_navi_all{
  width: 95%;
  margin: 0 auto;
  padding: 10px 2.5% 0;
}
.footer .f_navi h3{
  width: 100%;
  height: 25px;
  background: #424242;
  color: #fff;
  margin: 10px 0;
  font-size: 12px;
  line-height: 25px;
  border-radius: 10px;
}
.footer .f_navi ul{
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.footer .f_navi li{
  display: inline-block;
  height: 25px;
  padding: 0 3px;
  margin: 10px 0px 0;
  font-size: 15px;
  position: relative;
  border-right: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_navi li i{
  position: absolute;
  font-size: 20px;
  line-height: 23px;
  right: 10px; top: 0;
}
.footer .f_navi li.sp_title{
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.footer .f_navi li.sp_title h5{
  position: relative;
  text-align: center;
  background: #fff;
}
.footer .f_navi li.sp_title h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.footer .f_navi li.sp_title h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.footer .f_navi li.sp_3column{
  width: 32%;
  margin-bottom: 5px;
}
.footer .f_navi li.sp_2column{
  width: 49%;
  margin-bottom: 5px;
}
.footer .f_navi li:after{width: 0;}
.footer .f_navi .b_none, .footer .f_navi .spb_none{border-right: 0px;}

.footer .f_gnav_all{
  background: #c3c3c3;
  padding: 0px 0 0px;
  letter-spacing: 2px;
  text-align: left;
}
.footer .f_gnav ul:after{
  display: block;
  content: "";
  clear: both;
}
.footer .f_gnav{
  width:100%;
  border-top: 1px solid #444;
  margin-bottom: 0;
  overflow: hidden;
}
.footer .f_gnav li{
  width: 50%;
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0 15px;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_gnav li i{
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  right: 10px;
  top: 6px;
}
.footer .f_gnav li:nth-child(even){
  border-left: 1px solid #444;
}
.footer .f_gnav li:last-child{
  width:100%;
}
.footer .f_gnav li a{display: block;}
.footer .f_gnav .sp_wide{
  width: 100%;
  height: 38px;
  border-bottom: 0px;
}
.footer .f_gnav li:after{width: 0px;}
.footer .f_gnav{margin-bottom: 5px;}

.footer .f_copy{
  padding: 10px 5px;
  font-size: 10px;
}
@media screen and (max-width:320px) {
  .footer .telephone .telephone02 a {
    font-size: 27px;
  }
  .footer .f_gnav:nth-of-type(2) li:nth-child(3) a{
    font-size: 10px;
  }
}

/***********************************
  サイド
***********************************/
.side_search{
  width:95%;
  margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
  width:95%;
  margin:0 auto;
}
.side_navi ul li.sysText a{
  padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:100% !important;
  margin:0 auto !important;
}
.side_navi_1{
  border-top:1px solid #000;
}

/***********************************
  共通パーツ
***********************************/
.sysTitle{
  width: 100%;
  margin: 30px auto!important;
  position: relative;
  text-align: center;
  font-size: 13px;
  letter-spacing: auto;
}
.sysTitle b{
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 10px 0 20px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sysTitle::before {
}
.sysHeadline{
  width: 100%;
  padding: 0 10px;
  font-size: 15px;
  margin-bottom: 20px;
}
.sysHeadline b{
  font-size: 11px;
  margin-bottom: 10px;
}
.sysTitle span, .sysHeadline span{
}
.sysTitle::before, .sysHeadline::before {height: 0px;}
.contentsWrap{
  width: 90%;
  margin: 0 auto;
}

.main_content {
}
.main_bg {
}
.main_bg__item-list {
}
/* 商品リストのデフォルトのcssのキャンセル */
.parts_recent_products .sysContent .sysVertical .sysItemImage img,
.parts_sale_products .sysContent .sysVertical .sysItemImage img,
.parts_ranking_products .sysContent .sysVertical .sysItemImage img,
.parts_together_products .sysContent .sysVertical .sysItemImage img,
.cat_rank_nuts .sysContent .sysVertical .sysItemImage img {

}
.main_bg__item-list .sysItemBlock {
  padding: 0 10px 6px;
}
.main_bg__item-list .sysHeadline {
  padding: 20px 10px 10px;
}
.main_bg__item-list .sysHeadline .title__icon {
  width: 18px;
}
.main_bg__item-list .sysHeadline .title__text {
  font-size: 15px;
}
.main_bg__item-list .sysHeadline a {
  font-size: 12px;
}
.main_bg__item-list ul {
}
.main_bg__item-list ul li {
  width: 128px;
}
.main_bg__item-list .sysItemImage img {
}
.main_bg__item-list .sysItemName {
  margin-top: 10px;
  padding: 0 5px;
}
.main_bg__item-list .sysItemName a {
  font-size: 13px;
  height: 2.9rem;
}
.main_bg__item-list .sysItemPrice {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 5px;
}
.main_bg__item-list .sysItemPrArea {
  top: 108px;
}
.main_bg__item-list .sysItemPrArea span {
}
.main_bg__item-list .sysItemPrArea span.sysItemPr {
}
.main_bg__item-list .sysItemPrArea span.sale {
}
/* 特集一覧 */
.parts_features {
}
.parts_features li {
  padding: 0 10px;
  margin-bottom: 5px;
}
.parts_features li img {
  width: 100%;
  height: auto;
  max-width: max-content;
  display: block;
  margin: auto;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw, .main_tradelaw{
  width: 100%;
  margin: 0 auto 60px;
}
#main_tradelaw dl , .main_tradelaw dl{
  display: block;
}
#main_tradelaw dt, .main_tradelaw dt{
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #707070;
  border-right: 0;
}
#main_tradelaw dd, .main_tradelaw dd{
  width: 100%;
  padding: 5px 10px 10px;
}
.shipFee{
  max-width: 1100px;
  margin: 20px auto
}
.shipFee .tableTitle{
  text-align: center;
  font-size: 12px;
}
table.shipFeeTable {
  width: 100%;
  margin: 0%;
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.5;
}
.spThead{display: block;}
.pcThead{display: none;}
table.shipFeeTable thead th {
  font-size: 12px;
  padding: 10px;
  border-color: #707070;
}
table.shipFeeTable tbody th {
  width: auto;
  border: 0 solid #ddd;
}
table.shipFeeTable tbody .sum{
  position: relative;
  padding: 25px 10px;
  text-align: center;
}
table.shipFeeTable tbody .sum i{
  position: absolute;
  color: #888;
  font-size: 35px;
  left: 0;
  right: 0px;
  margin: auto;
  bottom: -20px;
  z-index: 20;
}
table.shipFeeTable td {
  width: auto;
  padding: 5px 10px;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}

/***********************************
  2カラムレイアウト
***********************************/
.col2Style h2.pattern03{
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 0px 3px 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #6843ac;
}
.col2Style .txtBlock li{margin: 10px 0;}
.col2Style .imgWrap img{
  width: 80%;
  margin: 0px 10%;
}
.col2Style .floatWrap img{
  width: 80%;
  margin: 0px 10%;
  float: none;
}
.col2Style .floatWrap .txt{
  padding-top: 5px;
  margin-left: 0px
}
.col2Style .floatImg .imgWrap{
  width: 100%;
  float: none;
}
.col2Style .floatImg .imgWrap img{
  width: 80%;
  margin: 20px 10%;
}

/***********************************
  お買物ガイド
***********************************/
.indexList li{
  padding: 3px 5px;
  font-size: 12px;
}
.guideBlock{
  padding-top: 0;
  maergin-top: 30px;
}

/***********************************
  ご利用ガイド
***********************************/
.f_guide{margin-top: 30px;}
.f_guide .sysContent{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.f_guide .Title{
  font-size: 20px;
  text-align: center;
  padding: 20px 0 0px;
}
.f_guide .guideBlock{
  width: 95%;
  margin: 50px 2.5%;
  display: block;
  padding: 30px 0px 5px;
  border: 1px solid #424242;
  border-radius: 10px;
  position: relative;
}
.f_guide .guide01{padding-right: 0px;}
.f_guide .guide02{padding-left: 0px;}
.f_guide .guideTitle{
  width: 200px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: -15px; left:0; right: 0;
  background: #fff;
  font-size: 15px;
}
.f_guide p{
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0  !important;
  text-align: left;
  padding: 0 10px 0 15px;
}
.f_guide img{width: 100%;}
.f_guide .mt{margin-top: 10px;}
.f_guide .smaller{font-size: 12px;}
.f_guide a.f_guide_btn{
  margin: 20px auto;
  float: none;
}
.f_guide .freedial{
  font-size:30px;
}


/* カート内商品数表示*/
button.itemCount2{
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
/*商品購入ステップ*/
.steps ul{width: 350px;}
.steps li{
  float: left;
  padding: 0 6px;
  height: 150px;
}
.steps li a{height: 150px !important;}
.steps li img{height: 150px;}
@media screen and (max-width: 350px){
  /*商品購入ステップ*/
  .steps ul{width: 275px;}
  .steps li{
    float: left;
    padding: 0 2px;
    height: 100px;
  }
  .steps li a{height: 100px !important;}
  .steps li img{height: 100px;}
}
/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain{
  width: 95% !important;
  margin-left: 2.5%;
}
#sysBillingAddress form{
  width: 95%;
  padding: 30px 20px;
  margin: 0 auto;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysDestination #sysMain{
  width: 95%;
  border: 1px solid #aaa;
  padding: 20px 20px !important;
  margin: 30px auto;
}

/***********************************
  マイページ
***********************************/
.sysMypage .sysMypageNav form{width: 100% !important;}
.sysMypage .sysItemList ul.sysThumbnail {
  font-size: small;
  display: grid;
  grid-template-columns: repeat(2, calc(100% / 2 - 5px));
  gap: 10px;
}
.sysMypage .sysItemList ul.sysThumbnail input[type="submit"].sysCartButton {
  font-size: x-small;
}
.sysMypage .sysItemList ul.sysThumbnail li {
  width: unset;
}
.sysMypage .sysOrders {
  margin: 30px 0;
}
.sysMypage .sysOrderHeader .sysDatetime {
  float: none;
}
.sysMypage .sysOrderHeader .sysTotalPrice {
  text-align: left;
  border-bottom: solid 1px #eee;
  margin: 10px 0;
  font-size: 16px;
}
.sysMypage .sysOrderHeader .sysCallOrderHistoryDetail {
  border-radius: 5px;
  background: #F5F3ED;
  border: none;
  font-size: 14px;
  padding: 10px 50px;
  margin: 10px 0;
  color: #311E12;
}
.sysMypage .sysOrder .sysItemName {
  font-size: 16px;
}
#sysMypageOrderHistoryDetail .sysOrderNumberArea {
  border-left: 3px solid #DEDE65;
  padding-left: 5px;
  margin: 20px 0 5px;
}
#sysMypageReview .sysItemList {
  margin: 0 0 50px;
}

/***********************************
  新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit{
  width: 100%;
  float: none;
  margin-right: 0%;
  border-radius: 5px;
  height: auto;
  font-size: 14px;
}
#sysMemberRegisterIndex .sysButton[type="submit"]{
  width: 100%;
  float: none;
  margin-right: 0%;
  border-radius: 5px;
  height: auto;
  font-size: 14px;
  margin-top: 0px;
}
#sysMypageLogin .sysLoginButton{
  width: 100%;
  float:none;
  margin: 15px 0;
}
#sysMypageLogin .sysButton{
  width: 100%;
  margin-left: 0%;
  margin-top: 0px;
}

/***********************************
  カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
  padding:0;
  font-size:10px;
}

/***********************************
  ボタンデザイン
***********************************/
.common_btn{
  margin: 20px auto 30px;
}

/***********************************
  TOPページ
***********************************/
/* .p-category-nav */
.p-category-nav {
  margin-top: 18px;
}
.p-category-nav ul {
  padding: 20px 10px;
  min-width: 660px;
  justify-content: center;
}
.p-category-nav ul li {
  width: calc(100% / 8);
  display: inline-block;
}
.p-category-nav a {}
.p-category-nav a img {
  width: 60px;
}
.p-category-nav a span {
  font-size: 12px;
  white-space: nowrap;
}

/*.トップスライダー*/
#slideShow{height: 130px;}
.parts_fv_slider ul {
  display: none;
  margin: 20px 0;
}
.parts_fv_slider #fv_slider.owl-carousel .owl-item img {
  max-width: 337px;
}
.owl-dots .owl-dot {
  top:0;
}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;}

.owl-nav [class*=owl-] {
  margin-top: -25px;
  width: 15px !important;
  height: 28px !important;
}
.owl-nav .owl-prev{
  left:20%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:30px !important;
}
.owl-nav .owl-next{
  right:20%;
  background: url(/img/common/controls.png) no-repeat -15px 0;
  background-size:30px !important;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -15px 0;
}

/* .p-guide-button */
.p-guide-button {
  padding: 0 10px;
}
.p-guide-button a {
}
.p-guide-button a br {
  display: block;
}
/* .p-mainbg-margin */
.p-mainbg-margin__top {
  display: block;
  margin-top: 40px;
  padding: 10px 0;
}
.p-mainbg-margin__bottom {
  display: block;
  margin-bottom: 40px;
  padding: 10px 0;
}
/* .p-top-recommend */
.top_recommend {
  margin: 40px 0;
  padding: 40px 10px;
}
.p-top-recommend {
  width: 355px;
  grid-template-columns: repeat(1 , 1fr);
  gap: 10px;
}
.staff-comment__list {
  padding: 10px;
}
.staff-comment {
  font-size: 13px;
  background-size: contain;
  margin-bottom: 10px;
  line-height: 1.2em;
  width: 335px;
  height: 96px;
  padding: 10px 10px 10px 88px;
}
.staff-comment .pcnone {
  display: inline-block;
}
.staff-comment .spnone {
  display: none;
}
.staff_tencho {
  background-image: url(/img/top/recommend/staff_tencho_sp.png);
}
.staff_tomio {
  background-image: url(/img/top/recommend/staff_tomio_sp.png);
}
.staff_lunchan {
  background-image: url(/img/top/recommend/staff_lunchan_sp.png);
}
.staff_morilin {
  background-image: url(/img/top/recommend/staff_morilin_sp.png);
}
.staff_hiluzu {
  background-image: url(/img/top/recommend/staff_hiluzu_sp.png);
}
.staff_yuitan {
  background-image: url(/img/top/recommend/staff_yuitan_sp.png);
}
.staff-recommend__items {
}
.staff-recommend__items li {
  margin-right:17px;
  width: calc(100% / 3);
}
.staff-recommend__items li:last-child {
  margin-right: 0;
}
.staff-recommend__items li a:hover span {
  opacity: 0.5;
}
.staff-recommend__items li img {
  width: 100px;
}
.staff-recommend__items li span {
  font-size: 11px;
}
/* 最新情報 */
.top_information {
}
.top_information .sysContent {
}
.top_information ul {
  padding: 0 10px;
}
.top_information ul li {
  font-size: 13px;
}
.top_information ul li a {
  padding: 20px 0;
}
.top_information ul li time {
  font-size: 11px;
  margin-bottom: -15px;
}
/* 最新情報もっとみるボタン */
.p-top-information_button {
  margin-bottom: 40px;
}
.p-top-information_button a {
  max-width: 272px;
  margin: auto;
  padding: 15px;
  font-size: 14px;
}


/*新着アイテム*/
.top_newarrival li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_newarrival li .sysItemName{
  padding-top:0;
}
.top_newarrival li .sysItemPrice{
  font-size:12px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_recommend_item ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  width: 46%;
  margin: 2%;
}
.top_features li:nth-child(1),
.top_features li:nth-child(2){
  position:relative;
  z-index:10;
  width:96%;
}
.top_features li:nth-child(1) p,
.top_features li:nth-child(2) p{
  position:absolute;
  left:0;
  bottom:0;
  z-index:15;
  margin:0;
  padding:10px;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

/*おすすめ商品、ランキング*/
.top_ranking_item li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  padding-top:0;
}
.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice{
  font-size:12px;
}
.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton{
  width:100%;
  font-size:10px;
  letter-spacing:-1px;
}

/*おすすめ商品*/
.top_recommend_item li{
  padding:5px !important;
}

/***********************************
  ワンページカート
***********************************/
/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysOpcBody div#sysWrap {
  margin: 20px auto 0;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  padding: 0 3%;
  margin-bottom: 0;
}
.opcCommonInputSelect,
.opcCommonButton {
  /*width: 49% !important;*/
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
  width: 94% !important;
}
.opcConfirm_inputStatus {
  margin-bottom: .5em;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 40px !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 30% !important;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
  width: 100% !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  width: 70px;
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcBillingAddress_addressGroup {
  width: calc(100% - 80px) !important;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  margin: 0 0 .5em !important;
  width: 100% !important;
}
.opcOrderSummary_totalPriceLabel {
  font-size: 14px !important;
}
/*完了ページ調整*/
#sysThanks #sysMain {
  width: 100% !important;
  padding: 0 !important;
}
.sysDisplayPcNone{
  display:block;
}

/***********************************
  商品カテゴリページ
***********************************/
#sysItemCategory #sysWrap {
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 20px;
  display: block;
  background: url(/img/common/main_bg.png) repeat 50% 50%
}
#sysItemCategory #sysWrap #sysMain {
  width: 100%;
  padding: 0 10px 40px;
}
#sysItemCategory #sysWrap #sysAside {
  display: none;
}
#sysItemCategory .sysItemList .sysThumbnail {
  grid-template-columns: repeat(2, calc(100%/2 - 10px));
}
/***********************************
  固定ページ
***********************************/
#privacypolicy #sysWrap,
#shopping-guide #sysWrap,
#law #sysWrap,
#questions #sysWrap,
#corporate #sysWrap,
#sysFormIndex #sysWrap {
  width: 100%;
  margin: 100px auto 40px;
  display: block;
  padding: 0 10px;
}
.free-page {
  font-size: 13px;
}
.free-page .sysHeadline,
.form-inquiry .sysHeadline {
  justify-content: space-between;
  gap: 0;
}
.free-page .sysHeadline:before,
.free-page .sysHeadline:after,
.form-inquiry .sysHeadline:before,
.form-inquiry .sysHeadline:after {
  width: 47px;
}
.free-page h2.pattern01{
  border-left: 3px solid #DEDE65;
  padding-left: 5px;
  margin: 20px 0 5px;
}
.free-page .txtBlock {
  margin-bottom: 20px;
}
.free-page table.shipFeeTable.howToShip tbody th {
  width: auto;
  display: table-cell;
}
.free-page table.shipFeeTable.howToShip td {
  text-align: left;
  padding: 10px;
  display: table-cell;
  border: 1px solid #707070;
}
.free-page table.shipFeeTable.howToShip .logo_yupack {}
.free-page table.shipFeeTable.howToShip .img_neko {
  vertical-align: top;
}

.free-page table.shipFeeTable.howToShip .logo_yupack img,
.free-page table.shipFeeTable.howToShip .img_neko img,
.free-page table.shipFeeTable.howToShip .yu_map img {
  width: 100%;
}
.googleMap {
  display: none;
}
/*---------------------------------
アコーディオンボックス 支払方法用
--------------------------------*/
.acbox{
  width: auto;
  margin-bottom: 10px;
}

.acbox label{
  width: auto;
  font-size: 13px; /* ラベルの文字サイズ */
  font-weight: bold;
  background: #F4F4F4; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  color: #300;
}

.acbox input{
  display: none;
}

.acbox label:after{
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  max-height: 500vh;
  padding: 10px; /* 開いた部分の枠内の余白 */
  background: #F5F3ED; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #ECF18D; /* クリック後のラベルの背景色 */
}

.acbox-under{
  color: #311E12; /* 開いた部分の文字色 */
}
.acbox-under table.shipFeeTable thead th,
.acbox-under table.shipFeeTable td {
  line-height: 1;
  padding: 19px 5px;
}
.acbox-under table.shipFeeTable tbody tr th {
  vertical-align: top;
  font-weight: bold;
  border: 1px solid #707070;
  font-weight: bold;
  background: #F4F4F4;
}
/*↑アコーディオン支払い方法用ここまで*/

/* 自然の館とは */
.p-about {
  margin: 100px auto -40px;
}
.p-about .sec01 {
  margin-bottom: 0;
}
.about__nav {
  margin-bottom: 30px;
}
.about__nav a {
  width: calc(100% / 2);
  font-size: 14px;
  height: 67px;
}
.about__nav span {}
.p-about .pcnone {
  display: block;
}
.p-about .spnone {
  display: none;
}
#ourShop {
  padding: 0 10px;
}
#ourShop ul {
}
#ourShop ul li {
  display: block;
  margin-bottom: 40px;
}
#ourShop ul li .about_sec01-01 {
  max-width: unset;
}
#ourShop ul li .about_sec01-02 {
  max-width: unset;
}
#ourShop ul li img {
  width: 100%;
}
#ourShop ul li p {
  min-width: unset;
}
#ourShop ul li p span {}
.p-about .sec02 {
  padding: 0 10px;
}
.message_img {}
.message_img img {
  margin: 40px 0 20px;
  width: 251px;
}
.message_box {
  margin: 20px auto 40px;
}
.message_box ul {
  padding: 30px 15px;
  grid-template-columns: 1fr;
  gap: 30px;
}
.message_box li {}
.message_box .message__ttl {
  font-size: 15px;
}
.message_box p {
  font-size: 13px;
  line-height: 22px;
  margin-top: 10px;
}
.message_box p br {
  display: none;
}

#goodDeal {
  margin-top: 40px;
}
.goodDeal__ttl {
  font-size: 17px;
}
.goodDeal__list {
  display: block;
  margin: 20px 0;
  padding: 0 10px;
}
.goodDeal__list li {
  width: 100%;
  grid-template-columns: 96px 1fr;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #311E12;
}
.goodDeal__list li + li {
  border-left: 0;
}
.goodDeal__list li:last-child {
  border-bottom: 1px solid #311E12;
}
.goodDeal__list .goodDeal__item-img {
  max-width: 60px;
}
.goodDeal__list .goodDeal__item-img img {
  display: block;
  width: 100%;
}
.goodDeal__list .goodDeal__item-text {
  justify-self: flex-start;
}
.goodDeal__list .goodDeal__item-text p
{
  margin: 0;
  font-size: 14px;
}
.goodDeal__list .goodDeal__item-text p span {
  margin-top: 10px;
  font-size: 13px;
}
.goodDeal__list .goodDeal__item-text span.smaller {
  display: block;
  margin-top: 10px;
}
.goodDeal__list .goodDeal__item-text strong {
  display: block;
  margin-top: 10px;
}
.goodDeal__list .goodDeal__item-text strong img {
  width: 12px;
}

.pointPresent {
  padding: 15px 10px;
}
.pointPresent .inner {
  flex-wrap: wrap;
  padding: 15px;
}
.pointPresent .inner .img {
  width: 67px;
}
.pointPresent .inner .text {
  width: calc(92% - 67px);
}
.pointPresent .inner .text p {
  margin: 0 0 5px;
  font-size: 14px;
}
.pointPresent .inner .text .price {
  font-size: 24px;
}
.pointPresent .inner .text .green {
  color: #5DC77F;
}
.pointPresent .inner .button {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.pointPresent .inner .button a {
  width: 100%;
  padding: 17px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
}
.pointPresent .inner .button i {
  font-size: 22px;
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0 auto 10px;
}
/* ソーシャルギフトとは */
.p-e-gift {
  margin: 76px 0 0;
}
.p-e-gift .pcnone {
  display: block;
}
.p-e-gift .spnone {
  display: none;
}
.p-e-gift .head__txt h2 {
  text-align: center;
  font-size: 15px;
}
.p-e-gift .head__txt h2 span {
  font-size: 11px;
}
.e-gift__mv {
  background: url(/img/common/e-gift_mv-bg-sp01.png) no-repeat top center;
  background-size: cover;
}
.e-gift__mv .main_content {
  padding-top: 70px;
}
.e-gift__mv .content {
  margin: 0 auto -10px;
  padding: 0 20px;
  position: relative;
}
.e-gift__mv p {
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 20px;
}
.e-gift__nav {
  display: none;
}
#giftIs {
  margin: 35px 0 60px;
  padding: 0 10px;
}
#giftIs .head {
  display: block;
  margin-bottom: 60px;
  padding: 0 10px;
}
#giftIs .head .head__txt p {
  margin: 40px 0 20px;
  font-size: 14px;
  line-height: 24px;
}
#giftIs .head .head__txt small {
  font-size: 13px;
  margin-bottom: 10px;
}
#giftIs .head .head__img {
  width: 210px;
  margin: auto;
}
#giftIs .main h3 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 13px;
}
#giftIs .main ul {
  margin-bottom: 30px;
}
#giftIs .main ul li {
  display: block;
  height: auto;
  margin-bottom: 30px;
}
#giftIs .main ul li > div {
  height: 100%;
}
#giftIs .main ul li .first {
  display: block;
  padding: 20px 10px;
}
#giftIs .main ul li .first p {
  margin: 0;
}
#giftIs .main ul li .triangle {
  height: 41px;
  display: block;
}
#giftIs .main ul li .triangle img {
  width: auto;
  height: 15px;
  margin: 10px auto;
}
#giftIs .main ul li .second {
  background: #ECF18D;
  position: relative;
  border-radius: 18px;
}
#giftIs .main ul li .second__title {
  left: 0;
  right: 0;
  width: 210px;
  margin: auto;
}
#giftIs .main ul li .second p {
  position: unset;
  margin: 0;
  padding: 20px 10px;
  display: block;
  white-space: nowrap;
}
#giftSend {
  padding: 40px 10px 10px;
}
.gift_step--pc {
  display: none;
}
.gift_step--sp {
  display: block;
}
.gift_step ul {
  margin-top: 13px;
  display: block;
}
.gift_step ul li {
  width: 100%;
}
.gift_step .step__body {
  padding: 15px 10px;
}
.gift_step .step__body .step__title {
  font-size: 20px;
}
.gift_step .step__body .step__title span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.gift_step .step__body .step__text {
  font-size: 13px;
  margin-top: 10px;
}
#step_slider .owl-nav .owl-prev {
  top: 130px;
  left: 10px;
  background: url(/img/common/step_slider_prev.png) no-repeat 0 0;
  background-size: 22px!important;
  width: 22px!important;
}
#step_slider .owl-nav .owl-next {
  top: 130px;
  right: 10px;
  background: url(/img/common/step_slider_next.png) no-repeat 0 0;
  background-size: 22px!important;
  width: 22px!important;
}
#step_slider .owl-dots {
  position: absolute;
  top: 240px;
  right: 10px;
}
#step_slider .owl-dots .owl-dot span {
  width: 27px;
  height: 4px;
  border-radius: 0;
  background: #C1C1C1;
}
#step_slider .owl-dots .owl-dot.active span {
  background: #DEDE65;
}
#lineUp {
  padding: 40px 0;
}
.gift_leco_items h2 {
  padding: 20px 10px 10px;
}
.gift_leco_items h2 .title__icon {
  width: 18px;
}
.gift_leco_items {
  padding: 0 10px;
}
.gift_leco_items ul li {
  width: 128px;
}
.gift_leco_items .sysItemName {
  margin-top: 10px;
  padding: 0 5px;
}
.gift_leco_items .sysItemName a {
  font-size: 13px;
  height: 2.9rem;
}
.gift_leco_items .sysItemPrice {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 5px;
}
.gift_leco_items .sysItemPrArea {
  top: 108px;
}
#staffReco {
  padding: 40px 10px 0;
}
.pickUp_item ul li {
  flex-wrap: wrap;
  padding: 15px 10px 20px;
  max-width: 380px;
  margin: 25px auto 20px;
}
.pickUp_item ul li .fromFor {
  width: 100%;
  padding-right: 0;
  border-right: none;
  border-bottom: 1px solid #DEDE65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.pickUp_item ul li .fromFor .from,
.pickUp_item ul li .fromFor .for {
  display: block;
  text-align: center;
  width: 137px;
}
.pickUp_item ul li .fromFor .from strong,
.pickUp_item ul li .fromFor .for strong {
  font-size: 11px;
}
.pickUp_item ul li .fromFor .from img,
.pickUp_item ul li .fromFor .for img {
  width: 53px;
}
.pickUp_item ul li .fromFor .triangle {
  text-align: unset;
  transform: rotate(270deg);
}
.pickUp_item ul li .fromFor .triangle img {
  width: 17px;
  margin: 0;
}
.pickUp_item ul li .gift_item {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  font-size: 14px;
}
.pickUp_item ul li .gift_item strong {
  font-size: 13px;
}
.pickUp_item ul li .gift_item .scene,
.pickUp_item ul li .gift_item .gift {
  display: inline-block;
  width: 183px;
  margin-right: 5px;
  float: left;
}
.pickUp_item ul li .gift_item .text {
  width: 100%;
  margin-left: 0;
}
.pickUp_item .link_to_button a {
  font-size: 15px;
}
}
@media screen and (min-width:1px){
.sysDisplayPcNone{
  /*display:none !important;*/
}
}
/* #END_OF_RESOURCE_FILE */
